Age | Commit message (Expand) | Author |
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 |
2014-12-23 | as in libc, there's no need to check for calling Init on null context | Ted Unangst |
2014-12-23 | not necessary to zero hash context; the hash final functions all do that. | Ted Unangst |
2014-12-23 | tmp is a bad name for a shactx | Ted Unangst |
2014-12-23 | use endian.h swap macros instead of home grown versions | Ted Unangst |
2014-12-23 | We do not need to grab the kernel lock for clock interrupts on luna88k, | Kenji Aoyama |
2014-12-23 | to be safe, revert locking change until further tested. | Ted Unangst |
2014-12-23 | change pmap pools from nointr to waitok. pvpool left alone for now. | Ted Unangst |
2014-12-23 | convert pool_init nointr to waitok | Ted Unangst |
2014-12-23 | knf | Ted Unangst |
2014-12-23 | convert from nointr to waitok | Ted Unangst |
2014-12-23 | optimize locking a wee bit by holding it for critical parts only | Ted Unangst |
2014-12-23 | I don't like these macros, they obscure the code. | Ted Unangst |
2014-12-23 | unifdef INET | Ted Unangst |