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-28
Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the only
Vitaliy Makkoveev
2022-08-28
remove unused blowfish inline defines
Jonathan Gray
2022-08-28
directly use ansi volatile keyword in local drm files
Jonathan Gray
2022-08-27
Remove unused mutex.
Marcus Glocker
2022-08-27
Move PRU_SEND request to (*pru_send)().
Vitaliy Makkoveev
2022-08-27
Add power button support.
Mark Kettenis
2022-08-27
Provide ENTRY_NB() for i386
Theo Buehler
2022-08-26
Move PRU_RCVD request to (*pru_rcvd)().
Vitaliy Makkoveev
2022-08-25
drm/amd/display: Check correct bounds for stream encoder instances for DCN303
Jonathan Gray
2022-08-25
drm/ttm: Fix dummy res NULL ptr deref bug
Jonathan Gray
2022-08-25
amd64/lapic.c: remove unused extern prototype for tsc_delay()
Scott Soule Cheloha
2022-08-25
The "Avalanche" performance cores on Apple's M2 SoC have more than 16
Mark Kettenis
2022-08-25
acpihpet(4): don't truncate HPET frequency to 32-bit value
Scott Soule Cheloha
2022-08-25
acpihpet(4): add acpihpet_delay(), another delay(9) implementation
Scott Soule Cheloha
2022-08-25
acpitimer(4): add acpitimer_delay(), another delay(9) implementation
Scott Soule Cheloha
2022-08-25
amd64, i386: use delay_init() instead of writing delay_func by hand
Scott Soule Cheloha
2022-08-25
amd64, i386: add delay_init(): basic delay(9) implementation management
Scott Soule Cheloha
2022-08-25
No need for wsmux in this kernel configuration; ok visa@
Miod Vallat
2022-08-24
Add DIT CPU feature.
Mark Kettenis
2022-08-24
Add missing licence, from nonaka@netbsd.org
Miod Vallat
2022-08-24
Build libsa with NO_NET as we don't need any of the network-related code in it.
Miod Vallat
2022-08-24
Force compilation to fail in case of implicit function declaration.
Miod Vallat
2022-08-24
Add prototype declarations for a bunch of functions.
Miod Vallat
2022-08-24
match on Intel 400 Series LP HD Audio (0x02c8)
Jonathan Gray
2022-08-23
msdosfs: don't pass NULL proc pointer to detrunc()
Scott Soule Cheloha
2022-08-23
Remove assertions as they have been disabled since the code was imported
Anton Lindqvist
2022-08-23
Added NFS client support to RAMDISK kernel as the same as other platforms.
Kenji Aoyama
2022-08-23
Recognize the cores on Apple's M2 SoC.
Mark Kettenis
2022-08-23
match on SIMCom SIM5320 (same id used by Option iCON 210)
Jonathan Gray
2022-08-23
regen
Jonathan Gray
2022-08-23
add SIMCom SIM5320 (same id used by Option iCON 210)
Jonathan Gray
2022-08-22
Move PRU_SHUTDOWN request to (*pru_shutdown)().
Vitaliy Makkoveev
2022-08-22
Document that igmp_timers_are_running and mld6_timers_are_running
Alexander Bluhm
2022-08-22
Protect pf_reassemble() with pf fragment lock. When the pool limit
Alexander Bluhm
2022-08-22
Move PRU_DISCONNECT request to (*pru_disconnect).
Vitaliy Makkoveev
2022-08-22
Get number of interrupt cells from device tree instead of guessing based
Tobias Heider
2022-08-22
Simplify locking by using an intermediate lock variable.
Martin Pieuchot
2022-08-22
Use rwlock per inpcb table to protect notify list. The notify
Alexander Bluhm
2022-08-22
remove locore.s bzero and use libkern bzero on i386
Jonathan Gray
2022-08-22
remove extern for cpu var removed in 2015
Jonathan Gray
2022-08-22
remove cpu var from i386; removed from amd64 in 2015
Jonathan Gray
2022-08-22
Move PRU_ACCEPT request to (*pru_accept)().
Vitaliy Makkoveev
2022-08-22
mips64, octeon, loonson: trigger deferred clock interrupts from splx(9)
Scott Soule Cheloha
2022-08-21
Only grab netlock in igmp and mdl6 fast timer when necessary. There
Alexander Bluhm
2022-08-21
Move PRU_CONNECT request to (*pru_connect)() handler.
Vitaliy Makkoveev
2022-08-21
Move PRU_LISTEN request to (*pru_listen)() handler.
Vitaliy Makkoveev
2022-08-21
Change soabort() return value to void. We never interesting on it.
Vitaliy Makkoveev
2022-08-21
Remove ip_local() and ip6_local(). After moving the IPv4 fragment
Alexander Bluhm
2022-08-21
prevent buffer overflow in OF_getpropint64array()
Jasper Lievisse Adriaanse
2022-08-21
Introduce a mutex per inpcb to serialize access to socket receive
Alexander Bluhm
[next]