summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
AgeCommit message (Expand)Author
2024-04-02Delete the msyscall mechanism entirely, since mimmutable+pinsyscalls hasTheo de Raadt
2024-02-14Enable the pool gc thread on m88k MULTIPROCESSOR kernels now thatMiod Vallat
2024-01-01copyright++;Jonathan Gray
2023-12-11Implement per-CPU caching for the page table page (vp) pool and the PTEMark Kettenis
2023-08-29Remove p_rtime from struct proc and replace it by passing the timespecClaudio Jeker
2023-06-15all platforms, main(): call clockqueue_init() just before sched_init_cpu()Scott Soule Cheloha
2023-01-01copyright++;Jonathan Gray
2022-11-10Add support for per-cpu event counters, to be used for clock and IPIJonathan Matthew
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-08-14remove unneeded includes in sys/kernJonathan Gray
2022-07-23kernel: remove global "randompid" toggleScott Soule Cheloha
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2022-01-01copyright++;Jonathan Gray
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-12-07Delete the last emulation callbacks: we're Just ELF, so declarePhilip Guenther
2021-12-07Continue to delete emulation support: we only have one sigcode andPhilip Guenther
2021-12-07Continue to delete emulation support: since we're Just ELF, the sizePhilip Guenther
2021-12-06Start to delete emulation support: since we're Just ELF, makePhilip Guenther
2021-06-30Remove unused variable cryptodesc_pool. Document global variablesAlexander Bluhm
2021-06-02Enable pool cache on knote poolVisa Hankala
2021-02-08Revert the convertion of per-process thread into a SMR_TAILQ.Martin Pieuchot
2021-01-11New rw_obj_init() API providing reference-counted rwlock.Martin Pieuchot
2021-01-01copyright++;Jonathan Gray
2020-12-28Use per-CPU counters for fault and stats counters reached in uvm_fault().Martin Pieuchot
2020-12-07Convert the per-process thread list into a SMR_TAILQ.Martin Pieuchot
2020-09-13Initialize sigacts0 before making them visible by setting ps->ps_sigacts.Claudio Jeker
2020-06-16wire stoeplitz code into the tree.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-25Pass bootblock indicator RB_GOODRANDOM to random_start(). Future workTheo de Raadt
2020-03-13Rename "sigacts" flag field to avoid conflict with the "process" one.Martin Pieuchot
2020-02-25Start the SMR thread when all CPUs are ready for scheduling. ThisVisa Hankala
2020-01-01copyright++;Jonathan Gray
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-11-29Repurpose the "syscalls must be on a writeable page" mechanism toTheo de Raadt
2019-11-04Regularly poll and report kubsan findings using the timeout(9) APIanton
2019-10-22struct proc: change ps_start from utc time to uptimecheloha
2019-06-21Make resource limit access MP-safe. So far, the copy-on-write sharingVisa Hankala
2019-06-20Undefined behavior (UB) can potentially be present anywhere in theanton
2019-06-02Move initialization of limit0 into a dedicated function. This newVisa Hankala
2019-06-01Revert to using the SCHED_LOCK() to protect time accounting.Martin Pieuchot
2019-05-31Use a per-process mutex to protect time accounting instead of SCHED_LOCK().Martin Pieuchot
2019-05-31Rename struct plimit field p_refcnt to pl_refcnt to avoid confusionVisa Hankala
2019-02-26Introduce safe memory reclamation, a mechanism for reclaiming sharedVisa Hankala
2019-01-19Move boottime into the timehands.cheloha
2019-01-01copyright++;Jonathan Gray
2018-09-10- if_cloners list populated at boot time only then becomes immutable,Alexandr Nedvedicky
2018-08-13Simplify the startup of the cleaner, reaper and update threads byVisa Hankala
2018-07-20Remove a few leftovers from the days of emulation, which could result inTheo de Raadt
2018-07-10Move from sendsig() to its callers the initsiginfo() calls andPhilip Guenther
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala