summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-24actually use pci_intr_establish_cpu with cpus from the intrmap.David Gwynne
2020-06-24Add test-ffdhe-expected-params.pyTheo Buehler
2020-06-24Fix botched format string in previous commit as spotted by robert@Otto Moerbeek
2020-06-24kernel no longer has to be placed into the boot area, becauseTheo de Raadt
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andKenneth R Westerback
2020-06-24remove ifdeffed out code for redistributing pyro eq interrupts over cpus.David Gwynne
2020-06-23enable wg(4).David Gwynne
2020-06-23Fix COMMAND descriptionkn
2020-06-23Remove redundant NULL checkkn
2020-06-23When parsing a character class don't increment openclass for a literal '['.Todd C. Miller
2020-06-23Revert previous. hashfree() just calls free() which handles NULL withKenneth R Westerback
2020-06-23bump pbuild datasize limit to 8G to allow Firefox to build with Rust 1.44Christian Weisgerber
2020-06-23Correctly redraw pane border bottom line when the status line is on andNicholas Marriott
2020-06-23Use C99 initializers in wsdisplay_font struct definitions for SpleenFrederic Cambus
2020-06-23Enable virtual consoles on armv7, the same way it is done on arm64.Frederic Cambus
2020-06-23Sync armv7 fbtab with arm64 fbtab, leaving out drm devices.Frederic Cambus
2020-06-23hashfree() doesn't like NULL, so check for NULL if NULL is aKenneth R Westerback
2020-06-23'wgkey (pub)' was renamed to 'wgpubkey'.tobhe
2020-06-23Enable MPSAFE start routine to keep encryption workers more active.tobhe
2020-06-23Increase TX mitigation backlog size for increased throughput.tobhe
2020-06-23Use xvasprintf not vasprintf.Nicholas Marriott
2020-06-23Fix format strings (%p --> %lx) in debug code.Kenji Aoyama
2020-06-23add intrmap_one, some temp code to help us write pci_intr_establish_cpu.David Gwynne
2020-06-23Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64Jonathan Matthew
2020-06-22some clarifying commentsDamien Miller
2020-06-22timecounting: add gettime(9), getuptime(9)cheloha
2020-06-22Add opalcons(4), a driver for the OPAL console.Mark Kettenis
2020-06-22The minimum frame size for the ELFv2 ABI is 32 bytes. Using this valueMark Kettenis
2020-06-22inittodr(9): introduce dedicated flag to enable writes from resettodr(9)cheloha
2020-06-22Remove unused variabledenis
2020-06-22Enable interrupts when they were enabled before the trap (except when weMark Kettenis
2020-06-22Handle data storage and data segment interrupts from userland as well.Mark Kettenis
2020-06-22Make return-to-user and kernel re-entry work. This adds a per-pmap SLBMark Kettenis
2020-06-22Fix previous commit; pasted instructed in the wrong spot.Mark Kettenis
2020-06-22Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.Stefan Sperling
2020-06-22Remove unused code for parsing non-volatile memory (NVM) from iwx(4).Stefan Sperling
2020-06-22Add magic offset to make the frames line up.Mark Kettenis
2020-06-22Implement setregs().Mark Kettenis
2020-06-22Blacklist Ericsson F5521gw broadband modem.tobhe
2020-06-22regentobhe
2020-06-22Add Ericsson F5521gw Mobile Broadband Modem.tobhe
2020-06-22On my previous commit I made the wrong assumption that the control socket wasRicardo Mestre
2020-06-22Some connectors attach late when the drm driver is registers. ForMark Kettenis
2020-06-22apart from the lock wait_queue_head struct is unused so replace itJonathan Gray
2020-06-22Provide working definitions of PROC_STACK() and PROC_PC().Mark Kettenis
2020-06-22spelling fix;Jason McIntyre
2020-06-22don't try to decrement if completion flag is UINT_MAXJonathan Gray
2020-06-22change "East Tupelo" reference to just "Tupelo";Jason McIntyre
2020-06-22add missing .PpLandry Breuil
2020-06-22Document "s" commandkn