Age | Commit message (Expand) | Author |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
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-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 | 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 | fix a comment. no binary change. | 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-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 |
2008-04-14 | typo in attachment | Theo de Raadt |
2008-04-13 | sync | Chris Kuethe |
2008-04-13 | add my logitech camera | Chris Kuethe |
2008-04-13 | Use %g7 to store a pointer `struct cpu_info', and use it whereever possible. | Mark Kettenis |
2008-04-13 | lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowm | Mark Kettenis |
2008-04-13 | Disable ISP10160 and ISP12160. They don't quite work yet, and people with | Mark Kettenis |
2008-04-13 | garbage collect the cpus_running global variable; | Thordur I. Bjornsson |
2008-04-13 | bring back a free call which was left out when moving from handrolled lists | Pierre-Yves Ritschard |
2008-04-12 | bring in changes as found in libossaudio | Jacob Meuser |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2008-04-12 | Prune the in-use swap encryption keys in uvm_shutdown(), per deraadt@'s idea. | Miod Vallat |
2008-04-12 | When enabling swap encryption, pass the correct number of swap pages to | Miod Vallat |
2008-04-12 | typos | Miod Vallat |
2008-04-12 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-12 | Introduce macros to get and set the MMU context ID in asm code and switch to | Mark Kettenis |
2008-04-12 | Tighten check for consoleness by comparing comconsiot as well as comconsaddr. | Mark Kettenis |
2008-04-12 | just use an incremented int to calculate drawable ids. This is simpler | Owain Ainsworth |
2008-04-12 | Make sure that the drawables are properly freed when removed, and upon | Owain Ainsworth |
2008-04-12 | Switch part of the magic hashtable over to using a TAILQ instead | Owain Ainsworth |
2008-04-12 | check the softc for null before we use it. Fixes a crash when drm is enabled | Owain Ainsworth |
2008-04-12 | Convert the list of agp memory over to a TAILQ instead of using a hand- | Owain Ainsworth |
2008-04-12 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |
2008-04-12 | Initialize comconsiot in comcninit(). | Mark Kettenis |
2008-04-12 | Fix some debug output. | Marcus Glocker |
2008-04-12 | There are so many reasons why a printf in an ipi is a very bad idea. | Mark Kettenis |
2008-04-11 | introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of the | Thordur I. Bjornsson |
2008-04-11 | ditch c99 style struct initialisers that should have been removed. | Jonathan Gray |
2008-04-11 | Correctly initialize the probe sequence buffer. | Marcus Glocker |
2008-04-10 | introduce mitigation for the calling of an interfaces start routine. | David Gwynne |
2008-04-10 | Also count multicast packets and input bytes for interfaces enslaved by | Brad Smith |