summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
AgeCommit message (Expand)Author
2017-08-14Load CTF debug symbols before mountrootUwe Stuehler
2017-08-11Merge DDBCTF into DDB.Martin Pieuchot
2017-04-28Add futex(2) syscall based on a sane subset of its Linux equivalent.Martin Pieuchot
2017-04-20Add a port of witness(4) lock validation tool from FreeBSD.Visa Hankala
2017-03-06domaininit() doesn't need splnet().Martin Pieuchot
2017-02-12Split up fork1():Philip Guenther
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
2017-01-01copyright++;Jonathan Gray
2016-11-14Automatically create a default lo(4) interface per rdomain.Martin Pieuchot
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-10-24move the mbstat structure to percpu countersDavid Gwynne
2016-10-21add generalised access to per cpu data structures and counters.David Gwynne
2016-09-22Introduce a new 'softclock' thread that will be used to execute timeoutMartin Pieuchot
2016-09-18add missing call to db_ctf_init().Jasper Lievisse Adriaanse
2016-09-04Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelMartin Pieuchot
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-09-03Do not reinitialize __guard_local if it is 0. This cannot be doneTheo de Raadt
2016-09-02move links from http to https://www.openbsd.org/Theo Buehler
2016-05-17Backout the previous fix for the sendsyslog(2) with LOG_CONS solution.Alexander Bluhm
2016-05-10If sendsyslog(2) is called with LOG_CONS before syslogd(8) has beenAlexander Bluhm
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-01-03copyright++;Jonathan Gray
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-11-08keep all the setperf timeout(9) handling in one place; ok tedu@Christian Weisgerber
2015-10-07Initialize the routing table before domains.Martin Pieuchot
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