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