summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2006-01-20move the sh64 code out of the sh headerMike Frysinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-19Get rid of *_SYMBOL_PREFIXPeter S. Mazinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19Remove MMAP_HAS_6_ARGSPeter S. Mazinger
2006-01-19update syscall macros so both ldso and libc can use themMike Frysinger
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-19Joseph S. Myers writes:Eric Andersen
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-18sync fenv.h with glibcMike 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-16touchup styleMike Frysinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-15syscall6Mike Frysinger
2006-01-15only build if we have forkMike Frysinger
2006-01-15Thomas Chou: fix misplaced commentMike Frysinger
2006-01-15Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger
2006-01-15add syscall() by d1mag in Bug 164Mike Frysinger
2006-01-14fix broken commentingMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14fix loading of argc/argv for arm/nommuMike Frysinger
2006-01-14make sure we set errno properlyMike Frysinger
2006-01-14use __syscall_error trickMike Frysinger
2006-01-14forgot to cut out the other __USE_MISC sectionMike Frysinger
2006-01-14need features.hMike Frysinger
2006-01-14shouldnt have trimmed the _ASM #if checkMike Frysinger
2006-01-14oldMike Frysinger
2006-01-14sync with glibcMike Frysinger
2006-01-14sync with glibcMike Frysinger
2006-01-14update to new uClibc startup styleMike Frysinger
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-14need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger
2006-01-14Add hidden versions of pipe()Peter S. Mazinger
2006-01-14s/__read/read/ and write in fake partPeter S. Mazinger
2006-01-14needs features.hPeter 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-12import headers from glibcMike Frysinger
2006-01-11Jie Zhang writes:Mike Frysinger