summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-10Remove some stuff that is now doneEric Andersen
2003-10-10Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen
2003-10-09Patch from Rob McMullen:Eric Andersen
2003-10-09move the test for loading the wrong C library into theEric Andersen
2003-10-09When someone would dlopen a shared lib that was already opened,Eric Andersen
2003-10-08Atsushi Nemoto writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-10-08Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen
2003-10-08Patch from George Thanos adding support for the "e1" architecture.Eric Andersen
2003-10-06s/root_fs-/root_fs_/gEric Andersen
2003-10-04Fix a stupid bug causing 'ldd' output to not contain the fullEric Andersen
2003-10-03Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen
2003-10-01Updated cris configuration.Tobias Anderberg
2003-09-30Don't forget addend on relocations + minor other fixes.Tobias Anderberg
2003-09-30typoEric Andersen
2003-09-30grammar fixesEric Andersen
2003-09-30Mention that I have updated the dev systems.Eric Andersen
2003-09-30oops.Eric Andersen
2003-09-29Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen
2003-09-26Revert to using uClibc-specific c-symbol-prefix stuffMiles Bader
2003-09-24Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg
2003-09-23Quick fix to make sure vfprintf always checks stream orientation whenManuel Novoa III
2003-09-22One more scanf difference.Manuel Novoa III
2003-09-22More fiddling with static free-areas: make sure both their size _and_Miles Bader
2003-09-22Document some glibc bugs that Ulrich Drepper refuses to acknowledge. :-(Manuel Novoa III
2003-09-22Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III
2003-09-22Ugh... EOF handling by scanf was completely broken. :-( Regretably,Manuel Novoa III
2003-09-21Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III
2003-09-19* Partial re-write to match other archs and remove duplicate code.Tobias Anderberg
2003-09-19Corrected LD_BOOT macroTobias Anderberg
2003-09-19Initialize strings as pointers instead of arrays.Tobias Anderberg
2003-09-19Re-add cris to "define list" when fixing auxvt.Tobias Anderberg
2003-09-19Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg
2003-09-19Make sure we don't allocate too little space for static free-areasMiles Bader
2003-09-19Add dependencies on header files.Miles Bader
2003-09-17Make sure we use the local copy of elf.h, since some systemEric Andersen
2003-09-17Make sure static heaps are aligned correctly.Miles Bader
2003-09-17Patch from Philip Nye fixing mmu-lessEric Andersen
2003-09-17Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen
2003-09-16This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III
2003-09-13Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>Manuel Novoa III
2003-09-11Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-requiredManuel Novoa III
2003-09-11Fix several stupid bugs I let slip into the releaseEric Andersen
2003-09-11Peter Kjellerstedt writes:Eric Andersen
2003-09-11Simplify an expression. Use static const on strings to avoidEric Andersen
2003-09-11Stefan Allius writes:Eric Andersen
2003-09-11Stefan Allius writes:Eric Andersen
2003-09-09Yet more trivial doc updatesEric Andersen
2003-09-09minor spelling fixesEric Andersen
2003-09-09Force Large File Support disabled on Cris, since somethingEric Andersen