summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-02-19All other calls to pfxlist_onlink_check() are protected by splsoftnet.Alexander Bluhm
2015-02-19set the eofflag in readdir like we're supposed to.Ted Unangst
2015-02-19regenJasper Lievisse Adriaanse
2015-02-19add an id for the ahci controller on the SM A1SAM-2550F (atom c2550) from me,Jasper Lievisse Adriaanse
2015-02-19when reading the max packet size in the pcie device config andDavid Gwynne
2015-02-19remove unused struct and #defineMike Larkin
2015-02-19Remove a lie from a comment that ratholed me for an evening.Mike Larkin
2015-02-18myri employees and their drivers for linux and solaris have repeatedlyDavid Gwynne
2015-02-18Some modifications on cbus(4):Kenji Aoyama
2015-02-18we're not using these macrosDavid Gwynne
2015-02-18enable pcie relaxed transaction ordering and bump the max payloadDavid Gwynne
2015-02-17the rnd event ringbuf calculations aren't correct, which may result inTed Unangst
2015-02-16avoid double vlan-header or vlan-header for non-vlan(4) interfacesMarkus Friedl
2015-02-16Memory leak if copyin() or copyout() fails; found by Maxime VillardMiod Vallat
2015-02-16allow Arduino Leonardo to attach to umodem(4), from Gregor BestStuart Henderson
2015-02-16syncStuart Henderson
2015-02-16add Arduino Leonardo, from Gregor Best (plus typo+ordering fix)Stuart Henderson
2015-02-16In exec_setup_stack(), move the stack in the right direction ifMiod Vallat
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-15Rather than using 0xff as a placeholder for "don't check prio", use 0xff toStuart Henderson
2015-02-14Rather than using 0xff as a placeholder for "don't check prio", use 0xff toStuart Henderson
2015-02-14Add simple bus_space_{map,unmap,subregion} implementation on luna88k.Kenji Aoyama
2015-02-14Don't defer initialization. config_defer(9) doesn't defer things asMasao Uebayashi
2015-02-14Define UPS_PORT_TEST as FreeBSD/NetBSD do.Masao Uebayashi
2015-02-14Handle (poll) HCD interrupt right after initialization to immediately markMasao Uebayashi
2015-02-13Include sys/stdint.h for SIZE_MAX instead of relying on the misplacedTodd C. Miller
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Remove useless extern definitions of nselcoll and selwait.Todd C. Miller
2015-02-12Fix a bug introduced in the last commit that broke EOF handlingTodd C. Miller
2015-02-12Remove a chunk that should have been deleted in r1.166, this was safeMartin Pieuchot
2015-02-12Set external DMA address configuration interface.Masao Uebayashi
2015-02-12Fix typos.Masao Uebayashi
2015-02-12Provide interface for external DMA address configuration.Masao Uebayashi
2015-02-12When purging the routes corresponding to an ifp, skip the routing tablesMartin Pieuchot
2015-02-12switch back to IRQ_NONE/IRQ_HANDLEDJonathan Gray
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Add and use macros for linux memory barriers. Fix the call inJonathan Gray
2015-02-12Remove a stray ;.Masao Uebayashi
2015-02-12Move register accessor macros to saner place.Masao Uebayashi
2015-02-12switch some free calls back to kfreeJonathan Gray
2015-02-12De-static for backtracing, but using #define to not change indent (for now).Masao Uebayashi
2015-02-12switch MUTEX_ASSERT_LOCKED calls back to assert_spin_lockedJonathan Gray
2015-02-12Simplify debug ifdefs.Masao Uebayashi
2015-02-12Don't panic even if parent port doesn't exist.Masao Uebayashi
2015-02-12KNF.Masao Uebayashi
2015-02-12convert to if_input.David Gwynne
2015-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-02-12Add mutex_is_locked and use it wherever linux uses it.Mark Kettenis
2015-02-12change log(matches) semantics slightly to make it more useful. since itHenning Brauer
2015-02-12- Use config_defer() to call actual attachment.Masao Uebayashi