summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a stupid bug that caused uClibc to never provide the correctEric Andersen2003-10-201-1/+1
* We were failing to properly set h_errno on success, which couldEric Andersen2003-10-191-0/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-1811-28/+16
* Peter Kjellerstedt writes:Eric Andersen2003-10-1854-78/+78
* Peter Kjellerstedt writes:Eric Andersen2003-10-182-8/+8
* Implement putgrent to make Peter S. Mazing happyEric Andersen2003-10-182-1/+57
* Doh!!!Eric Andersen2003-10-171-1/+1
* 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
* Patch from Tony J. White:Eric Andersen2003-10-152-1/+313
* Microblaze port from the uClinux-dist,David McCullough2003-10-1423-0/+1204
* 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
* 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
* Atsushi Nemoto writes:Eric Andersen2003-10-084-17/+17
* 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-0822-0/+1712
* Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen2003-10-032-7/+35
* 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
* More fiddling with static free-areas: make sure both their size _and_Miles Bader2003-09-221-5/+5
* Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III2003-09-221-28/+66
* Ugh... EOF handling by scanf was completely broken. :-( Regretably,Manuel Novoa III2003-09-221-67/+66
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-215-5/+5
* Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg2003-09-192-1/+73
* Make sure we don't allocate too little space for static free-areasMiles Bader2003-09-191-1/+3
* Add dependencies on header files.Miles Bader2003-09-191-2/+5
* Make sure static heaps are aligned correctly.Miles Bader2003-09-171-9/+11
* Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen2003-09-171-4/+4
* This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III2003-09-161-4/+7
* Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>Manuel Novoa III2003-09-131-3/+7
* Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-requiredManuel Novoa III2003-09-111-66/+103
* Peter Kjellerstedt writes:Eric Andersen2003-09-111-5/+4
* Make sure that __syscall_fcntl is extern when LFSEric Andersen2003-09-091-0/+2
* Fix wctype.c so that wchar can be enabled without ctype table-based functions.Manuel Novoa III2003-09-091-0/+58
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
* Fix a trivial compile problemEric Andersen2003-09-081-2/+2
* Signifcantly speed out integer to string conversion for printf.Manuel Novoa III2003-09-081-49/+38
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-086-113/+565
* Use __libc_fork for the uClinux fork stubEric Andersen2003-09-081-2/+2
* mjn3 pointed out that my brain was not in gear....Eric Andersen2003-09-081-4/+5
* A few minor syscall cleanupsEric Andersen2003-09-071-47/+62
* Some updates from glibc. mjn3 reports this fixes profilingEric Andersen2003-09-075-14/+44
* i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III2003-09-071-1/+1
* Remove profil.c, since it is constained within gmon.c.Manuel Novoa III2003-09-072-114/+1
* Fix some more problems found by the ltpEric Andersen2003-09-072-12/+18
* 'extern inline' doesn't work... Use 'static inline'Eric Andersen2003-09-061-5/+5