OSDN Git Service

uclinux-h8/uClibc.git
22 years agoRev all the header files to sync things with glibc 2.2.4
Eric Andersen [Thu, 27 Sep 2001 05:21:15 +0000 (05:21 -0000)]
Rev all the header files to sync things with glibc 2.2.4

22 years agoFix fseek behavior.
Manuel Novoa III [Tue, 25 Sep 2001 19:39:46 +0000 (19:39 -0000)]
Fix fseek behavior.

22 years agoFix the vfork test so it actually works this time.
Eric Andersen [Fri, 21 Sep 2001 05:52:27 +0000 (05:52 -0000)]
Fix the vfork test so it actually works this time.
 -Erik

22 years agoAdd in a simple vfork test
Eric Andersen [Fri, 21 Sep 2001 05:25:52 +0000 (05:25 -0000)]
Add in a simple vfork test

22 years agoOops
Eric Andersen [Sat, 15 Sep 2001 08:49:46 +0000 (08:49 -0000)]
Oops

22 years agoRecurse into 'file'
Eric Andersen [Sat, 15 Sep 2001 08:38:12 +0000 (08:38 -0000)]
Recurse into 'file'

22 years agoAdd lockf
Eric Andersen [Sat, 15 Sep 2001 08:31:43 +0000 (08:31 -0000)]
Add lockf

22 years agoPatch from John Tyner <jtyner@cs.ucr.edu> to avoid redefined
Eric Andersen [Thu, 13 Sep 2001 21:48:48 +0000 (21:48 -0000)]
Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefined
symbols by piping results through uniq

22 years agoPatch from Andrew Ip <aip@cwlinux.com> to add ftime,
Eric Andersen [Thu, 6 Sep 2001 19:42:48 +0000 (19:42 -0000)]
Patch from Andrew Ip <aip@cwlinux.com> to add ftime,
allowing openssl to be built.

22 years agoPreevaluate some stuff so it only gets run once, speeding the compile
Eric Andersen [Fri, 31 Aug 2001 06:09:13 +0000 (06:09 -0000)]
Preevaluate some stuff so it only gets run once, speeding the compile

22 years ago"Kim B. Heino" <Kim.Heino@bluegiga.com> reports
Eric Andersen [Thu, 30 Aug 2001 17:38:27 +0000 (17:38 -0000)]
"Kim B. Heino" <Kim.Heino@bluegiga.com> reports

In the libc/stdlib/bsd_getpt.c file you have line:

memcpy (buf, _PATH_PTY, sizeof (_PATH_PTY) - 1);

It really should be:

memcpy (buf, _PATH_PTY, sizeof (_PATH_PTY) );

The last nul character must be copied too because the next line uses
strlen() to get buf's length.

22 years agoWrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__
Eric Andersen [Wed, 29 Aug 2001 16:47:35 +0000 (16:47 -0000)]
Wrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__

22 years agoMinor update
Eric Andersen [Wed, 29 Aug 2001 00:07:05 +0000 (00:07 -0000)]
Minor update

22 years agoFix goofy formatting
Eric Andersen [Tue, 28 Aug 2001 21:16:12 +0000 (21:16 -0000)]
Fix goofy formatting

22 years agoThis will hopefully make global constructors and destructors work
Eric Andersen [Tue, 28 Aug 2001 17:15:53 +0000 (17:15 -0000)]
This will hopefully make global constructors and destructors work

22 years agoAdd "__write" as a weak alias for "write"
Eric Andersen [Tue, 28 Aug 2001 17:04:13 +0000 (17:04 -0000)]
Add "__write" as a weak alias for "write"

22 years agoelide some debug noise
Eric Andersen [Mon, 27 Aug 2001 22:09:41 +0000 (22:09 -0000)]
elide some debug noise

22 years agoMake gdb/gcc/binutils happy
Eric Andersen [Mon, 27 Aug 2001 20:03:52 +0000 (20:03 -0000)]
Make gdb/gcc/binutils happy

22 years agoUse "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and
Eric Andersen [Fri, 24 Aug 2001 23:24:43 +0000 (23:24 -0000)]
Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and
"_stderr", since this is what gcc and libgcc expect...
 -Erik

22 years agoAdd the __fopen prototype, since I pulled it from stdio.h
Eric Andersen [Fri, 24 Aug 2001 22:40:48 +0000 (22:40 -0000)]
Add the __fopen prototype, since I pulled it from stdio.h

22 years agoGet rid of non standard macros for things that are functions
Eric Andersen [Fri, 24 Aug 2001 22:23:24 +0000 (22:23 -0000)]
Get rid of non standard macros for things that are functions

22 years agoatoi, atol, atoll, and atof are supposed to be functions, not macros.
Eric Andersen [Fri, 24 Aug 2001 21:05:39 +0000 (21:05 -0000)]
atoi, atol, atoll, and atof are supposed to be functions, not macros.
 -Erik

22 years agoAdd missing shadow.h
Eric Andersen [Tue, 21 Aug 2001 23:27:53 +0000 (23:27 -0000)]
Add missing shadow.h

22 years agoAdd byteswap.h, per glibc
Eric Andersen [Tue, 21 Aug 2001 04:24:24 +0000 (04:24 -0000)]
Add byteswap.h, per glibc

22 years agoFix problem with possible redundant entries.
Eric Andersen [Sat, 18 Aug 2001 19:52:41 +0000 (19:52 -0000)]
Fix problem with possible redundant entries.

22 years agoFix a silly bug with the header file
Eric Andersen [Fri, 17 Aug 2001 19:51:36 +0000 (19:51 -0000)]
Fix a silly bug with the header file

22 years agoFix a stupid bug causing the ld-uClibc entry to be lost.
Eric Andersen [Fri, 17 Aug 2001 19:50:34 +0000 (19:50 -0000)]
Fix a stupid bug causing the ld-uClibc entry to be lost.

22 years agoDon't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true
Eric Andersen [Tue, 14 Aug 2001 23:13:33 +0000 (23:13 -0000)]
Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true

22 years agopowerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716"
Eric Andersen [Tue, 14 Aug 2001 21:49:20 +0000 (21:49 -0000)]
powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716"

22 years agoPut a bandaid on getpgrp behavior
Eric Andersen [Tue, 14 Aug 2001 21:17:30 +0000 (21:17 -0000)]
Put a bandaid on getpgrp behavior

22 years agoProper support for tests spannint multiple .o files
Eric Andersen [Tue, 14 Aug 2001 21:11:24 +0000 (21:11 -0000)]
Proper support for tests spannint multiple .o files
 -Erik

22 years agouse some #defines internal to the ctype functions to eliminate them
Eric Andersen [Tue, 14 Aug 2001 21:08:48 +0000 (21:08 -0000)]
use some #defines internal to the ctype functions to eliminate them
calling other tiny ctype functions.  Now all ctype funcs will end up
with no extern references, which ends up shrinking both the uClibc
shared lib and shrinking client code.
 -Erik

22 years agoFix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX)
Eric Andersen [Tue, 14 Aug 2001 20:40:36 +0000 (20:40 -0000)]
Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX)

22 years agoA few more (final?) cleanups for the installer behavior. I now think
Eric Andersen [Mon, 13 Aug 2001 22:20:28 +0000 (22:20 -0000)]
A few more (final?) cleanups for the installer behavior.  I now think
things are working perfectly (perhaps I shouln't think so much)

22 years agoAdd in a make release target
Eric Andersen [Mon, 13 Aug 2001 20:40:30 +0000 (20:40 -0000)]
Add in a make release target

22 years agoFix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer
Eric Andersen [Mon, 13 Aug 2001 20:00:34 +0000 (20:00 -0000)]
Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer
toolchain to any arbitrary directory...

22 years agoAdd in TARGET_PREFIX, which was still used in a few spots (and
Eric Andersen [Mon, 13 Aug 2001 18:52:28 +0000 (18:52 -0000)]
Add in TARGET_PREFIX, which was still used in a few spots (and
appropriately so).  Leave this hidden and set to a sane default
since nobody should really need to change it...

22 years agoUse malloc on arm (since I've never bothered to write sbrk)
Eric Andersen [Sat, 11 Aug 2001 04:21:52 +0000 (04:21 -0000)]
Use malloc on arm (since I've never bothered to write sbrk)

22 years agoI just wrote a stpncpy() since someone wanted it
Eric Andersen [Sat, 11 Aug 2001 04:17:52 +0000 (04:17 -0000)]
I just wrote a stpncpy() since someone wanted it

22 years agoI rewrote strcat without any function calls.
Eric Andersen [Sat, 11 Aug 2001 04:11:46 +0000 (04:11 -0000)]
I rewrote strcat without any function calls.

22 years agoSync up ldd behavior
Eric Andersen [Sat, 11 Aug 2001 04:09:22 +0000 (04:09 -0000)]
Sync up ldd behavior

22 years agoFix the library searching routine so it is way simpler, and so
Eric Andersen [Sat, 11 Aug 2001 04:08:41 +0000 (04:08 -0000)]
Fix the library searching routine so it is way simpler, and so
it matches the routine in ldd.c

22 years agoAdd a cvsignore for this dir
David Schleef [Sat, 11 Aug 2001 03:21:21 +0000 (03:21 -0000)]
Add a cvsignore for this dir

22 years agoChange name of package to uclibc-toolchain. Various changes
David Schleef [Sat, 11 Aug 2001 03:19:52 +0000 (03:19 -0000)]
Change name of package to uclibc-toolchain.  Various changes
following the Makefile changes.

22 years agoNeed to create $(SYSTEM_DEVEL_PREFIX)/usr/bin
David Schleef [Sat, 11 Aug 2001 03:18:59 +0000 (03:18 -0000)]
Need to create $(SYSTEM_DEVEL_PREFIX)/usr/bin

22 years agoBegin removing some unnecessary inlining, and fix naming
Eric Andersen [Sat, 11 Aug 2001 00:18:07 +0000 (00:18 -0000)]
Begin removing some unnecessary inlining, and fix naming
of _dl_fprintf which should really be _dl_dprintf
 -Erik

22 years agoOops. Symlink args were backwards...
Eric Andersen [Fri, 10 Aug 2001 08:49:12 +0000 (08:49 -0000)]
Oops.  Symlink args were backwards...

22 years agoDon't blow away existing files when trying to install a ldso symlink...
Eric Andersen [Fri, 10 Aug 2001 08:43:35 +0000 (08:43 -0000)]
Don't blow away existing files when trying to install a ldso symlink...

22 years agoUpdate the build system, yet again. I hope this is the last time...
Eric Andersen [Fri, 10 Aug 2001 08:00:08 +0000 (08:00 -0000)]
Update the build system, yet again.  I hope this is the last time...
Here is the basic theory of operation:
    SHARED_LIB_LOADER_PATH/     <The location where the shared lib
                                loader will be installed and where the
                                compiler will cause apps to look for it.>
    DEVEL_PREFIX/
                bin/            <contains gcc, ld, etc for setting PATH=$DEVEL_PREFIX/bin:$PATH>
                lib/            <contains all runtime and static libs>
                include/        <Where all the header files go>
    SYSTEM_DEVEL_PREFIX/
                usr/bin/        <contains arch-uclibc-gcc, arch-uclibc-ld, etc that
                                might be installed by a .deb or .rpm into /usr/bin,
                                but can happily live under DEVEL_PREFIX>
    PREFIX
            This is prepended during 'make install's allowing you to shift things to
            be installed under some alternate location (such as when building a .deb)
 -Erik

22 years agoMake _PATH_VARRUN actually point to /var/run.
David McCullough [Fri, 10 Aug 2001 00:33:01 +0000 (00:33 -0000)]
Make _PATH_VARRUN actually point to /var/run.

22 years agoFix behavior when installing the devel env, since somewhere
Eric Andersen [Thu, 9 Aug 2001 20:25:20 +0000 (20:25 -0000)]
Fix behavior when installing the devel env, since somewhere
along the line this got messed up...

22 years agoAdd cmsg_nxthdr function for the cases where the headers
David McCullough [Thu, 9 Aug 2001 15:25:15 +0000 (15:25 -0000)]
Add cmsg_nxthdr function for the cases where the headers
do not so it inline.

22 years agoAdd in changes from philipc@lineo:
David McCullough [Thu, 9 Aug 2001 13:44:22 +0000 (13:44 -0000)]
Add in changes from philipc@lineo:

Fix three bugs and bring into line with glibc:

1. The first character read using getc() was being ignored if it was EOF.
Normally this is okay because the next getc() returns EOF as well, but
for sscanf, this was causing us to skip the null terminator and start
scanning whatever happened to be next in memory.

2. %s, %c, and %[ formats now return -1 if EOF is reached before any
characters are read, instead of 0.  This was causing an infinite loop
in diald.

3. Default to base 10 for %i fields if not prefix modifier present.

22 years agoAdd hstrerror, it just points to strerror like h_errno.
David McCullough [Thu, 9 Aug 2001 12:54:00 +0000 (12:54 -0000)]
Add hstrerror,  it just points to strerror like h_errno.

22 years agoAdded sigset_t casts so we behave like the other platforms.
David McCullough [Thu, 9 Aug 2001 12:08:51 +0000 (12:08 -0000)]
Added sigset_t casts so we behave like the other platforms.

22 years agoFix a couple of warnings
David McCullough [Thu, 9 Aug 2001 12:06:19 +0000 (12:06 -0000)]
Fix a couple of warnings

22 years agoMake sure the weak aliases are defined before the functions/vars
David McCullough [Thu, 9 Aug 2001 11:37:33 +0000 (11:37 -0000)]
Make sure the weak aliases are defined before the functions/vars
they use as stubs, otherwise, some compilers (ie., m68k-elf) tie them to
the local symbols and the weak aliases do not work.

22 years agoChanged uclibc-gcc to uclibc-toolchain. Added fixups for changes
David Schleef [Thu, 9 Aug 2001 01:20:43 +0000 (01:20 -0000)]
Changed uclibc-gcc to uclibc-toolchain.  Added fixups for changes
in the Makefiles.

22 years agoThis syncs things up with my local tree. Mainly changes installer
Eric Andersen [Wed, 8 Aug 2001 17:03:36 +0000 (17:03 -0000)]
This syncs things up with my local tree.  Mainly changes installer
issues, and syns things (as far as I am willing) with Dave Schleef's
tree.  We may need to go another round or so, but we do seem to be
converging...

22 years agoTry search for the shared lib interpreter. Eliminate all double "//"s
Eric Andersen [Mon, 6 Aug 2001 22:51:31 +0000 (22:51 -0000)]
Try search for the shared lib interpreter.  Eliminate all double "//"s
from the output
 -Erik

22 years agoIf /etc/ld.so.preload was size 0, the shared lib loader would
Eric Andersen [Mon, 6 Aug 2001 19:27:51 +0000 (19:27 -0000)]
If /etc/ld.so.preload was size 0, the shared lib loader would
choke and die.  Test for non-zero size as well,
 -Erik

22 years agoFixup the pipe system call for the SH target.
David McCullough [Mon, 6 Aug 2001 12:46:12 +0000 (12:46 -0000)]
Fixup the pipe system call for the SH target.
The FD's are returned in registers.

22 years agoOops... left in a debugging line.
Manuel Novoa III [Sat, 28 Jul 2001 15:06:31 +0000 (15:06 -0000)]
Oops... left in a debugging line.

22 years agoBack out the changes to _uClibc_fread and loop in fread() if incomplete, to
Manuel Novoa III [Sat, 28 Jul 2001 14:51:45 +0000 (14:51 -0000)]
Back out the changes to _uClibc_fread and loop in fread() if incomplete, to
avoid problems with fgets on tty streams.  I actually did some testing this
time.  ;-)
Note: there is a difference in behavior between glibc and uClibc here
regarding fread() on a tty stream.  glibc's fread() seems to return after
reading all _available_ data even if not at end-of-file, while uClibc's
fread() continues reading until all requested or eof or error.  The latter
behavior seems correct w.r.t. the standards.

23 years agoYes... the previous "fix" was broken too... the result of careless cutting
Manuel Novoa III [Thu, 26 Jul 2001 02:52:53 +0000 (02:52 -0000)]
Yes... the previous "fix" was broken too... the result of careless cutting
and pasting while pressed for time.  I haven't checked this one either. :-(

23 years agoOk... the fix wasn't quite so straightforward. Hopefully this will do it.
Manuel Novoa III [Wed, 25 Jul 2001 22:31:25 +0000 (22:31 -0000)]
Ok... the fix wasn't quite so straightforward.  Hopefully this will do it.

23 years agoFix fread bug reported by Vodz. The fix is straightforward, but I haven't
Manuel Novoa III [Wed, 25 Jul 2001 21:01:10 +0000 (21:01 -0000)]
Fix fread bug reported by Vodz.  The fix is straightforward, but I haven't
tested it (lack of time).

23 years agoFix small typo vodz reported.
Manuel Novoa III [Wed, 25 Jul 2001 14:40:40 +0000 (14:40 -0000)]
Fix small typo vodz reported.

23 years agoFix the /lib link
David Schleef [Wed, 18 Jul 2001 22:11:18 +0000 (22:11 -0000)]
Fix the /lib link

23 years agoBetter generation of control, fix up DESTDIR
David Schleef [Tue, 17 Jul 2001 23:33:15 +0000 (23:33 -0000)]
Better generation of control, fix up DESTDIR

23 years agoFix typo.
David Schleef [Tue, 17 Jul 2001 20:56:15 +0000 (20:56 -0000)]
Fix typo.

23 years agoChanges to build cross-compiling libraries
David Schleef [Tue, 17 Jul 2001 09:54:09 +0000 (09:54 -0000)]
Changes to build cross-compiling libraries

23 years agoBetter rule for locating dynamic linker
David Schleef [Tue, 17 Jul 2001 09:44:30 +0000 (09:44 -0000)]
Better rule for locating dynamic linker

23 years agosearch_for_named_library forgot to wipe the target string, so each time
Eric Andersen [Tue, 17 Jul 2001 05:34:33 +0000 (05:34 -0000)]
search_for_named_library forgot to wipe the target string, so each time
around the loop it was getting bigger...

23 years agoElimintate spurious trailing /
Eric Andersen [Tue, 17 Jul 2001 05:32:41 +0000 (05:32 -0000)]
Elimintate spurious trailing /

23 years agoTurn off USE_CACHE by default (so ldconfig, by default, isn't
Eric Andersen [Tue, 17 Jul 2001 04:00:27 +0000 (04:00 -0000)]
Turn off USE_CACHE by default (so ldconfig, by default, isn't
needed).
Fix a stupid typo in dlib.c where I had several weak symbols
set up backwards, breaking libdl (dlopen and friends),
 -Erik

23 years agoFix missing function when USE_CACHE is enabled
Eric Andersen [Tue, 17 Jul 2001 01:44:36 +0000 (01:44 -0000)]
Fix missing function when USE_CACHE is enabled
 -Erik

23 years agoOops. USE_CACHE was disabled and didn't compile when enabled
Eric Andersen [Tue, 17 Jul 2001 01:19:15 +0000 (01:19 -0000)]
Oops.  USE_CACHE was disabled and didn't compile when enabled
since I'd forgotten a one liner...
 -Erik

23 years agoForgot this...
Eric Andersen [Tue, 17 Jul 2001 00:55:53 +0000 (00:55 -0000)]
Forgot this...

23 years agoWe already have tar.h, so might as well include cpio.h as well...
Eric Andersen [Tue, 17 Jul 2001 00:52:44 +0000 (00:52 -0000)]
We already have tar.h, so might as well include cpio.h as well...

23 years agoSome cleanups needed for things to compile and work as expected
Eric Andersen [Tue, 17 Jul 2001 00:52:04 +0000 (00:52 -0000)]
Some cleanups needed for things to compile and work as expected
with the new build system...
 -Erik

23 years agouse ln -fs
Eric Andersen [Mon, 16 Jul 2001 23:47:15 +0000 (23:47 -0000)]
use ln -fs

23 years agoScrub up a few things I forgot. Add a few more cleanups.
Eric Andersen [Fri, 13 Jul 2001 06:16:26 +0000 (06:16 -0000)]
Scrub up a few things I forgot.  Add a few more cleanups.
 -Erik

23 years agoThis takes about 6k off the size of the x86 shared lib loader...
Eric Andersen [Fri, 13 Jul 2001 06:05:01 +0000 (06:05 -0000)]
This takes about 6k off the size of the x86 shared lib loader...
 -Erik

23 years agofixperms needs the correct name for ld-uClibc
David Schleef [Fri, 13 Jul 2001 03:51:01 +0000 (03:51 -0000)]
fixperms needs the correct name for ld-uClibc

23 years agoPowerPC has a different kernel interface for termios. Grrr...
David Schleef [Fri, 13 Jul 2001 03:22:18 +0000 (03:22 -0000)]
PowerPC has a different kernel interface for termios.  Grrr...

23 years agoThe previous termios.h strongly appeared to be from a different
David Schleef [Fri, 13 Jul 2001 03:21:16 +0000 (03:21 -0000)]
The previous termios.h strongly appeared to be from a different
architecture.

23 years agoAdd test for proper realloc() behavior.
David Schleef [Fri, 13 Jul 2001 03:08:08 +0000 (03:08 -0000)]
Add test for proper realloc() behavior.

23 years agoThis commit merges David Schleef's updates to the build system, which a
Eric Andersen [Thu, 12 Jul 2001 21:41:31 +0000 (21:41 -0000)]
This commit merges David Schleef's updates to the build system, which a
few tiny fixups here and there from me.  Seems to work just fine and
will hopefully be a bit better behaved.
 -Erik

23 years agoUse uClibc's ldd, not the system one which is probably broken
Eric Andersen [Thu, 12 Jul 2001 20:40:53 +0000 (20:40 -0000)]
Use uClibc's ldd, not the system one which is probably broken
anyways.  This ensures correct answers, and prevents all the
annoying segfaults from the system ldd.
 -Erik

23 years agoAdd missing in_addr_t
Eric Andersen [Thu, 12 Jul 2001 18:56:10 +0000 (18:56 -0000)]
Add missing in_addr_t

23 years agoAdded #ifdef DEBUG where appropriate.
David Schleef [Thu, 12 Jul 2001 12:30:13 +0000 (12:30 -0000)]
Added #ifdef DEBUG where appropriate.
Fixed icache clearing during _dl_init_got().
Added a few more reloc types.
Added out-of-range check for R_PPC_REL24.

23 years agoFirst cut of PowerPC port. It works for hello world, but has lots
David Schleef [Thu, 12 Jul 2001 10:14:09 +0000 (10:14 -0000)]
First cut of PowerPC port.  It works for hello world, but has lots
of debugging information is still there.

23 years agoSmall fixups for powerpc
David Schleef [Thu, 12 Jul 2001 10:11:33 +0000 (10:11 -0000)]
Small fixups for powerpc

23 years agoAdded __BEGIN_DECLS and __END_DECLS to the files that didn't have
David McCullough [Wed, 11 Jul 2001 13:47:45 +0000 (13:47 -0000)]
Added __BEGIN_DECLS and __END_DECLS to the files that didn't have
it and that I could see needed it.

Should be pretty low impact as these are only defined when using C++.

23 years agoThe main part of the C++ support is the definition of __BEGIN_DECLS
David McCullough [Wed, 11 Jul 2001 13:33:21 +0000 (13:33 -0000)]
The main part of the C++ support is the definition of __BEGIN_DECLS
and __END_DECLS in this file based on the __cplusplus define.

23 years agoThe weak_alias macro was not genertaing asm with the correct alias names.
David McCullough [Wed, 11 Jul 2001 13:30:27 +0000 (13:30 -0000)]
The weak_alias macro was not genertaing asm with the correct alias names.

Start of the C++ header changes.

23 years agoFixup the atexit weak alias for elf, need to include <features.h> to
David McCullough [Wed, 11 Jul 2001 13:27:12 +0000 (13:27 -0000)]
Fixup the atexit weak alias for elf,  need to include <features.h> to
get the correct value for the HAVE_ELF define.

23 years agoSeems weak_alias wasn't working as expected...
Eric Andersen [Wed, 11 Jul 2001 03:47:56 +0000 (03:47 -0000)]
Seems weak_alias wasn't working as expected...

23 years agoldd rewrite is done
Eric Andersen [Wed, 11 Jul 2001 02:09:57 +0000 (02:09 -0000)]
ldd rewrite is done