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