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
2015-12-22
Make xs_setprop a bit more useful by removing property nodes
Mike Belopuhov
2015-12-22
Implement a bus_dma(9) abstraction on top of Grant Table API
Mike Belopuhov
2015-12-22
Remove obsolete comment.
Mark Kettenis
2015-12-22
The Apple SMC is implemented on a H8S/2117 chip. Communication with the chip
Mark Kettenis
2015-12-21
add virtio-console driver
Stefan Fritsch
2015-12-21
Goto a loop_end label rather than using a continue statement for an
mmcc
2015-12-21
Introduce xen_intr_mask and xen_intr_unmask primitives
Mike Belopuhov
2015-12-21
Cleanup hypercall subsystem type defines
Mike Belopuhov
2015-12-21
Don't unmask the port in xen_intr_establish
Mike Belopuhov
2015-12-20
Advertise support for DRM version 1.4. We have support for all the necessary
Mark Kettenis
2015-12-20
Do not delay video(4) attachment if the device does not need to load
Martin Pieuchot
2015-12-19
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
tb
2015-12-19
Remove code that has been unused ever since we removed the agp ioctl interface.
Mark Kettenis
2015-12-19
Move agp_generic_enable() prototype to agpvar.h to unbreak the build on
Mark Kettenis
2015-12-19
Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.
Martin Pieuchot
2015-12-19
Do not match Uninorth bridges until we have a working KMS with AGP
Martin Pieuchot
2015-12-19
Add xs_setprop to set device properties
Mike Belopuhov
2015-12-19
Fixup a few bugs in xen_intr_{establish,disestablish}
Mike Belopuhov
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
Mark Kettenis
2015-12-18
Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.
Stefan Sperling
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
Mark Kettenis
2015-12-18
Remove two error-on-NULL conditions for allocations that can't fail.
mmcc
2015-12-18
Remove an error-on-NULL condition after a mallocarray() call that cannot
mmcc
2015-12-17
sprinkling ifndef __linux__ around two variable declarations could not
Ted Unangst
2015-12-17
s/expresion/expression/g
mmcc
2015-12-17
If CORB/RIRB are not running, log error message unconditonnaly
Alexandre Ratchov
2015-12-17
Add display brightness support. This is available on the last few generations
Mark Kettenis
2015-12-17
Missing include, spotted by benoit@
Martin Pieuchot
2015-12-17
Use config_mountroot(9) instead of startuphook_establish(9).
Martin Pieuchot
2015-12-16
Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCG
Mark Kettenis
2015-12-16
Refactor umass_detach() in order to pass a size to free(9).
Martin Pieuchot
2015-12-15
ignore unlikely temperature values like -127 degC
Joerg Jung
2015-12-15
add 2 more temperature keys found in macbook pro (10,2)
Joerg Jung
2015-12-15
add more temperature keys found in newer macbook airs (6,1 and 7,2)
Joerg Jung
2015-12-15
make sure the read fan description is always nul terminated
Joerg Jung
2015-12-14
Handle the keyboard backlight found on newer Thinkpads. Doesn't handle the
Mark Kettenis
2015-12-14
Add initial 802.11n support to the iwm(4) driver.
Stefan Sperling
2015-12-14
"harware" -> "hardware"
mmcc
2015-12-13
Hook up the ThinkLight to the keyboard backlight support code.
Mark Kettenis
2015-12-13
Sort button defines.
Mark Kettenis
2015-12-12
Add OpenBSD Id.
Reyk Floeter
2015-12-12
Add OpenBSD CVS/RCS Ids.
Reyk Floeter
2015-12-12
x2APIC is currently enabled on HV guests only, not on bare metal, to
Reyk Floeter
2015-12-12
enable keyboard backlight support via wskbd(4) hooks
Joerg Jung
2015-12-12
Identify hypervisors before configuring other children of the mainbus
Reyk Floeter
2015-12-12
add new ioctls to control keyboard backlights
Joerg Jung
2015-12-11
remove wrapper function and call LKSB key write directly
Joerg Jung
2015-12-11
remove no longer needed prototype
Joerg Jung
2015-12-11
instead of checking the status everywhere do it directly after (trying) the
Joerg Jung
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
[next]