summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-06-29Hook up a bunch of device drivers.Mark Kettenis
2020-06-29Don't create sd(4) devices for nvme(4) namespaces that areKenneth R Westerback
2020-06-29Printing too much information in the trap handlers seems to lock up theMark Kettenis
2020-06-29use time since epoch not time since boot for 'real' interfacesJonathan Gray
2020-06-29remove unused getrawmonotonic() and ktime_mono_to_real()Jonathan Gray
2020-06-29Update Spleen kernel fonts to version 1.8.0, bringing the followingFrederic Cambus
2020-06-29ipmi: add a matching kqfilter filter for `seltrue' as well, allowing usStuart Henderson
2020-06-29fix /dev/ipmi. conf.h r1.150 changed from enodev->selfalse for the pollStuart Henderson
2020-06-29remove unused interfaces which were removed from linuxJonathan Gray
2020-06-29avoid a NULL deref in xen_intr_barrier()Jonathan Gray
2020-06-29use attributes for __maybe_unused and __always_inlineJonathan Gray
2020-06-29reduce disabled warnings with clangJonathan Gray
2020-06-29make pci_device_id var const to avoid discarding const warningJonathan Gray
2020-06-29make fbops const to avoid warning about discarding constJonathan Gray
2020-06-29remove now unused varJonathan Gray
2020-06-28Add processor specific dynamic tag values.Mark Kettenis
2020-06-28Add MID_POWERPC64. These identifiers are only used for kernel core dumpsMark Kettenis
2020-06-28Add powerpc64 fenv bits; copied from powerpc. From drahn@Mark Kettenis
2020-06-28state import should accept AF_INET/AF_INET6 onlyAlexandr Nedvedicky
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetJonathan Gray
2020-06-28On hotplug event call driver specific fb_set_par if available instead ofJonathan Gray
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetJonathan Gray
2020-06-28call fb_set_par() function pointer in register_framebuffer() if setJonathan Gray
2020-06-28Make the copyin(9) functions handle bad addresses.Mark Kettenis
2020-06-27/dev/openpromMark Kettenis
2020-06-27/dev/{null,mem,kmem,...}Mark Kettenis
2020-06-27Garbage collect SDEV_2NDBUS. Only used in isp(4) which was removed inKenneth R Westerback
2020-06-27Generate appropriate signals for various user traps.Mark Kettenis
2020-06-27Nuke trailing whitespace.Kenneth R Westerback
2020-06-27don't try to expand alignment using __aligned(16) on local variables.Theo de Raadt
2020-06-27Support using the FPU and AltiVec registers in userland. The registers areMark Kettenis
2020-06-27Let traps save and restore VRSAVE.Mark Kettenis
2020-06-27Let sigcode set up a frame such that the signal handler has something toMark Kettenis
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-27TNF rescinded clauses 3 & 4 in 2008 in NetBSD.Jonathan Gray
2020-06-27Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD.Jonathan Gray
2020-06-26Make trapframe squeaky clean upon exec.Mark Kettenis
2020-06-26Make signals work a bit better.Mark Kettenis
2020-06-26Since normal execve(2) calls return through the normal system call returnMark Kettenis
2020-06-26MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.Patrick Wildt
2020-06-26Use the right "virtual address" when flushing TLB entries.Mark Kettenis
2020-06-26ath(4): fix ATH_TICKS()cheloha
2020-06-26Accept input.Mark Kettenis
2020-06-26Handle OPAL interrupts.Mark Kettenis
2020-06-26Handle OPAL interrupts.Mark Kettenis
2020-06-26timecounting: deprecate time_second(9), time_uptime(9)cheloha
2020-06-26Add support for level-triggered interrupts and unmask established interropts.Mark Kettenis