| Commit message (Expand) | Author | Age | Files | Lines |
* | Of course, fcntl errno case returns -1, which must be converted to 0 |  deraadt | 2015-05-17 | 1 | -2/+2 |
* | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY |  deraadt | 2015-05-17 | 1 | -6/+3 |
* | chflagsat() is also async-signal-safe |  guenther | 2015-05-12 | 1 | -2/+3 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion |  guenther | 2015-05-11 | 1 | -3/+6 |
* | Make argument name consistent and use .Fn rather than .Nm in section 3. |  schwarze | 2015-05-05 | 1 | -5/+5 |
* | Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions |  guenther | 2015-05-05 | 1 | -3/+10 |
* | Remove obsolete timezone() function. |  millert | 2015-04-07 | 3 | -199/+3 |
* | use 4x buffer size for opendir. speeds up large directory reading, and |  tedu | 2015-03-18 | 1 | -2/+2 |
* | TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actual |  millert | 2015-03-14 | 1 | -3/+3 |
* | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 2015-03-13 | 1 | -4/+4 |
* | _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the variable |  jmc | 2015-03-12 | 1 | -4/+9 |
* | document HW_PERFPOLICY; ok tedu |  jmc | 2015-03-11 | 1 | -2/+9 |
* | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 1 | -3/+8 |
* | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required |  guenther | 2015-02-11 | 1 | -3/+3 |
* | Add examples for stravis() and strnvis() to vis.3. |  doug | 2015-02-07 | 1 | -2/+33 |
* | SIZE_MAX is standard, we should be using it in preference to the |  millert | 2015-02-06 | 2 | -6/+7 |
* | Add support for stravis() to vis.3 and Makefile.inc. |  doug | 2015-02-06 | 2 | -8/+43 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 2 | -3/+4 |
* | macro fixes from Kaspars at Bankovskis dot net; |  schwarze | 2015-02-05 | 3 | -12/+12 |
* | Rework vis.3 so it has standard sections. |  doug | 2015-01-30 | 1 | -38/+41 |
* | Use .Rv where appropriate, and move it to RETURN VALUES; |  schwarze | 2015-01-29 | 4 | -32/+17 |
* | Truncate progname to NAME_MAX in the syslog message, to ensure other |  deraadt | 2015-01-21 | 1 | -2/+3 |
* | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or |  deraadt | 2015-01-20 | 1 | -1/+1 |
* | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG |  millert | 2015-01-19 | 2 | -15/+16 |
* | NGROUPS_MAX, not NGROUPS |  deraadt | 2015-01-17 | 1 | -3/+3 |
* | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ |  millert | 2015-01-16 | 1 | -2/+2 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 20 | -49/+53 |
* | use .In where appropriate; from Kaspars at Bankovskis dot net |  schwarze | 2015-01-15 | 2 | -7/+7 |
* | POSIX does not require an explicit inclusion of sys/types.h to get |  millert | 2015-01-15 | 3 | -9/+6 |
* | these never needed sys/param.h |  deraadt | 2015-01-14 | 3 | -6/+6 |
* | Add a note that HOST_NAME_MAX does not include a terminating \0, unlike |  nicm | 2015-01-12 | 1 | -2/+9 |
* | fix docs for NOBROADCASTKILL |  tedu | 2014-12-22 | 1 | -5/+5 |
* | sysctl kern.global_ptrace. |  tedu | 2014-12-12 | 1 | -2/+8 |
* | Remove an undocumented limit on the length of the pattern and string |  millert | 2014-12-11 | 1 | -6/+1 |
* | In ingo's new world order, we do not want multiple manual pages describing |  deraadt | 2014-12-09 | 2 | -118/+2 |
* | Introduce a new sysctl to retrieve VM map entries |  uebayasi | 2014-12-05 | 1 | -2/+11 |
* | do not use .St -p1003.1d-99 which is used in exactly two pages; |  schwarze | 2014-11-30 | 1 | -4/+4 |
* | mandoc -Tlint fixes from <kaspars at bankovskis dot net> |  schwarze | 2014-11-30 | 2 | -6/+5 |
* | Even though not callable, "Ed" is a macro name, so for clarity, |  schwarze | 2014-11-30 | 6 | -18/+18 |
* | Merge from FreeBSD: |  guenther | 2014-11-23 | 1 | -6/+8 |
* | Merge from FreeBSD: |  guenther | 2014-11-20 | 1 | -13/+21 |
* | delete the KERN_VNODE sysctl. it fails to provide any isolation from the |  tedu | 2014-11-19 | 1 | -13/+2 |
* | Add stravis(), an allocating version of strvis(). OK doug@ |  millert | 2014-11-17 | 1 | -2/+23 |
* | When listing the async-signal-safe functions, don't split out "ANSI C" |  guenther | 2014-11-17 | 1 | -15/+11 |
* | Delete some unnecessary #includes |  guenther | 2014-11-15 | 1 | -2/+1 |
* | Don't need <sys/types.h> before <sys/ipc.h> anymore |  guenther | 2014-11-15 | 1 | -3/+2 |
* | _NSIG is the number of valid signals including signal 0, so it's not a valid |  jmatthew | 2014-11-14 | 1 | -2/+2 |
* | Correct constness of str*unvis()'s second (source) argument |  guenther | 2014-11-09 | 1 | -4/+4 |
* | obvious reallocarray() use |  deraadt | 2014-10-11 | 1 | -2/+2 |
* | obvious realloc -> reallocarray conversion |  deraadt | 2014-10-08 | 1 | -3/+3 |