| Commit message (Expand) | Author | Age | Files | Lines |
* | o Add typedef for off_t, pid_t, and useconds_t. | mike | 2002-12-29 | 1 | -6/+17 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 1 | -0/+1 |
* | Fix XSI (X/Open) namespace support. | mike | 2002-11-12 | 1 | -11/+18 |
* | Create a small library function, check_utility_compat(3), to determine | wollman | 2002-10-28 | 1 | -0/+1 |
* | Update limits and configuration parameters for 1003.1/TC1/D6. | wollman | 2002-10-27 | 1 | -0/+3 |
* | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so | mike | 2002-10-13 | 1 | -2/+1 |
* | Back down to 1003.2-1992 for the time being -- it is causing too many | wollman | 2002-09-25 | 1 | -1/+1 |
* | o Move select() helper macros from <sys/types.h> to <sys/select.h>. | mike | 2002-09-23 | 1 | -0/+5 |
* | Define constants for those POSIX options and option groups which are | wollman | 2002-09-21 | 1 | -18/+237 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -2/+2 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -12/+12 |
* | Support POSIX/SUS ``programming environment'' mistake in confstr(). | wollman | 2002-07-15 | 1 | -0/+15 |
* | Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involved | wollman | 2002-07-15 | 1 | -0/+2 |
* | getopt(3) was also added in 1003.2-1992. | wollman | 2002-07-15 | 1 | -4/+4 |
* | Fix visibility: | wollman | 2002-07-15 | 1 | -11/+14 |
* | Partially fix namespace visibility issues by using new visibility macros. | wollman | 2002-06-15 | 1 | -38/+70 |
* | o Implement <sys/_types.h>, a new header for storing types that are | mike | 2002-04-01 | 1 | -1/+26 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -151/+148 |
* | Change brk's prototype from char *brk(const char *) to int brk(const void *) | dwmalone | 2002-01-24 | 1 | -2/+2 |
* | Use the proper type (gid_t) for (group)->gr_gid to be orthogonal | markm | 2002-01-22 | 1 | -2/+2 |
* | Fix support for K&R C. | mike | 2001-12-22 | 1 | -1/+2 |
* | NFS split forgot to prototype nfsclnt() syscall, do it. | alfred | 2001-11-13 | 1 | -0/+1 |
* | - Put missing prototype for rcmd() in <unistd.h>. | ru | 2001-11-09 | 1 | -0/+2 |
* | o Update unistd.h with the prototype for the new eaccess(2) system call. | rwatson | 2001-09-21 | 1 | -0/+1 |
* | Implement getpeereid(3), a front-end to the LOCAL_PEERCRED | dd | 2001-08-17 | 1 | -0/+1 |
* | Drop nested __P(). This trips up Supelec's dcc. | rnordier | 2001-05-27 | 1 | -1/+1 |
* | Change prototype to getlogin_r to reflect recent change to its | deischen | 2001-01-01 | 1 | -1/+1 |
* | Move setproctitle() from libutil to libc (after a repo-copy) | brian | 2000-09-02 | 1 | -0/+1 |
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 1 | -0/+2 |
* | Add a prototype for rfork_thread(). | peter | 2000-07-29 | 1 | -0/+1 |
* | Add strtofflags and fflagstostr to libc. | joe | 2000-06-17 | 1 | -0/+2 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -2/+0 |
* | sync iruserok() extension API with other BSDs | shin | 2000-02-01 | 1 | -2/+1 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 1 | -0/+2 |
* | several tcp apps IPv6 update | shin | 2000-01-25 | 1 | -0/+2 |
* | Add prototypes for [sg]etres[ug]id(). | peter | 2000-01-17 | 1 | -0/+4 |
* | Fixed disordering, misformatting, and duplicate declaration of | bde | 2000-01-14 | 1 | -3/+2 |
* | libc rcmd update for IPv6. | shin | 2000-01-13 | 1 | -0/+4 |
* | Fixed missing declaration of getlogin_r(3). | bde | 1999-12-23 | 1 | -0/+2 |
* | Make profil() 64bit-safe for alpha. | simokawa | 1999-07-16 | 1 | -1/+1 |
* | Declare mkstemps(). | bde | 1999-04-09 | 1 | -0/+1 |
* | Add prototypes for pread and pwrite. | dt | 1999-04-04 | 1 | -0/+2 |
* | optreset is a POSIX extension, make it visible in POSIX_SOURCE scope. | msmith | 1999-01-11 | 1 | -1/+1 |
* | POSIX introduced optreset to deal with multiple invocations | msmith | 1999-01-11 | 1 | -0/+1 |
* | Fixed whitespace lossage and long lines in previous commit. | bde | 1998-07-11 | 1 | -5/+5 |
* | Declare lockf(). | dt | 1998-07-08 | 1 | -0/+8 |
* | Remove duplicate decls | brian | 1998-04-19 | 1 | -2/+0 |
* | Added forgotten declaration of mkdtemp(). | bde | 1998-03-12 | 1 | -0/+1 |
* | Change usleep return type from void to int to match OpenGroup specs. | ache | 1997-10-22 | 1 | -1/+1 |
* | Prototypes for getsid() and getpgid(). Also, prefix type names in | peter | 1997-08-19 | 1 | -1/+3 |