summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Peter Kjellerstedt writes:Eric Andersen2003-10-1896-194/+188
* Peter Kjellerstedt writes:Eric Andersen2003-10-1814-95/+97
* Implement putgrent to make Peter S. Mazing happyEric Andersen2003-10-182-1/+57
* Doh!!!Eric Andersen2003-10-171-1/+1
* Point people to the kernel.org mirrors for downloading the devEric Andersen2003-10-173-30/+31
* Do not set errno when they asked for size 0Eric Andersen2003-10-161-1/+1
* Code formatting cleanup.Miles Bader2003-10-161-5/+6
* Don't set errno if for zero SIZE returns.Miles Bader2003-10-161-11/+14
* More detail on the use of MALLOC_DEBUGEric Andersen2003-10-161-4/+12
* Updated cris configuration; added support for %m.Tobias Anderberg2003-10-151-1/+1
* Brett Nash writes:Eric Andersen2003-10-151-1/+12
* Patch from Tony J. White:Eric Andersen2003-10-152-1/+313
* Doh! I was returning with an incorrect pointer type when dlopeningEric Andersen2003-10-152-14/+14
* Microblaze port from the uClinux-dist,David McCullough2003-10-1425-0/+1312
* Enable full debug support for ld-uClibc and libdlEric Andersen2003-10-142-0/+18
* sigh. the warn funcs seem to be broken. Use local versionsEric Andersen2003-10-131-17/+71
* Patch from Peter Kjellerstedt:Eric Andersen2003-10-131-39/+37
* Fix an ldd bug, more ldconfig cleanupEric Andersen2003-10-132-264/+287
* Always build and install ldconfigEric Andersen2003-10-126-102/+90
* Don't make two copiesEric Andersen2003-10-122-34/+40
* Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen2003-10-121-5/+3
* I forgot to remove thisEric Andersen2003-10-111-98/+0
* These are wanted by net-toolsEric Andersen2003-10-112-0/+223
* We do not provide gmtime(), so disable the prototype toEric Andersen2003-10-101-0/+2
* Remove some stuff that is now doneEric Andersen2003-10-102-4/+3
* Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen2003-10-1025-671/+738
* Patch from Rob McMullen:Eric Andersen2003-10-091-0/+74
* move the test for loading the wrong C library into theEric Andersen2003-10-092-32/+52
* When someone would dlopen a shared lib that was already opened,Eric Andersen2003-10-092-24/+28
* Atsushi Nemoto writes:Eric Andersen2003-10-085-18/+18
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-0818-2/+722
* Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen2003-10-081-1/+1
* Patch from George Thanos adding support for the "e1" architecture.Eric Andersen2003-10-0824-0/+1825
* s/root_fs-/root_fs_/gEric Andersen2003-10-063-27/+27
* Fix a stupid bug causing 'ldd' output to not contain the fullEric Andersen2003-10-041-2/+1
* Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen2003-10-032-7/+35
* Updated cris configuration.Tobias Anderberg2003-10-011-3/+48
* Don't forget addend on relocations + minor other fixes.Tobias Anderberg2003-09-301-3/+11
* typoEric Andersen2003-09-301-1/+1
* grammar fixesEric Andersen2003-09-301-3/+3
* Mention that I have updated the dev systems.Eric Andersen2003-09-301-0/+37
* oops.Eric Andersen2003-09-301-8/+8
* Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen2003-09-292-2/+2
* Revert to using uClibc-specific c-symbol-prefix stuffMiles Bader2003-09-261-2/+1
* Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg2003-09-241-1/+1
* Quick fix to make sure vfprintf always checks stream orientation whenManuel Novoa III2003-09-231-0/+19
* One more scanf difference.Manuel Novoa III2003-09-221-0/+4
* More fiddling with static free-areas: make sure both their size _and_Miles Bader2003-09-221-5/+5
* Document some glibc bugs that Ulrich Drepper refuses to acknowledge. :-(Manuel Novoa III2003-09-221-1/+31
* Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III2003-09-221-28/+66