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