summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-08-04Allow ddb>ps to print the full name of the wait state. Things likeChris Kuethe
2007-08-03Don't let pagedaemon wait for pages here. We could trigger this easilyArtur Grabowski
2007-08-03when not dealing with floats, always multiply before dividing; from Przemysla...Theo de Raadt
2007-08-03fix parsing of GTK KDE.Damien Bergamini
2007-08-03Increase dq_cnt in struct dquot from 16 to 32bits. OK deraadt@Todd C. Miller
2007-08-03add a ni_eapol_desc field to struct ieee80211_node to know whetherDamien Bergamini
2007-08-03switch cmalo_rx() to use m_getdev() instead of something hand rolled.Claudio Jeker
2007-08-03curly brace issues:Jun-ichiro itojun Hagino
2007-08-02Activate watchdog timer. We need to find out about the issue that theMarcus Glocker
2007-08-02print the vendor id string for unknown azalia codecs if we find it inReyk Floeter
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
2007-08-02ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is aClaudio Jeker
2007-08-02add proper recording encodings to auich(4).Jacob Meuser
2007-08-02regenJacob Meuser
2007-08-02recognize some VIA P4M900 devicesJacob Meuser
2007-08-02for consistency, keep the count of dropped data in HW sample size, andJacob Meuser
2007-08-02the MI audio layer never really knows what encoding the hardware uses;Jacob Meuser
2007-08-01cats went awayTheo de Raadt
2007-08-01deliverd -> delivered.Miod Vallat
2007-08-01I have a dream of cvs not missing the files I have cvs rm'd with love.Miod Vallat
2007-08-01Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmwareMiod Vallat
2007-08-01allow ic_set_key to be NULL so that drivers won't need to implement itDamien Bergamini
2007-08-01Figure out the host SCSI controller ID on KA48 (VLC) and KA49 (VS4k/9x) fromMiod Vallat
2007-08-01Stop making de win over dc on alpha, and include both dc and de on allMiod Vallat
2007-08-01make sure the MIC field is set in group key handshake messages beforeDamien Bergamini
2007-08-01make ieee80211_recv_wpa_group_msg1() install the GTK in ic_nw_keys[] too.Damien Bergamini
2007-08-01add generic ieee80211_encrypt() and ieee80211_decrypt() functions thatDamien Bergamini
2007-08-01unbreak.Damien Bergamini
2007-08-01check the key length field in message 3 of the 4-way handshake.Damien Bergamini
2007-08-01switch i386 to use the MI i8253 header file and remove the now obsolete MDMartin Reindl
2007-08-01set key length field in message 1 & 3 of the 4-way handshake.Damien Bergamini
2007-08-01The wdt char device was removed during c2k6 (or shortly after, don'tMichael Knudsen
2007-08-01wdt doesn't malloc so no reason to include malloc.h.Michael Knudsen
2007-08-01group key handshake message 1 is very different between RSN and WPA1.Damien Bergamini
2007-08-01pass the supplicant's nonce generated on reception of message 1 of theDamien Bergamini
2007-08-01in 4-way handshake messages 2 and 3, parse vendor-specific WPA1 IEs too.Damien Bergamini
2007-08-01add a TSC field to the key structure. it will be used to store theDamien Bergamini
2007-08-01PMKID KDE is optionnal in message 1 of the 4-way handshake (at leastDamien Bergamini
2007-08-01fix parsing and construction of RSN/WPA IEs.Damien Bergamini
2007-08-01all WPA implementations i have tested use EAPOL-Key frames version 1,Damien Bergamini
2007-08-01Correct a 10-year old typo inherited from NetBSD by renaming psm.c,Mark Kettenis
2007-08-01the EAPOL-Key MIC must be computed with the MIC bit set.Damien Bergamini
2007-08-01KEYACK bit is not set for 4-way handshake messages 2 and 4.Damien Bergamini
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