Age | Commit message (Expand) | Author |
2024-11-04 | Ignore extra groups that don't fit in the buffer passed to getgrouplist(3) | Jeremie Courreges-Anglas |
2024-11-04 | getgrouplist(3): always return the total number of groups found | Jeremie Courreges-Anglas |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-07-14 | spelling | Jonathan Gray |
2024-07-12 | Improve signal handlers guidance. | Theo de Raadt |
2024-07-01 | Remove history of the tms struct. It is tied to the function, | Jonathan Gray |
2024-06-11 | reentrant functions were not in 386BSD | Jonathan Gray |
2024-04-15 | Add scandirat(3); from freebsd | Florian Obser |
2024-04-14 | Zap trailing whitespace. | Florian Obser |
2024-04-03 | Reading https://github.com/Geal/rust-syslog/issues/79, I came to a | Theo de Raadt |
2024-03-23 | readdir_r(3) was never necessary and has been deprecated by POSIX. | Philip Guenther |
2024-03-18 | fix markup of _PATH_DEFPATH (Li -> Dv); ok jmc | Omar Polo |
2024-02-04 | Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i... | Jeremie Courreges-Anglas |
2024-01-22 | I forgot that chpass(1) and passwd(1) reach-around into libc for | Theo de Raadt |
2024-01-22 | Similar to getpwnam(3) and getnetgrent(3), it is better to call | Theo de Raadt |
2024-01-22 | getpwnam(3) uses dbopen(3), which pulls all 3 database backends into | Theo de Raadt |
2023-10-09 | Mention that the strings are OS-specific. | Ingo Schwarze |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-08-13 | Make sure modf() returns correct values for infinities. While there, drop | Miod Vallat |
2023-08-01 | ualarm.3: cleanups, rewrites | Scott Soule Cheloha |
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 |