Age | Commit message (Expand) | Author |
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 |
2014-12-29 | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size | Miod Vallat |
2014-12-29 | Some missing break's. | Brad Smith |
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |
2014-12-29 | It sends and receives packets (until we run out of the initial receive blocks). | Mark Kettenis |
2014-12-28 | The greatest happiness is to scatter inferiour APIs, to drive them | Kenneth R Westerback |
2014-12-28 | Fairly complete Rx path hardware initialization. | Mark Kettenis |
2014-12-28 | Replace last workq in tree (reading disklabels from newly attached | Kenneth R Westerback |
2014-12-28 | Attach USB HID devices from the Generic Destop page, usage pointer to | Matthieu Herrb |
2014-12-28 | remove a surplus argument to printf caught by -Wformat | Jonathan Gray |
2014-12-28 | mask with & not && | Jonathan Gray |
2014-12-28 | Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on | Kenji Aoyama |
2014-12-28 | convert bcopy to memcpy in md5 and sha1. also be consistent about clearing | Ted Unangst |
2014-12-28 | remove KPDK. not really used, and a bad choice anyway. ok naddy | Ted Unangst |
2014-12-26 | More code. Transmitting packets somewhat works now. | Mark Kettenis |
2014-12-26 | unifdef INET. missed a few headers in previous rounds | Ted Unangst |
2014-12-24 | Pass real sizes to free(). | Miod Vallat |
2014-12-24 | Partially revert 1.46 and print more details when panicing at the end of | Miod Vallat |
2014-12-24 | tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to | Miod Vallat |
2014-12-23 | Pass real sizes to free() | Miod Vallat |
2014-12-23 | Fix an obvious free() argument misuse which has been there since r1.1. | Miod Vallat |
2014-12-23 | as in libc, always assume digest is passed to Final. no null allowed. | Ted Unangst |