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-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
2020-02-15
Add iwx(4), a new driver for Intel AX200 wifi devices.
Stefan Sperling
2020-02-15
Remove needless #ifdef.
YASUOKA Masahiko
2020-02-15
Eliminate gdt_minphys() as it doesn't do anything. As the comment says
Kenneth R Westerback
2020-02-14
Let's all agree to call our scsi_adapter variable '<dev>_switch'.
Kenneth R Westerback
2020-02-14
Call CURSIG() only once and pass that signal to the check in dounmount()
Claudio Jeker
2020-02-14
Defer chained activation of kqueues. This makes easier to introduce new
Visa Hankala
2020-02-14
IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined
Kenneth R Westerback
2020-02-14
Prevent buffer overflows by not assuming the report length, given by
Martin Pieuchot
2020-02-14
Push the KERNEL_LOCK() insidge pgsigio() and selwakeup().
Martin Pieuchot
2020-02-14
The v_inflight counter was added to mark vnodes that currently do an operation
Claudio Jeker
2020-02-13
Fix missing locking during calls to selwakeup().
Alexandre Ratchov
2020-02-13
replace incorrect function name in error message with __func__
Jasper Lievisse Adriaanse
2020-02-13
Resolve a few issues with interrupt handling
Mike Belopuhov
[next]