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-20
Separate the stack trace saving interface from ddb. The saving does not
Visa Hankala
2020-01-20
ciss(4): de-indent polling logic
cheloha
2020-01-20
regen
Jonathan Gray
2020-01-20
add another Intel Bluetooth device
Jonathan Gray
2020-01-20
regen
Jonathan Gray
2020-01-20
add some more Intel NVMe devices
Jonathan Gray
2020-01-19
eso(4): do not retake audio_lock during drain
cheloha
2020-01-19
eso(4): msleep(9) -> msleep_nsec(9)
cheloha
2020-01-18
Invalidate knote list of uhid(4) after device detach. This prevents
Visa Hankala
2020-01-18
Make klist_invalidate() more careful and general. Acquire knotes before
Visa Hankala
2020-01-18
Clear mount operation argument flags from mnt_flag after mount.
Visa Hankala
2020-01-17
drm/ttm: fix incrementing the page pointer for huge pages
Jonathan Gray
2020-01-17
drm/ttm: fix start page for huge page check in ttm_put_pages()
Jonathan Gray
2020-01-17
drm/i915: Fix use-after-free when destroying GEM context
Jonathan Gray
2020-01-16
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
Martin Pieuchot
2020-01-16
Use list for freeing pages in uvn_flush() to optimize freeing chunks of
Mark Kettenis
2020-01-16
Convert to tsleep_nsec(9).
Martin Pieuchot
2020-01-16
Free data structures after closing the pseudo-device with vdevgone(9).
Martin Pieuchot
2020-01-15
Sprinkle splnet() around the ringbuffer accesses, otherwise the
Patrick Wildt
2020-01-15
Some PCIe firmwares drop TX packets when the pktid is 0. Add
Patrick Wildt
2020-01-15
Fix off-by-one in ringbuffer code. When we insert items faster than
Patrick Wildt
2020-01-15
aac(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-01-15
lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)
cheloha
2020-01-15
pci(4): PCIOCSETVGA: tsleep(9) -> tsleep_nsec(9); ok mpi@
cheloha
2020-01-15
Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9).
Martin Pieuchot
2020-01-15
If join is connected to an AP, remove the node from the cache so we properly
Peter Hessler
2020-01-15
drm/i915/gen9: Clear residual context state on context switch
Jonathan Gray
2020-01-15
drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ
Jonathan Gray
2020-01-15
drm/fb-helper: Round up bits_per_pixel if possible
Jonathan Gray
2020-01-15
qle(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-01-15
mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@
cheloha
2020-01-14
Fix screen brightness adjustment through function keys
kn
2020-01-14
In nfs_clearcommit() the loops over mnt_vnodelist and v_dirtyblkhd
Alexander Bluhm
2020-01-14
Add amlsm(4), a driver for the "secure monitor" firmware interface.
Mark Kettenis
2020-01-14
Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.
Mark Kettenis
2020-01-14
Introduce TIMESPEC_TO_NSEC() and use it to convert userland facing
Martin Pieuchot
2020-01-14
Convert custom semaphores to tsleep_nsec(9).
Martin Pieuchot
2020-01-13
Unifdef WWN quirk
kn
2020-01-13
Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI of
Kenneth R Westerback
2020-01-13
regen
Visa Hankala
2020-01-13
Unlock a tiny part of the kqueue subsystem: kqueue(2).
Visa Hankala
2020-01-13
Allocate kqueue instance outside fdplock to avoid sleeping with
Visa Hankala
2020-01-13
Convert to tsleep_nsec(9), while here fix a bug where the value specified
Martin Pieuchot
2020-01-13
Timeouts are all specified in multiple of `hz' so define them in term of
Martin Pieuchot
2020-01-13
Kill dead code.
Martin Pieuchot
2020-01-13
Kill dead code.
Martin Pieuchot
2020-01-13
Add the capability to boot from another block device than the one that
Mark Kettenis
2020-01-13
Convert to tsleep_nsec(9).
Martin Pieuchot
2020-01-13
When we change attributes for a join essid, we should apply the change
Peter Hessler
2020-01-13
Raise ipl of the softclock thread to IPL_SOFTCLOCK.
Martin Pieuchot
[next]