Age | Commit message (Expand) | Author |
2011-01-29 | spaces that make my eyes bleed. no binary change. | Marco Peereboom |
2011-01-29 | Fix two logic errors: | Kevin Lo |
2011-01-28 | we deal with polled ccbs erroring out properly, we dont have to complain | David Gwynne |
2011-01-28 | ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should be | David Gwynne |
2011-01-27 | Fix newlines for error on attach case. with & ok dlg. | Darren Tucker |
2011-01-27 | while closing the device, don't sleep with the PCATCH flag, otherwise | Alexandre Ratchov |
2011-01-26 | Add port multiplier support, has been in snaps for a while with no reported | Dale Rahn |
2011-01-26 | sync | Kevin Lo |
2011-01-26 | sort previous | Kevin Lo |
2011-01-26 | sync | Kevin Lo |
2011-01-26 | Attansic L1D/L2C PCI ids | Kevin Lo |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-24 | unbreak 6200 support by forcing Tx/Rx chains masks since ROM | Damien Bergamini |
2011-01-23 | Factor out block level I/O handling code and correctly handle I/Os that | Joel Sing |
2011-01-22 | Ensure that boot storage area exists and is large enough, before | Joel Sing |
2011-01-21 | sync | Kevin Lo |
2011-01-21 | Add Atheros F1 and F2 PHYs from FreeBSD | Kevin Lo |
2011-01-21 | Get rid of the use of goto's within vte_iff funtion; from Brad | Kevin Lo |
2011-01-20 | add IT8721 support | Oleg Safiullin |
2011-01-19 | - regen | Jasper Lievisse Adriaanse |
2011-01-19 | - fix Radeon HD 3870 audio entry, from Greg Jones. | Jasper Lievisse Adriaanse |
2011-01-18 | - regen after grange's last commit. | Jasper Lievisse Adriaanse |
2011-01-18 | Another ati and nvidia video from yason@linklevel.net | Alexander Yurchenko |
2011-01-17 | sync | Kevin Lo |
2011-01-17 | Add the Moschip mcs7832; from Brad | Kevin Lo |
2011-01-17 | sync | Kevin Lo |
2011-01-17 | Add id for Broadcom BCM57712; from Brad | Kevin Lo |
2011-01-16 | * instead of NULLing pointers to interface descriptors in the uaa, mark | Jacob Meuser |
2011-01-15 | * add 'udi_serial' to struct usb_device_info. | Jacob Meuser |
2011-01-15 | carrier leakage calibration workaround for high temperature is not | Damien Bergamini |
2011-01-15 | Fix multicast handling | Kevin Lo |
2011-01-15 | sync | Kevin Lo |
2011-01-15 | Add drivers for the RDC R6040 Ethernet chipset | Kevin Lo |
2011-01-13 | sync | Alexander Yurchenko |
2011-01-13 | A few devices found on Dell Inspirion N5010; from yason@linklevel.net | Alexander Yurchenko |
2011-01-13 | Get rid of "forever" loop in the interrupt handler such that we drop out of the | Mark Kettenis |
2011-01-13 | Add new file for upcoming change. ok dlg@ deraadt@ | Dale Rahn |
2011-01-12 | Only init the nameidata parts that are strictly needed instead | Thordur I. Bjornsson |
2011-01-12 | Reset the state member of the ata_xfer to ATA_S_SETUP before reusing it | Mark Kettenis |
2011-01-12 | A bunch more explicit_bzero calls for key material | Theo de Raadt |
2011-01-12 | stray tab | Marco Peereboom |
2011-01-12 | explicit zeroing of key information in the softraid ioctl code | Theo de Raadt |
2011-01-12 | more explicit_bzero to delete keys. | Marco Peereboom |
2011-01-12 | lots of explicit_bzero for things which contain parts of keys | Theo de Raadt |
2011-01-12 | use explicit_bzero() for key materials, including that in the session. | Theo de Raadt |
2011-01-12 | explicit_bzero() of key material in drivers few people use | Theo de Raadt |
2011-01-11 | use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan for Rx radiotap | Damien Bergamini |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2011-01-11 | bring back carrying over state from the previous RC4 instance when | Damien Miller |
2011-01-11 | all the bzeros in rnd are important, use explicit_bzero | Ted Unangst |