summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
* Fix a trivial compile problemEric Andersen2003-09-081-2/+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
* Some updates from glibc. mjn3 reports this fixes profilingEric Andersen2003-09-075-14/+44
* i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III2003-09-071-1/+1
* Remove profil.c, since it is constained within gmon.c.Manuel Novoa III2003-09-072-114/+1
* Fix some more problems found by the ltpEric Andersen2003-09-072-12/+18
* Add an implementation of profil(), based on the version fromEric Andersen2003-09-062-1/+114
* Fix numerous problems with both getcwd implementations.Eric Andersen2003-09-061-66/+63
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-282-1/+16
* Added cris to "define list".Tobias Anderberg2003-08-271-1/+1
* Cosmetic changes.Tobias Anderberg2003-08-273-5/+8
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-4/+7
* Don't use linux/sysctl.h and instead locally define struct __sysctl_args.Eric Andersen2003-08-221-1/+9
* Patch from Atsushi Nemoto, who writes:Eric Andersen2003-08-222-1/+95
* Add missing semicolonsEric Andersen2003-08-211-2/+2
* Correct included header for ustat.Manuel Novoa III2003-08-201-1/+1
* Use the common version for bits/sem.h. Fixup the types toEric Andersen2003-08-145-351/+2
* Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen2003-08-1318-2/+1225
* Add support for the ulimit syscallEric Andersen2003-08-101-0/+81
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-083-6/+38
* Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen2003-08-051-0/+4
* Zou WeiJun noticed a type breaking the stime syscallEric Andersen2003-08-051-1/+1
* For sparc, powerpc, mips, and alpha we should also use theEric Andersen2003-08-044-251/+0
* Replace 'new' in a prototype to avoid c++ problems.Manuel Novoa III2003-08-011-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-017-67/+425
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-016-496/+34
* Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen2003-07-151-1/+1
* As noted by Felix Radensky back on 16 Mar:Eric Andersen2003-07-032-2/+2
* Fix a couple of typosEric Andersen2003-06-271-2/+1
* Revenge of the TypoEric Andersen2003-06-271-1/+1
* Cleanup a couple of ugly bitsEric Andersen2003-06-271-6/+4
* Implement mmap64 for armEric Andersen2003-06-272-1/+80
* add mmap64 for i386Eric Andersen2003-06-272-1/+113
* oops. Fix the name so it is "mmap64", not "__mmap64"Eric Andersen2003-06-271-2/+3
* Actually, some arches do support _syscall6, so implement a generic versionEric Andersen2003-06-271-7/+36
* Mention that the common mmap64 is a stub and must be overriddenEric Andersen2003-06-271-0/+7
* Add missing madvise syscallEric Andersen2003-06-271-0/+6
* As noted by Peter S. MazingerEric Andersen2003-06-161-227/+0
* Implement syscall() for powerpc. Fixup syscall code soEric Andersen2003-06-154-14/+61
* Fix arm syscall implementation so it does not blow chunks with gcc 3.3Eric Andersen2003-06-112-9/+25
* Kill the runtime fallback to fork and make it be compile timeEric Andersen2003-06-031-19/+9
* Fix brokenEric Andersen2003-06-031-44/+46
* Clone still had a few little PIC problems....Eric Andersen2003-05-301-39/+84