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
/
unistd
/
sleep.c
Age
Commit message (
Expand
)
Author
2012-06-15
pthreadP.h: avoid shadow warnings
Peter S. Mazinger
2010-10-30
sleep: include Linus' email in the comment
Denys Vlasenko
2010-10-29
sleep: document testing result on 2.4.x kernels
Denys Vlasenko
2010-10-29
sleep: add comment with test program for SIG_IGNed SIGCHLD
Denys Vlasenko
2010-10-22
*: inline constant __sig{add,del}set and __sigismember
Denys Vlasenko
2010-10-22
sleep: tiny code shrink
Denys Vlasenko
2010-10-22
sleep: employ __USE_EXTERN_INLINES (with necessary fixes)
Denys Vlasenko
2010-10-22
sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common case
Denys Vlasenko
2010-10-22
sleep: remove commented-out code. no code changes
Denys Vlasenko
2010-10-21
sleep: code shrink
Denys Vlasenko
2010-09-15
libc: Fix cancellation handling in some C functions
Salvatore Cro
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
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-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-09-11
- whitespace fixes
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2007-05-02
Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation
Mike Frysinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-10
Fix alias.
"Steven J. Hill"
2005-12-10
Remove unused weak_alias. Thanks Peter.
"Steven J. Hill"
2005-12-08
Convert the rest of users to hidden
Peter S. Mazinger
2005-12-08
Do __sleep, should we make it weak, so that libpthread can overwrite it?
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2003-12-30
Make sleep behave itself properly inthe presence of SIGCHLD
Eric Andersen
2003-05-14
Sleep was returning the wrong value because:
David McCullough
2002-01-02
Take the shorcut version, which is good enough for
Eric Andersen
2002-01-02
Fix usleep to work correctly. Fix sleep behavior in the
Eric Andersen
2001-09-27
Update to accomodate the header file changes
Eric Andersen
2000-11-04
More cleanups. Fix things so tinylogin compiles.
Eric Andersen
2000-10-11
Reorg unistd dir
Eric Andersen