summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-12syncJonathan Gray
2021-02-12create /dev/ drm nodes with the same names as linuxJonathan Gray
2021-02-12do not need 66 keys anymoreTheo de Raadt
2021-02-12Do not care about the server socket closing if exiting anyway.Nicholas Marriott
2021-02-12sftp: add missing lsetstat@openssh.com documentationDamien Miller
2021-02-12factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own functionDamien Miller
2021-02-11Call exuart(4) early attach on arm64.Patrick Wildt
2021-02-11Enable exuart(4).Patrick Wildt
2021-02-11Don't hardcode com(4)'s major number in exuart(4).Patrick Wildt
2021-02-11Explicitly unset IKED_REQ_CERTVALID before sending cert to ca process.tobhe
2021-02-11More route-to fallout in pfctl regress.Alexander Bluhm
2021-02-11sbdrop(): use NULL instead of 0 in pointer assignmentmvs
2021-02-11We link `ifp' to `if_list' before we perform if_attachsetup(). It is notmvs
2021-02-11Link isakmpd dynamically. Mount /usr on NFS via IPsec does notAlexander Bluhm
2021-02-11When clang was changed to -fcommon, perl's P_hash_{seed,state} variablesTheo de Raadt
2021-02-11Add missing break in switch statement of rge_activate().Stefan Sperling
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-02-11"proc: table is full" actually means thread table is full; ok mpi@ sthen@Otto Moerbeek
2021-02-11In the various open functions reduce the fdplock() to only span over theClaudio Jeker
2021-02-11Initialize var since it's used in a condition a little bit afterwards.Ricardo Mestre
2021-02-11Initialize the stack local device id variable correctly.anton
2021-02-11Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().Patrick Wildt
2021-02-11Add a couple of helper functions, and flush imsgs on exit.Nicholas Marriott
2021-02-11O_TRUNC is needed in case file exists.Nicholas Marriott
2021-02-11Move file handling protocol stuff all into file.c so it can be reusedNicholas Marriott
2021-02-11Make room for handling of HID++ 1.0 devices. No functional change.anton
2021-02-11Use idx suffix consistently.anton
2021-02-11Remove unused software id macro.anton
2021-02-11Fold long line.anton
2021-02-11Stop uhidpp from claiming all report ids, instead only claim theanton
2021-02-11Add uhidev_unset_report_dev(), doing the opposite ofanton
2021-02-11If uhidev_set_report_dev() already have been invoked for the givenanton
2021-02-11KNFTheo Buehler
2021-02-11syncTheo de Raadt
2021-02-10Delay deletion of IKE SAs on rekey when stickyaddress is enabled to maketobhe
2021-02-10rephrase example in a more consistent wayMarc Espie
2021-02-10Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1Mark Kettenis
2021-02-10If pf changes the routing table when sending packets, the kernelAlexander Bluhm
2021-02-10Add med test, this no longer fails in -currentClaudio Jeker
2021-02-10Use the same check in kernel and ifconfig for group names. ifconfigAlexander Bluhm
2021-02-10Interface group names must fit into IFNAMSIZ and be unique. ButAlexander Bluhm
2021-02-10Remove `sc_dead' logic from pppac(4). It is used to preventmvs
2021-02-10as usual, stuff got removed without updating the documentationMarc Espie
2021-02-10Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)mvs
2021-02-10Use ~/.tmux.conf as an example rather than /etc/passwd, suggested byNicholas Marriott
2021-02-10some spacing/grammar fixes from dave voutila;Jason McIntyre
2021-02-10only amd64 & arm64 lldb work at the momentTheo de Raadt
2021-02-10cast large to reduce warning on 32-bit machines (an ELF type is printed with ...Theo de Raadt
2021-02-09Make sure that switching the console from serial to framebuffer worksMark Kettenis
2021-02-09pfsync_state_import() must not be called with the pf state lock held,Patrick Wildt