summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rohde at soap dot adsl dot dk writes:Eric Andersen2004-01-021-1/+1
* rohde at soap dot adsl dot dk writes:Eric Andersen2004-01-021-1/+1
* Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)Manuel Novoa III2004-01-021-10/+13
* Oops... temporarily support the old stdio code.Manuel Novoa III2004-01-021-0/+5
* The checking Erik added seems to be unnecessary. Without it, I am notManuel Novoa III2004-01-021-72/+5
* Redo the exec functions to comply with SUSv3.Manuel Novoa III2004-01-028-208/+332
* Rewrite popen for SUSv3 compliance.Manuel Novoa III2004-01-021-47/+171
* Minor fix from upstream glibc.Manuel Novoa III2004-01-021-4/+8
* Kept the same approach, but rewrote the code for the most part.Manuel Novoa III2004-01-021-86/+98
* Fir errno return when the file/path is NULL or points to an empty string.Eric Andersen2003-12-311-6/+6
* Add extra checks for sigprocmask and rt_sigprocmask syscalls.Eric Andersen2003-12-311-4/+34
* Fix the manditory typo in my last minute untested fix.Eric Andersen2003-12-301-1/+1
* Make sleep behave itself properly inthe presence of SIGCHLDEric Andersen2003-12-302-11/+8
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-3020-807/+3155
* Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen2003-12-302-0/+233
* Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6Eric Andersen2003-12-281-1/+3
* Fix whitespaceEric Andersen2003-12-281-5/+5
* remove unused fileEric Andersen2003-12-282-121/+1
* Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III2003-12-272-3/+13
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-2737-155/+129
* oopsEric Andersen2003-12-221-1/+1
* implement the worthless cuserid() function we claim to support.Eric Andersen2003-12-221-0/+8
* In unistd.h, getpgrp() is redirected to __getpgid(), butEric Andersen2003-12-221-1/+3
* That was awfully stupid.Eric Andersen2003-12-221-4/+5
* Use 'sed -i -e' rather than 'sed -ie' since we don't wantEric Andersen2003-12-221-8/+8
* Update the config used when building a .debEric Andersen2003-12-222-8/+13
* dev systems updatedEric Andersen2003-12-192-4/+32
* Use PAGE_SIZE rather than hard coding 4096Eric Andersen2003-12-175-29/+31
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-179-1/+1039
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-1717-69/+71
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-175-1/+431
* When I switched from using stack allocated space for printf, I missed a caseEric Andersen2003-12-172-6/+10
* Add in the axis network camerasEric Andersen2003-12-171-0/+1
* Add LEAF Bering-uClibcEric Andersen2003-12-161-2/+3
* fix grammer such it is possible to understand what is written...Eric Andersen2003-12-161-3/+3
* Update for release (no really this time ;-)0_9_24Eric Andersen2003-12-162-1/+149
* Update the websiteEric Andersen2003-12-162-0/+30
* Link ldconfig with the appropriate libraries.Manuel Novoa III2003-12-141-1/+1
* Fix some dst issues in _time_mktime().Manuel Novoa III2003-12-141-5/+12
* Fix a couple of 'declaration after statement' errors.Manuel Novoa III2003-12-142-3/+2
* fix a cut-n-paste typoEric Andersen2003-12-111-1/+1
* add image for validatorEric Andersen2003-12-111-0/+0
* fixup some silly html bugsEric Andersen2003-12-116-8/+6
* mjn3 found a url for the darwin C libEric Andersen2003-12-111-0/+1
* more minor cleanupsEric Andersen2003-12-112-6/+15
* Rework the websiteEric Andersen2003-12-1115-1027/+646
* Prepare for uClibc 0.9.24 releaseEric Andersen2003-12-084-2760/+827
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-057-3/+292
* move _dl_fixup so staticly linked apps using dlopen have aEric Andersen2003-12-053-65/+132
* Fix infinite loop in putgrent (forgotten increment).Manuel Novoa III2003-12-041-0/+1