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