summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-01-24__longjmp/__libc_longjmp as noreturnPeter S. Mazinger
2006-01-24Hope to mips buildPeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-24- use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer
2006-01-24Move threads header to proper locationPeter 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-24Use wildcard *.c for full rpc, update copyrightPeter S. Mazinger
2006-01-24s/svc_auth_unix.c/svc_authux.c/Peter S. Mazinger
2006-01-24s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as wellPeter S. Mazinger
2006-01-23sync with glibcMike Frysinger
2006-01-23cleanup and use the style of other *64 funcsMike Frysinger
2006-01-23kill off redefined warningsMike Frysinger
2006-01-23add support for arch_prctl() (only used on x86_64 atm)Mike Frysinger
2006-01-23fix building with gcc4Mike Frysinger
2006-01-23longjmp missed, remove sh version, it's the same as the generic onePeter S. Mazinger
2006-01-23make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger
2006-01-23Try to correct stat64/stat issue, vapier please check on 64bit archPeter S. Mazinger
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-23Change to build w/ -std=c99Peter S. Mazinger
2006-01-23s/_GNU_SOURCE/__USE_GNU/Peter S. Mazinger
2006-01-23Reorganize a bit and mark tdestroy as GNU extensionPeter S. Mazinger
2006-01-23Mark __assert as noreturnPeter S. Mazinger
2006-01-23Guard hidden prototypes accordinglyPeter S. Mazinger
2006-01-23Add some attribute_noreturn, replace __attribute__ ((noreturn)) as wellPeter S. Mazinger
2006-01-23Get rid of nested warningsPeter S. Mazinger
2006-01-23Correct memcpy usePeter S. Mazinger
2006-01-23Add __longjmp prototypePeter S. Mazinger
2006-01-23Remove redundancy and move hidden prototypes aroundPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-22grab alpha version of mman.h from glibcMike Frysinger
2006-01-21import syscall from glibcMike Frysinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21fix unused warningsMike Frysinger
2006-01-21Remove old commentPeter S. Mazinger
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-20fix building/warnings on 64bit archesMike Frysinger
2006-01-20fix warning when sizeof uchar_t is 8 bitsMike Frysinger
2006-01-20disable deprecated warnings for some filesMike Frysinger