summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2003-01-23Update ignore listEric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Missed an endifEric Andersen
2003-01-22Looks like sigaction on arm needs adjustment, so split this intoEric Andersen
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-12-11Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III
2002-12-04Fix the other instance of getcwdEric Andersen
2002-12-04Properly allocate memory when size is 0, but so is bufEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-15Cleanup a few structural wierdnessesEric Andersen
2002-11-15Fix it for real this time.Eric Andersen
2002-11-15Doh! I screwed that one all up. Lets try that again...Eric Andersen
2002-11-14Minor cleanupEric Andersen
2002-11-14Implement sendfile64Eric Andersen
2002-11-05Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen
2002-11-04Oops. Fix compilation on arm.Eric Andersen
2002-11-03Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III
2002-11-03Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-29Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen
2002-10-29Add in a horrible hack that seems necessary for the HitachiEric Andersen
2002-10-25Overwriting the crt1.o link is fineEric Andersen
2002-10-25Be nicer to gcc -- add a link for crt1.oEric Andersen
2002-10-18This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen
2002-10-14Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen
2002-10-13It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen
2002-10-01Patch from Stefan Allius <allius@atecom.com>:Eric Andersen
2002-09-16Use __UCLIBC_HAVE_LFS__ not __USE_LARGEFILE64 to decide ifEric Andersen
2002-09-09Fixed compile bugs having to do with 64-bit filesystem operations that"Steven J. Hill"
2002-09-04Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux"Steven J. Hill"
2002-09-04Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid"Steven J. Hill"
2002-09-04Added function 'get_current_dir_name' for Linux Test Project. Tested and"Steven J. Hill"
2002-08-28If the initfini.pl script changes, regenerate the crt[in].S files.David McCullough
2002-08-28Fix broken getpriority syscall, per email from Marshall M. MiddenEric Andersen
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-25Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen
2002-08-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-25Make shm stuff work properly.Eric Andersen
2002-08-24Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III
2002-08-24Avoid `ECANCELED' redefined on mipsEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-23Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen
2002-08-23(initfini.s): Search the uClibc include dir, so we can find <features.h>.Miles Bader
2002-08-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-22Rework errno handling to be kernel header freeEric Andersen
2002-08-22Hide .hidden stuff unless explicitly enabledEric Andersen