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
2016-01-13
Fix fallout from turbo mode removal commit: Channel initialization
Stefan Sperling
2016-01-13
kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thu...
Gleydson Soares
2016-01-13
Don't confuse the HID descriptor address (which really is an office into the
Mark Kettenis
2016-01-13
Add data structures and defines for Generic and I2C Serial Bus Connection
Mark Kettenis
2016-01-13
Implement VFS read clustering for MSDOSFS.
Martin Pieuchot
2016-01-13
Prevent a double if_put().
Martin Pieuchot
2016-01-13
Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0.
Stefan Sperling
2016-01-13
Fix iwn(4) firmware SYSASSERT during hardware initialization.
Stefan Sperling
2016-01-13
dont propagate any of the parent interfaces offload features on svlan
David Gwynne
2016-01-12
naddy observed the TSC fallback code could encounter (high word) %edx
Theo de Raadt
2016-01-12
properly initialize quirks before sending them to hid layer, broken
Joshua Stein
2016-01-12
rename new i2c_attach_args fields to avoid conflict with cpp magic in
Theo de Raadt
2016-01-12
dev/isa/isavar.h does not appear to be needed by any of consumers.
Theo de Raadt
2016-01-12
include files.hid before files.i2c
Theo de Raadt
2016-01-12
Use uiomove() instead of uiomovei(); from Martin Natano
Stefan Kempf
2016-01-12
A couple of unused variables have sneaked in from the debug code
Mike Belopuhov
2016-01-12
Convert XenStore code to free running producer/consumer indices
Mike Belopuhov
2016-01-12
Kill the "doclusterread" and "doclusterwrite" defines.
Martin Pieuchot
2016-01-12
Remove the "doclusterread" and "doclusterwrite" buttons.
Martin Pieuchot
2016-01-12
fix a misplaced curly brace
Stefan Sperling
2016-01-12
Use task to execute command except polling context.
Masao Uebayashi
2016-01-12
Prevent a possible NULL-derefenced introduced by the move of RA sleeping
Martin Pieuchot
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2016-01-12
Compare if the prefix lengths are equal rather than checking if the
Martin Pieuchot
2016-01-12
Prevent a NULL-reference if SIOCGVH is issued without carpdev argument.
Martin Pieuchot
2016-01-12
Use task to execute watchdog tickle.
Masao Uebayashi
2016-01-12
Refactor ipmi_watchdog(); split tickle and set into separate functions.
Masao Uebayashi
2016-01-12
Improve emulation of PM registers on Hardware-redcued ACPI by emulating
Mark Kettenis
2016-01-12
Add dwiic, a driver for the Synopsys DesignWare i2c controller found
Joshua Stein
2016-01-12
post the packet on em_82547 chips after bpf
David Gwynne
2016-01-11
Enable sdhc* at acpi?.
Mark Kettenis
2016-01-11
Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF".
Mark Kettenis
2016-01-11
Add a "mux -1" locator to wsdisplay(4) instances representing secondary
Mark Kettenis
2016-01-11
Use uiomove() instead of uiomovei(); from Martin Natano
Stefan Kempf
2016-01-11
xs_cmd should always return errno(2) codes
Mike Belopuhov
2016-01-11
Do not fail when receiving an empty reply (or directory node) in
Reyk Floeter
2016-01-11
Handle zero lenght messages in the xs_parse by returning an empty string
Mike Belopuhov
2016-01-11
Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *.
Masao Uebayashi
2016-01-11
Allocate command data buffer on softc and use it from both ipmi_sendcmd()
Masao Uebayashi
2016-01-11
Only include sdhc_acpi.c if shdc* at acpi? is included in the kernel config.
Mark Kettenis
2016-01-11
Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6
Masao Uebayashi
2016-01-11
Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI command
Masao Uebayashi
2016-01-11
Remove useless sc_poll flag because it is always 1. Remove unused global
Masao Uebayashi
2016-01-11
Read values from disabled sensors if possible. From jmatthew@.
Masao Uebayashi
2016-01-11
Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD host
Mark Kettenis
2016-01-11
Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out on
Mark Kettenis
2016-01-11
Add (limited) support for controllers that implement version 3.0 of the
Mark Kettenis
2016-01-11
do further work on the em transmit path to simplify the code.
David Gwynne
2016-01-10
match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago
Christian Weisgerber
2016-01-10
Page fault handling tweaks for vmm:
Stefan Kempf
[prev]
[next]