Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 1 | -2/+2 |
| | | | | _ISOC99/XOPEN_SOURCE | ||||
* | add support for newer style kernel calls since some arches (like sparc) only ↵ | Mike Frysinger | 2006-02-10 | 1 | -2/+2 |
| | | | | provide the newer versions | ||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -2/+3 |
| | | | | is a useless attempt | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
| | |||||
* | another missed hidden | Peter S. Mazinger | 2006-01-14 | 1 | -0/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -4/+10 |
| | | | | missing headers, other jump relocs removed | ||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -1/+5 |
| | |||||
* | Both setegid and seteuid were implemented suboptimally, such that | Eric Andersen | 2003-11-02 | 1 | -1/+20 |
| | | | | | we were unable to switch back to the original saved group/user ID. -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -0/+1 |
| | |||||
* | As pointed out by Michiel Thuys <michiel.thuys@intersil.com>, this was | Eric Andersen | 2001-04-25 | 1 | -15/+1 |
| | | | | | checking sizeof which was pure bloat and in many cases wrong. -Erik | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | ||||
* | Completely rearchitected the sysdeps directory. | Eric Andersen | 2000-07-05 | 1 | -0/+22 |
-Erik |