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-08-21
ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).
Marcus Glocker
2020-08-21
Use u_long for generation of VSIDs.
Mark Kettenis
2020-08-21
Add kstats reporting the software and hardware producer and consumer
Jonathan Matthew
2020-08-21
Add sizes to free(9) calls
kn
2020-08-20
Fix build without NPCKBC and NUKBD
kn
2020-08-20
Revert DYING. At least some USB memory sticks get very upset.
Kenneth R Westerback
2020-08-19
Replace last 2 'blah & (flag1 | flag2) == 0' with !ISSET(blah, (flag1 | flag2)).
Kenneth R Westerback
2020-08-19
Use sysctl_bounded_args for simple cases in cpu_sysctl on amd64
gnezdo
2020-08-19
Convert mpls_sysctl to sysctl_bounded_args
gnezdo
2020-08-19
Nuke SDF_DYING, CDF_DYING and ST_DYING flags. Use the scsi_link flag
Kenneth R Westerback
2020-08-19
Allow SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root
kn
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
Martin Pieuchot
2020-08-18
Our usleep_range(min, max) implementation today is only taking account
Marcus Glocker
2020-08-18
Style fixups from hurried commits
gnezdo
2020-08-18
Try to avoid a theoretical infinite loop while detaching all the scsi_link's on
Kenneth R Westerback
2020-08-18
Fix kn_data returned by filt_logread().
Visa Hankala
2020-08-18
Remove an unnecessary field from struct msgbuf.
Visa Hankala
2020-08-18
Convert tcp_sysctl to sysctl_bounded_args
gnezdo
2020-08-18
Add sysctl_bounded_arr as a replacement for sysctl_int_arr
gnezdo
2020-08-17
Remove unnecessary BM cookie defines.
Patrick Wildt
2020-08-17
Rename gmac interrupt register defines to stay consistent with other gmac
Patrick Wildt
2020-08-17
Add enum for L2 cast like for L3.
Patrick Wildt
2020-08-17
Some register define renaming.
Patrick Wildt
2020-08-17
Remove an unnecessary define.
Patrick Wildt
2020-08-17
Even more whitespace and header changes.
Patrick Wildt
2020-08-17
More whitespace and enum cleanup.
Patrick Wildt
2020-08-17
base clang is now i586. SMALL_KERNEL images have historically forced
Theo de Raadt
2020-08-17
Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernels
Mark Kettenis
2020-08-17
Simplify igmp_sysctl to directly return error in default case
gnezdo
2020-08-17
Plenty of whitespace fixups.
Patrick Wildt
2020-08-17
Enable PAN (Privileged Access Never) on CPUs that support it. This means
Mark Kettenis
2020-08-17
Panic on an attempt to access user-space unless it is done using
Mark Kettenis
2020-08-17
Fix typo in comment
gnezdo
2020-08-16
Remove sc_maxgpe from acpi_softc which was never read from
gnezdo
2020-08-16
Properly implement setting of the signal voltage.
Mark Kettenis
2020-08-16
Don't include scsi_debug.h via scsiconf.h. Nobody but scsi/* should be using the
Kenneth R Westerback
2020-08-15
The last SET()s of CDF_WAITING, SDF_WAITING, and ST_WAITING died in the great
Kenneth R Westerback
2020-08-15
Print ddr52 and hs200 indicators if those modes are supported.
Mark Kettenis
2020-08-15
Remove unused headers
Visa Hankala
2020-08-15
Inline handling of receive checksum offload
Visa Hankala
2020-08-14
Re-commit Exar XR17V35x serial port support previously backed out:
Joshua Stein
2020-08-14
Remove "for all XXX platforms" from comment. Fixes the issue pointed out
Mark Kettenis
2020-08-14
Redistribute and tweak the scsi_[attach|probe|detach]_[bus|target|lun]() code to
Kenneth R Westerback
2020-08-14
Implement tuning and enable HS200 mode. On my ODROID-N2 I see very poor
Mark Kettenis
2020-08-14
Add support for eMMC HS200 mode. Loosely based on code from NetBSD.
Mark Kettenis
2020-08-14
Zap LOOPALIVECNT
kn
2020-08-14
Fix typo.
Mark Kettenis
2020-08-14
Initialize local variable that was supposed to hold the value of curcpu().
Mark Kettenis
2020-08-14
When detaching common remote coverage, do not clear any fields. Instead,
anton
2020-08-14
Set `IFXF_MPSAFE' bit to pppx(4) related `ifnet'. This moves pppx(4)
mvs
[next]