summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-071-23/+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-2010-28/+28
* Fix typo.Manuel Novoa III2004-04-141-1/+1
* 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
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-181-12/+12
* Cope gracefully with missing module syscallsEric Andersen2004-03-124-6/+21
* 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
* Fixup fdatasync on alpha, thanks to Alan HourihaneEric Andersen2004-02-171-0/+7
* 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
* 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-113-391/+441
* 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
* Andrew May writes:Eric Andersen2004-01-303-2/+5
* Oleksandr G. Zhadan writes:Eric Andersen2004-01-241-0/+11
* Sort all the filesEric Andersen2004-01-211-45/+34
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-21166-2370/+3100
* Add pollEric Andersen2004-01-211-1/+1
* Move poll to its own file, rather than being only half in its own fileEric Andersen2004-01-212-10/+13
* Massive formatting cleanup, making it easier to parseEric Andersen2004-01-211-431/+503
* Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III2004-01-171-0/+4
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-164-12/+12
* And just like that, clone is now fixed.... Previously theEric Andersen2004-01-031-26/+38
* oopsEric Andersen2004-01-031-6/+0
* Minor changesEric Andersen2004-01-031-13/+24
* Peter S. Mazinger writes:Eric Andersen2004-01-024-2/+133
* 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
* The checking Erik added seems to be unnecessary. Without it, I am notManuel Novoa III2004-01-021-72/+5
* Minor fix from upstream glibc.Manuel Novoa III2004-01-021-4/+8
* 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 a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-272-3/+42