summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Oops... don't need recursive mutexes.Manuel Novoa III2003-11-061-3/+3
* Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).Manuel Novoa III2003-11-0625-1865/+1194
* Add in aliases provided by the non arch specific implementationsEric Andersen2003-11-061-0/+6
* George Thanos writes:Eric Andersen2003-11-062-3/+3
* The curse of cut-n-pasteEric Andersen2003-11-062-12/+2
* Add some initial x86 string optimizations. These make no attempt to use niftyEric Andersen2003-11-063-2/+385
* Remove erroneous trailing semicolon.Manuel Novoa III2003-11-051-1/+1
* Rip the guts out of the dynamically generated sysconf.c, and live with a simpleEric Andersen2003-11-053-221/+4
* last but certinaly not least, kill off initfini.cEric Andersen2003-11-051-172/+0
* Add quick hacks to create fake crti.o and crtn.o files. These architecturesEric Andersen2003-11-054-4/+116
* Kill initfini.awkEric Andersen2003-11-051-47/+1
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+102
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+73
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+77
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+99
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+79
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+89
* Arthur Shipkowski, art ! videon-central ! com, writes:Eric Andersen2003-11-051-0/+3
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+113
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+122
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-056-2/+157
* Begin the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+100
* 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