summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2014-12-23convert nointr pool_init argument to pr_waitokTed Unangst
2014-12-23change req pool alloc to null. add prwaitok here and nfs_node_pool whichTed Unangst
2014-12-23change pool allocator to null and pass waitok to indicate nointrTed Unangst
2014-12-23change pool_init allocator to NULL and pass PR_WAITOK in flags as a signTed Unangst
2014-12-23backout previous, because libkvm needs two pieces. will let mikeTheo de Raadt
2014-12-23force the pool of pmapvp onto PAGE_SIZE allocations by specifying aDavid Gwynne
2014-12-22Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only otherMike Larkin
2014-12-22Clean up some weird spacing. No functional change.Mike Larkin
2014-12-22fix an error in piglet allocation when requesting an alignment < PAGE_SIZEMike Larkin
2014-12-22Replace switch workq with taskq, using the blambert@ method (tm).Kenneth R Westerback
2014-12-22Make it possible to execute PIE binaries that don't have an PT_INTERP segmentMark Kettenis
2014-12-22Operations on the global prefix or address lists should be done underMartin Pieuchot
2014-12-22Make sure rtrequest1(9) is called under splsoftnet().Martin Pieuchot