summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2006-01-21Another __sigprocmaskPeter S. Mazinger
2006-01-21Remove other __sigprocmask occurences, even if unused, remove unsed filePeter S. Mazinger
2006-01-21Correct sigprocmask undefined for sh and remove the useless __sigprocmask weakPeter S. Mazinger
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 prototype to fix sigaction warningsMike Frysinger
2006-01-20grab syscall macros from the kernelMike Frysinger
2006-01-20.set doesnt work on alphaMike Frysinger
2006-01-20need sys/syscall.h for __NR_fork defineMike Frysinger
2006-01-20fix building on alphaMike Frysinger
2006-01-20need unistd.h for brk prototypeMike Frysinger
2006-01-20disable deprecated warnings for some filesMike Frysinger
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