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
/
libc
/
signal
/
sigwait.c
Age
Commit message (
Expand
)
Author
2012-06-15
remove unneeded hidden sigwaitinfo
Peter S. Mazinger
2010-01-21
include unistd.h for smallint
Yoshinori Sato
2009-10-17
cancellation support for a large amount of the required syscalls
Austin Foxley
2009-09-19
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-12-01
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-12-01
optimize signal mask ops. comment out "impossible" errors
Denis Vlasenko
2008-11-29
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2006-01-26
Get rid of missing prototype warnings
Peter S. Mazinger
2006-01-23
make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...
Peter S. Mazinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-09
internal sigpause, do we really default to BSD signals?
Peter S. Mazinger
2005-11-15
update licenses and sync with glibc
Mike Frysinger
2005-11-14
Hide internally used symbols, use weak_alias for raise/sigwait, as they could...
Peter S. Mazinger
2003-10-03
Quick implementation of sigwait. Doesn't handle thread cancelation
Eric Andersen