summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-08Remove vm_page_md fields which were only needed for pre-v7 arm ports.Miod Vallat
2022-09-08Adjust HTTP header parsing to follow RFC more closely.Claudio Jeker
2022-09-08Use generic PNP ID to match HID-over-I2C devices.Mark Kettenis
2022-09-08Add a few more pin mappings based on what is in some Linux device treeMark Kettenis
2022-09-08riscv64: cpu_initclocks: install tb_timecounter before cpu_startclock()Scott Soule Cheloha
2022-09-08macppc: cpu_initclocks: install tb_timecounter before cpu_startclock()Scott Soule Cheloha
2022-09-08recognise Realtek ALC245Jonathan Gray
2022-09-08match on Intel 600 Series LP HD Audio (0x51c8)Jonathan Gray
2022-09-07ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-09-07Add EVP test coverage for RC2.Theo Buehler
2022-09-07Add output length validation for EVPTheo Buehler
2022-09-07Add a few more PNP IDs to handle variants of the Qualcomm dual roleMark Kettenis
2022-09-07vmm(4): allow reading MSR_TSC on Intel hosts.Dave Voutila
2022-09-07On the Lenovo X13s the named components don't have the single mappingPatrick Wildt
2022-09-07sync with arm64.htmlJonathan Gray
2022-09-07Fix passing explicit stage filesKlemens Nanni
2022-09-07Remove the .SILENT bits again after feedback from bluhmKlemens Nanni
2022-09-07Mention bsd.rd and install72.imgKlemens Nanni
2022-09-07ansiJonathan Gray
2022-09-07GBe -> GbEJonathan Gray
2022-09-07remove history of when each du(1) flag was addedJonathan Gray
2022-09-07StarFire -> StarFiveJonathan Gray
2022-09-06Document support for booting from RAID 1C on sparc64Klemens Nanni
2022-09-06Crank (sparse) disk size from 64M to 128M to make arm64 happy againKlemens Nanni
2022-09-06Add VERBOSE=No default, .IGNORE and .SILENT REGRESS_CLEANUPKlemens Nanni
2022-09-06keep noise down, discard usage text for expected failure casesKlemens Nanni
2022-09-06Use multi-chunk RAID 1C with keydisk on softraid enabled archsKlemens Nanni
2022-09-06i386/lapic.c: sync with amd64/lapic.cScott Soule Cheloha
2022-09-06Add a table-driven test for RC2 in ECB mode to replace the old one.Theo Buehler
2022-09-06Fix spacing/indent, no object changeKlemens Nanni
2022-09-06Delete some unreferenced SMD, ST506 and archaic SCSI #define'sKenneth R Westerback
2022-09-06Attach aplmbox(4) early.Mark Kettenis
2022-09-06Properly free memory in filemodeJob Snijders
2022-09-06Remove more mkerr.pl remnants, missed in previousKlemens Nanni
2022-09-06Replace aes_{ccm,xts}_cleanup usage with NULL.Joel Sing
2022-09-06Stop casting a size_t to a long and then passing it as a size_t.Joel Sing
2022-09-05syncGeorge Koehler
2022-09-05Fix copy-paste errorTheo Buehler
2022-09-05Plug leaks due to not resetting the EVP_CIPHER_CTXTheo Buehler
2022-09-05Two more missing long long castsTheo Buehler
2022-09-05More long long casts for printing time_tTheo Buehler
2022-09-05Convert from %i to %dTheo Buehler
2022-09-05cast time_t to long long before printing for portabilityTheo Buehler
2022-09-05Remove some inactive code, comments, and DPRINTFs. Minor style changes.Marcus Glocker
2022-09-05Do not perform out-of-bounds arrray accesses for bogus relocation type values.Miod Vallat
2022-09-05Update to most recent specJob Snijders
2022-09-05Use exact fdisk arguments from "(W)hole disk" answerKlemens Nanni
2022-09-05Don't ignore memory blocks smaller than 64KB. Some EFI implementationsMark Kettenis
2022-09-05Reset provider in each iterationTheo Buehler
2022-09-05Pledge sendmmsg and recvmmsg with stdio similar to their non-loopMoritz Buhl