Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | michael_d writes in [#2064]: fix building on linux-2.0 systems | Mike Frysinger | 2008-03-21 | 1 | -3/+7 |
| | |||||
* | 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. | ||||
* | Mark some as GNU extensions | Peter S. Mazinger | 2006-02-13 | 1 | -0/+2 |
| | |||||
* | add support for newer style kernel calls since some arches (like sparc) only ↵ | Mike Frysinger | 2006-02-10 | 1 | -3/+9 |
| | | | | provide the newer versions | ||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+1 |
| | | | | is a useless attempt | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -3/+5 |
| | |||||
* | 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 | ||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -1/+2 |
| | |||||
* | fix eriks e-mail address | Mike Frysinger | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Per patch from Stefan Holst, do not try to compile these | Eric Andersen | 2004-03-19 | 1 | -0/+2 |
| | | | | syscalls if they are not supported. | ||||
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+25 |
-Erik |