| Commit message (Expand) | Author | Age | Files | Lines |
| * | Various namespace cleanups, including exposing fchmod() and fchmodat() | David Schultz | 2009-03-14 | 1 | -5/+4 |
| * | - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate, | David Schultz | 2009-03-04 | 1 | -26/+38 |
| * | Move getosreldate(3) prototype from the machine generated <osreldate.h> | Peter Wemm | 2008-09-26 | 1 | -0/+1 |
| * | posix_spawn() is supported, set _POSIX_SPAWN to 200212L. | David Xu | 2008-07-08 | 1 | -1/+1 |
| * | Turn execvpe() into an internal libc routine. | Ed Schouten | 2008-06-23 | 1 | -1/+0 |
| * | Add POSIX routines called posix_spawn() and posix_spawnp(), which | David Xu | 2008-06-17 | 1 | -0/+1 |
| * | Add the restrict qualifiers to the pointer arguments of the readlinkat. | Konstantin Belousov | 2008-04-10 | 1 | -1/+1 |
| * | Correct the prototype for the faccessat(). | Konstantin Belousov | 2008-04-01 | 1 | -1/+1 |
| * | Add the libc glue and headers definitions for the *at() syscalls. | Konstantin Belousov | 2008-03-31 | 1 | -0/+11 |
| * | Added the "restrict" type-qualifier to the readlink() prototype. | Ruslan Ermilov | 2008-02-26 | 1 | -1/+1 |
| * | Change readlink(2)'s return type and type of the last argument | Ruslan Ermilov | 2008-02-12 | 1 | -1/+1 |
| * | _POSIX_THREAD_CPUTIME is now supported. | David Xu | 2008-01-18 | 1 | -1/+1 |
| * | Add a feature_present(3) function which checks to see if a named kernel | John Baldwin | 2008-01-10 | 1 | -0/+1 |
| * | Forgot to commit this file: add definition for _SC_PHYS_PAGES. | Pawel Jakub Dawidek | 2006-12-14 | 1 | -0/+3 |
| * | barrier and spin_lock had already been implemented in libpthread and | David Xu | 2005-12-02 | 1 | -2/+2 |
| * | Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly | Xin LI | 2005-05-13 | 1 | -1/+1 |
| * | Connect MLINKS for ttyname_r(3), and add prototype into unistd.h. | Xin LI | 2005-05-11 | 1 | -0/+1 |
| * | - Declare mknod in stat.h (in addition to unistd.h), as per XSI. | David Schultz | 2005-03-22 | 1 | -0/+3 |
| * | According to the information on: | Tom Rhodes | 2004-12-10 | 1 | -1/+6 |
| * | Remove nfsclnt() prototype. | Poul-Henning Kamp | 2004-12-07 | 1 | -1/+0 |
| * | Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one) | Andrey A. Chernov | 2004-02-23 | 1 | -0/+3 |
| * | Try to better mimic GNU getopt.h which does not assume to make visible | Andrey A. Chernov | 2004-02-23 | 1 | -0/+3 |
| * | POSIX clearly states that getsubopt() should be declared in <stdlib.h>, | Andrey A. Chernov | 2004-02-23 | 1 | -5/+0 |
| * | Change the definition of NULL on ia64 (for LP64 compilations) from | Marcel Moolenaar | 2003-12-07 | 1 | -4/+1 |
| * | Update gethostname() prototype to match source and standard. | Garrett Wollman | 2003-08-19 | 1 | -1/+1 |
| * | Fixed namespace pollution and unsorting of the 1003.1-1990 list in | Bruce Evans | 2003-07-01 | 1 | -1/+1 |
| * | Add a libc function execvP that takes the search path as an arguement. | Gordon Tetlow | 2003-06-29 | 1 | -0/+1 |
| * | o Add typedef for off_t, pid_t, and useconds_t. | Mike Barcroft | 2002-12-29 | 1 | -6/+17 |
| * | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -0/+1 |
| * | Fix XSI (X/Open) namespace support. | Mike Barcroft | 2002-11-12 | 1 | -11/+18 |
| * | Create a small library function, check_utility_compat(3), to determine | Garrett Wollman | 2002-10-28 | 1 | -0/+1 |
| * | Update limits and configuration parameters for 1003.1/TC1/D6. | Garrett Wollman | 2002-10-27 | 1 | -0/+3 |
| * | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so | Mike Barcroft | 2002-10-13 | 1 | -2/+1 |
| * | Back down to 1003.2-1992 for the time being -- it is causing too many | Garrett Wollman | 2002-09-25 | 1 | -1/+1 |
| * | o Move select() helper macros from <sys/types.h> to <sys/select.h>. | Mike Barcroft | 2002-09-23 | 1 | -0/+5 |
| * | Define constants for those POSIX options and option groups which are | Garrett Wollman | 2002-09-21 | 1 | -18/+237 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -2/+2 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -12/+12 |
| * | Support POSIX/SUS ``programming environment'' mistake in confstr(). | Garrett Wollman | 2002-07-15 | 1 | -0/+15 |
| * | Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involved | Garrett Wollman | 2002-07-15 | 1 | -0/+2 |
| * | getopt(3) was also added in 1003.2-1992. | Garrett Wollman | 2002-07-15 | 1 | -4/+4 |
| * | Fix visibility: | Garrett Wollman | 2002-07-15 | 1 | -11/+14 |
| * | Partially fix namespace visibility issues by using new visibility macros. | Garrett Wollman | 2002-06-15 | 1 | -38/+70 |
| * | o Implement <sys/_types.h>, a new header for storing types that are | Mike Barcroft | 2002-04-01 | 1 | -1/+26 |
| * | Breath deep and take __P out of the system include files. | Warner Losh | 2002-03-23 | 1 | -151/+148 |
| * | Change brk's prototype from char *brk(const char *) to int brk(const void *) | David Malone | 2002-01-24 | 1 | -2/+2 |
| * | Use the proper type (gid_t) for (group)->gr_gid to be orthogonal | Mark Murray | 2002-01-22 | 1 | -2/+2 |
| * | Fix support for K&R C. | Mike Barcroft | 2001-12-22 | 1 | -1/+2 |
| * | NFS split forgot to prototype nfsclnt() syscall, do it. | Alfred Perlstein | 2001-11-13 | 1 | -0/+1 |
| * | - Put missing prototype for rcmd() in <unistd.h>. | Ruslan Ermilov | 2001-11-09 | 1 | -0/+2 |