summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-05Add mpii(4).Mark Kettenis
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYKenneth R Westerback
2020-09-05httpd(8) uses TLSv1.3 and TLSv1.2 by defaultTheo Buehler
2020-09-05Add C11's static_assert.Anthony J. Bentley
2020-09-04INFORMATIONAL and CREATE_CHILD_SA exchanges cannot be initiated at thetobhe
2020-09-04Restrict the size of the page table to 2G such that it never occupies moreMark Kettenis
2020-09-04Make the kernel address space a bit bigger.Mark Kettenis
2020-09-04Restrict the size of the page table to 2G such that it never occupies moreMark Kettenis
2020-09-04Add kstat to cnmac(4)Visa Hankala
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-09-04calloc cb data so the client is NULL.Nicholas Marriott
2020-09-04Create ERRORS section for ober_read_elements.Martijn van Duren
2020-09-04Ignore ftruncate failure with errno == EAGAINTheo Buehler
2020-09-04drm/amdgpu: Fix buffer overflow in INFO ioctlJonathan Gray
2020-09-04Add RK3308 pinctrl supportJonathan Matthew
2020-09-04Add RK3308 GRFJonathan Matthew
2020-09-03amd64: lapic: refactor timer programmingcheloha
2020-09-03oops, i tripped over $Mdocdate$ again; so sync the date after the commitIngo Schwarze
2020-09-03Fix two issues with .po (page offset) formatting:Ingo Schwarze
2020-09-03Sprinkle some more eieio(); seems to avoid triggering the KASSERT(new > old).Mark Kettenis
2020-09-03Missed one case of errno not being set in previous.Martijn van Duren
2020-09-03If .ti had an excessive argument, using it was attempted, in someIngo Schwarze
2020-09-03Clean up asn1/x_info.cTheo Buehler
2020-09-03Remove unnecessary zeroing after recallocarray(3)Theo Buehler
2020-09-03Make sure ober_read_elements sets errno on every case where NULL isMartijn van Duren
2020-09-03The "USL" VT switch and keyboard ioctls are a hack and don't follow theMark Kettenis
2020-09-03Log OCSP url on connection failure.tobhe
2020-09-03No need for a private #define for the INQUIRY response_format value '2'. JustKenneth R Westerback
2020-09-03Do not free old session working directory until after expanding the newNicholas Marriott
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.Kenneth R Westerback
2020-09-03Switch use of '\0' to NULLTheo Buehler
2020-09-02Add #define SID_SCSI2_RESPONSE 0x2 to allow elimination of another bunch ofKenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-02Fix clang warning in vmctl(8)Theo Buehler
2020-09-02Check started flag before looking for capability.Nicholas Marriott
2020-09-02Add 30s timeout for OCSP requests.tobhe
2020-09-02Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze
2020-09-02vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()Theo de Raadt
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.Nicholas Marriott
2020-09-02Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on theMarcus Glocker
2020-09-02KNF and comment tweaksTheo Buehler
2020-09-02remove some ifconfig internals; ok knJason McIntyre
2020-09-01Fix signotify() for powerpc64 bsd.mpgkoehler
2020-09-01zap nasty whitespaceTheo Buehler
2020-09-01Zero out data to avoid leaving stack garbage in the tail ofTheo Buehler
2020-09-01Implement address translation for bus_space_mmap(9).Mark Kettenis
2020-09-01Store the device tree node in the pcitag_t.Mark Kettenis
2020-09-01Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.Theo Buehler