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-07-09
do not need this one either
Theo de Raadt
2020-07-09
a couple of small tweaks that shrink the kstat code.
David Gwynne
2020-07-08
Info leaks in semctl SEM_GET, the pads (unknown old contents) and base (a
Theo de Raadt
2020-07-08
Handle a few more Hypervisor traps.
Mark Kettenis
2020-07-08
Make membar_consumer() a plain compiler barrier in kernel on octeon.
Visa Hankala
2020-07-08
do not need these versions of timetc.h
Theo de Raadt
2020-07-08
Use CPU_IS_PRIMARY macro in identifycpu() on amd64.
Frederic Cambus
2020-07-08
Userland timecounter implementation for sparc64.
Mark Kettenis
2020-07-08
Clean up the amd64 userland timecounter implementation a bit:
Mark Kettenis
2020-07-07
Add opalsens(4), a driver for sensors provided by the OPAL firmware.
Mark Kettenis
2020-07-07
fix a copy pasto.
David Gwynne
2020-07-07
Switch iwx(4) from -46 to -48 firmware.
Stefan Sperling
2020-07-07
apparently vmx(4) needs a power of 2 number of interrupts.
David Gwynne
2020-07-07
add kstat support for some of the counters the chip maintains.
David Gwynne
2020-07-07
drm: use hi-res time to implement ktime_get(), ktime_get_real()
cheloha
2020-07-07
don't try and be too clever in the kstat update timeout.
David Gwynne
2020-07-07
remove some old code from a previous version of the kstat diff.
David Gwynne
2020-07-07
add kstat support for reading hardware counters.
David Gwynne
2020-07-07
Get rid of some rasops callbacks in efifb that only call rasops
Joshua Stein
2020-07-07
small typo
Theo de Raadt
2020-07-07
add kstat support for reading the "hardware" counters for each ring.
David Gwynne
2020-07-07
add kstats for rx queues (ifiqs) and transmit queues (ifqs).
David Gwynne
2020-07-06
Wire down the timekeep page. If we don't do this, the pagedaemon may
Mark Kettenis
2020-07-06
Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) was
mvs
2020-07-06
pipex_rele_session() frees memory pointed by `old_session_keys'. Use it in
mvs
2020-07-06
fix spelling
Theo de Raadt
2020-07-06
Save and restore FPU around signal handlers.
Mark Kettenis
2020-07-06
Hide most of the contents behind #ifdef _KERNEL. Reorganize the file a
Mark Kettenis
2020-07-06
IEEE1275 (Open Firmware) defines that parameter name strings can have a
Mark Kettenis
2020-07-06
defer access of fb_info pointer in drm_fb_helper_hotplug_event()
Jonathan Gray
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-06
Repair athn(4) in client mode against WPA2 access points.
Stefan Sperling
2020-07-06
match on D-Link DWA-121 rev B1
Jonathan Gray
2020-07-06
regen
Jonathan Gray
2020-07-06
add D-Link DWA-121 rev B1
Jonathan Gray
2020-07-06
Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked to
Mark Kettenis
2020-07-06
wire up kstat(4)
David Gwynne
2020-07-06
kstat does open, close, and ioctl.
David Gwynne
2020-07-06
tell the kernel how to build kstat
David Gwynne
2020-07-06
add kstat(4), a subsystem to let the kernel expose statistics to userland.
David Gwynne
2020-07-05
Double checking you committed the correct diff sometimes pays
Kenneth R Westerback
2020-07-05
use the intended operator in cpu_rnd_messybits(); ok kettenis@
Christian Weisgerber
2020-07-05
Nuke struct scsi_link's "scsibus" member. The two drivers using it
Kenneth R Westerback
2020-07-05
Use scsi_link's 'bus' field rather than slightly more obscure
Kenneth R Westerback
2020-07-05
Enable xhci(4) and a (deliberately) tiny set of USB devices.
Mark Kettenis
2020-07-05
We need to set the bypass bit for "raw" DMA memory as well.
Mark Kettenis
2020-07-05
Count traps and interrupts. And count system calls in the same place
Mark Kettenis
2020-07-05
Don't forget to schedule an AST in need_resched().
Mark Kettenis
2020-07-05
uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...
Landry Breuil
2020-07-05
Save FPU state to PCB before running a signal handler. This doesn't
Mark Kettenis
[next]