Age | Commit message (Expand) | Author |
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 |
2012-04-11 | complete function name. | Marc Espie |
2012-04-11 | tweak previous; | Jason McIntyre |
2012-04-11 | fuss with details | Marc Espie |
2012-04-11 | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. | Marc Espie |
2012-04-10 | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls | Philip Guenthe |
2012-04-06 | range check st_size before calling calloc() | Theo de Raadt |
2012-04-03 | Document that openat(), etc are safe to call from a signal handler. | Matthew Dempsky |
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and | Philip Guenthe |
2012-03-23 | we don't mention LIBRARY: c | Marc Espie |
2012-03-22 | clean the sigact in a portable way; ok matthew | Theo de Raadt |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-03-10 | - fix a mistake in the list header | Jason McIntyre |
2012-03-10 | Try to document the new settings of net.inet.tcp.rfc3390. | Claudio Jeker |
2012-03-06 | tweak previous; | Jason McIntyre |
2012-03-06 | Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3) | Antoine Jacoutot |
2012-02-04 | If the internal consistency check fails, set errno so that it doesn't | Philip Guenthe |
2012-01-20 | the glob stat limit is way too low. bump to 2048. | Ted Unangst |
2012-01-19 | symetry | Marc Espie |
2012-01-16 | Document the \-C output format generated by VIS_ALL | Philip Guenthe |
2012-01-01 | Updates regarding fts_close(3): | Ingo Schwarze |
2011-12-09 | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. | Nicholas Marriott |
2011-12-06 | New fnmatch(3) implementation which is not recursive. | Stefan Sperling |