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