summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-08-01cipher suite type for CCMP is 4 not 3.Damien Bergamini
2007-08-01unused, and Miod says this file was superseded by sys/dev/ic/i8253reg.h, soMartin Reindl
2007-08-01Improve state switching and fix some debug output.Marcus Glocker
2007-07-31Add first version to enable auto association (best signal AP). ThereforeMarcus Glocker
2007-07-31Add missing splx(s); calls. OK mglocker@Claudio Jeker
2007-07-31Plug a mbuf leak in the TX path and replace a handbuilt m_copydata()Claudio Jeker
2007-07-31don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@Constantine A. Murenin
2007-07-31change sensor type: if .value can only ever be 0 or 1, .type should be indicatorConstantine A. Murenin
2007-07-31remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@Constantine A. Murenin
2007-07-31typo fixes from joel@ionix.com.auTheo de Raadt
2007-07-31Our audio layer doesn't know anything about mixer names likeDeanna Phillips
2007-07-31In the mixer to device level conversions, round down to the nearestDeanna Phillips
2007-07-31Start to improve TX/RX path; don't accept further packets from TX queueMarcus Glocker
2007-07-31Simplify TX path.Marcus Glocker
2007-07-31always ignore attempts to set the record or play port to 0.Jacob Meuser
2007-07-30After two weeks of fumbling arround in the association FW command, i foundMarcus Glocker
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-07-30syncTodd T. Fries
2007-07-30AXIM pda and V360 phone, ok mk@Todd T. Fries
2007-07-30With adding ipsec tags and exporting flow filters via sysctl SADB_GETHans-Joerg Hoexer
2007-07-29slot range check in add_nubus_intr() is wrong by one.Miod Vallat
2007-07-29It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2Miod Vallat
2007-07-29Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0Mark Kettenis
2007-07-29Seperate members of "struct pcb" that are accessed using physical addressesMark Kettenis
2007-07-29regenChris Kuethe
2007-07-29add a bunch of new nvidia devicesChris Kuethe
2007-07-28Don't try to map interrupts that are already fully specified. Makes theMark Kettenis
2007-07-28adds functions to parse and to build EAPOL-Key frames used inDamien Bergamini
2007-07-28add callbacks that drivers must implement to install/reset keys.Damien Bergamini
2007-07-28add a couple of fields to the ieee80211_node structure to manage RSNDamien Bergamini
2007-07-28extend the ieee80211_key structure with a key identifier, a flags fieldDamien Bergamini
2007-07-28WPA1 uses its own (non-standard) EAPOL-Key descriptor type.Damien Bergamini
2007-07-28regenJasper Lievisse Adriaanse
2007-07-28add biometric coprocessorJasper Lievisse Adriaanse
2007-07-27Missing $OpenBSD$ tag.Xavier Santolaria
2007-07-27As on i386:Tom Cosgrove
2007-07-27We don't want to pass the PXE MAC address to the kernel when bootingTom Cosgrove
2007-07-27Commiting for xsa@ who dosent want to for some reason. He has KNFed andGordon Willem Klok
2007-07-27grow ramdisk filesystem sizeTheo de Raadt
2007-07-27Correct the length of the usb_string_descriptor_t and fix a possibleMarc Balmer
2007-07-27Adapt powernow-k7.c driver to use the ACPI _PSS table for retreivingGordon Willem Klok
2007-07-27Add ids for two Conexant codecs; not sure they're officialIan Darwin
2007-07-25Back out the tracking of procs in struct selinfo. There's one seriousArtur Grabowski
2007-07-25Add a missing splx() and while there update the printf() to match the formatClaudio Jeker
2007-07-25crank to 4.2-betaTheo de Raadt
2007-07-25bthub for amd64, based on diff from johanTodd T. Fries
2007-07-25define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on theMarc Balmer
2007-07-24new function to check the MIC of a received EAPOL-Key frame.Damien Bergamini
2007-07-24use rc4_skip().Damien Bergamini
2007-07-24add rc4_skip() function that can be used to discard bytes fromDamien Bergamini