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
/
sysdeps
/
linux
/
common
/
__rt_sigtimedwait.c
Age
Commit message (
Expand
)
Author
2024-02-25
Add support for using time64 on big-endian machines.
Dmitry Chestnykh
2024-02-22
Introduce time64 support.
Dmitry Chestnykh
2017-06-21
remove editor hints for vi
Waldemar Brodkorb
2016-11-27
fixup gcc warnings
Waldemar Brodkorb
2013-03-14
libc: switch several users to unlikely()
Bernhard Reutner-Fischer
2012-06-15
include pthreadP.h for SIGCANCEL
Peter S. Mazinger
2012-06-15
rework cancellation for sigwait, sigtimedwait and sigwaitinfo
Peter S. Mazinger
2012-06-15
no need for hidden sigtimedwait
Peter S. Mazinger
2011-02-24
unify stub logic
Mike Frysinger
2010-10-22
remove superfluous libc_hidden_proto(memcpy) and #include
Denys Vlasenko
2010-04-15
nptl: fix libc sigtimedwait
Timo Teräs
2009-10-17
cancellation support for a large amount of the required syscalls
Austin Foxley
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-10-28
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
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
s/strong/weak/, sorry sjhill, have overseen your change
Peter S. Mazinger
2005-12-09
sig* hidden versions, make __rt_sig* static inline
Peter S. Mazinger
2005-12-06
We need these aliases to stay so that NPTL can override them.
"Steven J. Hill"
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-01-05
fix eriks e-mail address
Mike Frysinger
2004-01-21
Split up syscalls.c, since it had grown to be quite large and ugly.
Eric Andersen