summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-10-15more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-15the new dev/rnd.c uses the shared arc4 code instead of implimenting it byTheo de Raadt
2007-10-15Switch arc4random to using routines from crypto/arc4.[ch], and reworkDamien Miller
2007-10-14remove tests for EIDRM and ENOMSG existence now that they're in the tree.Federico G. Schwindt
2007-10-14correctly print PC and PC2- prefixes; ok jsgTheo de Raadt
2007-10-14Remove now unused functions dealing with kerberosThordur I. Bjornsson
2007-10-14registred -> registeredMiod Vallat
2007-10-14Don't bail out after finding the first cpu.Mark Kettenis
2007-10-14The spec says to wait 40 microseconds for the run bit to clear beforeDeanna Phillips
2007-10-14audio(4)-compatible mixer items for ALC883.Deanna Phillips
2007-10-14enable wbngTheo de Raadt
2007-10-14Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs withMark Kettenis
2007-10-14Implement OF_getproplen().Mark Kettenis
2007-10-14fix newlinesTheo de Raadt
2007-10-14'expresion' -> 'expression'. Reported by Jung on tech@.Kenneth R Westerback
2007-10-14wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadtConstantine A. Murenin
2007-10-14print the name of the chip on attach; ok deraadtConstantine A. Murenin
2007-10-14One more cpu_switchto() leftover.Miod Vallat
2007-10-14'syncronize' -> 'synchronize'. From Diego Casati.Kenneth R Westerback
2007-10-14Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates()Marcus Glocker
2007-10-14Disable timer/compare interrupts on the macebus. This prevents interruptJoel Sing
2007-10-14attach Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-14regenFelix Kronlage
2007-10-14add device id for Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-13Uncomment rule to build bcopy.S, and use that as our bcopy(9) implementation.Mark Kettenis
2007-10-13Make this actually work by using the right register numbers. In the conversionMark Kettenis
2007-10-13really correct : printing; ok deraadt@Constantine A. Murenin
2007-10-13Remove alot of dead kerberos code (add sane comments too).Thordur I. Bjornsson
2007-10-13Add support for BCM5906.Mark Kettenis
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-13Enable interrupts in secondary processors before invoking cpu_switchto(),Miod Vallat
2007-10-13It is no longer necessary to fiddle with spl in cpu_idle_{enter,leave} nowMiod Vallat
2007-10-13Be sure to spl0() in proc_trampoline, so that kernel threads start at IPL_NONE.Miod Vallat
2007-10-13There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually.Miod Vallat
2007-10-13Remove leftovers art forgot to prune...Miod Vallat
2007-10-13Add Yukon-2 PHY powerdown bits.Mark Kettenis
2007-10-13sync.Marc Balmer
2007-10-13Add two Gude time signal station receivers.Marc Balmer
2007-10-13Fix cpu_exit() comments to be more closer to reality.Miod Vallat
2007-10-13Do not splhigh() before invoking sched_exit(), sched_exit() will do it better.Miod Vallat
2007-10-13Various typos in comments; Joel SingMiod Vallat
2007-10-13add the AR5416 and AR5418 device IDs (needs some more testing)Reyk Floeter
2007-10-12The newer single chip Atheros wireless chipsets like the AR5424,Reyk Floeter
2007-10-12regenBrad Smith
2007-10-12Add some more Intel em(4) PCI ids.Brad Smith
2007-10-11probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d...Constantine A. Murenin
2007-10-11Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems withMark Kettenis
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-10-11serialize usbd_probe_and_attach(); only let one usb device be match'd andTheo de Raadt