summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-06Hide most of the contents behind #ifdef _KERNEL. Reorganize the file aMark Kettenis
2020-07-06Add a few ${.CURDIR} to make the new RCS tests work with obj/ and obj@.Theo Buehler
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have aMark Kettenis
2020-07-06defer access of fb_info pointer in drm_fb_helper_hotplug_event()Jonathan Gray
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06syncTheo de Raadt
2020-07-06make a very quick and dirty pass on a manpage for the kstat api.David Gwynne
2020-07-06Repair athn(4) in client mode against WPA2 access points.Stefan Sperling
2020-07-06match on D-Link DWA-121 rev B1Jonathan Gray
2020-07-06regenJonathan Gray
2020-07-06add D-Link DWA-121 rev B1Jonathan Gray
2020-07-06Do not eliminate redundant clears, the code is wrong and doing itNicholas Marriott
2020-07-06Add a way for control mode clients to subscribe to a format and beNicholas Marriott
2020-07-06Make this build on powerpc64.Mark Kettenis
2020-07-06Make this build on powerpc/powerpc64. Only test on powerpc64 for nowMark Kettenis
2020-07-06Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.Nicholas Marriott
2020-07-06Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked toMark Kettenis
2020-07-06add kstat(8), the userland side of kstat(4).David Gwynne
2020-07-06regen after kstat additionDavid Gwynne
2020-07-06wire up kstat(4).David Gwynne
2020-07-06wire up kstat(4)David Gwynne
2020-07-06kstat does open, close, and ioctl.David Gwynne
2020-07-06tell the kernel how to build kstatDavid Gwynne
2020-07-06add kstat(4), a subsystem to let the kernel expose statistics to userland.David Gwynne
2020-07-06Always print the directory name in -R mode; matches historical behavior.Todd C. Miller
2020-07-06Fix skipping of directories that begin with a '.' in -R mode.Todd C. Miller
2020-07-05some language improvements; ok markusDamien Miller
2020-07-05spelling/grammar fixesT.J. Townsend
2020-07-05Build minirootXX.img for powerpc64.Mark Kettenis
2020-07-05Double checking you committed the correct diff sometimes paysKenneth R Westerback
2020-07-05Create a grub.cfg file such that petitboot can load the kernel.Mark Kettenis
2020-07-05use the intended operator in cpu_rnd_messybits(); ok kettenis@Christian Weisgerber
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itKenneth R Westerback
2020-07-05Missing file needed for building releases.Mark Kettenis
2020-07-05First stab at installation notes for OpenBSD/powerpc64.Mark Kettenis
2020-07-05Use scsi_link's 'bus' field rather than slightly more obscureKenneth R Westerback
2020-07-05Fix rpki-client regress test after -f removal.Theo Buehler
2020-07-05Enable xhci(4) and a (deliberately) tiny set of USB devices.Mark Kettenis
2020-07-05We need to set the bypass bit for "raw" DMA memory as well.Mark Kettenis
2020-07-05Count traps and interrupts. And count system calls in the same placeMark Kettenis
2020-07-05Don't forget to schedule an AST in need_resched().Mark Kettenis
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...Landry Breuil
2020-07-05Save FPU state to PCB before running a signal handler. This doesn'tMark Kettenis
2020-07-05Make sure we return ENAMETOOLONG when copying a string into a buffer ofMark Kettenis
2020-07-05We're self-hosted now.Mark Kettenis
2020-07-05fix maths error; from xordsparJason McIntyre
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.Stefan Sperling
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3Jonathan Gray
2020-07-04Don't build gdb on powerpc64.Mark Kettenis
2020-07-04Installer bits for powerpc64.Mark Kettenis