Age | Commit message (Expand) | Author |
2021-02-12 | sync | Jonathan Gray |
2021-02-12 | create /dev/ drm nodes with the same names as linux | Jonathan Gray |
2021-02-12 | do not need 66 keys anymore | Theo de Raadt |
2021-02-12 | Do not care about the server socket closing if exiting anyway. | Nicholas Marriott |
2021-02-12 | sftp: add missing lsetstat@openssh.com documentation | Damien Miller |
2021-02-12 | factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function | Damien Miller |
2021-02-11 | Call exuart(4) early attach on arm64. | Patrick Wildt |
2021-02-11 | Enable exuart(4). | Patrick Wildt |
2021-02-11 | Don't hardcode com(4)'s major number in exuart(4). | Patrick Wildt |
2021-02-11 | Explicitly unset IKED_REQ_CERTVALID before sending cert to ca process. | tobhe |
2021-02-11 | More route-to fallout in pfctl regress. | Alexander Bluhm |
2021-02-11 | sbdrop(): use NULL instead of 0 in pointer assignment | mvs |
2021-02-11 | We link `ifp' to `if_list' before we perform if_attachsetup(). It is not | mvs |
2021-02-11 | Link isakmpd dynamically. Mount /usr on NFS via IPsec does not | Alexander Bluhm |
2021-02-11 | When clang was changed to -fcommon, perl's P_hash_{seed,state} variables | Theo de Raadt |
2021-02-11 | Add missing break in switch statement of rge_activate(). | Stefan Sperling |
2021-02-11 | Leave out gp initialization from kernel entry on mips64 | Visa Hankala |
2021-02-11 | "proc: table is full" actually means thread table is full; ok mpi@ sthen@ | Otto Moerbeek |
2021-02-11 | In the various open functions reduce the fdplock() to only span over the | Claudio Jeker |
2021-02-11 | Initialize var since it's used in a condition a little bit afterwards. | Ricardo Mestre |
2021-02-11 | Initialize the stack local device id variable correctly. | anton |
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 |