OSDN Git Service

uclinux-h8/uClibc.git
21 years agoImplement missing readdir64_r.c
Eric Andersen [Mon, 26 Aug 2002 18:46:06 +0000 (18:46 -0000)]
Implement missing readdir64_r.c
 -Erik

21 years agosparc, alpha, and mips have different errno values than the other
Manuel Novoa III [Mon, 26 Aug 2002 18:06:53 +0000 (18:06 -0000)]
sparc, alpha, and mips have different errno values than the other
supported platforms.  Adjust _susv3_strerror_r function to deal with
this.  Also fix an error in strerror() wrt invalid errnos.

NOTE: sys_errlist and sys_nerr are no longer supported!!!

21 years agoOops. I got the include guard wrong. Fix it per current
Eric Andersen [Mon, 26 Aug 2002 17:18:02 +0000 (17:18 -0000)]
Oops.  I got the include guard wrong.  Fix it per current
value in include/asm-v850/posix_types.h on cvs.uclinux.org
 -Erik

21 years agoMake bits/kernel_types.h include guard names match the include
Eric Andersen [Mon, 26 Aug 2002 17:13:30 +0000 (17:13 -0000)]
Make bits/kernel_types.h include guard names match the include
guard names used by the kernel's asm/posix_types.h to eliminate
gratuitous conflicts and let our file win over the very-likely-
to-be-broken kernel header file.
 -Erik

21 years agoInitial checkin.
Miles Bader [Mon, 26 Aug 2002 07:03:33 +0000 (07:03 -0000)]
Initial checkin.

21 years agoUpdate version to 0.9.15 in preparation for making a release
Eric Andersen [Sun, 25 Aug 2002 22:22:30 +0000 (22:22 -0000)]
Update version to 0.9.15 in preparation for making a release
 -Erik

21 years agoChanged fclose behavior when custom streams were enabled. Previously,
Manuel Novoa III [Sun, 25 Aug 2002 22:11:29 +0000 (22:11 -0000)]
Changed fclose behavior when custom streams were enabled.  Previously,
the cookie pointer was set to NULL as a debugging aid.  However,
some of the perl 5.8 test rely on being able to close stderr and
still try writing to it.  So now, the cookie pointer and handler
function pointers are set to that it is a "normal" file with a
file descriptor of -1.

Note: The cookie pointer is reset to NULL if the FILE struct is
free'd by fclose.

21 years agoKill the HAS_LONG_LONG option. It really did not make a lot of
Eric Andersen [Sun, 25 Aug 2002 22:04:43 +0000 (22:04 -0000)]
Kill the HAS_LONG_LONG option.  It really did not make a lot of
sense to exclude it, gcc always supports long long, and we never
fully excluded long long anyways (off64_t for example).
 -Erik

21 years agoUse the kernel version of struct msqid_ds directly, since we don't
Eric Andersen [Sun, 25 Aug 2002 21:21:24 +0000 (21:21 -0000)]
Use the kernel version of struct msqid_ds directly, since we don't
do any of that silly translating...
 -Erik

21 years agoFinish off the bits/kernel_stat.h cleanup for proper
Eric Andersen [Sun, 25 Aug 2002 00:22:16 +0000 (00:22 -0000)]
Finish off the bits/kernel_stat.h cleanup for proper
__USE_FILE_OFFSET64 handling.
 -Erik

21 years agoMake shm stuff work properly.
Eric Andersen [Sun, 25 Aug 2002 00:08:23 +0000 (00:08 -0000)]
Make shm stuff work properly.
 -Erik

21 years agoignore generated stuff
Eric Andersen [Sun, 25 Aug 2002 00:06:10 +0000 (00:06 -0000)]
ignore generated stuff

21 years agoTweak things so that struct stat and struct stat64 (seem to) work on
Manuel Novoa III [Sat, 24 Aug 2002 21:38:44 +0000 (21:38 -0000)]
Tweak things so that struct stat and struct stat64 (seem to) work on
i386.  This is for Erik to look at wrt the other archs.

21 years agoSimple shared memory test
Eric Andersen [Sat, 24 Aug 2002 21:23:58 +0000 (21:23 -0000)]
Simple shared memory test

21 years agoAvoid `ECANCELED' redefined on mips
Eric Andersen [Sat, 24 Aug 2002 01:35:44 +0000 (01:35 -0000)]
Avoid `ECANCELED' redefined on mips
 -Erik

21 years agoUse bits/kernel_stat.h, not asm/stat.h
Eric Andersen [Sat, 24 Aug 2002 01:32:27 +0000 (01:32 -0000)]
Use bits/kernel_stat.h, not asm/stat.h
 -Erik

21 years agoIgnore generated stuff
Eric Andersen [Sat, 24 Aug 2002 01:24:30 +0000 (01:24 -0000)]
Ignore generated stuff

21 years agoBreak dependancy of bits/types.h on the asm/posix_types.h kernel
Eric Andersen [Sat, 24 Aug 2002 01:07:33 +0000 (01:07 -0000)]
Break dependancy of bits/types.h on the asm/posix_types.h kernel
header, which is not directly usable for many architectures.
 -Erik

21 years agoBreak dependancy of bits/types.h on the asm/posix_types.h kernel
Eric Andersen [Sat, 24 Aug 2002 00:58:12 +0000 (00:58 -0000)]
Break dependancy of bits/types.h on the asm/posix_types.h kernel
header, which is not directly usable for many architectures.
 -Erik

21 years agoSplit out the definition of struct stat into the new arch
Eric Andersen [Fri, 23 Aug 2002 23:31:13 +0000 (23:31 -0000)]
Split out the definition of struct stat into the new arch
specific bits/kernel_stat.h file.
 -Erik

21 years agoFix broken link
Eric Andersen [Fri, 23 Aug 2002 19:03:57 +0000 (19:03 -0000)]
Fix broken link

21 years agoSplit out the arch dependant errno_values.h junk into arch dependant files.
Eric Andersen [Fri, 23 Aug 2002 18:48:19 +0000 (18:48 -0000)]
Split out the arch dependant errno_values.h junk into arch dependant files.
 -Erik

21 years agoIgnore generated binaries
Eric Andersen [Fri, 23 Aug 2002 18:25:29 +0000 (18:25 -0000)]
Ignore generated binaries

21 years ago(initfini.s): Search the uClibc include dir, so we can find <features.h>.
Miles Bader [Fri, 23 Aug 2002 06:31:26 +0000 (06:31 -0000)]
(initfini.s): Search the uClibc include dir, so we can find <features.h>.

21 years agoRework struct stat/stat64 handling to eliminate kernel headers
Eric Andersen [Thu, 22 Aug 2002 18:57:08 +0000 (18:57 -0000)]
Rework struct stat/stat64 handling to eliminate kernel headers
 -Erik

21 years agoRework errno handling to be kernel header free
Eric Andersen [Thu, 22 Aug 2002 18:53:56 +0000 (18:53 -0000)]
Rework errno handling to be kernel header free
 -Erik

21 years agoSupport _syscall6 and _syscall7 for arm
Eric Andersen [Thu, 22 Aug 2002 17:01:19 +0000 (17:01 -0000)]
Support _syscall6 and _syscall7 for arm
 -Erik

21 years agoHide .hidden stuff unless explicitly enabled
Eric Andersen [Thu, 22 Aug 2002 12:03:53 +0000 (12:03 -0000)]
Hide .hidden stuff unless explicitly enabled
 -Erik

21 years agoRevert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way
Eric Andersen [Wed, 21 Aug 2002 00:54:52 +0000 (00:54 -0000)]
Revert mode_t change.  Sigh.  As Manuel so eloquently put it: "this is the way
we hose our code... hose our code... hose our code...  this is the way we hose
our code... all thanks to glibc"
 -Erik

21 years agomode_t was being promoted to an int by gcc's __builtin_va_arg, causing bad
Eric Andersen [Wed, 21 Aug 2002 00:00:45 +0000 (00:00 -0000)]
mode_t was being promoted to an int by gcc's __builtin_va_arg, causing bad
things to happen.  This makes it explicit, so pthread using apps are no longer
broken...
 -Erik

21 years agoRemove some noise
Eric Andersen [Tue, 20 Aug 2002 23:57:16 +0000 (23:57 -0000)]
Remove some noise

21 years agoStupid cut-n-paste error
Eric Andersen [Tue, 20 Aug 2002 22:49:57 +0000 (22:49 -0000)]
Stupid cut-n-paste error

21 years agoUnlike glibc, uClibc doesn't always support the d_type field of
Manuel Novoa III [Tue, 20 Aug 2002 22:41:58 +0000 (22:41 -0000)]
Unlike glibc, uClibc doesn't always support the d_type field of
struct dirent.  So, disable the d_type support macros when d_type
isn't available.  This fixes a build problem file fileutils-4.1.

21 years agoOnly build libthread_db when both threads and debug are enabled
Eric Andersen [Tue, 20 Aug 2002 15:42:35 +0000 (15:42 -0000)]
Only build libthread_db when both threads and debug are enabled
 -Erik

21 years agoEliminate wrapping of struct stat and use the kernel version
Eric Andersen [Mon, 19 Aug 2002 18:04:25 +0000 (18:04 -0000)]
Eliminate wrapping of struct stat and use the kernel version
directly.  Eliminate all the attendant baggage.  Fix internal
types to match kernel types more closely.
 -Erik

21 years agoFixup struct _res handling so apps using struct _res can actually
Eric Andersen [Mon, 19 Aug 2002 11:07:21 +0000 (11:07 -0000)]
Fixup struct _res handling so apps using struct _res can actually
compile ("worst standard ever!")
 -Erik

21 years agoSuperH config update
Eric Andersen [Mon, 19 Aug 2002 10:25:19 +0000 (10:25 -0000)]
SuperH config update

21 years agomissed const-ifying this one.
Eric Andersen [Mon, 19 Aug 2002 10:24:54 +0000 (10:24 -0000)]
missed const-ifying this one.

21 years agosome updates from Stefan Allius to make up the SuperH shared lib
Eric Andersen [Mon, 19 Aug 2002 10:22:38 +0000 (10:22 -0000)]
some updates from Stefan Allius to make up the SuperH shared lib
loader build properly.  Mostly just sprinkling casts, and making
static some things that should be static.

21 years agoAdd a .note section to make gdb happy
Eric Andersen [Mon, 19 Aug 2002 10:19:17 +0000 (10:19 -0000)]
Add a .note section to make gdb happy

21 years agoCall the pthread setup junk early if possible.
Eric Andersen [Mon, 19 Aug 2002 10:10:01 +0000 (10:10 -0000)]
Call the pthread setup junk early if possible.

21 years agoWork from Stefan Allius which allows superH to use the common
Eric Andersen [Mon, 19 Aug 2002 10:07:41 +0000 (10:07 -0000)]
Work from Stefan Allius which allows superH to use the common
method for building crti.o and crtn.o

21 years agoBased on work by Stefan Allius, arrange for early initialization of
Eric Andersen [Mon, 19 Aug 2002 10:05:03 +0000 (10:05 -0000)]
Based on work by Stefan Allius, arrange for early initialization of
pthread stuff.  Also, don't bother building libthread_db unless we
are debugging.
 -Erik

21 years agoOpen a lib that is not so closely coupled with gdb
Eric Andersen [Mon, 19 Aug 2002 10:01:33 +0000 (10:01 -0000)]
Open a lib that is not so closely coupled with gdb

21 years agoBe prepared to call __pthread_initialize_minimal
Eric Andersen [Mon, 19 Aug 2002 08:56:59 +0000 (08:56 -0000)]
Be prepared to call __pthread_initialize_minimal

21 years ago(CSRC): Make contents source files, not object files.
Miles Bader [Mon, 19 Aug 2002 08:49:22 +0000 (08:49 -0000)]
(CSRC): Make contents source files, not object files.

21 years ago(CSRC): Add `memalign.c'.
Miles Bader [Mon, 19 Aug 2002 08:48:08 +0000 (08:48 -0000)]
(CSRC): Add `memalign.c'.

21 years agoInitial checkin.
Miles Bader [Mon, 19 Aug 2002 08:46:34 +0000 (08:46 -0000)]
Initial checkin.

21 years ago(realloc): Follow new arg conventions of MALLOC_SET_SIZE.
Miles Bader [Mon, 19 Aug 2002 08:45:22 +0000 (08:45 -0000)]
(realloc): Follow new arg conventions of MALLOC_SET_SIZE.

21 years ago(malloc): Use MALLOC_SETUP.
Miles Bader [Mon, 19 Aug 2002 08:44:11 +0000 (08:44 -0000)]
(malloc): Use MALLOC_SETUP.

21 years ago(MALLOC_SETUP): New macro.
Miles Bader [Mon, 19 Aug 2002 08:43:30 +0000 (08:43 -0000)]
(MALLOC_SETUP): New macro.
(MALLOC_SET_SIZE): Take the base-address of the block, not the user-address.
(MALLOC_ADDR): Macro removed.

21 years agoDirectly use kernel types for uid_t, gid_t, and dev_t to avoid the
Eric Andersen [Sun, 18 Aug 2002 21:08:34 +0000 (21:08 -0000)]
Directly use kernel types for uid_t, gid_t, and dev_t to avoid the
need to translate these entities...
 -Erik

21 years agoYet more rework to make __getgrent and the functions that use it
Eric Andersen [Sun, 18 Aug 2002 18:50:52 +0000 (18:50 -0000)]
Yet more rework to make __getgrent and the functions that use it
reentrant...
 -Erik

21 years agoFix broken locking so that at least the Python 2.2.1 grp test doesn't
Manuel Novoa III [Sun, 18 Aug 2002 00:24:25 +0000 (00:24 -0000)]
Fix broken locking so that at least the Python 2.2.1 grp test doesn't
lock up.  This really needs to be looked at, as I don't think this
needs to be reentrant.  In any case, several routines call the
__getgrent internal routine and it uses static vars for data.  If this
stuff is really supposed to be threadsafe, then __getgrent probably
needs fixing.

21 years agoRemove recursive lock/unlock for a non-recursive mutex.
Manuel Novoa III [Sun, 18 Aug 2002 00:21:45 +0000 (00:21 -0000)]
Remove recursive lock/unlock for a non-recursive mutex.

21 years agoFixed __read_etc_hosts_r to return alias list and modified buffer
Manuel Novoa III [Sat, 17 Aug 2002 21:28:29 +0000 (21:28 -0000)]
Fixed __read_etc_hosts_r to return alias list and modified buffer
allocation accordingly.  This fixes the segfault in the Python 2.2.1
socket test.

21 years agoFix two problems with printf that showed up in the python 2.2.1 tests;
Manuel Novoa III [Sat, 17 Aug 2002 00:35:15 +0000 (00:35 -0000)]
Fix two problems with printf that showed up in the python 2.2.1 tests;
One involving %o and one involving %f.

21 years agoDisable macro implementations. Somehow I missed the following from the
Manuel Novoa III [Fri, 16 Aug 2002 18:35:07 +0000 (18:35 -0000)]
Disable macro implementations.  Somehow I missed the following from the
ANSI/ISO C99 std...

A library macro that masks a function declaration expands to an
expression that evaluates each of its arguments once (and only once).
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arguments that have side effects evaluate the same way whether the
expression executes the macro expansion or calls the function. Macros
for the functions getc and putc are explicit exceptions to this rule.
Their stream arguments can be evaluated more than once. Avoid argument
expressions that have side effects with these macros.

This will be reworked before the next release.  And yes, I feel stupid.

21 years agoCleanup exit a bit, from Ronald Wahl
Eric Andersen [Fri, 16 Aug 2002 14:17:46 +0000 (14:17 -0000)]
Cleanup exit a bit, from Ronald Wahl

21 years agowhitespace
Miles Bader [Fri, 16 Aug 2002 09:02:40 +0000 (09:02 -0000)]
whitespace

21 years agoRemove __res_state function.
Miles Bader [Fri, 16 Aug 2002 08:56:23 +0000 (08:56 -0000)]
Remove __res_state function.

21 years agoMake INCLUDE_FULL_RPC default to !HAVE_SHARED.
Miles Bader [Fri, 16 Aug 2002 08:53:15 +0000 (08:53 -0000)]
Make INCLUDE_FULL_RPC default to !HAVE_SHARED.

21 years agoDemonstrate that dlopen() RTLD_NOW is currently broken.
Eric Andersen [Fri, 16 Aug 2002 08:02:17 +0000 (08:02 -0000)]
Demonstrate that dlopen() RTLD_NOW is currently broken.
 -Erik

21 years agoRemove thread-specific stuff entirely.
Miles Bader [Fri, 16 Aug 2002 06:30:30 +0000 (06:30 -0000)]
Remove thread-specific stuff entirely.

21 years ago(_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined,
Miles Bader [Fri, 16 Aug 2002 05:45:24 +0000 (05:45 -0000)]
(_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined,
regardless of _LIBC.

21 years ago(h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
Miles Bader [Fri, 16 Aug 2002 05:37:11 +0000 (05:37 -0000)]
(h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
(__set_h_errno): Just assign to `h_errno' (which will be expanded to the
thread-friendly version when appropriate).

21 years ago(errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
Miles Bader [Fri, 16 Aug 2002 05:02:02 +0000 (05:02 -0000)]
(errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
(__set_errno): Just assign to `errno' (which will be expanded to the
thread-friendly version when appropriate).

21 years agoReplace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
Eric Andersen [Fri, 16 Aug 2002 04:49:08 +0000 (04:49 -0000)]
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
 -Erik

21 years agoRemove h8300 special case
Eric Andersen [Fri, 16 Aug 2002 04:36:44 +0000 (04:36 -0000)]
Remove h8300 special case

21 years ago(headers): Remove special case for v850, now that the general case
Miles Bader [Fri, 16 Aug 2002 02:23:52 +0000 (02:23 -0000)]
(headers): Remove special case for v850, now that the general case
works correctly for non-MMU systems without a `nommu' suffix.
Fixup indentation a bit.

21 years agoFix erroneous grouping.
Manuel Novoa III [Thu, 15 Aug 2002 17:04:09 +0000 (17:04 -0000)]
Fix erroneous grouping.

21 years agoPatch from Jarkko to fix drand48 to not use long long when
Eric Andersen [Thu, 15 Aug 2002 13:02:13 +0000 (13:02 -0000)]
Patch from Jarkko to fix drand48 to not use long long when
long long support is disabled in the uClibc Config.

21 years agoDo not prevent people from making mmu-less builds on mmu-full systems.
Eric Andersen [Thu, 15 Aug 2002 12:54:54 +0000 (12:54 -0000)]
Do not prevent people from making mmu-less builds on mmu-full systems.
 -Erik

21 years agoUse __malloc_unlikely instead of `likely'.
Miles Bader [Wed, 14 Aug 2002 09:15:36 +0000 (09:15 -0000)]
Use __malloc_unlikely instead of `likely'.

21 years agoAdd flow-control hints with __malloc_likely and __malloc_unlikely.
Miles Bader [Wed, 14 Aug 2002 09:14:40 +0000 (09:14 -0000)]
Add flow-control hints with __malloc_likely and __malloc_unlikely.

21 years ago(__malloc_likely, __malloc_unlikely): New macros.
Miles Bader [Wed, 14 Aug 2002 09:13:10 +0000 (09:13 -0000)]
(__malloc_likely, __malloc_unlikely): New macros.

21 years agoHandle zero NEW_SIZE case.
Miles Bader [Wed, 14 Aug 2002 06:16:41 +0000 (06:16 -0000)]
Handle zero NEW_SIZE case.

21 years ago(CSRC): Add syscall.c
Miles Bader [Wed, 14 Aug 2002 05:00:42 +0000 (05:00 -0000)]
(CSRC): Add syscall.c

21 years agoInitial checkin.
Miles Bader [Wed, 14 Aug 2002 04:59:46 +0000 (04:59 -0000)]
Initial checkin.

21 years agoMove all malloc tests under test/malloc/
Eric Andersen [Wed, 14 Aug 2002 02:38:04 +0000 (02:38 -0000)]
Move all malloc tests under test/malloc/

21 years agoAdd missing include/thread_db.h file, as reported by Simon Posnjak
Eric Andersen [Wed, 14 Aug 2002 01:37:09 +0000 (01:37 -0000)]
Add missing include/thread_db.h file, as reported by Simon Posnjak
 -Erik

21 years ago__fsetlocking() and FILE field user_locking were completely broken. :-(
Manuel Novoa III [Tue, 13 Aug 2002 21:24:56 +0000 (21:24 -0000)]
__fsetlocking() and FILE field user_locking were completely broken.  :-(
I think they're fixed now (I've run a few tests).
Note: __fsetlocking() is not threadsafe... but glibc's doesn't appear to
be either.

21 years agoUse `return' for null pointers, to avoid a giant block holding the rest
Miles Bader [Tue, 13 Aug 2002 07:18:45 +0000 (07:18 -0000)]
Use `return' for null pointers, to avoid a giant block holding the rest
of the function.

21 years agoUpdate to version 0.9.14
Eric Andersen [Mon, 12 Aug 2002 11:08:38 +0000 (11:08 -0000)]
Update to version 0.9.14
 -Erik

21 years agoOnly try to install existing binaries
Eric Andersen [Mon, 12 Aug 2002 11:00:21 +0000 (11:00 -0000)]
Only try to install existing binaries
 -Erik

21 years agoI missed a spot.
Eric Andersen [Mon, 12 Aug 2002 10:57:40 +0000 (10:57 -0000)]
I missed a spot.
 -Erik

21 years agoDoh! missed a spot.
Eric Andersen [Mon, 12 Aug 2002 10:57:22 +0000 (10:57 -0000)]
Doh!  missed a spot.
 -Erik

21 years agoFix the gcc wrapper to include crtbeginS.o and crtendS.o when we are compiling
Eric Andersen [Mon, 12 Aug 2002 09:53:12 +0000 (09:53 -0000)]
Fix the gcc wrapper to include crtbeginS.o and crtendS.o when we are compiling
PIC code, and use crtbegin.o and crtend.o when compiling non-pic code.  As was
caused problems, esp on powerpc...
 -Erik

21 years agoTest threads when appropriate
Eric Andersen [Mon, 12 Aug 2002 09:14:52 +0000 (09:14 -0000)]
Test threads when appropriate

21 years agoFix use of __pthread_once, and fix rpc usage of thread local
Eric Andersen [Mon, 12 Aug 2002 09:13:58 +0000 (09:13 -0000)]
Fix use of __pthread_once, and fix rpc usage of thread local
storage....
 -Erik

21 years agoFix alignment, minor cosmetic changes
Eric Andersen [Mon, 12 Aug 2002 09:03:30 +0000 (09:03 -0000)]
Fix alignment, minor cosmetic changes
 -Erik

21 years agoRevert commit by davidm to printf.c that initialized conv_num
Manuel Novoa III [Mon, 12 Aug 2002 04:32:41 +0000 (04:32 -0000)]
Revert commit by davidm to printf.c that initialized conv_num
  needlessly.  To do so increases the generated code size with bcc.
Eliminate duplicate define warnings in wstring.c.
Fix potentially broken preprocessor comparisons.  The preprocessor
  converts integers to maximal signed type, so inequality comparisons
  involving UINTMAX_MAX, ULLONG_MAX, and (if no long long) ULONG_MAX
  were potentially broken.

21 years agoGeez I'm an idiot some times. I shouldn't code when I'm exhausted.
Eric Andersen [Mon, 12 Aug 2002 04:15:45 +0000 (04:15 -0000)]
Geez I'm an idiot some times.  I shouldn't code when I'm exhausted.
I _totally_ screwed up the locking on exit and atexit such that it
didn't do any good at all.
 -Erik

21 years agoUgh. Make uClibc cross compile with gcc 2.95.x and threads. I wonder
Eric Andersen [Sun, 11 Aug 2002 18:53:30 +0000 (18:53 -0000)]
Ugh.  Make uClibc cross compile with gcc 2.95.x and threads.  I wonder
if this is serious enough to warrent 0.9.14?
 -Erik

21 years agoupdate to last Debian upload. Dumbass Debian maintainer forgets to check
David Schleef [Fri, 9 Aug 2002 23:05:27 +0000 (23:05 -0000)]
update to last Debian upload.  Dumbass Debian maintainer forgets to check
stuff in.

21 years agofix mksnapshot and update documentation.
David Schleef [Fri, 9 Aug 2002 23:01:39 +0000 (23:01 -0000)]
fix mksnapshot and update documentation.

21 years agoFix spacing
Eric Andersen [Fri, 9 Aug 2002 17:44:05 +0000 (17:44 -0000)]
Fix spacing

21 years agospacing
Eric Andersen [Fri, 9 Aug 2002 17:42:55 +0000 (17:42 -0000)]
spacing

21 years agoMove old stuff into old-news
Eric Andersen [Fri, 9 Aug 2002 17:40:16 +0000 (17:40 -0000)]
Move old stuff into old-news

21 years agoAdd missing thread-safe locking.
Eric Andersen [Fri, 9 Aug 2002 17:01:30 +0000 (17:01 -0000)]
Add missing thread-safe locking.
 -Erik