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