Age | Commit message (Expand) | Author |
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 |
2021-10-24 | use O_RDONLY instead of 0 as open() flags parameter | Theo de Raadt |
2021-09-22 | use mmap() instead of alloca(), so that argv memory overflow leading to | Theo de Raadt |
2021-07-02 | usleep(3): always call nanosleep(2) | cheloha |
2021-06-29 | more precision because the argument is signed, | Ingo Schwarze |
2021-06-24 | alarm(3): remove superfluous pointer | cheloha |
2021-06-18 | alarm.3: miscellaneous improvements to alarm(3) documentation | cheloha |
2021-06-17 | compar is a function arg (Fa) not function name (Fn); | Jason McIntyre |
2021-06-12 | remove incorrect CAVEATS section; | Jason McIntyre |
2021-06-03 | (man page also) | Theo de Raadt |
2021-06-03 | secure_path(3) hasn't been called since we recognized the TOCTOU issues a few | Theo de Raadt |
2021-05-31 | auth_call(3) no longer uses secure_path(3) | Todd C. Miller |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |
2021-01-08 | Make fts_{alloc,safe_changed}() const correct | Theo Buehler |
2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero | cheloha |
2020-11-14 | Constify dktypenames and fstypenames in libc. | Philip Guenther |
2020-10-20 | Align the basename(3) and dirname(3) prototypes with the POSIX spec: | Christian Weisgerber |