summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* oopsEric Andersen2004-01-031-6/+0
* Minor changesEric Andersen2004-01-031-13/+24
* Peter S. Mazinger writes:Eric Andersen2004-01-025-2/+140
* 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-3018-798/+3133
* 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
* 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-2733-152/+126
* 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
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-175-1/+431
* 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
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-051-0/+96
* Fix infinite loop in putgrent (forgotten increment).Manuel Novoa III2003-12-041-0/+1
* Fix arm profiling support, which was accidentally removedEric Andersen2003-12-041-0/+6
* Building of iconv.o was accidently always disabled.Manuel Novoa III2003-12-041-8/+4
* Lethal noticed that the generated file gmon-start.S was notEric Andersen2003-12-034-0/+8
* Patch from lethal, adding syscall() to the sh64 portEric Andersen2003-12-032-1/+25
* remove some garbageEric Andersen2003-12-031-1/+0
* Add a syscall() implementation using a hacked version of the syscall6 macro.Manuel Novoa III2003-12-022-1/+26
* Add function versions of ntohl and friendsEric Andersen2003-12-022-1/+68
* Avoid a potentially undefined operation with a veriable++ in a macroEric Andersen2003-12-021-2/+2
* Put in a dummy reference to main so busybox will link.Manuel Novoa III2003-12-021-0/+6
* Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.Manuel Novoa III2003-11-291-0/+3
* Another missing mips function, needed by the boehm garbage collector.Manuel Novoa III2003-11-282-1/+32
* Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Manuel Novoa III2003-11-283-2/+7
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-2215-116/+33
* Add missing weak alias for bcmpEric Andersen2003-11-201-0/+4
* Always include locale.h, which was included by libintl.h only whenManuel Novoa III2003-11-201-0/+2
* Don't depend on BSD namingEric Andersen2003-11-201-12/+12
* Add an initial set of arm optimized string functions. TheseEric Andersen2003-11-2012-1/+1117
* Lets try that one again...Eric Andersen2003-11-201-8/+6
* Make certain that the arch specific stuff is always compiled lastEric Andersen2003-11-201-4/+7
* Fixup dependancies to ensure arch specific string functionsEric Andersen2003-11-201-3/+3