summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2003-06-27oops. Fix the name so it is "mmap64", not "__mmap64"Eric Andersen
2003-06-27Actually, some arches do support _syscall6, so implement a generic versionEric Andersen
2003-06-27Mention that the common mmap64 is a stub and must be overriddenEric Andersen
2003-06-27Add missing madvise syscallEric Andersen
2003-06-16As noted by Peter S. MazingerEric Andersen
2003-05-08(__libc_open): Fix wacky indentation.Miles Bader
2003-04-29Fixup __libc_open to use varargs and match the prototype.David McCullough
2003-03-11sjhill needs to buy donuts for everyoneEric Andersen
2003-03-11Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"
2003-03-07Patch from Stefan Allius:Eric Andersen
2003-03-05Default to using fork() for vfork() when no arch specificEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-03-02cut-n-paste strikes againEric Andersen
2003-03-02Add missing alias __modify_ldtEric Andersen
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2003-02-18Fixup ioctl so we can special case powerpc sillinessEric Andersen
2003-02-17Using -g when doing the initfini compilation breaks the SH4 case prettyDavid McCullough
2003-02-15Add missing ';'s so powerpc will compileEric Andersen
2003-02-15Fix a _ton_ of system call user type/kernel type translationEric Andersen
2003-02-10We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen
2003-02-03Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabledEric Andersen
2003-01-30Use correct names for dummy crti.o/crtn.o files.Miles Bader
2003-01-29Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabledEric Andersen
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2003-01-28Patch from Stefan Allius to fix the build whenEric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24I thought it would be smaller to inline since these funcs are small.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
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