Age | Commit message (Expand) | Author |
2021-02-11 | Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport(). | Patrick Wildt |
2021-02-11 | Add a couple of helper functions, and flush imsgs on exit. | Nicholas Marriott |
2021-02-11 | O_TRUNC is needed in case file exists. | Nicholas Marriott |
2021-02-11 | Move file handling protocol stuff all into file.c so it can be reused | Nicholas Marriott |
2021-02-11 | Make room for handling of HID++ 1.0 devices. No functional change. | anton |
2021-02-11 | Use idx suffix consistently. | anton |
2021-02-11 | Remove unused software id macro. | anton |
2021-02-11 | Fold long line. | anton |
2021-02-11 | Stop uhidpp from claiming all report ids, instead only claim the | anton |
2021-02-11 | Add uhidev_unset_report_dev(), doing the opposite of | anton |
2021-02-11 | If uhidev_set_report_dev() already have been invoked for the given | anton |
2021-02-11 | KNF | Theo Buehler |
2021-02-11 | sync | Theo de Raadt |
2021-02-10 | Delay deletion of IKE SAs on rekey when stickyaddress is enabled to make | tobhe |
2021-02-10 | rephrase example in a more consistent way | Marc Espie |
2021-02-10 | Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1 | Mark Kettenis |
2021-02-10 | If pf changes the routing table when sending packets, the kernel | Alexander Bluhm |
2021-02-10 | Add med test, this no longer fails in -current | Claudio Jeker |
2021-02-10 | Use the same check in kernel and ifconfig for group names. ifconfig | Alexander Bluhm |
2021-02-10 | Interface group names must fit into IFNAMSIZ and be unique. But | Alexander Bluhm |
2021-02-10 | Remove `sc_dead' logic from pppac(4). It is used to prevent | mvs |
2021-02-10 | as usual, stuff got removed without updating the documentation | Marc Espie |
2021-02-10 | Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9) | mvs |
2021-02-10 | Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by | Nicholas Marriott |
2021-02-10 | some spacing/grammar fixes from dave voutila; | Jason McIntyre |
2021-02-10 | only amd64 & arm64 lldb work at the moment | Theo de Raadt |
2021-02-10 | cast large to reduce warning on 32-bit machines (an ELF type is printed with ... | Theo de Raadt |
2021-02-09 | Make sure that switching the console from serial to framebuffer works | Mark Kettenis |
2021-02-09 | pfsync_state_import() must not be called with the pf state lock held, | Patrick Wildt |
2021-02-09 | sync | Patrick Wildt |
2021-02-09 | Build and install lldb. | Patrick Wildt |
2021-02-09 | rc: ensure that vfs.mounts.nfs check works without NFS | Christian Weisgerber |
2021-02-09 | Add optional 'group none' transform for child SAs and fix handling of | tobhe |
2021-02-09 | Fix lldb. | mortimer |
2021-02-09 | These regress tests expect coredumps to be written so run them with | Claudio Jeker |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-02-09 | These regress test expect coredumps as an effect of the test so run | Claudio Jeker |
2021-02-09 | Walk over all results from getaddrinfo() instead of giving up after the | Claudio Jeker |
2021-02-09 | sync | Theo de Raadt |
2021-02-09 | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it | Joshua Stein |
2021-02-09 | Do not expand times and #() inside #(). | Nicholas Marriott |
2021-02-09 | Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs. | Patrick Wildt |
2021-02-09 | sync | Theo de Raadt |
2021-02-09 | Add a barrier between reading the cqe flags and the command ID, which | Jonathan Matthew |
2021-02-08 | 7.0 firmware key | Stuart Henderson |
2021-02-08 | 7.0 packages key | Christian Weisgerber |
2021-02-08 | correct return type for compressBound(); | Jason McIntyre |
2021-02-08 | change discipline name from "RAID1C" to "RAID 1C" to match the man pages | Stefan Sperling |
2021-02-08 | add RAID 1C to the list of supported softraid(4) disciplines | Stefan Sperling |
2021-02-08 | Remove maxburst feature from tcp_output | jan |