summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-01-02Report the TT Think Time of USB2.0 Hubs.Martin Pieuchot
2015-01-02give the device ref taken in vscsikqfilter to the knote, and unrefDavid Gwynne
2015-01-02store all state needed to defer probe/detach events in vscsi_devevent_task.David Gwynne
2015-01-02Add some additional i.MX6 board types from Bitrig.Jonathan Gray
2015-01-01move to 5.7-betaTheo de Raadt
2015-01-01Always drain the write buffer on pte sync. Needed for Cortex A7/A15Jonathan Gray
2014-12-31recent changes broke alignment requirements on arm.Ted Unangst
2014-12-31copyright_year=$(date +%Y)Joel Sing
2014-12-31Correct evcount_attach argument on cbus(4).Kenji Aoyama
2014-12-30Remove redundant md memcpy.S and memmove.S lines. The mi configJonathan Gray
2014-12-30add __bounded as appropriate.David Gwynne
2014-12-30unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.Jonathan Gray
2014-12-30Rework disklabel reading taskq to plug holes pointed out by jsing@.Kenneth R Westerback
2014-12-29Toggle the TX_RING_KICK_WRAP bit when appropriate.Mark Kettenis
2014-12-29Assert that rtrequest1(9) is always called at IPL_SOFTNET instead ofMartin Pieuchot
2014-12-29Explicitely include <uvm/uvm_extern.h> in order to build on variable page sizeMiod Vallat
2014-12-29Some missing break's.Brad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-29It sends and receives packets (until we run out of the initial receive blocks).Mark Kettenis
2014-12-28The greatest happiness is to scatter inferiour APIs, to drive themKenneth R Westerback
2014-12-28Fairly complete Rx path hardware initialization.Mark Kettenis
2014-12-28Replace last workq in tree (reading disklabels from newly attachedKenneth R Westerback
2014-12-28Attach USB HID devices from the Generic Destop page, usage pointer toMatthieu Herrb
2014-12-28remove a surplus argument to printf caught by -WformatJonathan Gray
2014-12-28mask with & not &&Jonathan Gray
2014-12-28Add an audio driver, necsb(4), for NEC PC-9801-86 sound board onKenji Aoyama
2014-12-28convert bcopy to memcpy in md5 and sha1. also be consistent about clearingTed Unangst
2014-12-28remove KPDK. not really used, and a bad choice anyway. ok naddyTed Unangst
2014-12-26More code. Transmitting packets somewhat works now.Mark Kettenis
2014-12-26unifdef INET. missed a few headers in previous roundsTed Unangst
2014-12-24Pass real sizes to free().Miod Vallat
2014-12-24Partially revert 1.46 and print more details when panicing at the end ofMiod Vallat
2014-12-24tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access toMiod Vallat
2014-12-23Pass real sizes to free()Miod Vallat
2014-12-23Fix an obvious free() argument misuse which has been there since r1.1.Miod Vallat
2014-12-23as in libc, always assume digest is passed to Final. no null allowed.Ted Unangst
2014-12-23as in libc, there's no need to check for calling Init on null contextTed Unangst
2014-12-23not necessary to zero hash context; the hash final functions all do that.Ted Unangst
2014-12-23tmp is a bad name for a shactxTed Unangst
2014-12-23use endian.h swap macros instead of home grown versionsTed Unangst
2014-12-23We do not need to grab the kernel lock for clock interrupts on luna88k,Kenji Aoyama
2014-12-23to be safe, revert locking change until further tested.Ted Unangst
2014-12-23change pmap pools from nointr to waitok. pvpool left alone for now.Ted Unangst
2014-12-23convert pool_init nointr to waitokTed Unangst
2014-12-23knfTed Unangst
2014-12-23convert from nointr to waitokTed Unangst
2014-12-23optimize locking a wee bit by holding it for critical parts onlyTed Unangst
2014-12-23I don't like these macros, they obscure the code.Ted Unangst
2014-12-23unifdef INETTed Unangst