summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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 fdatasync on alpha, thanks to Alan HourihaneEric Andersen2004-02-171-0/+7
* 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
* Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III2004-02-051-4/+2
* Andrew May writes:Eric Andersen2004-01-301-1/+3
* 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-21159-2369/+3097
* 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
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-162-10/+10
* Peter S. Mazinger writes:Eric Andersen2004-01-022-0/+100
* 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
* In unistd.h, getpgrp() is redirected to __getpgid(), butEric Andersen2003-12-221-1/+3
* If __NR_ftruncate64 isn't defined, do the best we can.Manuel Novoa III2003-11-171-5/+19
* Fix a build problem when using 2.2.x kernel headers.Manuel Novoa III2003-11-161-4/+4
* Add support for missing ntp_gettime and ntp_adjtimeEric Andersen2003-11-123-1/+34
* Fix for the last "fix".Manuel Novoa III2003-11-111-0/+2
* Protect some header inclusions.Manuel Novoa III2003-11-111-0/+2
* Fix up several errors related to filename length and errno thatEric Andersen2003-11-081-33/+118
* Add a utility macro.Manuel Novoa III2003-11-061-0/+4
* Remove erroneous trailing semicolon.Manuel Novoa III2003-11-051-1/+1
* last but certinaly not least, kill off initfini.cEric Andersen2003-11-051-172/+0
* Kill initfini.awkEric Andersen2003-11-051-47/+1
* 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
* 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
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-4/+4
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-082-1/+43
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-211-1/+1
* Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen2003-09-171-4/+4
* This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III2003-09-161-4/+7
* Make sure that __syscall_fcntl is extern when LFSEric Andersen2003-09-091-0/+2
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-082-107/+333
* Use __libc_fork for the uClinux fork stubEric Andersen2003-09-081-2/+2
* mjn3 pointed out that my brain was not in gear....Eric Andersen2003-09-081-4/+5
* A few minor syscall cleanupsEric Andersen2003-09-071-47/+62