summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/signals.c
Commit message (Expand)AuthorAgeFilesLines
* linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras2012-01-141-1/+1
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-031-1/+0
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-2/+2
* change asm/volatile to __x__Peter S. Mazinger2006-02-011-1/+1
* s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger2006-01-311-1/+1
* initial import of latest linuxthreadsMike Frysinger2006-01-311-0/+215
* rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger2005-11-151-248/+0
* revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger2005-11-151-39/+31
* sync style changes and misc fixes from glibcMike Frysinger2005-09-091-29/+38
* newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger2005-09-091-1/+1
* sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger2005-09-091-1/+0
* Alexandre Oliva writes:Eric Andersen2004-05-141-0/+4
* Initial effort at adding profiling support.Eric Andersen2003-03-031-1/+1
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-271-1/+2
* Remove some debugging codeEric Andersen2002-02-271-0/+4
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+239