aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* dtrace: stop using eventhandlers for the part compiled into the kernelMateusz Guzik2020-11-231-0/+5
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-0/+1
* thread: rework tidhash vs proc lock interactionMateusz Guzik2020-11-111-1/+1
* thread: fix thread0 tid allocationMateusz Guzik2020-11-111-2/+1
* vmspace: Convert to refcount(9)Mark Johnston2020-11-041-1/+1
* ddb: add show sysinit commandBjoern A. Zeeb2020-10-171-0/+49
* For mulitcons boot, report it and which console is primaryWarner Losh2020-09-281-1/+9
* Do not leak oldvmspace if image activation failedKonstantin Belousov2020-09-231-7/+2
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-2/+0
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Use SI_ORDER_(FOURTH|FIFTH) rather than bespoke versions.Brooks Davis2020-07-221-4/+4
* fd: remove fd_lastfileMateusz Guzik2020-07-151-1/+1
* cred: distribute reference count per threadMateusz Guzik2020-06-091-2/+6
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* random(9): Deprecate random(9), remove meaningless srandom(9)Conrad Meyer2019-12-261-20/+0
* schedlock 1/4Jeff Roberson2019-12-151-1/+0
* Remove epoch tracker from struct thread. It was an ugly crutch to emulateGleb Smirnoff2019-10-211-1/+0
* Update comment explaining create_init().Konstantin Belousov2019-08-081-5/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-5/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* lkpi: allow late binding of linux_alloc_currentMatt Macy2019-02-221-1/+9
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-191-1/+0
* Further simplify arguments to init.Brooks Davis2018-12-051-18/+3
* Remove never enabled support for "fastboot".Brooks Davis2018-12-051-6/+0
* Remove ifdef BOOTCDROM option to start init.Brooks Davis2018-12-051-4/+0
* Remove a needlessly clever hack to start init with sys_exec().Brooks Davis2018-12-041-52/+45
* Initialize compatibility epoch tracker for thread0. FixesGleb Smirnoff2018-11-141-0/+2
* With the introduction of reapers and reaplists in r275800,Bjoern A. Zeeb2018-07-051-1/+1
* Add debug.verbose_sysinit tunable for VERBOSE_SYSINITKyle Evans2018-06-201-1/+13
* proc0_post: Fix some locking issuesBryan Drewery2018-06-151-1/+7
* Use strsep() to parse init_path in start_init().Brooks Davis2018-05-171-15/+12
* Remove Giant from init creation and vfs_mountroot.Warner Losh2018-03-211-5/+0
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-1/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* kern: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-5/+1
* Use the TSLOG framework to record entry/exit timestamps for machineColin Percival2017-12-311-0/+7
* Don't let cpu_set_syscall_retval() clobber exec_setregs().Ed Schouten2017-11-241-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Introduce EVENTHANDLER_LIST and some users.Matt Joras2017-11-091-4/+9
* Save on loginclass list locking by checking if caller already uses the structMateusz Guzik2017-11-011-1/+5
* Save on uihash table locking by checking if the caller already uses the structMateusz Guzik2017-11-011-0/+7
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-2/+1
* Bump struct thread alignment to 32.Mateusz Guzik2017-02-071-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Remove register keyword.Kevin Lo2016-10-201-3/+3
* Remove a sentence about putting initialization in init_proc.c or kern_proc.cKevin Lo2016-10-201-30/+4
* Remove assumptions in MI code that the BSP is CPU 0.Nathan Whitehorn2016-07-111-1/+1
* When filt_proc() removes event from the knlist due to the processKonstantin Belousov2016-06-271-1/+1
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-1/+2