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-01-11
autri(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@
cheloha
2020-01-11
bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@
cheloha
2020-01-11
pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-01-11
acx(4): tsleep(9) -> tsleep_nsec(9); ok claudio@
cheloha
2020-01-11
sximmc(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-01-11
remove sli(4)
Jonathan Gray
2020-01-10
ubsec(4): timeout_add(9) -> timeout_add_msec(9)
cheloha
2020-01-10
Remove unused MIDI_MAXWRITE macro
Alexandre Ratchov
2020-01-10
Use atomic operations with kq_refs, to nudge the code toward MP-safety.
Visa Hankala
2020-01-10
Convert the vnode list at the mount point into a tailq. During
Alexander Bluhm
2020-01-10
usbd_request_async() already frees 'xfer' in case of an error
Gerhard Roth
2020-01-10
timeout_add(9) -> timeout_add_sec(9)
Jonathan Gray
2020-01-10
xlights(4): timeout_add(9) -> timeout_add_msec(9)
cheloha
2020-01-10
pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@
cheloha
2020-01-10
drm/mst: Fix MST sideband up-reply failure handling
Jonathan Gray
2020-01-10
drm: limit to INT_MAX in create_blob ioctl
Jonathan Gray
2020-01-10
drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongle
Jonathan Gray
2020-01-10
drm/amdgpu: add cache flush workaround to gfx8 emit_fence
Jonathan Gray
2020-01-10
drm/amdgpu: add check before enabling/disabling broadcast mode
Jonathan Gray
2020-01-10
remove dpt(4) driver for DPT EATA SCSI RAID
Jonathan Gray
2020-01-09
Replace the global pipe_lock with a more fine-grained lock per pipe
anton
2020-01-09
If the kernel panics due to SMEP or SMAP, print correct stack trace
Alexander Bluhm
2020-01-09
Rename udl_mode field to not shadow global `hz' variable.
Martin Pieuchot
2020-01-09
Convert sleeps of 1sec or more to tsleep_nsec(9).
Martin Pieuchot
2020-01-09
regen
Jonathan Gray
2020-01-09
add ADATA SX8200 Pro
Jonathan Gray
2020-01-08
Check address family of pf ioctl(2) DIOCNATLOOK parameter at kernel
Alexander Bluhm
2020-01-08
Skip fdplock when freeing a file descriptor table. The lock is not
Visa Hankala
2020-01-08
Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and
Visa Hankala
2020-01-08
Convert infinite sleeps to tsleep_nsec(9).
Martin Pieuchot
2020-01-08
Kill unused defines referencing `hz'.
Martin Pieuchot
2020-01-08
Fix confusion around rtlabelid and rtableid in rt_ifa_add() and rt_ifa_del().
Claudio Jeker
2020-01-08
In loop_clone_destroy() reset the rdomain with rtable_l2set() after
Claudio Jeker
2020-01-07
ZYD_INTR_TIMEOUT is expressed in msecs not in ticks, fixes that by calling
Martin Pieuchot
2020-01-06
Remove redundant BPIALL instructions (since ICIALLU already invalidates the
Mark Kettenis
2020-01-06
Rewrite the armv7 context switch code. The new code is much closer to the
Mark Kettenis
2020-01-06
Missed one s -> S in locking comment. Noticed by visa@
Claudio Jeker
2020-01-06
Use a capital S for refer to the sigio_lock since it is a global lock.
Claudio Jeker
2020-01-06
Print a few more registers when we hit a uvm_fault in the kernel.
Mark Kettenis
2020-01-06
Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by the
Mark Kettenis
2020-01-06
Use type M_KEVENT instead of M_TEMP when allocating kqueue-related
Visa Hankala
2020-01-06
Make kqlist part of filedesc and serialize access to it using fdplock.
Visa Hankala
2020-01-05
Convert to tsleep_nsec(9).
Martin Pieuchot
2020-01-05
Constify instances of struct fileops.
Visa Hankala
2020-01-05
regen
Jonathan Gray
2020-01-05
remove incorrectly formatted IBM entries
Jonathan Gray
2020-01-05
regen
Jonathan Gray
2020-01-05
sort list of vendor ids by vendor id
Jonathan Gray
2020-01-05
regen
Jonathan Gray
2020-01-05
sort list of vendor ids by vendor id
Jonathan Gray
[next]