Age | Commit message (Expand) | Author |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-09 | sort; | Jason McIntyre |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-09 | add some basic descriptions for the fuse sysctls | Ted Unangst |
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-06-02 | Add mentions about net.mpls and net.inet.ip.ifq. | YASUOKA Masahiko |
2013-06-02 | fix id, from brad | Ted Unangst |
2013-06-01 | tweak previous; | Jason McIntyre |
2013-06-01 | reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s | Marc Espie |
2013-06-01 | string.h defines null for us | Ted Unangst |
2013-06-01 | no need to cast null | Ted Unangst |
2013-05-31 | doesn't need any headers | Ted Unangst |
2013-05-31 | minor tweaks | Ted Unangst |
2013-05-31 | fixie | Ted Unangst |
2013-05-31 | Add getprogname() and setprogname() to ease slackers^porters' work. | Antoine Jacoutot |
2013-05-31 | add shm_open and friends which i have been told ports programs would | Ted Unangst |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2013-04-22 | Fixed typo. | Tobias Stoeckmann |
2013-04-19 | add clock_gettime to see also. i think guenther was ok with this. | Ted Unangst |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |
2013-04-15 | Implement fdatasync() as a wrapper around fsync() | Matthew Dempsky |
2013-04-06 | rthread sysctl isn't experimental anymore. oh, and it's gone too. | Ted Unangst |
2013-04-05 | - Add comments regarding copies of these files also in libexec/ld.so | Kurt Miller |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2013-03-24 | sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not some | Philip Guenther |
2013-03-21 | Do not need machine/param.h | Theo de Raadt |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-11 | document LOG_ODELAY; from Daniel Dickman | Jason McIntyre |
2013-03-07 | Oops: confstr()'s return value should include the NUL in its count | Philip Guenther |
2013-03-02 | zap end of line whitespace; | Jason McIntyre |
2013-03-01 | Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines | Philip Guenther |
2013-01-08 | More int's that should be size_t for strlen() use | Theo de Raadt |
2013-01-07 | use a size_t instead of an int to avoid signed compare | Theo de Raadt |
2013-01-03 | sysctl.3: remove some confusing text about NFS_NIOTHREADS | Jason McIntyre |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-11-23 | Copy from the is* manpages the CAVEAT about the input range. | Philip Guenthe |
2012-11-10 | raise() sends the signal to the current thread and only one error can occur. | Philip Guenthe |
2012-11-10 | Per POSIX, fix raise() and abort() to send the signal to the current thread. | Philip Guenthe |
2012-10-16 | Make sleep(3) and usleep(3) more consistent and remove extraneous | Todd C. Miller |
2012-09-26 | Remove the first paragraph. The first sentence is already stated in the | Brad Smith |
2012-09-15 | remove tahoe-specific makefile machinery, no such hardware is known to be | Miod Vallat |
2012-08-29 | Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctly | Matthew Dempsky |
2012-08-18 | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; | Jason McIntyre |
2012-06-24 | In sysconf(), don't bother querying the kernel for userspace-only | Matthew Dempsky |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-04-12 | Since threads are becoming more common, this "work around the | Theo de Raadt |
2012-04-12 | more rfork mop-up | Theo de Raadt |