summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-21Remove include file, in case it is broken. We don't need it here.Eric Andersen
-Erik
2002-03-21Fix grammarEric Andersen
2002-03-21Update webpage a little bit for clarityEric Andersen
2002-03-21Add some phony targetsEric Andersen
2002-03-21Put the chdir back, to simplify testing now that scandirEric Andersen
doesn't segfault anymore
2002-03-21Always build the utils. Always clean libc/misc, since there isEric Andersen
some auto generated stuff in there -Erik
2002-03-21Add the ttyent.h header fileEric Andersen
2002-03-21Be kind to robotsEric Andersen
2002-03-21Update the FAQ a little bitEric Andersen
2002-03-21Update webpageEric Andersen
2002-03-21Fix anon passwordEric Andersen
2002-03-21AlphabetizeEric Andersen
2002-03-21Update TODO list for next releaseEric Andersen
2002-03-21Bump up version numberEric Andersen
2002-03-21Support getttyent and friends so ncurses will compileEric Andersen
2002-03-21Compile in flockfile and friends by defaultEric Andersen
-Erik
2002-03-21Update Changelog in preparation for a release.Eric Andersen
-Erik
2002-03-20Patch from Bart Visscher <magick@Linux-Fan.com> fixing someEric Andersen
missing pieces of the conversion to reentrant functions.
2002-03-20Doh! search-n-replace bites againEric Andersen
2002-03-20Fix compile problem when ASSUME_DEVPTS=falseEric Andersen
getpt.c: In function 'getpt': getpt.c:83: 'have_no_dev_ptmx' undeclared ... oops. -Erik
2002-03-20s/off_t/__off_t/gEric Andersen
2002-03-20Attempt to follow symlinks if possible, and use that directoryEric Andersen
for the base library directory. -Erik
2002-03-19Prevent uninitialized useEric Andersen
2002-03-19Initial mips ldso porting effort from Steven J. Hill. Not yetEric Andersen
complete, but off to a fine start.
2002-03-19Add new debug target (disabled by default) so that when debugEric Andersen
is on we now default to resolving symbols permanently.. -Erik
2002-03-19Revert my symlink detecting change for now, since it breaksEric Andersen
things. -Erik
2002-03-19Fix missing defines. Forgot to check this in.Eric Andersen
-Erik
2002-03-19Merge glibc random, which gets us a much better RNG and aEric Andersen
reentrant one as well. It is not much bigger than what we had, so... -Erik
2002-03-19Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen
added several additional reentrant networking functions such that iptables now runs with IPV6 support.
2002-03-19Resolve symlinks when determining the real ld.so path, which isEric Andersen
now used as the default library search location. -Erik
2002-03-19Cleanup header files a bit.Eric Andersen
-Erik
2002-03-18Let older arm cross compilers workEric Andersen
-Erik
2002-03-18Add initial support for compiling cpp code.Eric Andersen
-Erik
2002-03-17Enable trace support by default, since it only costs 300 bytesEric Andersen
anyways, and people seem to expect it. -Erik
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
these stubs were preventing the real stuff from working properly. -Erik
2002-03-16Build crti.o and crtn.o with optimization enabledEric Andersen
-Erik
2002-03-16Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>.Manuel Novoa III
2002-03-15Oops. Forgot to check this one inEric Andersen
2002-03-15Add strptime, and commonize some locale stringsEric Andersen
-Erik
2002-03-15Don't let this worry about _init and _finiEric Andersen
2002-03-15Fix location of crt0.oEric Andersen
2002-03-15Add missing updwtmp() and fix broken makefileEric Andersen
2002-03-15Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen
2002-03-15Hide libc specific junk inside a #ifdef _LIBC to avoidEric Andersen
namespace pollution, noted by Miles. -Erik
2002-03-15Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen
by arcturusnetworks, since Miles Bader reports it is unnecessary. -Erik
2002-03-14Fix link to daily snapshotEric Andersen
2002-03-14Update the config script to behave a bit betterEric Andersen
2002-03-14Oops! When I fixed the debug flags, I forgot to make things beEric Andersen
PIC, so do that now. -Erik
2002-03-14Setup so ctors/dtors can run. Disabled for now, since they doEric Andersen
add a little bit to binary size... -Erik
2002-03-14Don't call null ctors/dtors.Eric Andersen
-Erik