summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Purge trailing white spaceEric Andersen2004-05-111-13/+13
* Obligatory forgotten file...Manuel Novoa III2004-05-081-1/+2
* Change clock() to allow wrapping.Manuel Novoa III2004-05-081-86/+145
* Patch from Yoshinori Sato <ysato@users.sourceforge.jp>.Manuel Novoa III2004-05-071-0/+4
* "Fix" this so that at least things will link when threading is disabled.Manuel Novoa III2004-05-071-4/+8
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-072-23/+9
* Add missing include.Manuel Novoa III2004-05-071-0/+1
* Change the global 'buf' to 'servbuf' since some functions in here useEric Andersen2004-05-071-7/+7
* Fix screwed up formattingEric Andersen2004-05-051-20/+20
* Jeroen Dobbelaere writes:Eric Andersen2004-05-051-1/+2
* It turns out that asm/reg.h is missing from the 2.6.x kernel headers,Eric Andersen2004-04-231-2/+167
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-2011-29/+29
* Fix typo.Manuel Novoa III2004-04-141-1/+1
* Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su.Eric Andersen2004-04-061-4/+0
* Per patch from Stefan Holst, do not try to compile theseEric Andersen2004-03-194-0/+8
* Patch from Stefan Holst to fix argv[0]Eric Andersen2004-03-191-5/+5
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-0/+2
* Alexandre Oliva writes:Eric Andersen2004-03-182-1/+42
* Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen2004-03-182-4/+7
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-1810-23/+24
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-185-13/+68
* Cope gracefully with missing module syscallsEric Andersen2004-03-124-6/+21
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-113-76/+111
* Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III2004-03-101-21/+38
* Fixup naming of '_mmap' to 'mmap' so it will properly overrideEric Andersen2004-02-182-1/+1
* Alexandre Oliva writes:Eric Andersen2004-02-1828-0/+2266
* Alexandre Oliva writes:Eric Andersen2004-02-187-10/+10
* Fixup fdatasync on alpha, thanks to Alan HourihaneEric Andersen2004-02-171-0/+7
* Sigh... Fall back to alloca() if munmap is broken (uClinux).Manuel Novoa III2004-02-171-8/+6
* Generic fork works. Use it instead since this didn't handle errno_location.Manuel Novoa III2004-02-152-66/+1
* Oops.Eric Andersen2004-02-151-1/+2
* Mips can use the generic vforkEric Andersen2004-02-152-31/+1
* Cris can use the generic vforkEric Andersen2004-02-152-12/+1
* This should not be inlined. This should probably use aEric Andersen2004-02-151-2/+2
* Fixup fork implementation to provide the __libc_fork symbolEric Andersen2004-02-152-5/+7
* Use the generic fork implementation on sh64Eric Andersen2004-02-152-36/+1
* Oops.. The custom stream funcs should only be compiled if wanted.Manuel Novoa III2004-02-131-2/+4
* Paul Mundt lethal at linux-sh dot org writes:Eric Andersen2004-02-121-0/+2
* Add missing mips specific include/sys/user.hEric Andersen2004-02-121-0/+52
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-11115-7713/+9161
* Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III2004-02-111-3/+3
* Do not include the create_module syscall if it is not presentEric Andersen2004-02-101-0/+3
* Fix completely hosed up formattingEric Andersen2004-02-061-10/+10
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-0614-0/+17
* Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III2004-02-052-11/+10
* Use 'mmap.c' instead of '_mmap.c'Eric Andersen2004-02-054-9/+9
* Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen2004-01-311-0/+4
* Andrew May writes:Eric Andersen2004-01-303-2/+5
* Add missing abort instruction for powerpcEric Andersen2004-01-301-1/+5
* Paul Mundt, lethal at linux-sh dot org writes:Eric Andersen2004-01-302-1/+61