Age | Commit message (Expand) | Author |
2008-04-17 | Really try to schedule clock ticks at fixed intervals. Make sure hardclock() | Mark Kettenis |
2008-04-17 | Teach security(8) to check for world-readable hostname.if files. | Stuart Henderson |
2008-04-17 | save some space by making use of the WEP CRC table from net80211 | Damien Bergamini |
2008-04-17 | before using them, force hostname.* files to be unreadable by world | Theo de Raadt |
2008-04-17 | make it more apparent that when we are dealing with 16 bit registers | Theo de Raadt |
2008-04-17 | do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr(). | Damien Bergamini |
2008-04-17 | call ieee80211_crc_init() only once, when the first 802.11 device | Damien Bergamini |
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt |
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt |
2008-04-17 | remove the CONFIGURATION section from the wireless pages: | Jason McIntyre |
2008-04-17 | remove a word i misinterpreted; | Jason McIntyre |
2008-04-17 | force mode for hostname.* files to 600; ok krw | Theo de Raadt |
2008-04-17 | Correct a typo: | Owain Ainsworth |
2008-04-16 | sync | Theo de Raadt |
2008-04-16 | Use ntohs() to swap the raw i2c data to native format; tested by sthen | Theo de Raadt |
2008-04-16 | permit _ in the middle of a DNS name component | Theo de Raadt |
2008-04-16 | mkfifo makes fifos, not directories; from Ben Calvert | Jason McIntyre |
2008-04-16 | Tune isoc maximal transfer size to a better value. Makes all available | Marcus Glocker |
2008-04-16 | more efficient use of mbufs in nfsm_uiotombuf(). | Damien Bergamini |
2008-04-16 | - wpa-psk is section 8, not 1 | Jason McIntyre |
2008-04-16 | Support the pcf8584 variant found on the u25/45. | Mark Kettenis |
2008-04-16 | Turns out getpropstring() returns an empty string if a property is missing | Mark Kettenis |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-04-16 | pass-phrase -> passphrase, in keeping with the rest of the docs; | Jason McIntyre |
2008-04-16 | Oops, decrease debug log level back to 1. | Marcus Glocker |
2008-04-16 | Some formatting nits. No functional change. | Owain Ainsworth |
2008-04-16 | Use the timeout(9) API the right way: Don't initialize the timeout | Michael Knudsen |
2008-04-16 | Replace handrolled hashes with a splay tree, while there plug a memleak | Pierre-Yves Ritschard |
2008-04-16 | Make sure tickcmpr_set() always writes a time in the future. | Mark Kettenis |
2008-04-16 | Start to make device initialization automatic instead all the static | Marcus Glocker |
2008-04-16 | Mention m5819, m5823 and bq4802. | Mark Kettenis |
2008-04-16 | Redo/clarify the logic for storing options in the various buffers. | Kenneth R Westerback |
2008-04-15 | Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr would | Mark Kettenis |
2008-04-15 | Add support for the Texas Instruments bq4802 real-time clock found on the | Mark Kettenis |
2008-04-15 | fix Xr | Theo de Raadt |
2008-04-15 | mention LM76; stop being exact about increments | Theo de Raadt |
2008-04-15 | Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) for | Theo de Raadt |
2008-04-15 | It turns out the mysterious chip with the heatsink glued on, found on mgx | Miod Vallat |
2008-04-15 | describe why fd passing is now so fucked up, and who's fault it is | Theo de Raadt |
2008-04-15 | sync | Theo de Raadt |
2008-04-15 | fix a comment. no binary change. | Damien Bergamini |
2008-04-15 | link wpa-psk(8) to the build | Damien Bergamini |
2008-04-15 | welcome wpa-psk(8). | Damien Bergamini |
2008-04-15 | Fix braino in mgx_loadcmap() invocation. | Miod Vallat |
2008-04-15 | Oops, 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-14 | Introduce macros to switch to normal and alternate globals and switch to | Mark Kettenis |
2008-04-14 | Rework NFS mbuf write routines: | Bret Lambert |
2008-04-14 | move the cache lookup code into a function, instead repeating | Thordur I. Bjornsson |
2008-04-14 | garbage collect the now unused spec_ebadf(); | Thordur I. Bjornsson |