index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpthread
/
linuxthreads
/
signals.c
Age
Commit message (
Expand
)
Author
2012-06-15
signal.h: provide prototype for __libc_sigaction and remove all others
Peter S. Mazinger
2012-01-14
linuxthreads/signals: do not restore handler for invalid signal
Markos Chandras
2011-03-03
remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...
Peter S. Mazinger
2008-12-01
optimize signal mask ops. comment out "impossible" errors
Denis Vlasenko
2006-02-01
change asm/volatile to __x__
Peter S. Mazinger
2006-01-31
s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...
Peter S. Mazinger
2006-01-31
initial import of latest linuxthreads
Mike Frysinger
2005-11-15
rename current stable linuxthreads to linuxthreads.old to prepare for import ...
Mike Frysinger
2005-11-15
revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...
Mike Frysinger
2005-09-09
sync style changes and misc fixes from glibc
Mike Frysinger
2005-09-09
newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()
Mike Frysinger
2005-09-09
sync with glibc by moving the thread_desc stuff out of internals.h and into a...
Mike Frysinger
2004-05-14
Alexandre Oliva writes:
Eric Andersen
2003-03-03
Initial effort at adding profiling support.
Eric Andersen
2003-02-27
Major update for pthreads, based in large part on improvements
Eric Andersen
2002-02-27
Remove some debugging code
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen