Age | Commit message (Expand) | Author |
2022-02-22 | Since other exported commandnames were increased to 24 and graduated into | Theo de Raadt |
2022-02-22 | Start using new _MAXCOMLEN (a proper string expanded to 24 bytes | Theo de Raadt |
2022-02-22 | sysctl already passed the commandname as a 24-byte string KI_MAXCOMLEN | Theo de Raadt |
2022-02-22 | Define MAXCOMLEN in terms of _MAXCOMLEN (-1, because MAXCOMLEN does not | Theo de Raadt |
2022-02-22 | Add _MAXCOMLEN to syslimits, it is 24, and includes the NUL. Following | Theo de Raadt |
2022-02-22 | Pledge stdio. | Rob Pierce |
2022-02-22 | Remove -v option from usage. | Rob Pierce |
2022-02-22 | requestid is a 32 bit integer, make sure that we request that with | Martijn van Duren |
2022-02-22 | Add a seq(1) command, similar to what is present in GNU and Plan9. | Todd C. Miller |
2022-02-22 | The fuzzer logs everything to syslog, this is not what we want. | Claudio Jeker |
2022-02-22 | Plug leak in ec_key_create() | Theo Buehler |
2022-02-22 | Remove extra ; | Visa Hankala |
2022-02-22 | Do not attempt to update focus (and crash) when there is no previous window. | Nicholas Marriott |
2022-02-22 | whitespace/KNF | Theo Buehler |
2022-02-22 | acme-client: only warn on PEM_write_ECPrivateKey() failure instead | Theo Buehler |
2022-02-22 | Clarify RTR and roa-set sections | Job Snijders |
2022-02-22 | Add next_session_id format with the next session ID, GitHub issue 3078. | Nicholas Marriott |
2022-02-22 | Initialize copy_width before adjusting it, GitHub issue 3079. | Nicholas Marriott |
2022-02-22 | Use correct size for screen when popup is created without borders. | Nicholas Marriott |
2022-02-22 | Add window-resized hook to man page, from Thomas Adam. | Nicholas Marriott |
2022-02-22 | Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236 | Alexander Bluhm |
2022-02-22 | don't hide the mtu on "bridge" interfaces. | David Gwynne |
2022-02-22 | disable further calls to unveil(2) | Ricardo Mestre |
2022-02-22 | Clear frame pointer in cpu_fork() on riscv64 | Visa Hankala |
2022-02-22 | ddb: Improve stack unwinding on riscv64 | Visa Hankala |
2022-02-22 | Make audio(4) event filters MP-safe | Visa Hankala |
2022-02-22 | add some more tunnels to the list of interfaces that rely on routing. | David Gwynne |
2022-02-22 | Bump the number of wait_until iterations, in the hopes of making the | Anton Lindqvist |
2022-02-22 | repair sys/param.h namespace list | Theo de Raadt |
2022-02-22 | The include of sys/ktrace.h will require sys/types.h, so document this. | Theo de Raadt |
2022-02-22 | The FILL_KPROC() macro should be useable in situations where sys/param.h | Theo de Raadt |
2022-02-22 | need a local nitems() definition | Theo de Raadt |
2022-02-22 | need a local nitems() definition | Theo de Raadt |
2022-02-22 | Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never | Philip Guenther |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-22 | Move declarations of ip6_protox[] and inet6sw[] to <sys/protosw.h> | Philip Guenther |
2022-02-22 | pfctlinput() is already declared in <sys/protosw.h>, which is | Philip Guenther |
2022-02-21 | unveil(2) "/dev" read-only instead of using chroot(2)/chdir(2). after calling | Ricardo Mestre |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-21 | Factor out alert handing code in the legacy stack. | Joel Sing |
2022-02-21 | Grab vmobjlocks with RW_DUPOK in vm_obj_wire() to silence WITNESS | Klemens Nanni |
2022-02-21 | aligend -> aligned | Jonathan Gray |
2022-02-21 | ambigus -> ambiguous | Jonathan Gray |
2022-02-21 | anscestors -> ancestors | Jonathan Gray |
2022-02-21 | consisitent -> consistent | Jonathan Gray |
2022-02-21 | cululative -> cumulative | Jonathan Gray |
2022-02-21 | differenent -> different | Jonathan Gray |