summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-04-18Add a function which can identify an USB descriptor explicitly by it'sMarcus Glocker
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2008-04-18use arc4random_uniform() for random number requests that are not aDamien Miller
2008-04-18correct sizeof; palmeidaTheo de Raadt
2008-04-17attach FTDI 2232LFelix Kronlage
2008-04-17Add missing monitor mode capabilities flag.Brad Smith
2008-04-17Really try to schedule clock ticks at fixed intervals. Make sure hardclock()Mark Kettenis
2008-04-17save some space by making use of the WEP CRC table from net80211Damien Bergamini
2008-04-17make it more apparent that when we are dealing with 16 bit registersTheo de Raadt
2008-04-17do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr().Damien Bergamini
2008-04-17call ieee80211_crc_init() only once, when the first 802.11 deviceDamien Bergamini
2008-04-17use sizeof(thing) instead of hard-coding itTheo de Raadt
2008-04-17use sizeof(thing) instead of hard-coding itTheo de Raadt
2008-04-16Use ntohs() to swap the raw i2c data to native format; tested by sthenTheo de Raadt
2008-04-16Tune isoc maximal transfer size to a better value. Makes all availableMarcus Glocker
2008-04-16more efficient use of mbufs in nfsm_uiotombuf().Damien Bergamini
2008-04-16Support the pcf8584 variant found on the u25/45.Mark Kettenis
2008-04-16Turns out getpropstring() returns an empty string if a property is missingMark Kettenis
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-04-16Oops, decrease debug log level back to 1.Marcus Glocker
2008-04-16Some formatting nits. No functional change.Owain Ainsworth
2008-04-16Use the timeout(9) API the right way: Don't initialize the timeoutMichael Knudsen
2008-04-16Replace handrolled hashes with a splay tree, while there plug a memleakPierre-Yves Ritschard
2008-04-16Make sure tickcmpr_set() always writes a time in the future.Mark Kettenis
2008-04-16Start to make device initialization automatic instead all the staticMarcus Glocker
2008-04-15Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr wouldMark Kettenis
2008-04-15Add support for the Texas Instruments bq4802 real-time clock found on theMark Kettenis
2008-04-15Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) forTheo de Raadt
2008-04-15It turns out the mysterious chip with the heatsink glued on, found on mgxMiod Vallat
2008-04-15describe why fd passing is now so fucked up, and who's fault it isTheo de Raadt
2008-04-15fix a comment. no binary change.Damien Bergamini
2008-04-15Fix braino in mgx_loadcmap() invocation.Miod Vallat
2008-04-15Oops, it's a bit too early for -Wvariable-decl on sparc.Miod Vallat
2008-04-14Introduce macros to switch to normal and alternate globals and switch toMark Kettenis
2008-04-14Rework NFS mbuf write routines:Bret Lambert
2008-04-14move the cache lookup code into a function, instead repeatingThordur I. Bjornsson
2008-04-14garbage collect the now unused spec_ebadf();Thordur I. Bjornsson
2008-04-14typo in attachmentTheo de Raadt
2008-04-13syncChris Kuethe
2008-04-13add my logitech cameraChris Kuethe
2008-04-13Use %g7 to store a pointer `struct cpu_info', and use it whereever possible.Mark Kettenis
2008-04-13lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowmMark Kettenis
2008-04-13Disable ISP10160 and ISP12160. They don't quite work yet, and people withMark Kettenis
2008-04-13garbage collect the cpus_running global variable;Thordur I. Bjornsson
2008-04-13bring back a free call which was left out when moving from handrolled listsPierre-Yves Ritschard
2008-04-12bring in changes as found in libossaudioJacob Meuser
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2008-04-12Prune the in-use swap encryption keys in uvm_shutdown(), per deraadt@'s idea.Miod Vallat
2008-04-12When enabling swap encryption, pass the correct number of swap pages toMiod Vallat
2008-04-12typosMiod Vallat