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
2022-07-11
Remove asynchronous read support in uvm_swap_get().
Martin Pieuchot
2022-07-11
remove duplicate 'if (err)' line in iwm_auth()
Stefan Sperling
2022-07-11
r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply by
Jonathan Matthew
2022-07-10
Add missing `pipex_list_mtx' mutex(9) around all sessions loop within
Vitaliy Makkoveev
2022-07-10
if_detach() should wait until concurrent (*if_qstart)() interface start
Vitaliy Makkoveev
2022-07-10
Add _cb suffix to callback fields in struct ifmedia. Makes code
Alexander Bluhm
2022-07-10
Remove trailing whitespace. No code change.
Mike Larkin
2022-07-10
Remove trailing whitespace. No code change.
Mike Larkin
2022-07-10
Add missing device_unref() calls.
Visa Hankala
2022-07-09
Fix the error path of the 'SIOCSIFMTU' pppoe_ioctl() case. Return error
Vitaliy Makkoveev
2022-07-09
Add suspend/resume support
Mark Kettenis
2022-07-09
Add suspend/resume support.
Mark Kettenis
2022-07-09
Add support for calling the CPU_OFF and SYSTEM_SUSPEND functions.
Mark Kettenis
2022-07-09
Unwrap klist from struct selinfo as this code no longer uses selwakeup().
Visa Hankala
2022-07-09
Consistently use uint64_t.
Mark Kettenis
2022-07-08
Display parameters exposed to userland as percentages (backlight, brightness,
Miod Vallat
2022-07-07
drm/fourcc: fix integer type usage in uapi header
Jonathan Gray
2022-07-07
drm/i915/gem: add missing else
Jonathan Gray
2022-07-07
drm/amdgpu: To flush tlb for MMHUB of RAVEN series
Jonathan Gray
2022-07-07
Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"
Jonathan Gray
2022-07-07
Revert previous attempt at serializing `uo_refs'.
Martin Pieuchot
2022-07-07
remove a DPRINTF() from iwm(4) which no longer makes any sense
Stefan Sperling
2022-07-07
retire NexGen CPU identification code
Daniel Dickman
2022-07-05
Remove old poll/select wakeup mechanism.
Visa Hankala
2022-07-05
Missing header change that should have gone with xhci_acpi.c r1.8
Theo Buehler
2022-07-05
workaround link training problems on s3 resume with alder lake
Jonathan Gray
2022-07-04
Add support for the dual role controllers integrated on the Qualcomm
Mark Kettenis
2022-07-04
Use destination buffer size as strlcpy() bound, not source; harmless here for
Miod Vallat
2022-07-02
remove machine/lock.h where unused
Jonathan Gray
2022-07-02
Unlock peer in the SOCK_STREAM and SOCK_SEQPACKET error path.
Vitaliy Makkoveev
2009-07-31
By popular demand and peer pressure, check-in work in progress work to support
Miod Vallat
2022-07-02
Remove unused device poll functions.
Visa Hankala
2022-07-01
Make fine grained unix(4) domain sockets locking. Use the per-socket
Vitaliy Makkoveev
2022-06-30
Reduce allocations and possible failures in uvm_pagermapin/out().
Martin Pieuchot
2022-06-30
Fix bwfm(4) crash during detach on USB.
Stefan Sperling
2022-06-30
As we now have two bios_consdev_t structures, make use of the old one
Anton Lindqvist
2022-06-30
Allow sysctl mib CTL_NET.PF_INET6 with a length of 3 in PLEDGE_VMINFO.
Claudio Jeker
2022-06-30
Remove an incorrect KASSERT() introduced in previous.
Martin Pieuchot
2022-06-30
amd64/pmap: Change the wording of a panic string
Mike Larkin
2022-06-30
vmm(4): reference count vm's and vcpu's
Dave Voutila
2022-06-30
amd64 pmap: Zero out the EPTP on pmap_create
Mike Larkin
2022-06-29
Pass a pointer to mbuf pointer further down into ip6_process_hopopts()
Alexander Bluhm
2022-06-29
Between the calls to art_match() and SRPL_FIRST() another CPU may
Alexander Bluhm
2022-06-29
Remove switch(4) remains.
Vitaliy Makkoveev
2022-06-29
remove archaic comment from original import of i386 pmap
Dave Voutila
2022-06-29
Regen syscalls files as they were meant to be, correcting the "created from:"...
Jeremie Courreges-Anglas
2022-06-29
Unlock the pledge(2) system call
Jeremie Courreges-Anglas
2022-06-29
Simplify the locking dance around pledge_syscall()
Jeremie Courreges-Anglas
2022-06-29
Use READ_ONCE() when saving pr->ps_pledge to a local variable
Jeremie Courreges-Anglas
2022-06-29
Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). This
Alexander Bluhm
[next]