summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2006-01-29use typeof to create the prototypeMike Frysinger
2006-01-29create local prototypeMike Frysinger
2006-01-29move linux-specific header to linux subdirMike Frysinger
2006-01-29create local prototypes to shutup warningsMike Frysinger
2006-01-27Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger
2006-01-27Add back explicit prototype, archs miss sys/io.h, remove m68k exclusionPeter S. Mazinger
2006-01-27s|sys/perm.h|sys/io.h|, thx vapierPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-24__longjmp/__libc_longjmp as noreturnPeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
2006-01-24Use __typeof for __longjmp, remove alias to longjmp for cris, should be cover...Peter S. Mazinger
2006-01-23cleanup and use the style of other *64 funcsMike Frysinger
2006-01-23add support for arch_prctl() (only used on x86_64 atm)Mike Frysinger
2006-01-23longjmp missed, remove sh version, it's the same as the generic onePeter S. Mazinger
2006-01-23Try to correct stat64/stat issue, vapier please check on 64bit archPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21Convert l*seek too to use __typeofPeter S. Mazinger
2006-01-21Use __typeof instead of adding full prototypesPeter S. Mazinger
2006-01-20need sys/syscall.h for __NR_fork defineMike Frysinger
2006-01-20fix building on alphaMike Frysinger
2006-01-20disable deprecated warnings for some filesMike Frysinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-19Correct unimportant typoPeter S. Mazinger
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-18Make gcc4 happy as wellPeter S. Mazinger
2006-01-18get rid of arch specific checksMike Frysinger
2006-01-17use the 6-arg version of mmap where availableMike Frysinger
2006-01-16s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-15only build if we have forkMike Frysinger
2006-01-15Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14enable _longjmp alias else less fails to buildMike Frysinger
2006-01-14another from SpanKYPeter S. Mazinger
2006-01-14another missed hiddenPeter S. Mazinger
2006-01-14missed to define internal setregidPeter S. Mazinger
2006-01-14s/__read/read/ and write in fake partPeter S. Mazinger
2006-01-1464bit arches dont need no stinkin fcntl64Mike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-14dont include bits/kernel_stat.h as xstatconv.h already does and use sys/stat....Mike Frysinger
2006-01-12we dont want to truncate the offset when dealing with the syscall3 version as...Mike Frysinger
2006-01-09Hope I have it correct now w/ native gcc4 sspPeter S. Mazinger
2006-01-08create a hidden internal pagesize symbol for libc usageMike Frysinger