summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-17Really try to schedule clock ticks at fixed intervals. Make sure hardclock()Mark Kettenis
2008-04-17Teach security(8) to check for world-readable hostname.if files.Stuart Henderson
2008-04-17save some space by making use of the WEP CRC table from net80211Damien Bergamini
2008-04-17before using them, force hostname.* files to be unreadable by worldTheo de Raadt
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-17remove the CONFIGURATION section from the wireless pages:Jason McIntyre
2008-04-17remove a word i misinterpreted;Jason McIntyre
2008-04-17force mode for hostname.* files to 600; ok krwTheo de Raadt
2008-04-17Correct a typo:Owain Ainsworth
2008-04-16syncTheo de Raadt
2008-04-16Use ntohs() to swap the raw i2c data to native format; tested by sthenTheo de Raadt
2008-04-16permit _ in the middle of a DNS name componentTheo de Raadt
2008-04-16mkfifo makes fifos, not directories; from Ben CalvertJason McIntyre
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-16- wpa-psk is section 8, not 1Jason McIntyre
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-16pass-phrase -> passphrase, in keeping with the rest of the docs;Jason McIntyre
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-16Mention m5819, m5823 and bq4802.Mark Kettenis
2008-04-16Redo/clarify the logic for storing options in the various buffers.Kenneth R Westerback
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-15fix XrTheo de Raadt
2008-04-15mention LM76; stop being exact about incrementsTheo de Raadt
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-15syncTheo de Raadt
2008-04-15fix a comment. no binary change.Damien Bergamini
2008-04-15link wpa-psk(8) to the buildDamien Bergamini
2008-04-15welcome wpa-psk(8).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-15- make it clear that hosts.lpd follows the same syntax that hosts.equiv(5)Antoine Jacoutot
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