summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hidden_strong_alias gone and won't be added back because it causes troublePeter S. Mazinger2006-01-251-13/+7
* Modify the earlier changes, because libc-lock references __pthread_mutex*, do...Peter S. Mazinger2006-01-254-30/+33
* Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger2006-01-254-24/+13
* error_message_count got lostPeter S. Mazinger2006-01-251-2/+0
* make use of the internals provided earlierPeter S. Mazinger2006-01-255-23/+28
* Keep only hidden __pthread_mutex_* used in libc, change pthread_mutex_* to us...Peter S. Mazinger2006-01-251-17/+19
* Remove unused prototypePeter S. Mazinger2006-01-251-2/+0
* user internal versions of waitpid/raise/nanosleepPeter S. Mazinger2006-01-252-1/+5
* provide internal nanosleep/waitpid/sigaction/raisePeter S. Mazinger2006-01-252-1/+9
* longjmp should use __libc_longjmp, use __typeof again now that it works corre...Peter S. Mazinger2006-01-251-3/+3
* s/IS_IN_linuxthreads/IS_IN_libpthread/Peter S. Mazinger2006-01-251-1/+1
* first (broken) pass at updating to new crt styleMike Frysinger2006-01-242-68/+74
* touchup page a bit to try and be clearer about which list we are talking aboutMike Frysinger2006-01-241-15/+16
* Get rid of a shadow warningPeter S. Mazinger2006-01-241-2/+2
* 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