summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of struct proc p_sched and struct thread td_sched pointers.kib2016-06-051-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* Mark proc0 as a kernel process via the P_KTHREAD flag.jhb2016-02-081-1/+1
* fork: pass arguments to fork1 in a dedicated structuremjg2016-02-041-2/+5
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Remove now obsolete comment.imp2015-08-281-1/+0
* Per overwhelming sentiment in the code review, use FEATURE instead.imp2015-08-281-5/+1
* When the kernel is compiled with INVARIANTS, export that asimp2015-08-261-0/+9
* Limit rights on process descriptors.ed2015-07-311-1/+1
* Get rid of lim_update_thread and cred_update_thread.mjg2015-07-161-1/+4
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-111-0/+5
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-3/+5
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* On amd64, make proc0 pmap initialization slightly more correct. Inkib2015-05-151-1/+1
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-161-0/+3
* cred: add proc_set_cred_init helpermjg2015-03-211-1/+1
* cred: add proc_set_cred helpermjg2015-03-161-10/+12
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aian2015-02-271-1/+1
* turn GEOM_UNCOMPRESS_DEBUG into a proper option so it can be specifiedjmg2015-02-051-0/+1
* Revert for r277213:hselasky2015-01-221-2/+1
* Major callout subsystem cleanup and rewrite:hselasky2015-01-151-1/+2
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-151-1/+6
* The process spin lock currently has the following distinct uses:kib2014-11-261-2/+2
* filedesc: fixup fdinit to lock fdp and preapare files conditinallymjg2014-11-131-1/+1
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-1/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-1/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-2/+2
* Don't call sleepinit() from proc0_init(), make it a SYSINIT instead.cognet2013-08-091-4/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-5/+0
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTavg2013-07-241-6/+9
* MFP4 change 210763brooks2013-04-031-2/+9
* print compiler version in the kernel banneravg2013-02-021-0/+1
* Fix a race between kern_setitimer() and realitexpire(), where thekib2012-12-041-1/+1
* Fix grammar.kib2012-08-161-1/+1
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-151-0/+1
* Extend VERBOSE_SYSINIT to also print out the name of variables passedjhb2012-06-011-9/+28
* TDF_* flags should be used with td_flags field and TDP_* flags should be usedpjd2012-01-221-1/+2
* Remove the long reprecated ``/stand/sysinstall'' from the init_path.pluknet2011-10-271-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Add experimental support for process descriptorsjonathan2011-08-181-1/+2
* Enable accounting for RACCT_NPROC and RACCT_NTHR.trasz2011-03-311-0/+3
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+4
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+2
* - Properly initialize the base priority (td_base_pri) of thread0 to PVMjhb2011-01-061-1/+1
OpenPOWER on IntegriCloud