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
/
dev
Age
Commit message (
Expand
)
Author
2024-06-07
remove unused IPL_SOFTAUDIO define, missed in rev 1.200
Jonathan Gray
2024-06-07
Use TCP Large Receive Offload in vmx(4).
Jan Klemkow
2024-06-05
add support for VLAN tag offloading to dwqe(4)
Stefan Sperling
2024-06-05
Now that our hibernation sub-system supports 4096 byte sectors, add
Marcus Glocker
2024-06-04
Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.
Kenneth R Westerback
2024-06-04
vio(4): remove useless casts and fix spacing
Jan Klemkow
2024-06-04
In dequeue_randomness() use an atomic instruction to increase the
Claudio Jeker
2024-06-03
Remove the now unsued s argument to SCHED_LOCK and SCHED_UNLOCK.
Claudio Jeker
2024-06-03
Remove superfluous pmap_extract() call in the hibernation path.
Marcus Glocker
2024-06-02
Power down PCI devices in S0 as well. Needed for suspend-to-idle.
Mark Kettenis
2024-05-29
Implement the guts for "suspend-to-idle" on amd64. This enables suspend
Mark Kettenis
2024-05-29
fix WEP on athn(4) USB hostap
Stefan Sperling
2024-05-29
repair qwx(4) WEP and TKIP via software crypto
Stefan Sperling
2024-05-29
regen
Jonathan Gray
2024-05-29
another apple bluetooth; from jon@elytron.openbsd.amsterdam
Jonathan Gray
2024-05-29
indent with tabs not spaces; from jon@elytron.openbsd.amsterdam
Jonathan Gray
2024-05-29
remove externs with no matching var
Jonathan Gray
2024-05-29
remove prototypes with no matching function
Jonathan Gray
2024-05-28
remove space between function names and argument list
Jonathan Gray
2024-05-28
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-28
vio(4): fix jumbo frames
Jan Klemkow
2024-05-28
Garbage collect sleep_abort(); it doesn't do anything useful anymore.
Mark Kettenis
2024-05-28
remove unused isa/cs4231var.h
Jonathan Gray
2024-05-28
fix previous such that firmware crash recovery happens in non-debug builds
Stefan Sperling
2024-05-28
Remove the bcmmbox_write(BCMMBOX_CHANPM, ...) call in bcmmbox_attach().
Claudio Jeker
2024-05-28
Try to reset qwx(4) devices when firmware crashes and move firmware memory
Stefan Sperling
2024-05-28
Make qwx(4) offload TKIP and CCMP crypto to hardware.
Stefan Sperling
2024-05-28
use ansi style function decls to fix build with clang
Jonathan Gray
2024-05-28
Move ccb access before ccb_done to avoid a potential use-after-free
Jonathan Gray
2024-05-28
avoid uninitialised var use when scsi_get_link() returns NULL
Jonathan Gray
2024-05-27
Revert NVME_GONE. Literal 0xffffffff is the preferred idiom here.
Kenneth R Westerback
2024-05-27
Replace repeated uses of magic number 0xffffffff with nice #define NVME_GONE.
Kenneth R Westerback
2024-05-27
Use SCSI xfer timeout value for doorbell register status polling instead of
Marcus Glocker
2024-05-27
Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the start
Mark Kettenis
2024-05-27
remove unused xmphyreg.h
Jonathan Gray
2024-05-27
include net/if_var.h to make this build
Jonathan Gray
2024-05-27
drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...
Jonathan Gray
2024-05-27
drm/amd/display: Fix division by zero in setup_dsc_config
Jonathan Gray
2024-05-26
Revert bits that got accidentally committed.
Mark Kettenis
2024-05-26
Fix suspend/resume for ums(4) and umt(4); Calling hidm*_attach not at the
Marcus Glocker
2024-05-26
Clear interrupt status to prevent power down after resume initiated by
Mark Kettenis
2024-05-26
Add support for configuring sleep voltage settings based on device tree
Mark Kettenis
2024-05-26
remove unneeded includes
Jonathan Gray
2024-05-26
remove unneeded includes
Jonathan Gray
2024-05-26
correct an argument to fix build, broken by rev 1.22 in 2013
Jonathan Gray
2024-05-24
Enable UFS "Auto-Hibernation". From the documentation:
Marcus Glocker
2024-05-24
Add support for NVMe passthrough commands IDENTIFY, GET_LOG_PG and SELFTEST.
Kenneth R Westerback
2024-05-24
remove unneeded includes
Jonathan Gray
2024-05-24
Add support for suspend/resume.
Marcus Glocker
2024-05-24
remove unneeded includes
Jonathan Gray
[next]