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-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
2020-09-04
Restrict the size of the page table to 2G such that it never occupies more
Mark Kettenis
2020-09-04
Add kstat to cnmac(4)
Visa Hankala
2020-09-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-09-04
drm/amdgpu: Fix buffer overflow in INFO ioctl
Jonathan Gray
2020-09-04
Add RK3308 pinctrl support
Jonathan Matthew
2020-09-04
Add RK3308 GRF
Jonathan Matthew
2020-09-03
amd64: lapic: refactor timer programming
cheloha
2020-09-03
Sprinkle some more eieio(); seems to avoid triggering the KASSERT(new > old).
Mark Kettenis
2020-09-03
The "USL" VT switch and keyboard ioctls are a hack and don't follow the
Mark Kettenis
2020-09-03
Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
Kenneth R Westerback
2020-09-02
Add #define SID_SCSI2_RESPONSE 0x2 to allow elimination of another bunch of
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-02
vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()
Theo de Raadt
2020-09-02
Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the
Marcus Glocker
2020-09-01
Fix signotify() for powerpc64 bsd.mp
gkoehler
2020-09-01
zap nasty whitespace
Theo Buehler
2020-09-01
Implement address translation for bus_space_mmap(9).
Mark Kettenis
2020-09-01
Store the device tree node in the pcitag_t.
Mark Kettenis
2020-09-01
Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.
Theo Buehler
2020-09-01
Add PMAP_NOCACHE flag to the address returned by the generic
Mark Kettenis
2020-09-01
Fix write un-protecting of kernel memory. p was used uninitialized
Patrick Wildt
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
Kenneth R Westerback
2020-09-01
Use sysctl_bounded_args for simple cases in cpu_sysctl on loongson
gnezdo
2020-09-01
Remove unused sysctl_int_arr(9)
gnezdo
2020-09-01
Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr
gnezdo
2020-09-01
Convert icmp6_sysct to sysctl_bounded_args
gnezdo
2020-08-31
crank to 6.8-beta
Theo de Raadt
2020-08-31
Backout clear endpoint stall on open(2). It seems to break an illuminated
Patrick Wildt
2020-08-30
Don't include "net/netisr.h" header. It's not needed here.
mvs
2020-08-30
pppac(4) uses per cpu counters for collect `ifnet' statistics, but in
mvs
2020-08-30
Compactify SDEV_/ADEV_ flags & quirks to eliminate the gaps in bit use and thus
Kenneth R Westerback
2020-08-30
Reorganize the interrupt handler code to avoid a potential bogus KASSERT,
Mark Kettenis
[next]