Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | |||||
* | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | 2008-10-28 | 1 | -2/+2 |
| | |||||
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just ↵ | Mike Frysinger | 2008-01-05 | 1 | -0/+29 |
| | | | | generalizes what Blackfin was already doing) | ||||
* | 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. | ||||
* | use the 6-arg version of mmap where available | Mike Frysinger | 2006-01-17 | 1 | -1/+11 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -4/+6 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -2/+3 |
| | | | | missing headers, other jump relocs removed | ||||
* | __ptr_t = void *, move hidden first | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
| | |||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -1/+2 |
| | |||||
* | make sure the syscall mmap func isnt exported | Mike Frysinger | 2005-09-07 | 1 | -1/+1 |
| | |||||
* | fix eriks e-mail address | Mike Frysinger | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Based on a patch from Alexandre Oliva, allow uClibc to compile | Eric Andersen | 2004-03-19 | 1 | -0/+2 |
| | | | | with __NR_mmap is not available (i.e. only __NR_mmap2) | ||||
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+28 |
-Erik |