summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2014-08-20bring back r1.130:David Gwynne
2014-08-18dont rely on mbuf.h to provide pool.h.David Gwynne
2014-08-18introduce mbuf list and queue apis. both manage fifo lists of mbufsDavid Gwynne
2014-08-18external page headers use an RB tree to find the page headerDavid Gwynne
2014-08-17i broke the userland shim used for the extent regress test when iDavid Gwynne
2014-08-14No need for raw_cb.hMartin Pieuchot
2014-08-12sigh. when returning ENOENT in the sysctl path, unlock on the way out.David Gwynne
2014-08-12i accidentally removed the check for whether the requested pool inDavid Gwynne
2014-08-12bring back r1.135:David Gwynne
2014-08-12bring back r1.134:David Gwynne
2014-08-12bring back r1.132. this is a bit different cos we're still using splvm toDavid Gwynne
2014-08-11Do not pmap_update(pmap_kernel()) within the `create mappings' loop, but onlyMiod Vallat
2014-08-11bring back r1.132:David Gwynne
2014-08-11bring back r1.131:David Gwynne
2014-08-10Write the core file of a non-suid process into the current directoryAlexander Bluhm
2014-07-28I/O ktrace of sendsyslog(2) did not work. As uiomove() adjustsAlexander Bluhm
2014-07-26If we're stopping a secondary cpu, don't let sched_choosecpu() short-circuitMark Kettenis
2014-07-23Set the console input in polling mode before entering ukc.Martin Pieuchot
2014-07-22The last poison change is awesome, it is triggering use after free bugs.Theo de Raadt
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-21fix some wrong comments and a bit of KNFMike Larkin
2014-07-20Support hibernating to softraid crypto volumes.Mike Larkin
2014-07-17zero random buf for sysctl too, just in caseTed Unangst
2014-07-16Reenable hibernate RLE support and flush+zero all memory after unpack.Mike Larkin
2014-07-13use mallocarray for multiplied value checkingTed Unangst
2014-07-13KASSERTMSG(9): New kernel assertion with messageMasao Uebayashi
2014-07-13Fix sched_stop_secondary_cpus() to properly drain CPUsMatthew Dempsky
2014-07-13Introduce PS_NOBROADCASTKILL a process flag that excludes processes fromClaudio Jeker
2014-07-13bzero -> memset. for the speeds.Ted Unangst
2014-07-13trim some castsTed Unangst
2014-07-13KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3)Masao Uebayashi
2014-07-13Initial support to read GPT partition tables in the kernel, if option GPT.Miod Vallat
2014-07-13use mallocarray where arguments are multipled. ok deraadtTed Unangst
2014-07-13pass the size to free in some of the obvious casesTed Unangst
2014-07-13if the freedsize isn't zero, check that's reasonable. ok beckTed Unangst
2014-07-13If the only process in the pgrp is in the middle of exiting, it mightPhilip Guenther
2014-07-13treat external storage allocated by the mbuf layer the same asDavid Gwynne
2014-07-12Refactor out dosigsuspend() functionMatthew Dempsky
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Remove the temporary dospartoff work around.Joel Sing
2014-07-12Change config_deactivate(9) to always unset the DVF_ACTIVE flag soMartin Pieuchot
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11reboot(9): Add MI reboot entry functionMasao Uebayashi
2014-07-11Use membar_producer() to force visibility instead of misusingPhilip Guenther
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-07-11Flush the buffercache to 16MB on hibernate and restore its previous maxMike Larkin
2014-07-10instead of defining two versions of bucketidx, just don't inline for small.Ted Unangst
2014-07-10Add mallocarray(9)Matthew Dempsky
2014-07-10drain some boolean_t poisonTed Unangst
2014-07-10Stop using a shutdown hook for softraid(4) and explicitly shutdownMartin Pieuchot