Age | Commit message (Expand) | Author |
2023-02-11 | crank major because __syscall is gone | Theo de Raadt |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-11 | Use a consistent comment to explain why 32bit archs set their second | Philip Guenther |
2023-02-07 | remove seatbelt | Theo de Raadt |
2023-02-05 | remove --no-execute-only seatbelt | Theo de Raadt |
2023-02-05 | Implement usertc corresponding to the Allwinner A64 agtimer(4) errata. | Mark Kettenis |
2023-02-05 | writev() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-02-05 | getpagesize() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-01-27 | Use stricter constraints in the assembly statements in fpset{mask,round,sticky} | Miod Vallat |
2023-01-20 | The locale is ignored on OpenBSD, match the wording used in isalpha.3. | Todd C. Miller |
2023-01-16 | Currently we disable kbind(2) for static program from libc.a's | Philip Guenther |
2023-01-13 | Move all data from .text section to .rodata, and update the code to | Miod Vallat |
2023-01-12 | remove outdated "expected to be compliant" | Jonathan Gray |
2023-01-11 | block --execute-only on mips64 & sparc64 during the upcoming transition. | Theo de Raadt |
2023-01-11 | do not need --execute-only anymore, it is now the default | Theo de Raadt |
2023-01-11 | Add retguard to amd64 syscalls. | Todd Mortimer |
2023-01-08 | Add getthrname(2) manpage | Philip Guenther |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2023-01-04 | Christos Zoulas agreed to rescind clause 3 and 4 in | Jonathan Gray |
2022-12-30 | add history for getpid(2) and getppid(2) | Jonathan Gray |
2022-12-30 | pause.3: miscellaneous rewrites, cleanup | Scott Soule Cheloha |
2022-12-29 | HISTORY: clarify that unmount(2) used to be called umount(2) from v1 to Tahoe; | Ingo Schwarze |
2022-12-29 | profil(2) first appeared in fifth edition | Jonathan Gray |
2022-12-29 | fcntl(2) first appeared in System III | Jonathan Gray |
2022-12-27 | Change the way malloc_init() works so that the main data structures | Otto Moerbeek |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-24 | Build libc with executable-only .text on arm64. | Mark Kettenis |
2022-12-24 | Don't use a literal pool in .text to load the setjmp magic value as this is | Mark Kettenis |
2022-12-24 | Use the correct instruction to clear the frame pointer. | Mark Kettenis |
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 |