summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-01-09Properly unwind from a failure in usbd_dma_contig_alloc(). CallingMark Kettenis
2015-01-09Fix loading memory allocated with bus_dmamem_alloc(9). The old could wouldMark Kettenis
2015-01-09Always check for DMA buffer overrun, not just for some specific xfers.Martin Pieuchot
2015-01-09Correctly report memory allocation failure in uhidev_set_report_async().Martin Pieuchot
2015-01-09Add an asynchronous version of uhidev_get_report(), from David HiggsMartin Pieuchot
2015-01-09Add support DIOC{G,S}CACHE to mfi(4). Cache of disk on mfi(4) willYASUOKA Masahiko
2015-01-09regenJonathan Gray
2015-01-09add rate matching hubs seen on a C610 systemJonathan Gray
2015-01-09match on C610Jonathan Gray
2015-01-09regenJonathan Gray
2015-01-09Add some Intel Xeon E5 v3 and C610/X99 ids.Jonathan Gray
2015-01-09save the bufq pointer from the buf before we turn it loose so it won'tTed Unangst
2015-01-09rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadtTed Unangst
2015-01-09correctly handle no timeouts and make timeout handling in general better.Ted Unangst
2015-01-09Cleanup some macros and #defines in i386 pmap. Previously committed andMike Larkin
2015-01-09implement mfii_scsi_cmd_io for handling actual io. previously i gotDavid Gwynne
2015-01-08increase namecache size to follow maxvnodes. seems better than desiredvnodes.Ted Unangst
2015-01-08Clear autoconf6 flag after autoconf6 cleanup happened, not before.Florian Obser
2015-01-08Include the Routing Table ID in "struct rtentry" and reorder the fieldsMartin Pieuchot
2015-01-08Factorize various duplicated chunks of (old and horrible) code, checkingMartin Pieuchot
2015-01-08Do not unconditionally set a link-local address.Martin Pieuchot
2015-01-08Use the correct config registers for the RTL8139 family. Unlike the RTL8169Brad Smith
2015-01-07Only MS IntelliMouse have a Z axis, prevent a false positive triggeredMartin Pieuchot
2015-01-07use the same trick as mpii for posting the request descriptor withDavid Gwynne
2015-01-07Fix impi(4) to make watchdog work and not to panic.YASUOKA Masahiko
2015-01-07replace bcopy with memcpy. still cant see the bug im looking for.David Gwynne
2015-01-07i may as well turn bzero into memset while i am busy not havingDavid Gwynne
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