summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* 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-141-2/+2
* Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen2003-08-131-1/+1
* 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
* 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-011-39/+34
* Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen2003-07-151-1/+1
* Fix a couple of typosEric Andersen2003-06-271-2/+1
* 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
* (__libc_open): Fix wacky indentation.Miles Bader2003-05-081-6/+6
* Fixup __libc_open to use varargs and match the prototype.David McCullough2003-04-291-2/+7
* sjhill needs to buy donuts for everyoneEric Andersen2003-03-111-1/+0
* Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"2003-03-111-9/+2
* Patch from Stefan Allius:Eric Andersen2003-03-071-3/+2
* Default to using fork() for vfork() when no arch specificEric Andersen2003-03-052-1/+9
* Initial effort at adding profiling support.Eric Andersen2003-03-0310-1/+906
* cut-n-paste strikes againEric Andersen2003-03-021-1/+1
* Add missing alias __modify_ldtEric Andersen2003-03-021-0/+1
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-272-10/+9
* Fixup ioctl so we can special case powerpc sillinessEric Andersen2003-02-183-21/+30
* Using -g when doing the initfini compilation breaks the SH4 case prettyDavid McCullough2003-02-171-0/+5
* Add missing ';'s so powerpc will compileEric Andersen2003-02-151-2/+2
* Fix a _ton_ of system call user type/kernel type translationEric Andersen2003-02-153-109/+301
* We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen2003-02-103-18/+12
* Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabledEric Andersen2003-02-032-11/+29
* Use correct names for dummy crti.o/crtn.o files.Miles Bader2003-01-301-2/+2
* Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabledEric Andersen2003-01-291-2/+9
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-284-13/+211
* Patch from Stefan Allius to fix the build whenEric Andersen2003-01-282-0/+4
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-243-54/+11
* I thought it would be smaller to inline since these funcs are small.Eric Andersen2003-01-244-10/+51
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-244-50/+275
* Update architecture specific support to consistantlyEric Andersen2003-01-231-6/+1
* Update ignore listEric Andersen2003-01-231-1/+1
* Cleanup makefiles and make clean a bitEric Andersen2003-01-231-6/+6
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-222-10/+10
* Missed an endifEric Andersen2003-01-221-0/+1
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-221-0/+92
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-3/+60
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-121-1/+0
* Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III2002-12-111-1/+1
* Fix the other instance of getcwdEric Andersen2002-12-041-18/+21