Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -0/+4 |
| | | | | | | | things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking. | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -14/+14 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -3/+4 |
| | | | | missing headers, other jump relocs removed | ||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -2/+4 |
| | |||||
* | change __rt_sigprocmask to static inline | Peter S. Mazinger | 2005-11-30 | 1 | -0/+1 |
| | |||||
* | eat whitespace | Mike Frysinger | 2005-08-08 | 1 | -1/+0 |
| | |||||
* | fix eriks e-mail address | Mike Frysinger | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+63 |
-Erik |