summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-07-04Bump the size of the ramdisk.Mark Kettenis
2020-07-04Use block device numbers instead of character device numbers.Mark Kettenis
2020-07-04Stop defining NOPIC on powerpc64.gkoehler
2020-07-04Nestle all sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Our old ksh(1) bug where eval()uating a || compound list would terminate theAntoine Jacoutot
2020-07-04Fill in nam2blk array.Mark Kettenis
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Set dsisr member of the trapframe struct to a defined value before fallingMark Kettenis
2020-07-04kill-window -a cannot just walk the list of windows because ifNicholas Marriott
2020-07-04Small XXX.Antoine Jacoutot
2020-07-04OF_finddevice() returns -1 upon failure. Fix various checks of the returnMark Kettenis
2020-07-04Avoid malloc(3) calls in signal handlerkn
2020-07-04Fix intermittent failing device initialization seen on some SynapticsMarcus Glocker
2020-07-04Do the same as libc, store "-1" in the return value when a syscall failed.Martin Pieuchot