summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-01-06Remove the NOINET6 interface flag, a left-over from the times when IPv6Stefan Sperling
2015-01-06We do not support freeing memory using reqbufs with a zero size soJonathan Armani
2015-01-06when we're entering an interrupt handler, record its ipl so splassertDavid Gwynne
2015-01-06Support for MEDION S4222 which needs another funky umass quirk. FromMartin Pieuchot
2015-01-06regenMartin Pieuchot
2015-01-06MediaTek Inc. from Ingo Feinerer.Martin Pieuchot
2015-01-06Always enable the receive filter. It was being enabled via sis_init()Brad Smith
2015-01-06init a potentially uninitialised var in pf_postprocess_addrJonathan Gray
2015-01-06implement atomic_swap_{uint,ulong,ptr) and some md variants. use theseDavid Gwynne
2015-01-05splassert on some archs (or just sparc64) check that you're not inDavid Gwynne
2015-01-05there's already three different types of chips in this family ofDavid Gwynne
2015-01-05Prevent a race condition upon resume by adding a supplementary delay.Martin Pieuchot
2015-01-05Explicitly check for a non NULL ifp in in_control(). Only MROUTINGMartin Pieuchot
2015-01-04add new driver uslhcom(4) USB HID based UART.uaa
2015-01-04Only set the status of a completed xfer just before giving it back toMartin Pieuchot
2015-01-04EV68CB pass 2.4 is numeric revision 5, as reported by SRM.Miod Vallat
2015-01-04Implement splassert(9) for powerpc.Martin Pieuchot
2015-01-04Use __buffer__ instead of __string__ as the __bounded type. The former causesMiod Vallat
2015-01-04back out r1.173, aka the "* 8" diff. it tickles a problem on someDavid Gwynne
2015-01-04return 0 for success in ucycom_param() instead of uninitialised memoryJonathan Gray
2015-01-04Fix error handling for re_encap() within re_start() and some tidying up.Brad Smith
2015-01-04avoid the use of an uninitialised variable in one of the codepaths inJonathan Gray
2015-01-03Implement BMAC support; ports 2 & 3 work now as well.Mark Kettenis
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2015-01-03Some bowels of the bus_dma code assume it is ok to perform bitwise operationsMiod Vallat
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2015-01-03(new) device driver for Silicon Labs CP2110 USB HID based UART.uaa
2015-01-03Make port 1 on the 4x1G card work. Port 2 & 3 still need some work.Mark Kettenis
2015-01-02Identify NCT5104D variant in dmesg. (No lm here, these are used for com andChris Cappuccio
2015-01-02Fix a few format string warnings, allow to build DEBUG kernel on sgiSebastian Reitenbach
2015-01-02there's no need to defer the removal of the iic sensors to a task, we canDavid Gwynne
2015-01-02When chaining TRBs, calculate the TD Size as described in sectionMartin Pieuchot
2015-01-02Holds up much better under load with an IPL on the block pool.Mark Kettenis
2015-01-02Still locks up under load, but otherwise fairly functional.Mark Kettenis
2015-01-02Report the TT Think Time of USB2.0 Hubs.Martin Pieuchot
2015-01-02give the device ref taken in vscsikqfilter to the knote, and unrefDavid Gwynne
2015-01-02store all state needed to defer probe/detach events in vscsi_devevent_task.David Gwynne
2015-01-02Add some additional i.MX6 board types from Bitrig.Jonathan Gray
2015-01-01move to 5.7-betaTheo de Raadt
2015-01-01Always drain the write buffer on pte sync. Needed for Cortex A7/A15Jonathan Gray
2014-12-31recent changes broke alignment requirements on arm.Ted Unangst
2014-12-31copyright_year=$(date +%Y)Joel Sing
2014-12-31Correct evcount_attach argument on cbus(4).Kenji Aoyama
2014-12-30Remove redundant md memcpy.S and memmove.S lines. The mi configJonathan Gray
2014-12-30add __bounded as appropriate.David Gwynne
2014-12-30unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.Jonathan Gray
2014-12-30Rework disklabel reading taskq to plug holes pointed out by jsing@.Kenneth R Westerback
2014-12-29Toggle the TX_RING_KICK_WRAP bit when appropriate.Mark Kettenis
2014-12-29Assert that rtrequest1(9) is always called at IPL_SOFTNET instead ofMartin Pieuchot