Age | Commit message (Expand) | Author |
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 |
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst |
2014-12-23 | convert nointr pool_init argument to pr_waitok | Ted Unangst |
2014-12-23 | change req pool alloc to null. add prwaitok here and nfs_node_pool which | Ted Unangst |
2014-12-23 | change pool allocator to null and pass waitok to indicate nointr | Ted Unangst |
2014-12-23 | change pool_init allocator to NULL and pass PR_WAITOK in flags as a sign | Ted Unangst |
2014-12-23 | backout previous, because libkvm needs two pieces. will let mike | Theo de Raadt |
2014-12-23 | force the pool of pmapvp onto PAGE_SIZE allocations by specifying a | David Gwynne |
2014-12-22 | Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other | Mike Larkin |
2014-12-22 | Clean up some weird spacing. No functional change. | Mike Larkin |
2014-12-22 | fix an error in piglet allocation when requesting an alignment < PAGE_SIZE | Mike Larkin |
2014-12-22 | Replace switch workq with taskq, using the blambert@ method (tm). | Kenneth R Westerback |
2014-12-22 | Make it possible to execute PIE binaries that don't have an PT_INTERP segment | Mark Kettenis |
2014-12-22 | Operations on the global prefix or address lists should be done under | Martin Pieuchot |
2014-12-22 | Make sure rtrequest1(9) is called under splsoftnet(). | Martin Pieuchot |
2014-12-22 | add TIMEOUT_INITIALIZER for initting timeout declaractions. | David Gwynne |
2014-12-22 | convert to using siphash | Ted Unangst |
2014-12-22 | bcopy -> memcpy, as in amd64 | Theo de Raadt |
2014-12-22 | bcopy -> memcpy; ok tedu | Theo de Raadt |
2014-12-22 | remove some unused fields from pool. ok dlg | Ted Unangst |
2014-12-22 | amd64 now also uses the ssyms mechanism. | Theo de Raadt |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-22 | if we're able to use large page allocators, try and place at least | David Gwynne |
2014-12-21 | WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore. | Alexandr Shadchin |
2014-12-21 | WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore. | Alexandr Shadchin |
2014-12-21 | Prevent writing to the kernel area via the direct map. We do this by padding | Mike Larkin |
2014-12-21 | Always clear a port reset feature after setting it, or at least try to. | Martin Pieuchot |
2014-12-21 | Various transfer improvements/fixes. | Martin Pieuchot |