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-09-14
Fix comment, ktrace flags are per-process.
Martin Pieuchot
2020-09-13
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
Jasper Lievisse Adriaanse
2020-09-13
Always use READ(16)/WRITE(16) commands for disks large enough to require
Kenneth R Westerback
2020-09-13
The SMC base address and i/o region size is now queried by acpi(4) and
Marcus Glocker
2020-09-13
use drm_cache.c from linux 5.7.y
Jonathan Gray
2020-09-13
Unbreak tree. Instead of passing struct process to siginit() just pass the
Claudio Jeker
2020-09-13
change pmap wbinvd use to wbinvd_on_all_cpus
Jonathan Gray
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
Jonathan Gray
2020-09-13
Start documenting locks for struct pppoe_softc members
kn
2020-09-13
Fix various typos in wscons(4) comments.
Frederic Cambus
2020-09-13
Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.
Martin Pieuchot
2020-09-13
Grep the KERNEL_LOCK in ktrpsig() before calling ktrwrite(). Another
Claudio Jeker
2020-09-13
Initialize sigacts0 before making them visible by setting ps->ps_sigacts.
Claudio Jeker
2020-09-13
add SRBDS cpuid bits
Jonathan Gray
2020-09-13
Add support for the RK3308 MAC.
Jonathan Matthew
2020-09-13
Correct the property name used to look up the delays for the phy reset
Jonathan Matthew
2020-09-12
Keep port interface UP on removal
kn
2020-09-12
Add tracepoints in the page fault handler and when entries are added to maps.
Martin Pieuchot
2020-09-12
Use SID_SCSI2_RESPONSE instead of '2' when checking INQUIRY data format.
Kenneth R Westerback
2020-09-12
No need to check inq for NULL when it always points at the inqdata inside a
Kenneth R Westerback
2020-09-12
No need to ask for extra INQUIRY data, all available data is already cached in
Kenneth R Westerback
2020-09-12
asmc0 -> asmc*
Marcus Glocker
2020-09-12
Add sizes to free() calls
kn
2020-09-12
Add a NULL check in bufbackoff so we don't die when passed a NULL pmem range.
Bob Beck
2020-09-12
asmc(4) found a new home in sys/dev/acpi.
Marcus Glocker
2020-09-12
Make asmc(4) attach through acpi(4) instead of isa(4).
Marcus Glocker
2020-09-11
Correctly set y_sensors for Geyser2 touchpads.
tobhe
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
2020-09-10
Introduce a helper to find a VCPU.
Martin Pieuchot
2020-09-10
Add I2C bus scan routine for octiic(4)
Visa Hankala
2020-09-10
Register octiic(4) with the I2C framework
Visa Hankala
2020-09-09
Introduce a helper to check if a signal is ignored or masked by a thread.
Martin Pieuchot
2020-09-09
Make ogx(4)'s outbound bpf(4) tap actually work
Visa Hankala
2020-09-08
Add a function to scan for PCI Express extended capabilities.
Mark Kettenis
2020-09-08
Clean up attachment of octgmx(4) a bit
Visa Hankala
2020-09-08
Handle AGL interface
Visa Hankala
2020-09-08
If SCSI_IGNORE_ILLEGAL_REQUEST is set no error is returned from scsi_xs_sync()
Kenneth R Westerback
2020-09-08
Add RK3308 temperature sensors.
Jonathan Matthew
2020-09-08
Add RK3328 PWM, also found in the RK3308.
Jonathan Matthew
2020-09-07
Add a proper VSID allocation scheme for userland segments.
Mark Kettenis
2020-09-06
Add RK3308 clocks
Jonathan Matthew
2020-09-06
amd64: add tsc_delay(), a delay(9) implementation based on the TSC
cheloha
2020-09-05
Implement spilling of kernel SLB entries. Mostly from FreeBSD.
Mark Kettenis
2020-09-05
Whitespace.
Mark Kettenis
2020-09-05
allow compile of kernels with DDB, in more cases.
Theo de Raadt
2020-09-05
Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it
Kenneth R Westerback
2020-09-05
Add mpii(4).
Mark Kettenis
2020-09-05
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
Kenneth R Westerback
2020-09-04
Restrict the size of the page table to 2G such that it never occupies more
Mark Kettenis
2020-09-04
Make the kernel address space a bit bigger.
Mark Kettenis
[next]