summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-30Don't include "net/netisr.h" header. It's not needed here.mvs
2020-08-30pppac(4) uses per cpu counters for collect `ifnet' statistics, but inmvs
2020-08-30Compactify SDEV_/ADEV_ flags & quirks to eliminate the gaps in bit use and thusKenneth R Westerback
2020-08-30Reorganize the interrupt handler code to avoid a potential bogus KASSERT,Mark Kettenis
2020-08-30Lock all kernel PTE entries into the page tables, even "managed" onesMark Kettenis
2020-08-30Allow multiple global options.tobhe
2020-08-30syncTheo de Raadt
2020-08-30If no replies are received for a while due to connectivity issuesOtto Moerbeek
2020-08-30Start replacing the existing TLSv1.2 record layer.Joel Sing
2020-08-30add missing wakeup for the unlikely dying caseanton
2020-08-30use unique wait messages with msleep_nsec()anton
2020-08-30Add regress test case for make/varmodifiers.c r1.48Theo Buehler
2020-08-30Fix :S with anchors and replacementTheo Buehler
2020-08-30avoid a invalid pointer deref in hvn_stop()Jonathan Gray
2020-08-30PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+SASANO Takayoshi
2020-08-30old keys are boringTheo de Raadt
2020-08-30signify key for 6.9 baseTheo de Raadt
2020-08-29Use SO_REUSEADDR on the listening socketsJeremie Courreges-Anglas
2020-08-29Add 'enforcesingleikesa' test.tobhe
2020-08-29More recent MMC specificiations add READ(12)/WRITE(12). So add cd_cmd_rw12()Kenneth R Westerback
2020-08-29Use ISSET() to check b_flags for B_READ.Kenneth R Westerback
2020-08-29Missing u_int -> u_int32_t chunks from previous.Kenneth R Westerback
2020-08-29Use u_int32_t for nsecs, making it crystal clear that the valuesKenneth R Westerback
2020-08-29Only fall back on using the first potential root disk as the boot disk ifMark Kettenis
2020-08-29Mark certain sections with debug information as "allocated" such that theyMark Kettenis
2020-08-29Before clearing the kcov descriptor associated with a thread make sureanton
2020-08-29Prepare to extend the scope of the kcov remote mutex by renaming it toanton
2020-08-29Missing prototype for a currently unused function.Florian Obser
2020-08-29sync to libunbound-1.11.0Florian Obser
2020-08-29typo; pointed out by Matthias (mpfr AT fn.de), thanks!Florian Obser
2020-08-29define OPENSSL_NO_SSL_TRACE in opensslfeatures.hKinichiro Inoguchi
2020-08-29Have [cd|sd]_cmd_rw[6|10|12|16] return the length of the created command andKenneth R Westerback
2020-08-28Shuffle [cd|sd]start code into closer alignment. Move the initialization of theKenneth R Westerback
2020-08-28Abstract cd_cmd_rw6() and cd_cmd_rw10() a la sd_cmd_rw6() and sd_cmd_rw10().Kenneth R Westerback
2020-08-28Implement mktime() function for compatibility with mawk and gawk.Todd C. Miller
2020-08-28Nuke CDF_ANCIENT, SDF_ANCIENT SDEV_ONLYBIG and bogus check of SID_RelAdr inKenneth R Westerback
2020-08-28Make fdt root node's model property readable through sysctl hw.productVisa Hankala
2020-08-28Rename ikev2_*_sa() functions to make clear they handle Child SAs.tobhe
2020-08-28Make sure not to pass NULL to explicit_bzero().tobhe
2020-08-28Add missing #if's to fix build without bpf(4).mvs
2020-08-28Fix a few more typos in man9. Pointed out by jmc@, thanks!Frederic Cambus
2020-08-28free the correct object when a remote subsystem already is presentanton
2020-08-28Ensure that address/mask mismatches are flagged at config-check time.Darren Tucker
2020-08-28Check that the addresses supplied to Match Address and MatchDarren Tucker
2020-08-27Use p2p_rtrequest()kn
2020-08-27Mention tpmr(4) using bridge ioctlskn
2020-08-27Fix a potential panic during free(9) which can be caused by an USBMarcus Glocker
2020-08-27usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore returnMarcus Glocker
2020-08-27Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bitPatrick Wildt
2020-08-27Improve write un-protecting of kernel memory. For the Computrace modulePatrick Wildt