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-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2015-01-22
Reduce the number of intermediate buffers by pre-allocating DMA buffers
Martin Pieuchot
2015-01-22
Use correct error type and remove unused interface pointer.
Martin Pieuchot
2015-01-21
Do not try to stop and reset endpoints if USB transfers are aborted
Martin Pieuchot
2015-01-21
Add a comment above the autopad checking.
Brad Smith
2015-01-21
Use the RL_FLAG_AUTOPAD flag when trying to determine when
Brad Smith
2015-01-20
Make ix(4) work on strict alignment architectures. The Intel networking
Mark Kettenis
2015-01-20
Check for out-of-range indices when searching the default dac and adc.
Alexandre Ratchov
2015-01-20
rework the audio key handling to allocate a message to send to the
David Gwynne
2015-01-20
Fix size of the bcopy when extracting the MAC address.
Brad Smith
2015-01-20
Remove use of the link change interrupt handling, not all controllers
Brad Smith
2015-01-20
Some fixes for handling link state changes.
Brad Smith
2015-01-20
And the variable too.
Brad Smith
2015-01-20
Back out a chunk of rev 1.34 that wasn't supposed to go in with the
Brad Smith
2015-01-20
printf wasn't supposed to go in.
Brad Smith
2015-01-20
#include <sys/syslimits.h> to allow operation without requiring the noise
Theo de Raadt
2015-01-19
`wellspring' Apple keyboards found on Macbook Air need slightly different
Miod Vallat
2015-01-19
Remove dead store causing clang to warn; dhill
Miod Vallat
2015-01-19
use SYMLOOP_MAX rather than MAXSYMLINKS
Theo de Raadt
2015-01-18
Do not trust the content of event TRBs coming from the hardware and
Martin Pieuchot
2015-01-18
Complete synchronous abort method modeled after the existing ones.
Martin Pieuchot
2015-01-18
Do not try to free xfers before aborting the pipes, otherwise a clown
Martin Pieuchot
2015-01-18
Since we are no longer resetting rings when a Babble or Stall condition
Martin Pieuchot
2015-01-17
Split the consumer & producer logic into two different functions in
Martin Pieuchot
2015-01-17
resume_randomness() before spinning up other cpus...
Theo de Raadt
2015-01-16
Move to using PATH_MAX
Theo de Raadt
2015-01-15
Remove a variable no longer used in re_tick().
Brad Smith
2015-01-15
Fix subtle breakage for polled commands introduced during iopool conversion.
Miod Vallat
2015-01-15
Define a new wscons mouse type for Synaptics clickpad devices that lack
Jonathan Gray
2015-01-13
Always allow abort tasks to be scheduled, even if the device is beeing
Martin Pieuchot
2015-01-13
Enable snooping on Bay Trail HD Audio.
Jonathan Gray
2015-01-12
Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.
Stefan Sperling
2015-01-12
regen
Jonathan Gray
2015-01-12
add some E5 v3 PCIE and Bay Trail ids
Jonathan Gray
2015-01-12
When setting up advanced TX descriptor use m_getptr to locate the IP
Mike Belopuhov
2015-01-12
pretty up some malloc() calls
Theo de Raadt
2015-01-12
Some fixes and tidying up of the receive filter handling bits.
Brad Smith
2015-01-12
stash the softc in the memory allocated for setting up a task for
David Gwynne
2015-01-11
Tolerate checksum errors in ACPI tables (but complain about them). Apparently
Mark Kettenis
2015-01-11
There's no simple way so check for DMA buffer overrun with isochronous
Martin Pieuchot
2015-01-11
global "list" is not the nicest variable name
Theo de Raadt
2015-01-11
use mallocarray(), then set the size afterwards. Prefer if people learn
Theo de Raadt
2015-01-11
use mallocarray()
Theo de Raadt
2015-01-11
mallocarray() for the rx_buffer memory
Theo de Raadt
2015-01-11
use mallocarray() when reallocating the mux table
Theo de Raadt
2015-01-11
KUE_MCFILTCNT() is non-constant, so use mallocarray()
Theo de Raadt
2015-01-11
unnecessary cast
Theo de Raadt
2015-01-10
Get the MAC address from the PCI ROM on systems without Open Firmware. Code
Mark Kettenis
2015-01-10
Disable (most) interrupts when the interface goes down.
Mark Kettenis
2015-01-10
A few more loose ends.
Mark Kettenis
[next]