| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize the routing table before domains. |  mpi | 2015-10-07 | 1 | -2/+5 |
* | Use a global table for domains instead of building a list at run time. |  mpi | 2015-08-30 | 1 | -2/+1 |
* | Disable pool_gc on m88k if MULTIPROCESSOR; we don't have enough volunteers |  miod | 2015-07-09 | 1 | -1/+3 |
* | introduce srp, which according to the manpage i wrote is short for |  dlg | 2015-07-02 | 1 | -1/+4 |
* | reenable the pool gc task. |  dlg | 2015-06-24 | 1 | -3/+1 |
* | Reenable the page zeroing thread on MP m88k kernels. |  miod | 2015-05-18 | 1 | -3/+2 |
* | emul_native is only used for kernel threads which can't dump core, so |  guenther | 2015-05-05 | 1 | -4/+3 |
* | reenable page zeroing thread on SMP mips kernels. |  miod | 2015-05-01 | 1 | -2/+2 |
* | disable the pool gc. there are reports of strange lockups on various mp |  dlg | 2015-04-12 | 1 | -1/+3 |
* | introduce a garbage collector for (very) idle pool pages. |  dlg | 2015-04-07 | 1 | -1/+7 |
* | Factor out the common bits of process_new() and main()'s code for |  guenther | 2015-02-10 | 1 | -14/+7 |
* | Stop using USRSTACK as the edge of the stack, but rather use the vmspace |  miod | 2015-02-09 | 1 | -2/+3 |
* | unneccessary cmask variable; ok guenther |  deraadt | 2015-01-19 | 1 | -2/+1 |
* | Many architectures call initmsgbuf() really really early, before uvm is |  kettenis | 2015-01-13 | 1 | -1/+4 |
* | copyright_year=$(date +%Y) |  jsing | 2014-12-31 | 1 | -2/+2 |
* | The greatest happiness is to scatter inferiour APIs, to drive them |  krw | 2014-12-28 | 1 | -5/+2 |
* | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter |  guenther | 2014-12-17 | 1 | -2/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+3 |
* | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, |  guenther | 2014-12-15 | 1 | -2/+2 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -2/+2 |
* | Disable the page zeroing thread on MULTIPROCESSOR mips64 kernels as well. |  miod | 2014-11-18 | 1 | -2/+3 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -3/+3 |
* | Do not launch the page zeroing thread on MULTIPROCESSOR m88k systems. This |  miod | 2014-10-25 | 1 | -2/+2 |
* | redo the performance throttling in the kernel. |  tedu | 2014-10-17 | 1 | -1/+10 |
* | disable pagezero thread on hppa, until failure gets diagnosed, ok miod kettenis |  deraadt | 2014-10-13 | 1 | -1/+3 |
* | back out; does not even compile |  deraadt | 2014-10-11 | 1 | -10/+1 |
* | resurrect a many year old diff. move CPU throttling into the kernel, |  tedu | 2014-10-11 | 1 | -1/+10 |
* | Introduce a thread for zeroing pages without holding the kernel lock. This |  kettenis | 2014-10-03 | 1 | -1/+5 |
* | No need for raw_cb.h |  mpi | 2014-08-14 | 1 | -2/+1 |
* | It's init as a process that's special, not init's original thread. |  guenther | 2014-07-11 | 1 | -10/+15 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -4/+1 |
* | Fix a few format string bugs with -DDEBUG |  sf | 2014-06-15 | 1 | -3/+3 |
* | Move from struct proc to process the reference-count-holding pointers |  guenther | 2014-05-15 | 1 | -3/+3 |
* | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, |  guenther | 2014-05-04 | 1 | -1/+2 |
* | Have each thread keeps its own (counted!) reference to the process's ucreds |  guenther | 2014-04-18 | 1 | -1/+4 |
* | Grab the kernel lock before autoconf. This way device drivers can drop it in |  kettenis | 2014-03-31 | 1 | -4/+4 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -5/+3 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-03-29 | 1 | -2/+2 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -2/+2 |
* | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -2/+2 |
* | Move p_sigacts from struct proc to struct process. |  guenther | 2014-03-22 | 1 | -4/+4 |
* | Eliminate the exit sig handling, which was only invokable via the |  guenther | 2014-02-12 | 1 | -2/+2 |
* | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -5/+8 |
* | Refactor rnd startup so arc4random/arc4random_buf can create a chacha state |  deraadt | 2014-01-19 | 1 | -3/+1 |
* | insane typo |  deraadt | 2014-01-19 | 1 | -2/+2 |
* | oops, forgotten part |  deraadt | 2014-01-19 | 1 | -2/+2 |
* | With the earlier initialization of the random subsystem, random_hostseed() |  deraadt | 2014-01-19 | 1 | -3/+1 |
* | We can call random_start() immediately after cpu_startup, that is the |  deraadt | 2014-01-19 | 1 | -3/+3 |
* | copyright++ |  fgsch | 2014-01-01 | 1 | -2/+2 |
* | oops, the fallback stack protector code must handle 64-bit guards |  deraadt | 2013-12-28 | 1 | -2/+2 |