summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* Cast pointers to intptr_t instead of or before casting to long.bde1998-07-151-5/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-4/+6
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-5/+7
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* When pmap_pinit0() allocates a page for proc0's page directory,phk1998-04-111-2/+2
* Minor adjustments to the timecounting and proc0.phk1998-04-081-5/+7
* curproc is initialized in locore at the same time for both SMP and UP now.peter1998-04-061-15/+1
* Time changes mark 2:phk1998-04-041-9/+5
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Make the rootdir handling more consistent. Now, processes alwaysdyson1998-02-151-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Retire LFS.phk1998-01-301-3/+2
* VM level code cleanups.dyson1998-01-221-2/+2
* After one of my analysis passes to evaluate methods for SMP TLB mgmt, Idyson1997-12-141-2/+2
* We have had support for running the kernel daemons as threads fordyson1997-12-121-3/+14
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+7
* Shift a few SYSINT() calls around.julian1997-11-251-42/+1
* Fixed multiple definitions of boothowto.bde1997-11-241-5/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-5/+5
* init_main.c subr_autoconf.c:gibbs1997-09-211-3/+24
* Removed unused #includes.bde1997-09-021-5/+1
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-261-7/+1
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-151-2/+10
* Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"fsmp1997-08-071-4/+12
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-1/+6
* Adds sysctl int for shutdown timeout.davidn1997-07-101-1/+5
* Preliminary support for per-cpu data pages.peter1997-06-221-6/+2
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-161-1/+7
* Don't need "opt_smp.h" on these filespeter1997-05-291-2/+1
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-1/+8
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+20
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-36/+12
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-2/+3
* Include copyright message from <sys/copyright.h>wosch1997-03-011-19/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-7/+7
* Set the soft openfiles limit to maxfiles instead of to NOFILE.bde1997-01-271-2/+5
* Reduced #include spam in <sys/sysproto.h> and fixed things that dependedbde1997-01-161-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Typo fix.alex1996-12-171-2/+2
* init_main.c: pass -d to init if DEVFS_ROOTphk1996-10-281-1/+7
* Fix signed/unsigned comparison warnings.alex1996-10-201-2/+2
* call srandom() during the boot to start the sequence with a slightly lesspeter1996-09-231-1/+9
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-2/+1
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.asami1996-08-311-1/+2
* Removed a ton of unused #includes. The introduction of SYSINIT() andbde1996-08-281-17/+1
OpenPOWER on IntegriCloud