summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-06-29Enable USER_PCICONF.kettenis1-1/+2
2020-06-29Fix typo.kettenis1-2/+2
2020-06-29Attach event counter.kettenis1-1/+4
2020-06-29Bring back revision 1.122 with a fix preventing a use-after-free byanton2-53/+59
2020-06-29enter arch/powerpc64deraadt1-2/+2
2020-06-29Hook up a bunch of device drivers.kettenis3-14/+191
2020-06-29Don't create sd(4) devices for nvme(4) namespaces that arekrw1-12/+7
2020-06-29Printing too much information in the trap handlers seems to lock up thekettenis1-23/+28
2020-06-29use time since epoch not time since boot for 'real' interfacesjsg1-5/+11
2020-06-29remove unused getrawmonotonic() and ktime_mono_to_real()jsg1-2/+0
2020-06-29Update Spleen kernel fonts to version 1.8.0, bringing the followingfcambus1-3/+3
2020-06-29ipmi: add a matching kqfilter filter for `seltrue' as well, allowing ussthen1-3/+3
2020-06-29fix /dev/ipmi. conf.h r1.150 changed from enodev->selfalse for the pollsthen1-2/+2
2020-06-29remove unused interfaces which were removed from linuxjsg2-12/+1
2020-06-29avoid a NULL deref in xen_intr_barrier()jsg1-7/+3
2020-06-29use attributes for __maybe_unused and __always_inlinejsg1-4/+4
2020-06-29reduce disabled warnings with clangjsg1-4/+0
2020-06-29make pci_device_id var const to avoid discarding const warningjsg1-1/+1
2020-06-29make fbops const to avoid warning about discarding constjsg1-1/+1
2020-06-29remove now unused varjsg2-2/+0
2020-06-28Add processor specific dynamic tag values.kettenis1-1/+7
2020-06-28Add MID_POWERPC64. These identifiers are only used for kernel core dumpskettenis1-1/+2
2020-06-28Add powerpc64 fenv bits; copied from powerpc. From drahn@kettenis1-0/+96
2020-06-28state import should accept AF_INET/AF_INET6 onlysashan1-3/+12
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetjsg5-10/+14
2020-06-28On hotplug event call driver specific fb_set_par if available instead ofjsg1-1/+5
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetjsg2-6/+6
2020-06-28call fb_set_par() function pointer in register_framebuffer() if setjsg1-0/+8
2020-06-28Make the copyin(9) functions handle bad addresses.kettenis5-59/+83
2020-06-27/dev/openpromkettenis5-6/+347
2020-06-27/dev/{null,mem,kmem,...}kettenis4-4/+212
2020-06-27Garbage collect SDEV_2NDBUS. Only used in isp(4) which was removed inkrw1-2/+1
2020-06-27Generate appropriate signals for various user traps.kettenis1-10/+79
2020-06-27Nuke trailing whitespace.krw21-108/+106
2020-06-27don't try to expand alignment using __aligned(16) on local variables.deraadt1-4/+2
2020-06-27Support using the FPU and AltiVec registers in userland. The registers arekettenis8-72/+196
2020-06-27Let traps save and restore VRSAVE.kettenis3-3/+11
2020-06-27Let sigcode set up a frame such that the signal handler has something tokettenis1-3/+5
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw44-91/+43
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-15/+11
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-8/+4
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-6/+2
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-7/+2
2020-06-27TNF rescinded clauses 3 & 4 in 2008 in NetBSD.jsg1-8/+1
2020-06-27Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD.jsg3-24/+3
2020-06-26Make trapframe squeaky clean upon exec.kettenis1-1/+2
2020-06-26Make signals work a bit better.kettenis3-7/+7
2020-06-26Since normal execve(2) calls return through the normal system call returnkettenis1-5/+3
2020-06-26MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.patrick1-7/+5
2020-06-26Use the right "virtual address" when flushing TLB entries.kettenis5-27/+123