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
2008-11-08
remove dead stores and newly created unused variables.
Charles Longeau
2008-11-08
fix potential null dereference.
Charles Longeau
2008-11-08
Add a new sysctl ``ddb.trigger''
Marco Pfatschbacher
2008-11-08
Take into account that our ether_input() already strips the
Marco Pfatschbacher
2008-11-07
When initializing the MAC put the PHY into ready state for BCM5906
Brad Smith
2008-11-07
When initializing the MAC put the PHY into ready state for BCM5906
Brad Smith
2008-11-07
- Set default RX coal packets to 64, so RX coal timeout takes control during
Brad Smith
2008-11-07
same umass dance required for Huawei E169g/E618; Stefan Sperling; ok jsg
Theo de Raadt
2008-11-07
different fix for pr5883 than proposed by the submitter, found when glancing
Todd T. Fries
2008-11-07
use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ...
Theo de Raadt
2008-11-07
Try recollecting RX/TX descriptors if we are going to switch back to TX/RX
Brad Smith
2008-11-07
Simplify the interface flag handling in the ioctl handler.
Brad Smith
2008-11-07
Remove storing the Ethernet header in the receve interrupt handler, the
Brad Smith
2008-11-07
Add more initialisation steps (read reset register; pause; set burst size
Brad Smith
2008-11-07
- According to the Apple GMAC driver, the GEM ASIC specification and
Brad Smith
2008-11-07
use do { } while (/* CONSTCOND */ 0) loops for all multi-line macros
Theo de Raadt
2008-11-07
give this some /* CONSTCOND */ love
Theo de Raadt
2008-11-07
wrap do/while construct around the function macro DISPATCH(); ok dlg
Theo de Raadt
2008-11-07
wrap do/while construct around the function macro SESSRELE(); ok dlg
Theo de Raadt
2008-11-07
Replace the number of bits to shift with EVL_PRIO_BITS in the
Brad Smith
2008-11-06
Collapse all sanity checks of hids into one function.
Marco Peereboom
2008-11-06
Some paranoia and deconfusion.
Artur Grabowski
2008-11-06
remove a really stupid comment. Duh, of course it can block
Theo de Raadt
2008-11-06
Fix a small bug which made it impossible to use more than one
Marcus Glocker
2008-11-06
Introduced IPv6 support of uniform model for TTL handling.
Michele Marchetto
2008-11-06
oops
Theo de Raadt
2008-11-06
Fix cvs id tag.
Michele Marchetto
2008-11-06
panic if cpu_switchto() returns from a dead process
Theo de Raadt
2008-11-06
correct comment
Theo de Raadt
2008-11-06
delete checks for impossible conditions
Theo de Raadt
2008-11-06
queue the mountroot hooks to be run in the same order
Theo de Raadt
2008-11-06
use PAGE_SIZE in FS_KERNMAXFILESIZE() use, note this is not the same as getpa...
Theo de Raadt
2008-11-06
Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is no
Theo de Raadt
2008-11-06
The EEPROM is lying about antennas. Hardcode things based on the chip
Damien Bergamini
2008-11-06
Oops. Forgot to commit this chunk with the last commit.
Owain Ainsworth
2008-11-06
Make sure we do not unlock twice.
David Hill
2008-11-06
Remove the drm_locked_tasklet interface. The only consumer that used it
Owain Ainsworth
2008-11-06
The i915 vblank swap ioctl is fundamentally racy.
Owain Ainsworth
2008-11-06
regen
Brad Smith
2008-11-06
Add the PCI id for the Broadcom BCM5903F Ethernet chipset.
Brad Smith
2008-11-06
input and volume twiddles
Todd T. Fries
2008-11-06
Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed
Brad Smith
2008-11-05
return an error when trying to get stereo values from a mono
Jacob Meuser
2008-11-05
wrap use of KNOTE macro arguments in () to prevent potential strange
David Gwynne
2008-11-05
wrap an if statement in a macro up with do { } while (0) so it is safe to
David Gwynne
2008-11-05
since mmclose() is only called once for the final close,
Matthieu Herrb
2008-11-05
Remove some PCI macros no longer being used.
Brad Smith
2008-11-05
remove unused macros, partly from Alexey Suslikov
Jacob Meuser
2008-11-05
* use uint8_t instead of int to hold the value of an 8-bit register.
Jacob Meuser
2008-11-05
* remove two custom unsolicited event handlers in favor of generic
Jacob Meuser
[next]