summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07Free objects that were dynamically allocated in libcrypto with OPENSSL_free().Tobias Heider
2022-11-07Fix theoretical access to garbage stack memory in pfkey_reply forMoritz Buhl
2022-11-07Missed an ALIGN (which I will admit I do not understand, this is voodoo)Theo de Raadt
2022-11-07Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-07The gpiokeys(4) 'label' property seems to be optional. If we don't havePatrick Wildt
2022-11-07Add support for the PCIe controller on the Qualcomm SC8280XP. ThankfullyPatrick Wildt
2022-11-07White space KNF, no code change:Ingo Schwarze
2022-11-07The ARM SMMUv2 does actually support #iommu-cells = <2>, where the secondPatrick Wildt
2022-11-07Implement the "halt" IPI.Mark Kettenis
2022-11-07Rework OpenSSL regress binding a bit to prepare for an upcoming beckTheo Buehler
2022-11-07Link aes/ to regressjoshua
2022-11-07Add regress coverage for AESjoshua
2022-11-07revert "move pf_purge out from under the kernel lock".David Gwynne
2022-11-07Simplify use of strrchr()Job Snijders
2022-11-07Merge duplicate MD code into MI sr_open_chunk()Klemens Nanni
2022-11-07Use variable and shorter logic for NFS checkKlemens Nanni
2022-11-07remove one more reference to tcp/slowhz;Jason McIntyre
2022-11-07introduce a new kern.autoconf_serial sysctl that can be used by userlandRobert Nagy
2022-11-07syncTheo de Raadt
2022-11-07move pf_purge out from under the kernel lock and avoid the hogging cpuDavid Gwynne
2022-11-07Fix whitespace. Looks like I was a pig 3 years ago...Theo Buehler
2022-11-07vmm(4): set RAX guest register state based on VMCBDave Voutila
2022-11-07Rewrite TLSv1.2 key exporter.Joel Sing
2022-11-07Move tls13_exporter() code.Joel Sing
2022-11-07Fix some spelling errors.Moritz Buhl
2022-11-07Modify TCP receive buffer size auto scaling to use the smoothed RTTYASUOKA Masahiko
2022-11-07Set up logger(1) traps earlier to catch logfile setup failuresKlemens Nanni
2022-11-07Run the ND6 expiry timer without kernel lockKlemens Nanni
2022-11-07dtors were broken by trying to reuse DF_1_NODELETE to hint that thisTheo de Raadt
2022-11-07Rename unreferenced field d_drivedata to smoke out any wellKenneth R Westerback
2022-11-07Nuke last references to d_drivedata.Kenneth R Westerback
2022-11-07The IdentityFile option in ssh_config can also be used to specify aDarren Tucker
2022-11-07Remove some set but otherwise unused variables, spotted in -portable byDarren Tucker
2022-11-07Check for and disallow MaxStartups values less than or equal to zeroDarren Tucker
2022-11-07Implement db_write_text/bytes() which add support for ddb(4)'s breakpoints.Martin Pieuchot
2022-11-07Confirm Path Length is absent in the Basic Constraints extensionJob Snijders
2022-11-07fix parsing of hex cert expiry time; was checking whether theDamien Miller
2022-11-07Import regenerated moduli.Darren Tucker
2022-11-07Fix typo. From pablomh via -portable github PR#344.Darren Tucker
2022-11-07In kpageflttrap(), validate a non-NULL pcb_onfault against an arrayPhilip Guenther
2022-11-06Constify pfsync_acts[]; OK dlgKlemens Nanni
2022-11-06Skip MD post-install bits on upgradesKlemens Nanni
2022-11-06get rid of pfsync_state_export.David Gwynne
2022-11-06remove unneccessary Pp after Sh;Jason McIntyre
2022-11-06Nuke some 'set but not used' pathlen variables.Kenneth R Westerback
2022-11-06At present, mprotect(2) may reduce permissions on immutable pages markedTheo de Raadt
2022-11-06vmm(4): allocate reference for vm and vcpu SLISTsDave Voutila
2022-11-06regen after /dev/pf? cleanup (only /dev/pf exists)Klemens Nanni
2022-11-06Document that OPENSSL_free() is required in some circumstancesTheo Buehler
2022-11-06There is only one pf(4); OK sashanKlemens Nanni