Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
* 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> | |||
2002-01-02 | Take the shorcut version, which is good enough for | Eric Andersen | |
nearly all normal usage. -Erik | |||
2002-01-02 | Fix usleep to work correctly. Fix sleep behavior in the | Eric Andersen | |
presence of SIGCHLD. -Erik | |||
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2000-11-04 | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | |
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||
2000-10-11 | Reorg unistd dir | Eric Andersen | |