summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
AgeCommit message (Expand)Author
2006-07-26at the request of elad, as veriexec.h has returned, revert the changesdogcow
2006-07-25mechanically go through anddogcow
2006-07-24some fixes:elad
2006-07-22deprecate the VERIFIED_EXEC option; now we only need the pseudo-device toelad
2006-07-14keep NetBSD boottime semantics:kardel
2006-07-14okay, since there was no way to divide this to two commits, here it goes..elad
2006-07-01always call ntp initialisation for timecounter systems askardel
2006-06-251. implement solaris-like vmem. (still primitive, though)yamt
2006-06-09re-order initialization sequence to have real counters available during autoc...kardel
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-10Move "opt_maxuprc.h" from init_main.c to kern_proc.c, as the definitiononoe
2006-03-30Remove useless whitepsace.elad
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-02-12convert "magiclinks" from a per-fs mount option to a system-wide sysctl.chs
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-11-25Statically initalize the systrace lock. systrace_init() is now notthorpej
2005-11-25Use a once control to initialize the LKM subsystem on first open. Removethorpej
2005-11-25Use a once control to initialize the NFS server / client shared datathorpej
2005-11-25Use a once control to call initialize the 802.11 layer whenthorpej
2005-11-25- De-couple the software crypto implementation from the rest of thethorpej
2005-11-18Only call ieee80211_init() in kernels that include some wlan stuff.martin
2005-11-18Resolve conflicts and adapt to NetBSD.skrll
2005-08-05Move proc0 initialization from main() in init_main.c and proc0_insert() injunyoung
2005-07-16defopt verified_exec.christos
2005-07-15White space KNF nit.simonb
2005-06-23Implement expansion of special "magic" strings in symlinks intothorpej
2005-05-29- add const.christos
2005-04-25Move the MI printing of `copyright' to the MD cpu_startup() codelukem
2005-04-20Rototill of the verified exec functionality.blymn
2005-01-23move the call to link_pool_init() to the end of uvm_init(). needed for sun3.chs
2005-01-09Rework the mountroot interface so that vfs_mountroot() opens the root devicemycroft
2004-10-15No longer need <sys/disk.h>thorpej
2004-10-15- Eliminate the need to call disk_init().thorpej
2004-10-01introduce a function, proclist_foreach_call, to iterate all procs onyamt
2004-07-05Call inittodr() from main(). Let file system code set the recorded `lastpk
2004-06-03Initialize simple_lock in struct cwd; otherwise, one gets annathanw
2004-05-06Provide a mutex for the process limits data structure.pk
2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb
2004-03-28Make kernel continuations optional for now.matt
2004-03-27Use proper NetBSD conventions for deferred kthread creation, not thejonathan
2004-03-09Whitespaces.junyoung
2004-01-09Bump default size of vnode cache to 1% of physical memory, instead oftls
2004-01-05Store the copyright text in conf/copyright, and use conf/newvers.shlukem
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2004-01-01Welcome to 2004!mycroft
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-11-14include <sys/mbuf.h> before FAST_IPSEC-dependent headers.jonathan