Age | Commit message (Expand) | Author |
2011-01-10 | Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to all | Mark Kettenis |
2011-01-10 | Attach acpihpet only once. The matching code is changed because acpi bus | Mike Belopuhov |
2011-01-10 | update the documentation regarding the *4 vs *6 decision for early RC4 | Theo de Raadt |
2011-01-10 | move comment block regarding ARC4_MAIN_MAX_BYTES | Theo de Raadt |
2011-01-10 | randomread does its own rekeying now, so we don't need the large buf function. | Ted Unangst |
2011-01-10 | OK, this is getting silly, but we might as well zero the entropy buffer | Theo de Raadt |
2011-01-10 | zero another intermediate key storage area | Theo de Raadt |
2011-01-09 | be more careful with nanotime() calls in early entropy storage, since | Theo de Raadt |
2011-01-09 | Continue loading acpiec even if _REG fails.. allows HP G62 to work properly | Jordan Hargrave |
2011-01-09 | trust the Tx/Rx chains masks in ROM except for the 4965 and 5100 | Damien Bergamini |
2011-01-09 | cleanup; change the way opns are attached. | Damien Bergamini |
2011-01-08 | split randomattach into random_init() and random_start(), so that we | Theo de Raadt |
2011-01-08 | sync | Theo de Raadt |
2011-01-08 | new radeon; Claus Assmann | Theo de Raadt |
2011-01-08 | reserve one xfer for beacons during init. | Damien Bergamini |
2011-01-08 | fix LEDs handling. | Damien Bergamini |
2011-01-08 | the USB frontend has its own switch_chan() function, so no need to | Damien Bergamini |
2011-01-08 | clear pci configuration register 0x41 on resume, like during attach. | Damien Bergamini |
2011-01-08 | Removed unused structure member | Jordan Hargrave |
2011-01-08 | spaces | Theo de Raadt |
2011-01-08 | switch back from PAGE_SIZE for the sake of sparc | Theo de Raadt |
2011-01-08 | destatic. ok deraadt | Ted Unangst |
2011-01-07 | some minor improvements to rnd. | Ted Unangst |
2011-01-07 | substantial rewrite. put a very thin mutex at the entropy-collection | Theo de Raadt |
2011-01-07 | since randomwrite() also has no blocking operations at all, we need to | Theo de Raadt |
2011-01-07 | the midlayer uses -1 as a wildcard when processing requests for probes or | David Gwynne |
2011-01-06 | For very large operations in randomread(), use a local rc4 instance | Theo de Raadt |
2011-01-06 | Remove dead links. | Damien Bergamini |
2011-01-06 | only athn at uhub (not pci or cardbus) needs firmload | Damien Bergamini |
2011-01-06 | cleanup athn_usb_rx_frame(). | Damien Bergamini |
2011-01-06 | implement fast channel change. | Damien Bergamini |
2011-01-06 | create STA entry for our BSS upon association. | Damien Bergamini |
2011-01-06 | init and destory the bufq in the ioctl handler, as | Thordur I. Bjornsson |
2011-01-06 | make all /dev/*random nodes respond; in fact, don't even worry about | Theo de Raadt |
2011-01-06 | "athn* at uhub? port ?" | Damien Bergamini |
2011-01-05 | Ignore MCFG tables with an empty bus range. Makes stu@'s amd64 machine | Mark Kettenis |
2011-01-05 | cosmetic, no binary change. | Damien Bergamini |
2011-01-05 | cut vnd over to using bufq's again. | Thordur I. Bjornsson |
2011-01-05 | remove debug code | Theo de Raadt |
2011-01-05 | mark unused fields in struct rndstats | Theo de Raadt |
2011-01-04 | Support machdep.lidsuspend support in apm(4) land, at least on thinkpads | Theo de Raadt |
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis |
2011-01-04 | in arc4_stir() only grab 64 bytes from the MD5 output. Grabbing more | Theo de Raadt |
2011-01-03 | remove sc->sc_kbcslot, as is always PCKBC_AUX_SLOT | Alexandr Shadchin |
2011-01-03 | use host_flags directly as they're initialized during attach time. | Federico G. Schwindt |
2011-01-03 | the flags method of the ac97 host interface is optional. check that | Jacob Meuser |
2011-01-03 | sync | Alexander Yurchenko |
2011-01-03 | Add Radeon HD 3450 AGP; from yason@linklevel.net | Alexander Yurchenko |
2011-01-02 | Prevent a few more NULL pointer dereferences in troublesome situations; from | Miod Vallat |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |