summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
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
2006-01-08create hidden alias for truncate/ftruncate and use those in the 64bit versionsMike Frysinger
2006-01-08add missing hidden alias for 64bit hostsMike Frysinger
2006-01-08fix building on 64bit hostsMike Frysinger
2006-01-08just define the macros all the timeMike Frysinger
2006-01-06Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work t...Peter S. Mazinger
2006-01-06use hidden read/write symbolsMike Frysinger
2006-01-05use tabs for whitespaceMike Frysinger
2006-01-05sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger
2006-01-05remove duplicate ;Mike Frysinger
2006-01-04one reloc less, uninline, should save some spacePeter S. Mazinger
2006-01-04now we can safely declare these hiddenMike Frysinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger
2006-01-04kill off some unused warningsMike Frysinger
2006-01-04if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger
2006-01-03Remove textrelPeter S. Mazinger
2005-12-29hide the internal libc pthread_mutex funcsMike Frysinger
2005-12-29pointless whitespace touchupsMike Frysinger
2005-12-28make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...Mike Frysinger
2005-12-28include grp.h just for funMike Frysinger
2005-12-27tweak prototypes to match the exported versionsMike Frysinger
2005-12-27Aubrey writes:Mike Frysinger
2005-12-16Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger
2005-12-16TypoPeter S. Mazinger
2005-12-16Adapt some missed prototypesPeter S. Mazinger
2005-12-16Better guards within _LIBC, cleanup, typosPeter S. Mazinger