Age | Commit message (Expand) | Author |
2015-03-18 | use 4x buffer size for opendir. speeds up large directory reading, and | Ted Unangst |
2015-03-14 | TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actual | Todd C. Miller |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-12 | _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v... | Jason McIntyre |
2015-03-11 | document HW_PERFPOLICY; ok tedu | Jason McIntyre |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-11 | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required | Philip Guenther |
2015-02-07 | Add examples for stravis() and strnvis() to vis.3. | Doug Hogan |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-02-06 | Add support for stravis() to vis.3 and Makefile.inc. | Doug Hogan |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-02-05 | macro fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2015-01-30 | Rework vis.3 so it has standard sections. | Doug Hogan |
2015-01-29 | Use .Rv where appropriate, and move it to RETURN VALUES; | Ingo Schwarze |
2015-01-21 | Truncate progname to NAME_MAX in the syslog message, to ensure other | Theo de Raadt |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-17 | NGROUPS_MAX, not NGROUPS | Theo de Raadt |
2015-01-16 | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ | Todd C. Miller |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-15 | use .In where appropriate; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | POSIX does not require an explicit inclusion of sys/types.h to get | Todd C. Miller |
2015-01-14 | these never needed sys/param.h | Theo de Raadt |
2015-01-12 | Add a note that HOST_NAME_MAX does not include a terminating \0, unlike | Nicholas Marriott |
2014-12-22 | fix docs for NOBROADCASTKILL | Ted Unangst |
2014-12-12 | sysctl kern.global_ptrace. | Ted Unangst |
2014-12-11 | Remove an undocumented limit on the length of the pattern and string | Todd C. Miller |
2014-12-09 | In ingo's new world order, we do not want multiple manual pages describing | Theo de Raadt |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-11-30 | do not use .St -p1003.1d-99 which is used in exactly two pages; | Ingo Schwarze |
2014-11-30 | mandoc -Tlint fixes from <kaspars at bankovskis dot net> | Ingo Schwarze |
2014-11-30 | Even though not callable, "Ed" is a macro name, so for clarity, | Ingo Schwarze |
2014-11-23 | Merge from FreeBSD: | Philip Guenther |
2014-11-20 | Merge from FreeBSD: | Philip Guenther |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-11-17 | Add stravis(), an allocating version of strvis(). OK doug@ | Todd C. Miller |
2014-11-17 | When listing the async-signal-safe functions, don't split out "ANSI C" | Philip Guenther |
2014-11-15 | Delete some unnecessary #includes | Philip Guenther |
2014-11-15 | Don't need <sys/types.h> before <sys/ipc.h> anymore | Philip Guenther |
2014-11-14 | _NSIG is the number of valid signals including signal 0, so it's not a valid | Jonathan Matthew |
2014-11-09 | Correct constness of str*unvis()'s second (source) argument | Philip Guenther |
2014-10-11 | obvious reallocarray() use | Theo de Raadt |
2014-10-08 | obvious realloc -> reallocarray conversion | Theo de Raadt |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | reallocarray() to detect potential int overflow; ok doug | Theo de Raadt |
2014-10-08 | reallocarray() for mult int overflow detect; ok doug | Theo de Raadt |
2014-10-03 | Strip trailing new-lines from syslog messages. This avoids empty | Alexander Bluhm |
2014-09-15 | We missed a hyphen in 'async-signal-safe' | Philip Guenther |
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther |
2014-09-10 | sockatmark(3) has been implemented; add it to the async-signal-safe lists | Philip Guenther |