Age | Commit message (Expand) | Author |
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 |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-03 | Some bowels of the bus_dma code assume it is ok to perform bitwise operations | Miod Vallat |
2015-01-03 | add 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-03 | Make port 1 on the 4x1G card work. Port 2 & 3 still need some work. | Mark Kettenis |
2015-01-02 | Identify NCT5104D variant in dmesg. (No lm here, these are used for com and | Chris Cappuccio |
2015-01-02 | Fix a few format string warnings, allow to build DEBUG kernel on sgi | Sebastian Reitenbach |
2015-01-02 | there's no need to defer the removal of the iic sensors to a task, we can | David Gwynne |
2015-01-02 | When chaining TRBs, calculate the TD Size as described in section | Martin Pieuchot |
2015-01-02 | Holds up much better under load with an IPL on the block pool. | Mark Kettenis |
2015-01-02 | Still locks up under load, but otherwise fairly functional. | Mark Kettenis |
2015-01-02 | Report the TT Think Time of USB2.0 Hubs. | Martin Pieuchot |
2015-01-02 | give the device ref taken in vscsikqfilter to the knote, and unref | David Gwynne |
2015-01-02 | store all state needed to defer probe/detach events in vscsi_devevent_task. | David Gwynne |
2015-01-02 | Add some additional i.MX6 board types from Bitrig. | Jonathan Gray |
2015-01-01 | move to 5.7-beta | Theo de Raadt |
2015-01-01 | Always drain the write buffer on pte sync. Needed for Cortex A7/A15 | Jonathan Gray |
2014-12-31 | recent changes broke alignment requirements on arm. | Ted Unangst |
2014-12-31 | copyright_year=$(date +%Y) | Joel Sing |
2014-12-31 | Correct evcount_attach argument on cbus(4). | Kenji Aoyama |
2014-12-30 | Remove redundant md memcpy.S and memmove.S lines. The mi config | Jonathan Gray |
2014-12-30 | add __bounded as appropriate. | David Gwynne |
2014-12-30 | unifdef __APCS_26__ we don't run on anything with a 26 bit program counter. | Jonathan Gray |
2014-12-30 | Rework disklabel reading taskq to plug holes pointed out by jsing@. | Kenneth R Westerback |
2014-12-29 | Toggle the TX_RING_KICK_WRAP bit when appropriate. | Mark Kettenis |
2014-12-29 | Assert that rtrequest1(9) is always called at IPL_SOFTNET instead of | Martin Pieuchot |