Age | Commit message (Expand) | Author |
2013-02-08 | - remove ununsed PCI_ANY_ID macros | Jasper Lievisse Adriaanse |
2013-02-08 | add another DFE-530TX+ | Jasper Lievisse Adriaanse |
2013-02-08 | regen | Jasper Lievisse Adriaanse |
2013-02-08 | add another DFE-530TX+ which happens to have a quirky vendor ID. use that ID | Jasper Lievisse Adriaanse |
2013-02-08 | Insufficient levels of hops in the local brew led to Theo and I mucking | Philip Guenther |
2013-02-07 | Bring back reserve enforcement and page daemon wakeup into uvm_pglistalloc, | Bob Beck |
2013-02-07 | make sure the page daemon considers BUFPAGES_INACT when deciding | Bob Beck |
2013-02-07 | Sync. | Paul Irofti |
2013-02-07 | Add Radeon HD 7290. | Paul Irofti |
2013-02-07 | Remove dead code. | Martin Pieuchot |
2013-02-07 | convert mbuf tags to use pool(9) as a backend storage; | Mike Belopuhov |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2013-02-06 | Check for __PIC__, not PIC, as some files in libc will only see the former. | Miod Vallat |
2013-02-05 | Make the inet6 and inet cases in in_pcbrtentry() look similar. | Alexander Bluhm |
2013-02-05 | netflow v10 omitted the sysUpTime flow set header field from | Florian Obser |
2013-02-05 | Do not profile the various ipi functions. This is a requirement for the | Martin Pieuchot |
2013-02-04 | The firmware isn't always happy with the length of the "join BSS" command | Mark Kettenis |
2013-02-04 | Set sa_len correctly for PF_INET (and be consistent with the PF_INET6 | Todd C. Miller |
2013-02-04 | some stuff i found in old storedge 3500 disk trays seem to work fine. | David Gwynne |
2013-02-03 | Let the octeon kernel link properly. | Brian Callahan |
2013-02-02 | - remove product/vendor table and let the driver attach based on class, etc. | Federico G. Schwindt |
2013-02-02 | mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88k | Miod Vallat |
2013-02-02 | hp300 ELF bits. Requires many device and prom related structs to now be declared | Miod Vallat |
2013-02-02 | Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel | Miod Vallat |
2013-02-01 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-01-31 | welcome to 5.3-BETA | Miod Vallat |
2013-01-30 | In doreadlinkat(), only access auio.uio_resid if it's already been | Matthew Dempsky |
2013-01-30 | backout 5718/5719/5720 support. the diff breaks the 5704C on my xserve g5 | David Gwynne |
2013-01-29 | 7 &&'ed elements in a single KASSERT involving complex tests is just painful | Bob Beck |
2013-01-29 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-01-29 | - Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to be | Brad Smith |
2013-01-29 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-01-29 | Add the PCI id for the D-Link DFE-520TX C1 board. | Brad Smith |
2013-01-29 | the bus_space api implies that there's a bus endianness that it will | David Gwynne |
2013-01-29 | big pullup of bge to support the 5718 family of chips including the | David Gwynne |
2013-01-28 | Make ulpt(4) upload firmware into HP LaserJet printers which require firmware. | Stefan Sperling |
2013-01-28 | regen | Stefan Sperling |
2013-01-28 | Add USB device IDs for HP LaserJet printers which require firmware. | Stefan Sperling |
2013-01-28 | Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD, | Darren Tucker |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2013-01-27 | Correct the PBA size used for PCH adapters (26KB). | Brad Smith |
2013-01-26 | Make sure new processes get a clean FPU configuration upon startup, by | Miod Vallat |
2013-01-25 | Add _KERNEL guard to hide dprintf macro from userland. | Brad Smith |
2013-01-25 | Updates for beagle/panda work. OK patrick@ and miod@ | Brandon Mercer |
2013-01-25 | the event type is a 16bit value, not 32bit. use htole16 instead of htole32. | David Gwynne |
2013-01-25 | we go to a lot of effort to post the first tx descriptor last, but we | David Gwynne |
2013-01-25 | the myx_dmamem struct doesnt need a name. | David Gwynne |
2013-01-23 | ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic | Patrick Wildt |
2013-01-23 | Add instruction fault register functions, which will be needed for further | Patrick Wildt |
2013-01-23 | Change interface and span interface lists from LIST to TAILQ. | Camiel Dobbelaar |