summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* __longjmp/__libc_longjmp as noreturnPeter S. Mazinger2006-01-241-2/+2
* Hope to mips buildPeter S. Mazinger2006-01-241-3/+5
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-2421-114/+146
* - use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer2006-01-241-10/+10
* Move threads header to proper locationPeter S. Mazinger2006-01-241-58/+0
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-2421-49/+49
* Use __typeof for __longjmp, remove alias to longjmp for cris, should be cover...Peter S. Mazinger2006-01-243-3/+2
* Use wildcard *.c for full rpc, update copyrightPeter S. Mazinger2006-01-241-30/+15
* s/svc_auth_unix.c/svc_authux.c/Peter S. Mazinger2006-01-241-1/+1
* s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as wellPeter S. Mazinger2006-01-241-1/+1
* sync with glibcMike Frysinger2006-01-237-30/+37
* cleanup and use the style of other *64 funcsMike Frysinger2006-01-232-24/+10
* kill off redefined warningsMike Frysinger2006-01-231-0/+29
* add support for arch_prctl() (only used on x86_64 atm)Mike Frysinger2006-01-231-0/+14
* fix building with gcc4Mike Frysinger2006-01-231-24/+20
* longjmp missed, remove sh version, it's the same as the generic onePeter S. Mazinger2006-01-233-51/+3
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger2006-01-237-9/+11
* Try to correct stat64/stat issue, vapier please check on 64bit archPeter S. Mazinger2006-01-231-3/+6
* Make i386 build w/ -std=c99 (almost)Peter S. Mazinger2006-01-235-13/+13
* Change to build w/ -std=c99Peter S. Mazinger2006-01-232-5/+5
* s/_GNU_SOURCE/__USE_GNU/Peter S. Mazinger2006-01-231-1/+1
* Reorganize a bit and mark tdestroy as GNU extensionPeter S. Mazinger2006-01-231-4/+5
* Mark __assert as noreturnPeter S. Mazinger2006-01-231-1/+1
* Guard hidden prototypes accordinglyPeter S. Mazinger2006-01-231-2/+7
* Add some attribute_noreturn, replace __attribute__ ((noreturn)) as wellPeter S. Mazinger2006-01-232-2/+2
* Get rid of nested warningsPeter S. Mazinger2006-01-237-12/+38
* Correct memcpy usePeter S. Mazinger2006-01-231-1/+3
* Add __longjmp prototypePeter S. Mazinger2006-01-231-1/+1
* Remove redundancy and move hidden prototypes aroundPeter S. Mazinger2006-01-231-4/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-22124-419/+107
* grab alpha version of mman.h from glibcMike Frysinger2006-01-221-0/+116
* import syscall from glibcMike Frysinger2006-01-212-2/+73
* fix building on 64bit hostsMike Frysinger2006-01-211-0/+7
* fix building on 64bit hostsMike Frysinger2006-01-213-0/+3
* fix unused warningsMike Frysinger2006-01-211-2/+2
* Remove old commentPeter S. Mazinger2006-01-211-2/+0
* Another __sigprocmaskPeter S. Mazinger2006-01-211-3/+1
* Remove other __sigprocmask occurences, even if unused, remove unsed filePeter S. Mazinger2006-01-213-59/+4
* Correct sigprocmask undefined for sh and remove the useless __sigprocmask weakPeter S. Mazinger2006-01-212-6/+3
* Convert l*seek too to use __typeofPeter S. Mazinger2006-01-212-2/+2
* Use __typeof instead of adding full prototypesPeter S. Mazinger2006-01-215-7/+7
* need prototype to fix sigaction warningsMike Frysinger2006-01-201-0/+3
* grab syscall macros from the kernelMike Frysinger2006-01-201-7/+185
* .set doesnt work on alphaMike Frysinger2006-01-201-1/+1
* need sys/syscall.h for __NR_fork defineMike Frysinger2006-01-201-0/+1
* fix building on alphaMike Frysinger2006-01-201-6/+7
* need unistd.h for brk prototypeMike Frysinger2006-01-201-0/+1
* fix building/warnings on 64bit archesMike Frysinger2006-01-201-2/+6
* fix warning when sizeof uchar_t is 8 bitsMike Frysinger2006-01-201-0/+4
* disable deprecated warnings for some filesMike Frysinger2006-01-206-0/+6