Age | Commit message (Expand) | Author |
2012-12-19 | add another umsm device | Jonathan Gray |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-12-17 | Add a list of alpha systems and their SRM footprint in the linker script | Miod Vallat |
2012-12-17 | Unbreak bootblocks on Alpha by fixing the primary load address. A | Martynas Venckus |
2012-12-17 | sync up ixgbe_raise_i2c_clk with freebsd which basically allows | Mike Belopuhov |
2012-12-17 | spacing; sync up ixgbe_bus_speed enum with freebsd | Mike Belopuhov |
2012-12-17 | Sync up advanced transmitter descriptor setup code to the upstream. | Mike Belopuhov |
2012-12-17 | sync some comments and variable names in rxeof with freebsd | Mike Belopuhov |
2012-12-17 | Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->buf | Mike Belopuhov |
2012-12-17 | Don't forget to decrement a number of clusters on the ring in case | Mike Belopuhov |
2012-12-17 | Get rid of the split header code as it was never used in | Mike Belopuhov |
2012-12-17 | Implement SFP+ module hot-plug support for 82599 obtained | Mike Belopuhov |
2012-12-17 | Fix a link autonegotiation bug on 10GbaseT controllers and improve | Mike Belopuhov |
2012-12-16 | regen | Jasper Lievisse Adriaanse |
2012-12-16 | - put the Moxa products where they belong alphabetically | Jasper Lievisse Adriaanse |
2012-12-14 | Support IT8772F; from form@, ok kettenis | Mike Belopuhov |
2012-12-14 | regen | Martin Pieuchot |
2012-12-14 | Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@ | Martin Pieuchot |
2012-12-14 | oops, debug printf sneaked in. i must be out of practice. | David Gwynne |
2012-12-13 | iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren't | Martin Pieuchot |
2012-12-13 | pipex_init can be called multiple times (by whatever subsystems want to use | David Gwynne |
2012-12-12 | Rearrange the code a bit to prevent splx() from being called with an | Mike Belopuhov |
2012-12-11 | Bring back a small copy optimization in the aes-gcm handling: | Mike Belopuhov |
2012-12-10 | Fix potential for use-after-free of bufs in softdep. | Bob Beck |
2012-12-10 | Always back the buffer cache off on any page daemon wakeup. This avoids | Bob Beck |
2012-12-10 | Ensure NFS will only consume up to 1/4 of the available buffer | Bob Beck |
2012-12-10 | does not need cdefs.h | Theo de Raadt |
2012-12-10 | adjust mbuf chain data pointer so that ip header would appear | Mike Belopuhov |
2012-12-10 | Correct macobio functions to only read and write one byte of data instead | Martin Pieuchot |
2012-12-10 | Implement support for Extended Sequence Numbers for the aesni driver | Mike Belopuhov |
2012-12-10 | Under some circumstances (currently only reproducible with IPsec) | Mike Belopuhov |
2012-12-10 | Add cdce(4). | Brad Smith |
2012-12-09 | clarify that changes to this module were not done by intel | Mike Belopuhov |
2012-12-09 | get rid of awkward label names and use simple forward/backward | Mike Belopuhov |
2012-12-09 | whitespace cleanup that's been due a long time | Mike Belopuhov |
2012-12-09 | Recognize 7448 and 970MP processors. | Brad Smith |
2012-12-08 | Make ldomd(8) to control the availability of virtual disks to guest domains. | Mark Kettenis |
2012-12-08 | Fix a comment now that PowerPC 970 are recognized, make it clear that | Martin Pieuchot |
2012-12-08 | Recognize PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and | Martin Pieuchot |
2012-12-08 | Descriptor rings can be larger than a single page, so add the offset instead | Mark Kettenis |
2012-12-08 | Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE. | Martin Pieuchot |
2012-12-07 | Remove stray semicolon. Fixes mbuf leak with devices sending BPDUs to | Paul de Weerd |
2012-12-07 | Remove support for waiting for an interrupt within hostcmd_send(), since only | Stefan Sperling |
2012-12-07 | Use a timeout to do a delayed handshake if the receive queue of the LDC | Mark Kettenis |
2012-12-07 | RFC 4106, Section 5 states that the SPI and a 64-bit Sequence | Mike Belopuhov |
2012-12-07 | Fix one of the two issues with ESN support in the GCM case: | Mike Belopuhov |
2012-12-07 | ixgbe_phy_aq is an x540 so kill stale references in the 82598 module | Mike Belopuhov |
2012-12-06 | Rework how AGP memory regions are mapped and add support for AGP bridges | Martin Pieuchot |
2012-12-06 | Make sure we try to unbind AGP memory regions if the aperture base address | Martin Pieuchot |
2012-12-06 | Implement bus_space_mmap(9). | Martin Pieuchot |