summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* minor cleanupEric Andersen2003-11-041-1/+1
* Remove warning that apparently is not needed for e1Eric Andersen2003-11-031-1/+0
* Updated to match the other architectures. Fixes problem with "fcntl:Tobias Anderberg2003-11-031-29/+67
* Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen2003-11-022-24/+38
* Both setegid and seteuid were implemented suboptimally, such thatEric Andersen2003-11-022-3/+42
* Be extra careful to check uid and gid converstions to kernel typesEric Andersen2003-11-021-17/+74
* Make the syscall locally, avoid an externEric Andersen2003-11-021-2/+6
* If realloc failed, we'd lose the pointer to the exit function table.Manuel Novoa III2003-11-021-6/+8
* Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III2003-11-021-22/+65
* Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen2003-11-014-24/+36
* Fix Erik's typo.Manuel Novoa III2003-10-311-1/+1
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-312-18/+4
* getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen2003-10-313-1/+8
* properly deal with soft-float when profiling as wellEric Andersen2003-10-254-0/+12
* Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III2003-10-251-0/+3
* Peter S. Mazinger pointed out that I missed a spot. I shouldEric Andersen2003-10-221-1/+3
* Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen2003-10-222-1/+196
* 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