summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add FreeBSD Inc. to copyright stringwosch1996-08-221-1/+2
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-311-1/+6
* The Great PC98 Merge.asami1996-06-141-1/+8
* Change the symbol name used in the last commit from USRSTACK todyson1996-06-111-1/+1
* Get rid of the unneeded upper address space.dyson1996-06-111-2/+2
* From Lite2: proc LIST changeshsu1996-03-111-8/+12
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+3
* Garrett pointed out that the correct place for unix system call argspeter1996-02-231-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+2
* Last commit this round: Staticize.phk1995-12-101-18/+18
* Untangled the vm.h include file spaghetti.dg1995-12-071-3/+9
* A major sweep over the sysctl stuff.phk1995-12-041-1/+6
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-24/+23
* Removed all #includes of the unused file <sys/device.h>.bde1995-11-281-2/+1
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-1/+2
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-25/+25
* devfs changes..julian1995-09-031-2/+2
* Fix benign type mismatches and nested extern declarations in new sysinitbde1995-08-291-4/+19
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-135/+269
* Converted mountlist to a CIRCLEQ.dg1995-08-111-2/+2
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-191-2/+2
OpenPOWER on IntegriCloud