Age | Commit message (Expand) | Author |
2015-02-16 | avoid double vlan-header or vlan-header for non-vlan(4) interfaces | Markus Friedl |
2015-02-16 | Memory leak if copyin() or copyout() fails; found by Maxime Villard | Miod Vallat |
2015-02-16 | allow Arduino Leonardo to attach to umodem(4), from Gregor Best | Stuart Henderson |
2015-02-16 | sync | Stuart Henderson |
2015-02-16 | add Arduino Leonardo, from Gregor Best (plus typo+ordering fix) | Stuart Henderson |
2015-02-16 | In exec_setup_stack(), move the stack in the right direction if | Miod Vallat |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-15 | Rather than using 0xff as a placeholder for "don't check prio", use 0xff to | Stuart Henderson |
2015-02-14 | Rather than using 0xff as a placeholder for "don't check prio", use 0xff to | Stuart Henderson |
2015-02-14 | Add simple bus_space_{map,unmap,subregion} implementation on luna88k. | Kenji Aoyama |
2015-02-14 | Don't defer initialization. config_defer(9) doesn't defer things as | Masao Uebayashi |
2015-02-14 | Define UPS_PORT_TEST as FreeBSD/NetBSD do. | Masao Uebayashi |
2015-02-14 | Handle (poll) HCD interrupt right after initialization to immediately mark | Masao Uebayashi |
2015-02-13 | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced | Todd C. Miller |
2015-02-12 | Convert to if_input(). | Martin Pieuchot |
2015-02-12 | Remove useless extern definitions of nselcoll and selwait. | Todd C. Miller |
2015-02-12 | Fix a bug introduced in the last commit that broke EOF handling | Todd C. Miller |
2015-02-12 | Remove a chunk that should have been deleted in r1.166, this was safe | Martin Pieuchot |
2015-02-12 | Set external DMA address configuration interface. | Masao Uebayashi |
2015-02-12 | Fix typos. | Masao Uebayashi |
2015-02-12 | Provide interface for external DMA address configuration. | Masao Uebayashi |
2015-02-12 | When purging the routes corresponding to an ifp, skip the routing tables | Martin Pieuchot |
2015-02-12 | switch back to IRQ_NONE/IRQ_HANDLED | Jonathan Gray |
2015-02-12 | Convert to if_input(). | Martin Pieuchot |
2015-02-12 | Add and use macros for linux memory barriers. Fix the call in | Jonathan Gray |
2015-02-12 | Remove a stray ;. | Masao Uebayashi |
2015-02-12 | Move register accessor macros to saner place. | Masao Uebayashi |
2015-02-12 | switch some free calls back to kfree | Jonathan Gray |
2015-02-12 | De-static for backtracing, but using #define to not change indent (for now). | Masao Uebayashi |
2015-02-12 | switch MUTEX_ASSERT_LOCKED calls back to assert_spin_locked | Jonathan Gray |
2015-02-12 | Simplify debug ifdefs. | Masao Uebayashi |
2015-02-12 | Don't panic even if parent port doesn't exist. | Masao Uebayashi |
2015-02-12 | KNF. | Masao Uebayashi |
2015-02-12 | convert to if_input. | David Gwynne |
2015-02-12 | Rename the struct device member of inteldrm_softc to sc_dev and rename the | Mark Kettenis |
2015-02-12 | Add mutex_is_locked and use it wherever linux uses it. | Mark Kettenis |
2015-02-12 | change log(matches) semantics slightly to make it more useful. since it | Henning Brauer |
2015-02-12 | - Use config_defer() to call actual attachment. | Masao Uebayashi |
2015-02-11 | Do not store the key and the gateway of a route entry in the same chunk | Martin Pieuchot |
2015-02-11 | Disable the L1 ASPM link state to workaround errata with the | Brad Smith |
2015-02-11 | - Fix thinko about struct usbd_xfer allocation. | Masao Uebayashi |
2015-02-11 | - Make use of m_defrag(). | Brad Smith |
2015-02-11 | Disable the L0S and L1 ASPM link states to workaround errata with the | Brad Smith |
2015-02-11 | Needs <sys/atomic.h> explicitely now. | Miod Vallat |
2015-02-11 | dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h> | Miod Vallat |
2015-02-11 | things that use sys/lock.h want lockmgr locks. things that use | David Gwynne |
2015-02-11 | include extended capabilities in ahci debug output | Jonathan Matthew |
2015-02-11 | regen | Brad Smith |
2015-02-11 | Add Intel Dual Band Wireless AC 3165 / 8260 PCI ids. | Brad Smith |
2015-02-11 | recognise ahci 1.3.1 | Jonathan Matthew |