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
2019-09-10
Shuffle a couple of lines to make the device -> st_softc dances look
Kenneth R Westerback
2019-09-10
No need to check for ST_MOUNTED before calling st_mount_tape() AND in
Kenneth R Westerback
2019-09-10
Do not decrement the number of VMs counter twice in one of vm_create()
anton
2019-09-10
return is not a funciton call. Avoid pointless parenthesis.
Kenneth R Westerback
2019-09-10
Explicitly check error results against 0.
Kenneth R Westerback
2019-09-10
Some stray bit twiddles that were using yet another idiom.
Kenneth R Westerback
2019-09-10
check pointer against NULL and error values against 0.
Kenneth R Westerback
2019-09-10
Last (?) small bit twiddling modernization.
Kenneth R Westerback
2019-09-10
!ISSET() for various flags.
Kenneth R Westerback
2019-09-10
SET/CLR/ISSET all at once for st->quirks, and a few other rare flags.
Kenneth R Westerback
2019-09-10
Prevents the block size from exceeding the requested one when a huge
Alexandre Ratchov
2019-09-10
If the requensted block size is too large, then use half the
Alexandre Ratchov
2019-09-09
SET/CLR/ISSET all at once for the far less numerous link->flags.
Kenneth R Westerback
2019-09-09
Inform about system call memory write protection and stack mapping
Alexander Bluhm
2019-09-09
Update the bindings for imxsrc(4), since they changed when they were
Patrick Wildt
2019-09-09
Attach imxsrc(4) early and raise its priority to make sure it beats
Patrick Wildt
2019-09-09
Continue bit twiddling tweaks. Use SET() with st->flags.
Kenneth R Westerback
2019-09-09
Lots of st->flags bit clearing in a mix of old school and CLR() makes
Kenneth R Westerback
2019-09-09
Lots of st->flags checking in a mix of old school and ISSET() makes
Kenneth R Westerback
2019-09-09
revert back to using 0x6c for the reply post index register.
David Gwynne
2019-09-09
Specify the right opcode when trying to set the Interface Step Sequence ID.
Jonathan Matthew
2019-09-09
Tweak some comments to be useful. Sort switch cases into
Kenneth R Westerback
2019-09-09
When no display outputs are connected on boot linux 4.19 drm relies on
Jonathan Gray
2019-09-08
Add Allwinner H6 support.
Mark Kettenis
2019-09-07
We can't call cpu_ucode_apply() before we call cpu_ucode_setup().
Mark Kettenis
2019-09-07
Fold st_identify_drive() into stattach().
Kenneth R Westerback
2019-09-07
Enable nvme(4) on octeon.
Visa Hankala
2019-09-07
Add a driver for the PCIe controller found on OCTEON II and OCTEON III.
Visa Hankala
2019-09-07
Revert acpipci(4) changes. Too many systems are broken. We'll try again
Mark Kettenis
2019-09-07
Retrieve SFP information using the SFP framework.
Patrick Wildt
2019-09-07
Add sfp(4), a driver that allows talking to SFPs connected over
Patrick Wildt
2019-09-07
Add an SFP framework which allows SFP providers to provide a
Patrick Wildt
2019-09-07
Register mviic(4) in the I2C framework.
Patrick Wildt
2019-09-07
Add an I2C framework, so that nodes that need to use I2C but
Patrick Wildt
2019-09-07
Tweak some comments and code layout to make MTSETBSIZE and MTSETDENSITY
Kenneth R Westerback
2019-09-07
ST_USER_BLKSIZE and ST_QUIRK_BLKSIZE are only tested as an or'd pair.
Kenneth R Westerback
2019-09-07
ST_Q_FORCE_BLKSIZE is superfluous since it is only used in combination with
Kenneth R Westerback
2019-09-07
Nuke unused flag ST_BLOCK_SET.
Kenneth R Westerback
2019-09-07
Remove tz, the kernel timezone.
cheloha
2019-09-07
Various struct/variables "modes" -> "mode" since there is only one.
Kenneth R Westerback
2019-09-07
drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()
Jonathan Gray
2019-09-07
define away dma_set_max_seg_size()
Jonathan Gray
2019-09-07
drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest
Jonathan Gray
2019-09-07
drm/i915: fix broadwell EU computation
Jonathan Gray
2019-09-06
options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@
cheloha
2019-09-06
Do not stop prologue scan at branch instructions. This lets stack trace
Visa Hankala
2019-09-06
Stop stack trace saving if the current subroutine is u_general or u_intr
Visa Hankala
2019-09-06
missing ;
Theo de Raadt
2019-09-06
delete two decades of debugging code and further simplify the main
Theo de Raadt
2019-09-06
Only do the timecounter initialization on the primary CPU. Avoids using a
Mark Kettenis
[prev]
[next]