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-02-20
drm/amd: Add DM DMCU support
Mark Kettenis
2020-02-20
Implement request_firmware_direct().
Mark Kettenis
2020-02-20
drm/amd: Add PSP DMCU support
Mark Kettenis
2020-02-20
drm/amd: Add ucode DMCU support
Mark Kettenis
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-02-20
Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the
Kenneth R Westerback
2020-02-20
dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@
cheloha
2020-02-20
pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@
cheloha
2020-02-20
Introduce the concept of queue to prepare supporting multiple of them.
Martin Pieuchot
2020-02-20
In signal_pending_state() only test for pending signal when
Jonathan Gray
2020-02-20
controler -> controller
Jonathan Gray
2020-02-20
fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)
cheloha
2020-02-19
Make sure the first 2MB page of the kernel is actually mapped RO in the
Mark Kettenis
2020-02-19
Remove the indirection via timeout for proc_stop_sweep(). Using a soft
Claudio Jeker
2020-02-19
Similar to other wireless drivers use bpf_mtap_hdr() to prepend the
Claudio Jeker
2020-02-19
ips(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-02-18
Trailing whitespace.
Kenneth R Westerback
2020-02-18
Flip vdsk to 'normal' scsi_adapter idiom.
Kenneth R Westerback
2020-02-18
Trailing whitespace is icky. Some KNF whitespace tweaks
Kenneth R Westerback
2020-02-18
Let aac(4) compile again by #include'ing selinfo.h.
Kenneth R Westerback
2020-02-18
pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@
cheloha
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-02-18
Fix an mbuf corruption issue which occurs in net80211 hostap mode.
Stefan Sperling
2020-02-18
Add IPv6 support to umb(4).
Gerhard Roth
2020-02-18
Use SIGPENDING() instead of CURSIG() for emulating signal_pending().
Claudio Jeker
2020-02-18
Move setting of UF_EXCLOSE file descriptor flag inside finishdup().
Visa Hankala
2020-02-18
magma(4): timeout_add(9) -> timeout_add_msec(9)
cheloha
2020-02-18
stp(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-02-18
rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@
cheloha
2020-02-18
ipmi(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-02-17
Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().
Claudio Jeker
2020-02-17
missing rcs id
Jasper Lievisse Adriaanse
2020-02-17
vmm: check guest cpl and xsave_mask in xsetbv handler
pd
2020-02-17
In vcpu_must_stop() use SIGPENDING() to check if there is a possible
Claudio Jeker
2020-02-17
Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution
Claudio Jeker
2020-02-17
Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an
Claudio Jeker
2020-02-17
Raise SPL when updating kn_status. Otherwise the field can become
Visa Hankala
2020-02-17
The siop family members use various atop/ptoa dances (oosiop/osiop) or
Kenneth R Westerback
2020-02-16
Send a resume event to apmd(8), like done by apm(4) and acpi(4)
Jeremie Courreges-Anglas
2020-02-16
Rework vn_ioctl() to only have a single point of return. This will make
anton
2020-02-16
16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) so
Kenneth R Westerback
2020-02-16
Change arm64 system call ABI to skip two instructions. This allows us to
Mark Kettenis
2020-02-16
Unconditionally acquiring a write lock in pipe_ioctl() is quite
anton
2020-02-16
Cope with latest changes to the ps_flags field of struct process which
anton
2020-02-16
Force a guest info update when we get a Capabilities_Register command.
Jonathan Matthew
2020-02-15
Add bounds check on addresses passed from guests in pvclock.
mortimer
2020-02-15
*_minphys() functions that cap i/o sizes at a value larger than the
Kenneth R Westerback
2020-02-15
Don't touch the phase bit at nvme_poll_done(). This makes dumpsys()
YASUOKA Masahiko
2020-02-15
Consistently perform atomic writes to the ps_flags field of struct
anton
2020-02-15
Enable iwx(4) on amd64.
Stefan Sperling
[next]