summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-13Do not dereference NULL environment variable value, GitHub issue 2304.Nicholas Marriott
2020-07-13When athn(4) is deciding how to decrypt an incoming frame, look into theStefan Sperling
2020-07-13Unbreak wg(4).Theo Buehler
2020-07-13When a wifi interface acts as a client and the WPA handshake is done,Stefan Sperling
2020-07-13Clarify /tmp permissions and use, GitHub issue 2300.Nicholas Marriott
2020-07-13Both phase 1 and phase 5 need the cylinder group meta data, so save thoseOtto Moerbeek
2020-07-13change some drm locks from IPL_TTY to IPL_NONEJonathan Gray
2020-07-13let's be explicit about only supporting Ethernet ports as members.David Gwynne
2020-07-13when adding a non-existent interface as a port, don't try create missing ones.David Gwynne
2020-07-13Near the beginning of the DESCRIPTION, provide a tiny table showingIngo Schwarze
2020-07-13Add size to free() callkn
2020-07-13Fix malloc(9) sizekn
2020-07-12Remove comma that shouldn't be there.Mark Kettenis
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.Christian Weisgerber
2020-07-12The PowerPC/Power ISA Time Base is a 64-bit register, so we can use theChristian Weisgerber
2020-07-12Fix build without pfkn
2020-07-12Use su -fl to avoid sourcing /etc/profile / the target user's .profileJeremie Courreges-Anglas
2020-07-12Eliminate pointless 'child' variable and just cast the config_found() result toKenneth R Westerback
2020-07-12add kstat support for reading hardware counters.David Gwynne
2020-07-12it's not an error if the API doesnt support reading sfp/qsfp stuff.David Gwynne
2020-07-12actually tell people that they need a recent fw/API version.David Gwynne
2020-07-12Minor code shuffle to close ranks of sc_link initializations.Kenneth R Westerback
2020-07-12False alarm, back it goes. Managed to mangle my kernel build directoryKenneth R Westerback
2020-07-11Revert previous. Broke something somehow.Kenneth R Westerback
2020-07-11timekeep_sz now already includes the round_page() adjustment; ok kettenis@Christian Weisgerber
2020-07-11Cache the adapter's port_wwn and node_wwn in mpi_softc, not theKenneth R Westerback
2020-07-11Cache a scsibus_softc * and use it rather than cludging indirectKenneth R Westerback
2020-07-11Garbage collect unused vioscsi_softc member "sc_scsibus".Kenneth R Westerback
2020-07-11Garbage collect unused nvme_softc member "sc_scsibus".Kenneth R Westerback
2020-07-11Cache a pointer to the scsibus_softc rather than hoping the copy inKenneth R Westerback
2020-07-11Set the default ABI for OpenBSD to ELFv2 in the clang frontend as well.Mark Kettenis
2020-07-11Add usertc.c.Mark Kettenis
2020-07-11Add missing usertc.c file.Mark Kettenis
2020-07-11Oops. One too many lines deleted, leaving 'buswidth' uninitialized butKenneth R Westerback
2020-07-11Shuffle sc_link.openings initialization down to its friends and justKenneth R Westerback
2020-07-11Some whitespace fixes for the inline assembly.Mark Kettenis
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.Visa Hankala
2020-07-11Optimize rasops_vcons_copyrows() so write-only framebuffer consolesFrederic Cambus
2020-07-11Implement linear and power-of-two histograms: hist() and lhist() keywords.Martin Pieuchot
2020-07-11Build 'flags' in intermediate variable and shuffle sc_linkKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments to make upcoming diff(s) smallerKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-11Don't reload the FPU registers when they're already loaded.Mark Kettenis
2020-07-11Implement a machdep.altivec sysctl that always returns 1. This makesMark Kettenis
2020-07-11Change locks which don't use spin_lock_irq() or spin_lock_irqsave()Jonathan Gray
2020-07-11test for gem_size > 0 on pool_destroy() matching pool_init() callJonathan Gray
2020-07-11don't complain if the API is too low to support "query phy types".David Gwynne
2020-07-10Add hw.cpuspeed and hw.setperfgkoehler
2020-07-10table fix;Jason McIntyre
2020-07-10Document which crypto transforms are enabled by default.tobhe