summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The current rusage code show peculiar problems:attilio2007-06-091-0/+5
* Double the WITNESS and DIAGNOSTIC benchmark warnings right before wephk2007-06-081-0/+4
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-3/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-4/+4
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-0/+1
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
* Align 'struct thread' on 16 byte boundaries so that the lower 4 bits arejhb2007-03-271-1/+1
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-32/+0
* Copy base user priority in NO_KSE case.davidxu2006-11-121-0/+1
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+28
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+1
* SI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2.rwatson2006-09-261-1/+1
* Add "FreeBSD" trademark statement to copyright section of boot messages.rwatson2006-09-251-3/+4
* Initialize kg_base_user_pri.davidxu2006-08-251-0/+1
* The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we includebenno2006-05-141-0/+1
* Add a new kernel config option, VERBOSE_SYSINIT.benno2006-05-121-0/+45
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-3/+2
* rwlock expects the struct thread to be aligned on 8 bytes, so make surecognet2006-02-061-1/+1
* Hook up audit to the initial process creation events (proc0, proc1).rwatson2006-02-021-0/+9
OpenPOWER on IntegriCloud