Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation | Mike Frysinger | 2007-05-02 | 1 | -1/+1 |
| | | | | | | point but the files have "libc_hidden_proto(nanosleep)" which means it always calls the libc.so version, never the wrapped version in libpthread.so that's a cancellation point. | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -10/+16 |
| | | | | missing headers, other jump relocs removed | ||||
* | Fix alias. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+1 |
| | |||||
* | Remove unused weak_alias. Thanks Peter. | "Steven J. Hill" | 2005-12-10 | 1 | -1/+0 |
| | |||||
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 |
| | |||||
* | Do __sleep, should we make it weak, so that libpthread can overwrite it? | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+2 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -4/+4 |
| | |||||
* | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen | 2003-12-30 | 1 | -6/+3 |
| | |||||
* | Sleep was returning the wrong value because: | David McCullough | 2003-05-14 | 1 | -2/+4 |
| | | | | | | | | | * nanosleep returns the remaining time, not the time slept * nanosleep only fills out the remaining time if it returns -1 (ie., the sleep was interrupted) Fix from Paul Dale <pauli@snapgear.com> | ||||
* | Take the shorcut version, which is good enough for | Eric Andersen | 2002-01-02 | 1 | -2/+2 |
| | | | | | nearly all normal usage. -Erik | ||||
* | Fix usleep to work correctly. Fix sleep behavior in the | Eric Andersen | 2002-01-02 | 1 | -14/+98 |
| | | | | | presence of SIGCHLD. -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -2/+2 |
| | |||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | ||||
* | Reorg unistd dir | Eric Andersen | 2000-10-11 | 1 | -0/+24 |