Age | Commit message (Expand) | Author |
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 |
2014-07-10 | pool_debug still needed for non-DIAGNOSTIC kernels | Theo de Raadt |
2014-07-10 | sync | Theo de Raadt |
2014-07-10 | Add new sendsyslog(const char *, size_t) system call which simply passes | Theo de Raadt |
2014-07-10 | hide the biglock thrashing under pool_debug so it can be turned off | Ted Unangst |
2014-07-09 | use explicit_bzero for stack and freed variables | Ted Unangst |
2014-07-09 | spelling | Ted Unangst |
2014-07-09 | Minor cleanups in wording in some comments and printfs, and added some | Mike Larkin |
2014-07-09 | Don't use the suspending kernel's VA mapping for the piglet. It's far | Mike Larkin |
2014-07-09 | Cleanup the chunk placement routine by removing the conflict resolver. | Mike Larkin |
2014-07-09 | Teach rw_status() and rrw_status() to return LK_EXCLOTHER if it's write | Philip Guenther |
2014-07-09 | ext_type is set but never read. its a waste of space. | David Gwynne |
2014-07-09 | Use suspending kernel's stack smash guard to avoid panicing during unpack. | Mike Larkin |
2014-07-09 | now that mclgeti doesnt do the rx ring accounting, cluster allocation | David Gwynne |
2014-07-08 | also use inverted poison patterns, to mix things up. ok deraadt miod | Ted Unangst |
2014-07-08 | Repair compilability after the recent uvmexp changes, especially for | Miod Vallat |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-07-07 | regen | Matthew Dempsky |
2014-07-07 | Mark get{,e,res}{u,g}id() and getgroups() as NOLOCK | Matthew Dempsky |
2014-07-07 | fork1: FORK_THREAD requires FORK_SHAREFILES | Matthew Dempsky |
2014-07-07 | regen | Philip Guenther |
2014-07-06 | getentropy(2) doesn't need the kernel lock, so mark it with NOLOCK. | Mark Kettenis |
2014-07-05 | Matthias Pfaller rescinded clauses three and four of his license | Jonathan Gray |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-07-03 | Revert back to 1.129: pool_init() is called before rwlocks can be | Philip Guenther |
2014-07-02 | this doesnt talk to uvm directly, so doesnt need uvm_extern.h | David Gwynne |
2014-07-02 | matthew@ noticed i wasnt populating npages in the kinfo_pool sent to | David Gwynne |
2014-07-02 | Use real parameter types for u{dv,vn}_attach() instead of void * | Matthew Dempsky |
2014-07-02 | inline is the new __inline | David Gwynne |
2014-07-02 | use pool_count to report the number of pools to userland rather | David Gwynne |
2014-07-02 | provide a pool_count global so we can figure out how many pools there are | David Gwynne |
2014-07-02 | take the pools mutex when copying stats out of it in the sysctl | David Gwynne |
2014-07-02 | add an explicit rwlock around the global state (the pool list and serial | David Gwynne |
2014-07-02 | info about pools is currently given to userland by copying each | David Gwynne |
2014-06-27 | Do not KASSERT an unsigned value being >= 0 after decrementing it; instead, | Miod Vallat |
2014-06-21 | If the kernel generates a deadly trap signal (SEGV, BUS, etc) for | Philip Guenther |
2014-06-21 | you've had 12+ years to update your kernel config. | Daniel Dickman |
2014-06-18 | trailing tabs arent needed. | David Gwynne |
2014-06-15 | Use sizeof(struct file *) consistently for memcpy()'ing fd_ofiles. | Matthew Dempsky |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-06-14 | Rather than truncating KERN_ARND requests silently, return EINVAL | Theo de Raadt |