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-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-15
Stop doing lockless `t_flags' check within task_add(9) and task_del(9).
Vitaliy Makkoveev
2022-08-15
drop detection code for 386sx/386dx CPUs
Daniel Dickman
2022-08-15
remove unused uvm_aiobuf_pool
Jonathan Gray
2022-08-15
remove unused uvm_map_sel_limits()
Jonathan Gray
2022-08-15
remove tulip_mbuf_compress() unused since if_de.c 1.127
Jonathan Gray
2022-08-15
remove unused smc91cxx_activate()
Jonathan Gray
2022-08-15
remove msdosfs findwin95()
Jonathan Gray
2022-08-15
remove unused uvideo_enable()/uvideo_disable()
Jonathan Gray
2022-08-14
Unbreak, don't assume we always hold the NET_LOCK
Jeremie Courreges-Anglas
2022-08-14
db_ctf_decompress: use size_t not off_t for length parameter
Todd C. Miller
2022-08-14
remove unneeded includes in sys/kern
Jonathan Gray
2022-08-13
Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.
Vitaliy Makkoveev
2022-08-13
Remove needless include pledge.h accidently added in previous commit.
Alexander Bluhm
2022-08-13
blist: fix a possible blist corruption with blist_alloc() due to unsigned
Sebastien Marie
2022-08-13
Correct rx data rate for rtl8192eu
Kevin Lo
2022-08-13
avoid uninitialised var when boot_unit has an unexpected value
Jonathan Gray
2022-08-12
Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support.
Stefan Sperling
2022-08-12
add support for booting from RAID 1C softraid(4) volumes on amd64
Stefan Sperling
2022-08-12
Revert to pre-r1.249 more laissez-faire checks for valid MBR
Kenneth R Westerback
2022-08-12
Make sure we don't pass uninitialized siginfo values to trapsignal(); from
Miod Vallat
2022-08-12
Remove differences between ip_fragment() and ip6_fragment(). They
Alexander Bluhm
2022-08-12
Fix non working continue in do while(0) loop.
Alexander Bluhm
2022-08-12
Remove unused fields from 'pflow_softc' structure.
Vitaliy Makkoveev
2022-08-12
Fix race between pflow_output_process() and pflow_clone_destroy().
Vitaliy Makkoveev
2022-08-12
There are some places in ip and ip6 input where operations fail due
Alexander Bluhm
2022-08-12
Put more struct vnode fields under splbio().
Visa Hankala
2022-08-12
Fix to work 1bpp Xorg server again on 1bpp framebuffer hardware.
Kenji Aoyama
2022-08-12
At successful return ip6_check_rh0hdr() keeps *offp unmodified.
Alexander Bluhm
2022-08-12
use string literal for format string
Jonathan Gray
2022-08-12
use string literal for format string
Jonathan Gray
2022-08-12
amd64: simplify TSC synchronization testing
Scott Soule Cheloha
2022-08-12
Coverity says multiplying two uint32_t's and assigning them to
Kenneth R Westerback
2022-08-11
Don't trust gpt header data read from disk until after its
Kenneth R Westerback
2022-08-11
powerpc64: cpu_initclocks: do tc_init(9) before cpu_startclock()
Scott Soule Cheloha
2022-08-11
Don't yet configure smmu(4) on Qualcomm SoCs as used on the Lenovo x13s
Patrick Wildt
2022-08-11
Revert previous commit as the bounds check was correct.
Anton Lindqvist
2022-08-11
Add TCP_INFO support to getsockopt for tcp sessions.
Claudio Jeker
2022-08-11
Remove prefix from nested battery struct fields.
Anton Lindqvist
2022-08-11
Revert uLong -> z_off_t change in the kernel
Theo Buehler
2022-08-10
Fix off-by-one in channel count, from NetBSD.
Marcus Glocker
2022-08-10
On the Qualcomm SoC as implemented on the Lenovo x13s the BIOS already
Patrick Wildt
2022-08-10
Provide the AML root in ACPI's softc so that drivers that need access
Patrick Wildt
2022-08-10
Also attach spdmem on Gdium.
Miod Vallat
2022-08-10
Pass the "good random" flag from the bootblocks to the kernel when applicable.
Miod Vallat
2022-08-10
Add iic at glxpcib, to get spdmem to attach on 2F-based systems.
Miod Vallat
2022-08-10
Remove alpha kernel code to process userland misaligned accesses, and the
Miod Vallat
2022-08-10
Remove netlock assertion from vlan_ioctl(). Now (*if_ioctl)() called
Vitaliy Makkoveev
2022-08-10
match other archs use %s for version printf
Jonathan Gray
2022-08-09
Backout "Call getuptime() just once per function"
Klemens Nanni
[next]