summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add noreturn for *longjmpPeter S. Mazinger2006-01-241-4/+4
* __longjmp/__libc_longjmp as noreturnPeter S. Mazinger2006-01-241-2/+2
* - make sure that icc generates bits/sysnum.hBernhard Reutner-Fischer2006-01-241-1/+6
* waitpid undefinedPeter S. Mazinger2006-01-241-0/+1
* Hope to mips buildPeter S. Mazinger2006-01-241-3/+5
* use __typeof for all __libc_x prototypes, do not need __sigaction/__vforkPeter S. Mazinger2006-01-243-11/+8
* Don't use __getpid/__getpagesizePeter S. Mazinger2006-01-243-19/+11
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-2422-119/+151
* - use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer2006-01-247-37/+37
* Move threads header to proper locationPeter S. Mazinger2006-01-241-0/+0
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-2421-49/+49
* Use __typeof for __libc*longjmpPeter S. Mazinger2006-01-241-5/+2
* 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
* Remove unneeded _GNU_SOURCEPeter S. Mazinger2006-01-232-5/+1
* sync with glibcMike Frysinger2006-01-238-53/+48
* cleanup and use the style of other *64 funcsMike Frysinger2006-01-232-24/+10
* depend on ldsoMike Frysinger2006-01-231-1/+2
* kill off redefined warningsMike Frysinger2006-01-231-0/+29
* Add more warnings, for release we should guard later w/ DODEBUGPeter S. Mazinger2006-01-231-0/+7
* 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
* typoPeter S. Mazinger2006-01-231-1/+1
* 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-239-18/+18
* 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-233-6/+6
* 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
* Sync w/ glibcPeter S. Mazinger2006-01-231-2/+6
* - __td_debug is only needed if NDEBUG is not defined.Bernhard Reutner-Fischer2006-01-232-2/+4
* 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-22145-452/+115
* Allow to be used in bits/syscalls.h even if _GNU_SOURCE is definedPeter S. Mazinger2006-01-221-1/+1
* 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
* dont force linuxthreads db if debugging is enabledMike Frysinger2006-01-211-1/+0
* - fix typo in comment.Bernhard Reutner-Fischer2006-01-212-2/+2