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
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