Age | Commit message (Expand) | Author |
2015-01-09 | Properly unwind from a failure in usbd_dma_contig_alloc(). Calling | Mark Kettenis |
2015-01-09 | Fix loading memory allocated with bus_dmamem_alloc(9). The old could would | Mark Kettenis |
2015-01-09 | Always check for DMA buffer overrun, not just for some specific xfers. | Martin Pieuchot |
2015-01-09 | Correctly report memory allocation failure in uhidev_set_report_async(). | Martin Pieuchot |
2015-01-09 | Add an asynchronous version of uhidev_get_report(), from David Higgs | Martin Pieuchot |
2015-01-09 | Add support DIOC{G,S}CACHE to mfi(4). Cache of disk on mfi(4) will | YASUOKA Masahiko |
2015-01-09 | regen | Jonathan Gray |
2015-01-09 | add rate matching hubs seen on a C610 system | Jonathan Gray |
2015-01-09 | match on C610 | Jonathan Gray |
2015-01-09 | regen | Jonathan Gray |
2015-01-09 | Add some Intel Xeon E5 v3 and C610/X99 ids. | Jonathan Gray |
2015-01-09 | save the bufq pointer from the buf before we turn it loose so it won't | Ted Unangst |
2015-01-09 | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt | Ted Unangst |
2015-01-09 | correctly handle no timeouts and make timeout handling in general better. | Ted Unangst |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2015-01-09 | implement mfii_scsi_cmd_io for handling actual io. previously i got | David Gwynne |
2015-01-08 | increase namecache size to follow maxvnodes. seems better than desiredvnodes. | Ted Unangst |
2015-01-08 | Clear autoconf6 flag after autoconf6 cleanup happened, not before. | Florian Obser |
2015-01-08 | Include the Routing Table ID in "struct rtentry" and reorder the fields | Martin Pieuchot |
2015-01-08 | Factorize various duplicated chunks of (old and horrible) code, checking | Martin Pieuchot |
2015-01-08 | Do not unconditionally set a link-local address. | Martin Pieuchot |
2015-01-08 | Use the correct config registers for the RTL8139 family. Unlike the RTL8169 | Brad Smith |
2015-01-07 | Only MS IntelliMouse have a Z axis, prevent a false positive triggered | Martin Pieuchot |
2015-01-07 | use the same trick as mpii for posting the request descriptor with | David Gwynne |
2015-01-07 | Fix impi(4) to make watchdog work and not to panic. | YASUOKA Masahiko |
2015-01-07 | replace bcopy with memcpy. still cant see the bug im looking for. | David Gwynne |
2015-01-07 | i may as well turn bzero into memset while i am busy not having | David Gwynne |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2015-01-06 | We do not support freeing memory using reqbufs with a zero size so | Jonathan Armani |
2015-01-06 | when we're entering an interrupt handler, record its ipl so splassert | David Gwynne |
2015-01-06 | Support for MEDION S4222 which needs another funky umass quirk. From | Martin Pieuchot |
2015-01-06 | regen | Martin Pieuchot |
2015-01-06 | MediaTek Inc. from Ingo Feinerer. | Martin Pieuchot |
2015-01-06 | Always enable the receive filter. It was being enabled via sis_init() | Brad Smith |
2015-01-06 | init a potentially uninitialised var in pf_postprocess_addr | Jonathan Gray |
2015-01-06 | implement atomic_swap_{uint,ulong,ptr) and some md variants. use these | David Gwynne |
2015-01-05 | splassert on some archs (or just sparc64) check that you're not in | David Gwynne |
2015-01-05 | there's already three different types of chips in this family of | David Gwynne |
2015-01-05 | Prevent a race condition upon resume by adding a supplementary delay. | Martin Pieuchot |
2015-01-05 | Explicitly check for a non NULL ifp in in_control(). Only MROUTING | Martin Pieuchot |
2015-01-04 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-04 | Only set the status of a completed xfer just before giving it back to | Martin Pieuchot |
2015-01-04 | EV68CB pass 2.4 is numeric revision 5, as reported by SRM. | Miod Vallat |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2015-01-04 | Use __buffer__ instead of __string__ as the __bounded type. The former causes | Miod Vallat |
2015-01-04 | back out r1.173, aka the "* 8" diff. it tickles a problem on some | David Gwynne |
2015-01-04 | return 0 for success in ucycom_param() instead of uninitialised memory | Jonathan Gray |
2015-01-04 | Fix error handling for re_encap() within re_start() and some tidying up. | Brad Smith |
2015-01-04 | avoid the use of an uninitialised variable in one of the codepaths in | Jonathan Gray |
2015-01-03 | Implement BMAC support; ports 2 & 3 work now as well. | Mark Kettenis |