about summary refs log tree commit diff
path: root/linuxthreads
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Ulrich Drepper1999-09-051-2/+2
* Update.Ulrich Drepper1999-09-051-0/+7
* Export __fork, vfork, and __vfork in libpthread.Ulrich Drepper1999-09-051-0/+2
* (__fork): Renamed from fork and use __libc_fork. Add fork as weak alias.Ulrich Drepper1999-09-051-3/+10
* Update.Ulrich Drepper1999-08-231-0/+5
* (pthread_sighandler): Add SIGCONTEXT_EXTRA_ARGS to call to signalUlrich Drepper1999-08-231-1/+1
* Pass sigcontext through wrapper to the user function.Ulrich Drepper1999-08-201-8/+10
* Update.Ulrich Drepper1999-08-201-0/+2
* Update.Ulrich Drepper1999-08-201-0/+6
* (__pthread_kill_other_threads_np): Reset signal handlers for theUlrich Drepper1999-08-201-0/+11
* (__pthread_reset_main_thread): Undo last change.Ulrich Drepper1999-08-201-12/+0
* Update.Ulrich Drepper1999-08-201-0/+3
* (__pthread_reset_main_thread): Reset signal handlers for the signals we usedUlrich Drepper1999-08-201-0/+13
* Update.Ulrich Drepper1999-08-201-0/+5
* Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2.Ulrich Drepper1999-08-201-0/+3
* Update.Ulrich Drepper1999-08-011-0/+5
* [ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get andUlrich Drepper1999-08-011-0/+7
* Update.Ulrich Drepper1999-07-291-0/+5
* Remove inclusion of <linux/tasks.h> since it's not needed anymore.Ulrich Drepper1999-07-291-1/+0
* Update.Ulrich Drepper1999-07-161-0/+5
* Align _pthread_descr_struct to 32 bytes.Ulrich Drepper1999-07-161-1/+5
* Update.Ulrich Drepper1999-07-101-0/+5
* (pthread_handle_create): Free mmap region after stack if clone failed.Ulrich Drepper1999-07-101-2/+2
* Correct last patch.Ulrich Drepper1999-07-091-1/+1
* Update.Ulrich Drepper1999-07-091-0/+14
* Add sem_destroy, sem_getvalue, sem_init, sem_post, sem_trywait,Ulrich Drepper1999-07-091-0/+2
* Compatibility versions of semaphore functions.Ulrich Drepper1999-07-091-0/+215
* (libpthread-routines): Add oldsemaphore routine.Ulrich Drepper1999-07-091-1/+2
* Add default_symbol_versions for the changed functions.Ulrich Drepper1999-07-091-6/+25
* Update.Ulrich Drepper1999-07-091-0/+8
* Changed to use p_nextlock instead of p_nextwaiting.Ulrich Drepper1999-07-091-7/+9
* Added p_nextlock to initializers.Ulrich Drepper1999-07-091-0/+2
* Added p_nextlock entry to separate queueing for a lock from queueingUlrich Drepper1999-07-091-0/+1
* Update.Ulrich Drepper1999-05-231-0/+7
* Correct example.Ulrich Drepper1999-05-232-4/+3
* Update.Ulrich Drepper1999-05-181-1/+1
* Update.Ulrich Drepper1999-05-181-0/+6
* Update.Ulrich Drepper1999-05-181-2/+2
* Update.Ulrich Drepper1999-05-172-1/+20
* Update.Ulrich Drepper1999-04-292-3/+8
* Update.Ulrich Drepper1999-04-282-4/+20
* Update.Ulrich Drepper1999-04-282-20/+12
* Update.Ulrich Drepper1999-04-171-0/+11
* Update.Ulrich Drepper1999-04-167-7/+0
* Update.Ulrich Drepper1999-04-151-0/+20
* Update.Ulrich Drepper1999-04-159-157/+103
* Update.Ulrich Drepper1999-04-142-0/+6
* Update.Ulrich Drepper1999-04-142-3/+9
* 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> cvs/libc-as-990322Andreas Schwab1999-03-201-7/+13
* Update.Ulrich Drepper1999-02-144-32/+120