Age | Commit message (Expand) | Author |
2023-06-26 | Fix Ed Schouten's name | Theo Buehler |
2023-06-26 | document handling of NULL envp as an extension; | Jason McIntyre |
2023-05-18 | Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid | Philip Guenther |
2023-05-13 | default path includes /usr/local/sbin | Klemens Nanni |
2023-02-22 | Prefer "get or set" over "get/set" or "get and set". | Philip Guenther |
2023-02-19 | auth_getchallenge does not exist anymore | aisha |
2023-02-17 | Only compile _ng_print() #ifdef DEBUG_NG; ok millert@ | Miod Vallat |
2023-02-05 | getpagesize() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-01-20 | The locale is ignored on OpenBSD, match the wording used in isalpha.3. | Todd C. Miller |
2023-01-04 | Christos Zoulas agreed to rescind clause 3 and 4 in | Jonathan Gray |
2022-12-30 | pause.3: miscellaneous rewrites, cleanup | Scott Soule Cheloha |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-09 | use Fn; from josiah frentsos | Jason McIntyre |
2022-11-07 | Nuke last references to d_drivedata. | Kenneth R Westerback |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-10-12 | Nuke D_BADSECT and disktab's 'sf'. | Kenneth R Westerback |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-09-01 | Drop support for unused attributes 'bs' (d_bbsize) and 'sb' | Kenneth R Westerback |
2022-08-05 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-02 | 1) The yp_bind/yp_unbind and internal _yp_dobind/_yp_unbind sequences shared | Theo de Raadt |
2022-08-02 | The Xr to ypbind 3 doesn't help improve anyone's understanding of how the | Theo de Raadt |
2022-08-02 | access(2) alarm(2) pause(2) were not ported from pwb to v7 | Jonathan Gray |
2022-07-30 | we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno | Jonathan Gray |
2022-07-29 | Improve the HISTORY sections of glob(7) and glob(3). | Ingo Schwarze |
2022-07-26 | Only allow changing the domainname (from empty) before securelevel increase. | Theo de Raadt |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | Jonathan Gray |
2022-07-19 | Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not. | Claudio Jeker |
2022-07-17 | order sysctl(2) Xr by section | Jonathan Gray |
2022-07-17 | since yp_bind() and yp_all() don't use open, fstat, read, socket, and other | Theo de Raadt |
2022-05-14 | Use fseeko() instead of fseek() inside libc, as the latter just | Philip Guenther |
2022-05-04 | Found two multiple evaluation macros. One of them so long and scary it | Theo de Raadt |
2022-04-13 | ftok: avoid left shift of a signed in by 24 places | Todd C. Miller |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2022-03-23 | Remove extra space at EOL in last commit. | Todd C. Miller |
2022-03-23 | Expand the description of the LOGIN_SET* bits. | Todd C. Miller |
2022-03-23 | setclasscontext: support LOGIN_SETRTABLE too | Todd C. Miller |
2022-03-20 | setusercontext: only call setrtable(2) if "rtable" set explicitly. | Todd C. Miller |
2022-03-04 | Document LOGIN_SETRTABLE | Theo Buehler |
2022-03-01 | add rtable capability to login.conf. | Ted Unangst |
2022-02-26 | setuserenv: a missing /etc/login.conf file is not an error. | Todd C. Miller |
2022-02-11 | Fix typo in comment for f_favail. | Todd C. Miller |
2022-02-10 | introduce support for storing capability databases in /etc/login.conf.d; | Robert Nagy |
2021-12-16 | Document the failure mode if size is too small and mention that | Todd C. Miller |
2021-12-11 | doubled word; from Leon Fischer | Theo Buehler |
2021-12-07 | The ypproto buffer (which supports + lines in master.passwd) was correct | Theo de Raadt |
2021-12-07 | sleep.3: miscellanous cleanup, rewrites | Scott Soule Cheloha |
2021-12-06 | time.3: miscellaneous manpage cleanup | Scott Soule Cheloha |
2021-11-29 | A few sys/param.h annotations lacked ALIGNBYTES | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |