summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-12-22add TIMEOUT_INITIALIZER for initting timeout declaractions.David Gwynne
2014-12-22convert to using siphashTed Unangst
2014-12-22bcopy -> memcpy, as in amd64Theo de Raadt
2014-12-22bcopy -> memcpy; ok teduTheo de Raadt
2014-12-22remove some unused fields from pool. ok dlgTed Unangst
2014-12-22amd64 now also uses the ssyms mechanism.Theo de Raadt
2014-12-22unifdef INETTed Unangst
2014-12-22unifdef INETTed Unangst
2014-12-22if we're able to use large page allocators, try and place at leastDavid Gwynne
2014-12-21WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21Prevent writing to the kernel area via the direct map. We do this by paddingMike Larkin
2014-12-21Always clear a port reset feature after setting it, or at least try to.Martin Pieuchot
2014-12-21Various transfer improvements/fixes.Martin Pieuchot