Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -2/+2 |
| | |||||
* | Use __typeof instead of adding full prototypes | Peter S. Mazinger | 2006-01-21 | 1 | -2/+2 |
| | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -2/+2 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -2/+4 |
| | |||||
* | 64bit arches dont need no stinkin fcntl64 | Mike Frysinger | 2006-01-14 | 1 | -0/+4 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -11/+14 |
| | | | | missing headers, other jump relocs removed | ||||
* | Some undefs to be pedantic | Peter S. Mazinger | 2005-12-16 | 1 | -0/+3 |
| | |||||
* | Do hidden fcntl* | Peter S. Mazinger | 2005-12-13 | 1 | -6/+8 |
| | |||||
* | Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵ | Peter S. Mazinger | 2005-11-15 | 1 | -4/+4 |
| | | | | have to find some other way to make it internal to libc and libpthread | ||||
* | Update copyright notice | Peter S. Mazinger | 2005-11-15 | 1 | -2/+2 |
| | |||||
* | Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong | Peter S. Mazinger | 2005-11-15 | 1 | -4/+4 |
| | |||||
* | Allow partly IMA compile of this directory | Peter S. Mazinger | 2005-11-02 | 1 | -1/+1 |
| | |||||
* | Check for __NR_fcntl64. | Manuel Novoa III | 2005-07-30 | 1 | -2/+2 |
| | |||||
* | if fcntl() is called with a 64bit command and LFS is enabled, pass the ↵ | Mike Frysinger | 2005-07-28 | 1 | -5/+12 |
| | | | | command along to fcntl64 instead of returning ENOSYS (error detected by LTP fcntl18) | ||||
* | 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/+38 |
-Erik |