summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-08The SC7180 (snapdragon 7c) needs the SMMU quirk as well.Mark Kettenis
2022-09-08There is no need to uncomment the call_gadget macro, since in our driverMarcus Glocker
2022-09-08Zap inactive gadget functions.Marcus Glocker
2022-09-08Move bitmap functions to a new home.Marcus Glocker
2022-09-08Remove old debug code knobs, wrong comments, and unused pv entry flags.Miod Vallat
2022-09-08Support the sendmmsg and recvmmsg system calls.Moritz Buhl
2022-09-08ssl_cipher_process_rulestr: return early if a cipher command is invalidTodd C. Miller
2022-09-08In http_get_line() additionally strip any trailing space or tab from lines.Claudio Jeker
2022-09-08Remove useless -tKlemens Nanni
2022-09-08_rc_quirks is only called by _rc_parse_conf, so just merge the two.Antoine Jacoutot
2022-09-08initialise inteldrm device params from module paramsJonathan Gray
2022-09-08Adjust HTTP header parsing to follow RFC more closely.Claudio Jeker
2022-09-08Rename global ifnet TAILQKlemens Nanni
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