| Commit message (Expand) | Author | Age | Files | Lines |
* | Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME. | davidxu | 2012-09-10 | 1 | -0/+1 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | cperciva | 2011-12-23 | 1 | -0/+1 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+2 |
* | rpc.lockd(8) WARNS cleanup | uqs | 2010-12-20 | 1 | -0/+1 |
* | Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset, | davidxu | 2010-10-29 | 1 | -0/+1 |
* | Style: tabs after #define | kevlo | 2010-08-11 | 1 | -1/+1 |
* | Remove the Berkeley clause 3's. | imp | 2010-02-16 | 1 | -5/+1 |
* | Phase out ttyslot(3). | ed | 2010-01-14 | 1 | -1/+0 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 1 | -0/+1 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | jhb | 2009-06-15 | 1 | -0/+1 |
* | Various namespace cleanups, including exposing fchmod() and fchmodat() | das | 2009-03-14 | 1 | -5/+4 |
* | - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate, | das | 2009-03-04 | 1 | -26/+38 |
* | Move getosreldate(3) prototype from the machine generated <osreldate.h> | peter | 2008-09-26 | 1 | -0/+1 |
* | posix_spawn() is supported, set _POSIX_SPAWN to 200212L. | davidxu | 2008-07-08 | 1 | -1/+1 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 1 | -1/+0 |
* | Add POSIX routines called posix_spawn() and posix_spawnp(), which | davidxu | 2008-06-17 | 1 | -0/+1 |
* | Add the restrict qualifiers to the pointer arguments of the readlinkat. | kib | 2008-04-10 | 1 | -1/+1 |
* | Correct the prototype for the faccessat(). | kib | 2008-04-01 | 1 | -1/+1 |
* | Add the libc glue and headers definitions for the *at() syscalls. | kib | 2008-03-31 | 1 | -0/+11 |
* | Added the "restrict" type-qualifier to the readlink() prototype. | ru | 2008-02-26 | 1 | -1/+1 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 1 | -1/+1 |
* | _POSIX_THREAD_CPUTIME is now supported. | davidxu | 2008-01-18 | 1 | -1/+1 |
* | Add a feature_present(3) function which checks to see if a named kernel | jhb | 2008-01-10 | 1 | -0/+1 |
* | Forgot to commit this file: add definition for _SC_PHYS_PAGES. | pjd | 2006-12-14 | 1 | -0/+3 |
* | barrier and spin_lock had already been implemented in libpthread and | davidxu | 2005-12-02 | 1 | -2/+2 |
* | Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly | delphij | 2005-05-13 | 1 | -1/+1 |
* | Connect MLINKS for ttyname_r(3), and add prototype into unistd.h. | delphij | 2005-05-11 | 1 | -0/+1 |
* | - Declare mknod in stat.h (in addition to unistd.h), as per XSI. | das | 2005-03-22 | 1 | -0/+3 |
* | According to the information on: | trhodes | 2004-12-10 | 1 | -1/+6 |
* | Remove nfsclnt() prototype. | phk | 2004-12-07 | 1 | -1/+0 |
* | Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one) | ache | 2004-02-23 | 1 | -0/+3 |
* | Try to better mimic GNU getopt.h which does not assume to make visible | ache | 2004-02-23 | 1 | -0/+3 |
* | POSIX clearly states that getsubopt() should be declared in <stdlib.h>, | ache | 2004-02-23 | 1 | -5/+0 |
* | Change the definition of NULL on ia64 (for LP64 compilations) from | marcel | 2003-12-07 | 1 | -4/+1 |
* | Update gethostname() prototype to match source and standard. | wollman | 2003-08-19 | 1 | -1/+1 |
* | Fixed namespace pollution and unsorting of the 1003.1-1990 list in | bde | 2003-07-01 | 1 | -1/+1 |
* | Add a libc function execvP that takes the search path as an arguement. | gordon | 2003-06-29 | 1 | -0/+1 |
* | 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 |