summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-19Add format for server_sessions, from Magnus Gross.Nicholas Marriott
2023-05-19make Paths fully OO, as it makes some things simplerMarc Espie
2023-05-19this parameter does not existMarc Espie
2023-05-19remove indirect callsMarc Espie
2023-05-19Since waitid(2) shares code with wait4(2) and doesn't expose anyPhilip Guenther
2023-05-19Move tcp_info structure to be under '#if __BSD_VISIBLE' to repairPhilip Guenther
2023-05-19backout alignment changes (breaking at least two architectures)Theo de Raadt
2023-05-18user: handle paths with whitespace / metacharactersTodd C. Miller
2023-05-18If you disable retpolineplt then _dl_bind_start is called with anPhilip Guenther
2023-05-18adjust style to post v5.36 worldMarc Espie
2023-05-18memmove() entry point is declared with NENTRY() and isn't consecutivePhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidPhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for utrace (and ktrace) syscallsPhilip Guenther
2023-05-18Assert pf lock on interface handlingKlemens Nanni
2023-05-18sc_st_mtx is not sufficient protection to move state aroundAlexandr Nedvedicky
2023-05-18regenVitaliy Makkoveev
2023-05-18Backout sysctl(2) unlocking. Lock order issue was triggered in UVMVitaliy Makkoveev
2023-05-18Revert ip_sysctl() unlocking. Lock order issue was triggered in UVMVitaliy Makkoveev
2023-05-18Use TSO offloading in ix(4).Jan Klemkow
2023-05-18Make two corrections to the vfork(2) stub:Philip Guenther
2023-05-17Add qcmtx(4), a driver for the hardware spinlock on Qualcomm SoCs thatPatrick Wildt
2023-05-17Add a framework for hardware locks.Patrick Wildt
2023-05-17Add qcipcc(4), a driver for the inter-processor mailbox interface usedPatrick Wildt
2023-05-17Add support for the Peripheral Authentication Service SMC interface.Patrick Wildt
2023-05-17Implement battery management sysctl. This will provide a set of sysctlsMark Kettenis
2023-05-17Tolerate difference in some of the features advertised by theMark Kettenis
2023-05-17fix -nMarc Espie
2023-05-17Lenovo x13s requires a Qualcomm firmware file which is 13.7MB, so increasePatrick Wildt
2023-05-17stop using old-style prototypes except where strictly necessaryMarc Espie
2023-05-17actually fix caching for release/stableMarc Espie
2023-05-17Make function and symmetry obvious by renaming PRT_make() toKenneth R Westerback
2023-05-17fix stoeplitz_hash_h32.David Gwynne
2023-05-17Use crypto_internal.h's CTASSERT()Theo Buehler
2023-05-17Clean up alignment handling for SHA-512.Joel Sing
2023-05-17add LTESTS_FROM variable to allow skipping of tests up to a specificDamien Miller
2023-05-17Add support for disassembling CET (including endbr64), XSS, OSPKE,Philip Guenther
2023-05-16useradd: use "cp" instead of "pax" to copy dot filesTodd C. Miller
2023-05-16add net.inet.tcp.tso;Jason McIntyre
2023-05-16Always set maximum queue length to passed in the IFQCTL_MAXLEN case.Vitaliy Makkoveev
2023-05-16Replace tab by space after #define in PR_* definitions.Vitaliy Makkoveev
2023-05-16Introduce temporary PR_MPSYSCTL flag to mark (*pr_sysctl)() handler MPVitaliy Makkoveev
2023-05-16ecdhtest: check malloc() return valuesTheo Buehler
2023-05-16some fatal -> fatalx to improved loggingOmar Polo
2023-05-16RRDP snapshots should encode publish elements only once. If encounteredClaudio Jeker
2023-05-16explicitly rename internal methods with an _Marc Espie
2023-05-16clean visible interface a bit: Ustar does not use errsay (but ArcCheck does)Marc Espie
2023-05-16cleaner documentation of what's going onMarc Espie
2023-05-16Use separate IFCAPs for LRO and TSO.Jan Klemkow
2023-05-16start un-exposing some internal methodsMarc Espie
2023-05-16ditch subclasses for PackingList: I ended up never using this anywhereMarc Espie