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