Age | Commit message (Expand) | Author |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-08-10 | USB network devices do not DMA in a way that requires a shutdown function | Theo de Raadt |
2009-08-10 | A few more simple cases of shutdown hooks which only call xxstop, when | Theo de Raadt |
2009-08-10 | clear the beacons owner/valid bits to avoid garbage. | Damien Bergamini |
2009-08-10 | clear the beacons owner/valid bits to avoid garbage. | Damien Bergamini |
2009-08-10 | three more shutdown hooks bite the dust. | Damien Bergamini |
2009-08-10 | xge_shutdown is not needed now that interface is stopped, since | Theo de Raadt |
2009-08-10 | missing argument to DPRINTF. | Damien Bergamini |
2009-08-10 | delete xxshutdown handlers that are never even hooked up | Theo de Raadt |
2009-08-10 | undef OTUS_DEBUG. | Damien Bergamini |
2009-08-10 | i prefer (m == NULL) over (!m) | Damien Bergamini |
2009-08-09 | Make ami(4) use NO_CCB at least some of the time. | Kenneth R Westerback |
2009-08-09 | Check if the command buffer has been allocated before we free it. Fixes | Marcus Glocker |
2009-08-09 | Switch softraid to vnodes to prevent bad things from happening when using | Marco Peereboom |
2009-08-09 | Make this compile when SEA_ASSEMBLER is not defined. | Jonathan Gray |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-09 | spelling error | Theo de Raadt |
2009-08-09 | Get node and port WWN's from the Open Firmware tree on sparc64 if they are | Mark Kettenis |
2009-08-09 | Rewrite bits of the multicast handling code as it should be. | Kevin Lo |
2009-08-08 | match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber |
2009-08-08 | regen | Christian Weisgerber |
2009-08-08 | 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber |
2009-08-08 | Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad. | Christian Weisgerber |
2009-08-08 | bring comments in line with reality; from Brad | Christian Weisgerber |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne |
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo |
2009-08-08 | In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as this | Jonathan Gray |
2009-08-07 | pull some more missing; for err&errx, printf, write, bzopy&bzero | Martynas Venckus |
2009-08-06 | Handle failed disk I/O for RAID6 | Jordan Hargrave |
2009-08-06 | Add device id for BCM5716S, tidy whitespace. From Brad. | Stuart Henderson |
2009-08-06 | Backout r1.274, william@ has tracked down watchdog timeouts with | Stuart Henderson |
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-05 | don't read/write 1000baseT specific MII registers on 10/100M ony device. | Kevin Lo |
2009-08-04 | Fix volume state transitions for RAID4/5/6 | Jordan Hargrave |
2009-08-04 | sync | David Hill |
2009-08-04 | Rhino Equipment donated some T1/E1/J1 cards. Add their vendor and | David Hill |
2009-08-03 | Comment fixes and code tidy-up (whitespace and more consistent | Stuart Henderson |
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-08-02 | Minor KNF from Brad. No binary change. | Stuart Henderson |
2009-08-02 | sync | Stuart Henderson |
2009-08-02 | Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids, | Stuart Henderson |
2009-07-31 | remove unused variable definition; unbreaks kernel build. | Stuart Henderson |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-31 | Factor out code for checking if a chunk is already in use. | Joel Sing |
2009-07-31 | Clean up debug droppings. | Joel Sing |
2009-07-31 | raidp is degraded when n - 1 disks are online, not offline. | Joel Sing |