Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-02 | Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation | Mike Frysinger | |
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. | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-08 | Convert the rest of users to hidden | Peter S. Mazinger | |
2003-12-30 | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen | |
2002-01-02 | Fix usleep to work correctly. Fix sleep behavior in the | Eric Andersen | |
presence of SIGCHLD. -Erik |