Age | Commit message (Expand) | Author |
2022-12-20 | add a missing .Vt macro; | Ingo Schwarze |
2022-12-20 | - some small tweaks for the text | Jason McIntyre |
2022-12-19 | Add waitid(2) manpage, based on a first pass by espie@ and bits | Philip Guenther |
2022-12-19 | Revert previous: unintentionally included in commit | Philip Guenther |
2022-12-19 | Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the lists | Philip Guenther |
2022-12-19 | waitid(2) returns 0 on success; do post-call cancelation only if | Philip Guenther |
2022-12-13 | consistently put the Xr in "made obsolete by" in symbolic, | Jason McIntyre |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-07 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-06 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-04 | Fix warnings about binding changed to STB_WEAK on i386 | Theo Buehler |
2022-12-03 | Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64 | Jeremie Courreges-Anglas |
2022-12-02 | Drop _C_LABEL() uses in riscv64-specific code | Jeremie Courreges-Anglas |
2022-11-17 | Restrict what getaddrinfo(3) is willing to try to resolve. | Florian Obser |
2022-11-16 | tolower(3) guarantees to return its argument unchanged if it's not | Florian Obser |
2022-11-11 | Nuke trailing space in a comment. | Kenneth R Westerback |
2022-11-09 | use Fn; from josiah frentsos | Jason McIntyre |
2022-11-07 | remove one more reference to tcp/slowhz; | Jason McIntyre |
2022-11-07 | Modify TCP receive buffer size auto scaling to use the smoothed RTT | YASUOKA Masahiko |
2022-11-07 | Nuke last references to d_drivedata. | Kenneth R Westerback |
2022-11-06 | remove unneccessary Pp after Sh; | Jason McIntyre |
2022-11-06 | At present, mprotect(2) may reduce permissions on immutable pages marked | Theo de Raadt |
2022-11-06 | When a TEXTREL binary is loaded, non-writeable LOADs are not made immutable | Theo de Raadt |
2022-11-05 | powerpc64: TimeBase: add userspace timecounting support | Scott Soule Cheloha |
2022-10-26 | Add waitid(2) syscall stub. | Mark Kettenis |
2022-10-22 | In __cxa_atexit(), there is no need to initialize local pointer before | Theo de Raadt |
2022-10-22 | missing comma; from josiah frentsos | Jason McIntyre |
2022-10-19 | Document sigaltstack restrictions on OpenBSD. | Theo de Raadt |
2022-10-14 | put the malloc_readonly struct into the "openbsd.mutable" section, so | Theo de Raadt |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-10-12 | Nuke D_BADSECT and disktab's 'sf'. | Kenneth R Westerback |
2022-10-07 | sort SEE ALSO; | Jason McIntyre |
2022-10-07 | Add mimmutable(2) libc stub, add & adjust manual pages, and crank the minor. | Theo de Raadt |
2022-10-04 | Better path handling description, also document tzname, timezone daylight. | Todd C. Miller |
2022-10-03 | Allow TZ to contain absolutes paths starting with /usr/share/zoneinfo/ | Todd C. Miller |
2022-09-28 | use Fn rather than Nm for swab(); from josiah frentsos | Jason McIntyre |
2022-09-28 | Fix incorrect range check for size in setvbuf | Greg Steuck |
2022-09-24 | macro tweaks; from josiah frentsos | Jason McIntyre |
2022-09-23 | POSIX timzone specs may contain '.' so only reject names containing '../'. | Todd C. Miller |
2022-09-22 | use the always serializing RDTSCP instruction in tsc and usertc if available | Robert Nagy |
2022-09-21 | tzset: ignore TZ if it contains an absolute path or issetugid(). | Todd C. Miller |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-09-10 | Add EABI strong aliases for __fixunssfdi and __fixunsdfdi added recently on | Miod Vallat |
2022-09-09 | add recvmmsg to NAME; | Jason McIntyre |
2022-09-09 | Add libc wrappers for the new sendmmsg and recvmmsg system calls. | Moritz Buhl |
2022-09-03 | Fix the failing libm/rint regress test by adding ieee754 implementations | Moritz Buhl |
2022-09-02 | Use a shorter system call invocation template for system calls in the range | Miod Vallat |
2022-09-01 | Drop support for unused attributes 'bs' (d_bbsize) and 'sb' | Kenneth R Westerback |
2022-08-29 | static inline, not inline static | Jonathan Gray |