Age | Commit message (Expand) | Author |
2015-02-23 | More iwm(4) whitespace fixes from NetBSD. | Stefan Sperling |
2015-02-23 | Make iwm(4) re-read the firmware image from disk on if down/up like other | Stefan Sperling |
2015-02-22 | Correct PAGE_MASK usage in radeon_vm_map_gart(). Linux defines | Jonathan Gray |
2015-02-22 | Give RS* IGP radeons a better chance of working thanks to Imre Vadasz | Jonathan Gray |
2015-02-21 | In iwm(4), fix an inverted check for hardware-ready state. From NetBSD. | Stefan Sperling |
2015-02-20 | Now that if_input() is a thing, use it | Chris Cappuccio |
2015-02-20 | Whitespace fixes for iwm(4) code. From NetBSD. | Stefan Sperling |
2015-02-20 | Make the iwm(4) hardware receive filter pass multicast traffic. | Stefan Sperling |
2015-02-20 | Use standard spelling for types, and rename local variable from "free". | Ted Unangst |
2015-02-20 | fix a memory leak in the error case found by Maxime Villard's Brainy | Ted Unangst |
2015-02-19 | Move the splsoftnet() hiding in the declarations closer to the code. | Alexander Bluhm |
2015-02-19 | All other calls to pfxlist_onlink_check() are protected by splsoftnet. | Alexander Bluhm |
2015-02-19 | set the eofflag in readdir like we're supposed to. | Ted Unangst |
2015-02-19 | regen | Jasper Lievisse Adriaanse |
2015-02-19 | add an id for the ahci controller on the SM A1SAM-2550F (atom c2550) from me, | Jasper Lievisse Adriaanse |
2015-02-19 | when reading the max packet size in the pcie device config and | David Gwynne |
2015-02-19 | remove unused struct and #define | Mike Larkin |
2015-02-19 | Remove a lie from a comment that ratholed me for an evening. | Mike Larkin |
2015-02-18 | myri employees and their drivers for linux and solaris have repeatedly | David Gwynne |
2015-02-18 | Some modifications on cbus(4): | Kenji Aoyama |
2015-02-18 | we're not using these macros | David Gwynne |
2015-02-18 | enable pcie relaxed transaction ordering and bump the max payload | David Gwynne |
2015-02-17 | the rnd event ringbuf calculations aren't correct, which may result in | Ted Unangst |
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 |