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-06
Prevent integer overflows in sosend() and soreceive() by converting
Stefan Kempf
2016-01-06
fix comment typos
Stuart Henderson
2016-01-06
Ensure that iwn(4) always uses a CCK rate as last fallback in the firmware's
Stefan Sperling
2016-01-06
iwm(4) adjusts the firmware's tx rate retry table dynamically so we must
Stefan Sperling
2016-01-06
Follow the spec and check the SCI_EN bit to see if ACPI has already
Mark Kettenis
2016-01-06
Add pledge "drm", which allows a subset of the drm(4) ioctls. These are
Mark Kettenis
2016-01-06
deactivate POOL_DEBUG for release
Sebastian Benoit
2016-01-06
revert 1.87, more work is needed here
Mike Belopuhov
2016-01-06
Bring efidev.c goodness into softraid.c by returning and displaying
Kenneth R Westerback
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2016-01-05
annoying whitespace
Theo de Raadt
2016-01-05
Move over to the v1 of Grant Table entries
Mike Belopuhov
2016-01-05
Memorize the DMA segment's data offset within the page
Mike Belopuhov
2016-01-05
Remove PTE locking from pmap_extract() because it does not add any MP
Visa Hankala
2016-01-05
Some implementations of HitSyncDCache() call pmap_extract() for va->pa
Visa Hankala
2016-01-04
Record the modified mbuf chain after transmit checksum setup code
Mike Belopuhov
2016-01-04
Skip "suspend" device node during probing
Mike Belopuhov
2016-01-04
Include the node name into the error message
Mike Belopuhov
2016-01-04
Preallocate Grant Table frames to simplify the code for now
Mike Belopuhov
2016-01-04
Add initial support for 11n mode to the iwn(4) driver.
Stefan Sperling
2016-01-04
Replace magic shifts and bitmasks used for ADDBA parameters
Stefan Sperling
2016-01-04
Fix another case where the return value of ieee80211_chan2mode() was
Stefan Sperling
2016-01-04
ADDBA frames have a parameter set which we check against our own capabilities
Stefan Sperling
2016-01-04
Fix manual scan while associated in 11a mode. It would only show APs on 5GHz.
Stefan Sperling
2016-01-04
Don't return 11n mode from ieee80211_chan2mode() so we can switch into
Stefan Sperling
2016-01-04
While configuring ERP we need to know if we're in 11a or 11g mode so only
Stefan Sperling
2016-01-04
Skip over 11n mode during scanning to avoid scanning channels more than once.
Stefan Sperling
2016-01-04
mark the driver MPSAFE. most of this is cleaning up the oactive handling.
David Gwynne
2016-01-04
Remove parameter name from gpt_chk_mbr() prototype and add prototype
Kenneth R Westerback
2016-01-04
Do proper termination of VMs by doing proper VCPU run state management.
Mike Larkin
2016-01-04
wrap a long line
Mike Larkin
2016-01-03
Fix typo in comment.
Mark Kettenis
2016-01-03
Don't need two 16K static buffers to checksum the GPT entries and find the
Kenneth R Westerback
2016-01-03
enable pchtemp(4) on i386.
Daniel Dickman
2016-01-03
Add support for 100 series to pchtemp(4).
Daniel Dickman
2016-01-03
copyright++;
Jonathan Gray
2016-01-02
Take the PHY of iec(4) out of reset before attaching the interface.
Visa Hankala
2016-01-02
mmcc noticed that nd.ni_pledge was uninitialized in doopenat() for the
Theo de Raadt
2016-01-01
The pointer buf is a user space string which was directly passed
Alexander Bluhm
2016-01-01
Sync formatting and a few comments with upstream. No functional change.
Ingo Feinerer
2016-01-01
Reimplement vga_put() such that it compiles on i386 as well.
Mark Kettenis
2016-01-01
Sync V4L2 header file with upstream (i.e., recent Linux kernel) headers.
Ingo Feinerer
2015-12-31
regen
Mark Kettenis
2015-12-31
Add some XEON-D devices.
Mark Kettenis
2015-12-31
Make ixgbe_start() mpsafe. This means the driver will no longer grab the
Mark Kettenis
2015-12-31
NULL-terminate a pointer array to prevent an invalid free, and simplify
mmcc
2015-12-31
82544 on pcix busses needs a workaround that effectively doubles
David Gwynne
2015-12-31
Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap'
Stuart Henderson
2015-12-31
Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.
Mark Kettenis
2015-12-31
Provide a minimal implementation of the Linux vga_get/vga_put API and use it
Mark Kettenis
[next]