summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2007-07-24remove some unused key derivation functions.Damien Bergamini
2007-07-24remove arc4_ compatibility macros.Damien Bergamini
2007-07-24add functions to compute EAPOL-Key Key MIC fields and to encrypt/decryptDamien Bergamini
2007-07-24add ic_globalcnt to struct ieee80211com:Damien Bergamini
2007-07-24cleanup definition of struct ieee80211_eapol_key.Damien Bergamini
2007-07-24hardware WEP in the TX path.Damien Bergamini
2007-07-24Remove some goo for dealing with 32-bit cpu's.Mark Kettenis
2007-07-24bthub for macppc to make xsa happy.Michael Knudsen
2007-07-23This shouldn't be needs-count -- especially because it breaks config.Michael Knudsen
2007-07-23There seems to be enough room for rl(4) after all.Mark Kettenis
2007-07-23Add ssio(4) and its com(4) ports; thanks to jsg@ for reminding me.Mark Kettenis
2007-07-23Since __sparc__ gets defined on sparc64 too, add a !defined (__sparc64__)Mark Kettenis
2007-07-23bthub needs-countMichael Knudsen
2007-07-23This improves cdce(4) and makes some devices work that previously did notMarc Balmer
2007-07-23Some style/knf nits.Michael Knudsen
2007-07-23Add glue for a control device for bthub(4). Will be used to configureMichael Knudsen
2007-07-23STAC7661:Deanna Phillips
2007-07-23Fix a typo in a comment: VAIO SE -> VAIO SZ.Deanna Phillips
2007-07-23STAC7661: rename "inputs.mic" to "record.volume". This is what theDeanna Phillips
2007-07-23STAC7661:Deanna Phillips
2007-07-23We will never make a mixer item out of the pin control operation, soDeanna Phillips
2007-07-22Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.Mark Kettenis
2007-07-22spacing, chop some of the more obscenely long lines.Gordon Willem Klok
2007-07-22Move hppa to __HAVE_TIMECOUNTERS.Mark Kettenis
2007-07-22Enable rl(4) on hppa, tested by me, ok kettenis@Jonathan Gray
2007-07-22clear the IFF_ALLMULTI flag when the interface goes down.David Gwynne
2007-07-22the softc variable is sc, not sp.David Gwynne
2007-07-21no need to say in two ways "a set of usb devices went away"; ok by a fewTheo de Raadt
2007-07-21Add sk(4). Tested by Maurice Janssen.Mark Kettenis
2007-07-21add ETHERTYPE_PAE (802.1X Port Access Entity).Damien Bergamini
2007-07-21another rare device temporarily gets the axe (until some other shrinkage happ...Theo de Raadt
2007-07-20Make lcd(4) "blink" when machdep.led_blink is set.Mark Kettenis
2007-07-20Give hppa the blink_led API from sparc64, and the associated machdep.led_blinkMark Kettenis
2007-07-20Enable lcd(4).Mark Kettenis
2007-07-20PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4)Mark Kettenis
2007-07-20Use HPPA_PC_PRIV_USER instead of hardcoded 3.Mark Kettenis
2007-07-20unbreak landisk kernel sha1 by working around a compiler bug;Otto Moerbeek
2007-07-20More code that tests for CPUCLASS_386 that can go away. Pointed out byMichael Knudsen
2007-07-20Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerousClaudio Jeker
2007-07-20Oh, look, code that begins like this:Michael Knudsen