summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/signals.c
AgeCommit message (Expand)Author
2023-08-03linuxthreads/signal: improve sigaction behaviorMax Filippov
2016-09-26linuxthreads: use tkill syscall for raiseWaldemar Brodkorb
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb
2015-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-01-14linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2006-02-01change asm/volatile to __x__Peter S. Mazinger
2006-01-31s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger
2006-01-31initial import of latest linuxthreadsMike Frysinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger
2005-09-09sync style changes and misc fixes from glibcMike Frysinger
2005-09-09newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger
2005-09-09sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger
2004-05-14Alexandre Oliva writes:Eric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2002-02-27Remove some debugging codeEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen