summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly allocate memory when size is 0, but so is bufEric Andersen2002-12-041-25/+28
* Make support for global constructors and global destructors beEric Andersen2002-11-271-6/+9
* Ok... here's the summary:Manuel Novoa III2002-11-222-1/+6
* Cleanup a few structural wierdnessesEric Andersen2002-11-156-23/+27
* Fix it for real this time.Eric Andersen2002-11-152-8/+13
* Doh! I screwed that one all up. Lets try that again...Eric Andersen2002-11-152-8/+16
* Minor cleanupEric Andersen2002-11-142-8/+11
* Implement sendfile64Eric Andersen2002-11-142-1/+48
* Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen2002-11-051-1/+1
* Oops. Fix compilation on arm.Eric Andersen2002-11-041-1/+4
* Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III2002-11-031-0/+1
* Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen2002-11-031-0/+19
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-3115-48/+48
* Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen2002-10-291-10/+0
* Add in a horrible hack that seems necessary for the HitachiEric Andersen2002-10-291-0/+10
* Overwriting the crt1.o link is fineEric Andersen2002-10-251-1/+1
* Be nicer to gcc -- add a link for crt1.oEric Andersen2002-10-251-0/+1
* This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen2002-10-181-2/+2
* Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen2002-10-141-2/+2
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-1/+1
* Patch from Stefan Allius <allius@atecom.com>:Eric Andersen2002-10-011-2/+2
* Use __UCLIBC_HAVE_LFS__ not __USE_LARGEFILE64 to decide ifEric Andersen2002-09-161-2/+3
* Fixed compile bugs having to do with 64-bit filesystem operations that"Steven J. Hill"2002-09-091-0/+9
* Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux"Steven J. Hill"2002-09-042-3/+3
* Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid"Steven J. Hill"2002-09-041-0/+50
* Added function 'get_current_dir_name' for Linux Test Project. Tested and"Steven J. Hill"2002-09-042-1/+46
* If the initfini.pl script changes, regenerate the crt[in].S files.David McCullough2002-08-281-1/+1
* Fix broken getpriority syscall, per email from Marshall M. MiddenEric Andersen2002-08-281-2/+15
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-1/+5
* Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen2002-08-251-16/+14
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-1/+27
* Make shm stuff work properly.Eric Andersen2002-08-252-23/+22
* Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III2002-08-241-7/+0
* Avoid `ECANCELED' redefined on mipsEric Andersen2002-08-241-3/+4
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-242-10/+18