Age | Commit message (Expand) | Author |
2012-10-15 | major cleanup of the queue allocation code; we need only half of | Mike Belopuhov |
2012-10-13 | Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, at | Theo de Raadt |
2012-10-13 | This device should not put itself into D3 by itself when going to WOL; | Theo de Raadt |
2012-10-12 | Added I-O DATA RSA-PCI2 support. | sasano |
2012-10-12 | Add $OpenBSD$ CVS Ids. | Reyk Floeter |
2012-10-12 | Cleanup false positives for uninitialized uses. | Christiano F. Haesbaert |
2012-10-12 | no need to fetch and print the fw revision | Mike Belopuhov |
2012-10-12 | major cleanup | Mike Belopuhov |
2012-10-12 | a bit of janitoring | Mike Belopuhov |
2012-10-11 | rework the firmware interface and incorporate all the guts into | Mike Belopuhov |
2012-10-11 | kill a scary unused function | Mike Belopuhov |
2012-10-11 | better integer log2 implementation, checked with what linux is doing | Mike Belopuhov |
2012-10-11 | remove pci_set_powerstate() calls that are not needed, since the pci | Theo de Raadt |
2012-10-11 | Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets. | Mark Kettenis |
2012-10-10 | add missing break | Theo de Raadt |
2012-10-10 | Avoid potential uninitialized variable access in fxp driver. | Bret Lambert |
2012-10-09 | Teach amd64 boot(8) how to access a softraid crypto volume. This allows for | Joel Sing |
2012-10-09 | Our arc4random() is safe to use in any context, so we don't the crazy | Theo de Raadt |
2012-10-09 | Provide a mechanism for the kernel to directly pass a mask key through to | Joel Sing |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-08 | sync | Kirill Bychkov |
2012-10-08 | Add Garmin Dakota 20 GPS reciever. | Kirill Bychkov |
2012-10-08 | Provide a mechanism for the kernel to pass data through to the discipline | Joel Sing |
2012-10-08 | Change handling for volumes that are marked no-auto assemble. If we booted | Joel Sing |
2012-10-08 | bzero the right variable. | Joel Sing |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | Avoid uninitiliazed use of ctl and corresponding warnings. | Christiano F. Haesbaert |
2012-10-04 | Clean up uninitialized warnings from ar9003. | Christiano F. Haesbaert |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt |
2012-10-03 | attach to D-Link WUA-2340, from Aaron Wirtz on misc@ | Stuart Henderson |
2012-10-03 | sync | Stuart Henderson |
2012-10-03 | add D-Link WUA-2340, reported working with uath by Aaron Wirtz on misc@ | Stuart Henderson |
2012-09-30 | Correct the addition of the 39320LPE controller. The actual product name | Brad Smith |
2012-09-30 | Simplify the gem(4) variant detection code a bit. | Brad Smith |
2012-09-29 | add support for hardware flow control, from FreeBSD | Jonathan Gray |
2012-09-29 | regen | Jonathan Gray |
2012-09-29 | add some uslcom devices from FreeBSD | Jonathan Gray |
2012-09-29 | From Gavin Atkinson in FreeBSD SVN rev 238778: | Jonathan Gray |
2012-09-28 | update my copyright | Mike Belopuhov |
2012-09-28 | Add support for the Adaptec 39320LPE controller. | Brad Smith |
2012-09-27 | Use a smaller buffer size when not attached to a high speed/usb2 | Jonathan Gray |
2012-09-27 | make smsc work on big endian archs | Jonathan Gray |
2012-09-26 | Do not report link status unless the interface is up as the status is | Brad Smith |
2012-09-26 | Add support for VLAN sized frames. | Brad Smith |
2012-09-26 | add D-Link DGE-530T to re(4), update re(4) manpage | Ryan Freeman |
2012-09-25 | Add minimal support for gen7/ivy bridge in inteldrm. | Jonathan Gray |
2012-09-20 | only want uoak_subr.c, if we have any of the 3 main drivers | Theo de Raadt |
2012-09-20 | add device driver for Toradex OAK usb sensors: | Yojiro Uo |
2012-09-20 | make the lines printed during attach more consistent with other drivers | Jasper Lievisse Adriaanse |
2012-09-19 | Add resource tracking for PCI bus numbers. This will allow us to prevent | Mark Kettenis |