summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4:davidxu2010-12-091-0/+1
* Set bootverbose directly in mi_startup() rather than via a SYSINIT. Thisjhb2010-10-281-9/+3
* - Insert thread0 into correct thread hash link list.davidxu2010-10-171-1/+1
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-091-0/+1
* Add descriptions to a handful of sysctl nodes.gavin2010-08-091-3/+6
* Remove spurious '/*-' marks and fix some other style problems.trasz2010-07-221-4/+3
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-1/+1
* Reorganize syscall entry and leave handling.kib2010-05-231-1/+20
* Initialize the virtual memory-related resource limits in a single place.alc2010-04-111-5/+12
* Make _vm_map_init() the one place where the vm map's pmap field isalc2010-04-031-3/+2
* Random number generator initialization cleanup:ru2009-10-201-0/+13
* Add a mitigation feature that will prevent user mappings atbz2009-10-021-0/+5
* print machine in kernel boot version stringavg2009-10-011-1/+14
* print_caddr_t: drop incorrect __unused attribute from parameteravg2009-09-301-1/+1
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-171-7/+0
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-1/+3
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-1/+4
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+4
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-2/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-26/+27
* remove scheduler_running as xenbus no longer needs itkmacy2008-08-201-3/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+1
* Add flag to indicate to xen support code that threads are running (and thus w...kmacy2008-08-151-0/+3
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-13/+15
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+2
* Don't zero td_runtime when billing thread CPU usage to the process;rwatson2008-01-101-0/+4
* give thread0 the tid 100000 and bumpt the others to start at 100001julian2007-12-221-0/+1
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.kib2007-12-041-1/+2
* - Add in missing event handler invokes for initial proc and thread.rrs2007-11-181-1/+11
* Introduce a way to make pure kernal threads.julian2007-10-261-2/+3
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-6/+3
* Fix a bug caming from the committing a pre-merge version of the patchattilio2007-06-101-0/+2
OpenPOWER on IntegriCloud