summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-02Relax GTP header validity check by allowing 1 sector size usableKenneth R Westerback
2022-09-02Simplify and clean up the ecdsa test a little. Use stdio instead of BIOTheo Buehler
2022-09-02Retire old SHA testsTheo Buehler
2022-09-02Unhook old SHA testsTheo Buehler
2022-09-02Add tests for 1 million repeated "a"Theo Buehler
2022-09-02syncJonathan Gray
2022-09-02drm/i915: Add new ADL-S pci idJonathan Gray
2022-09-02regenJonathan Gray
2022-09-02sync Intel ADL-S devices with Mesa gitJonathan Gray
2022-09-02Now that boot blocks are able to parse ufs2, there is no need to force ufs1Miod Vallat
2022-09-02Add UFS2 support, with libsa for boot and with a specific ufs-and-ufs2-in-oneMiod Vallat
2022-09-02Add ufs2 to the list of filesystem, for the sake of boot blocks which do notMiod Vallat
2022-09-02Remove non-_KERNEL code path for division by zero. This will allow theMiod Vallat
2022-09-02Write /etc/resolv.conf in a more atomic manner.Florian Obser
2022-09-02Get the retguard region's phys address from pmap, instead of using linkerMike Larkin
2022-09-02Add softraid(4) RAID 1C boot supportKlemens Nanni
2022-09-02Adopt a terser specification of an MBR partition table ofKenneth R Westerback
2022-09-02Make newer mime type definitions take precedence over existing ones.Sebastian Benoit
2022-09-02openpty() family of functions use /dev/ptm PTMGET to open a master+slave fdTheo de Raadt
2022-09-02The sysORTable doesn't have 10 entries anymore.Martijn van Duren
2022-09-02Use a shorter system call invocation template for system calls in the rangeMiod Vallat
2022-09-02sk-usbhid: fix key_lookup() on tokens with built-in UVDamien Miller
2022-09-01Zap IRR RFC reference for the 'bgpctl irrfilter' command which was deprecated...Job Snijders
2022-09-01vmm(4): send all port io emulation to userlandDave Voutila
2022-09-01whitespaceMike Larkin
2022-09-01Add forest (-f) modeJob Snijders
2022-09-01ugly whitespaceTheo Buehler
2022-09-01Move PRU_CONNECT2 request to (*pru_connect2)().Vitaliy Makkoveev
2022-09-01syncStuart Henderson
2022-09-01change part of entry description for tf from "cat" to "C/A/T";Jason McIntyre
2022-09-01Fill the gaps for armv7, powerpc64 and riscv64Klemens Nanni
2022-09-01whitespaceMike Larkin
2022-09-01d_bbsize and d_sbsize are entirely absent from the tree.Kenneth R Westerback
2022-09-01fix unveil(2) in vmctl(8), unix socket needs :w:Sebastian Benoit
2022-09-01Update awk to Aug 30, 2022 version.Todd C. Miller
2022-09-01Check sk_SSL_CIPHER_push() return valueTheo Buehler
2022-09-01Add privilege separation to snmpd.Martijn van Duren
2022-09-01add checks that unveil() is doing the right thing irt. bind() and connect()Sebastian Benoit
2022-09-01Hook up snmpd_metricsMartijn van Duren
2022-09-01Import snmpd_metrics.Martijn van Duren
2022-09-01Link sha test to regressTheo Buehler
2022-09-01Add a nicely licensed, table-driven test for SHATheo Buehler
2022-09-01Drop support for unused attributes 'bs' (d_bbsize) and 'sb'Kenneth R Westerback
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-09-01Nuke comment about not using d_sbsize.Kenneth R Westerback
2022-09-01d_bbsize and d_sbsize have become write-only fields.Kenneth R Westerback
2022-09-01At the moment unveil(2) doesn't check the path for bind(2) or connect(2).Martijn van Duren
2022-09-01Switch the rde_peer hashtable and peer list to a single RB tree.Claudio Jeker
2022-09-01This code no longer needs siphash.h and also cleanup some leftoverClaudio Jeker
2022-09-01the VNDIOCSET ioctl path handling bypassed the unveil, so root (or .operator)Theo de Raadt