summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-141-2/+1
* Kludged around a problem with "cat /proc/0/regs" causing a panic bydg1995-05-041-1/+9
* We will use /sbin/init on cdrom too.phk1995-04-231-5/+1
* Changes to make FreeBSD use a CDROM as rootdev, for installation purposes.phk1995-04-101-1/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-6/+6
* Use of vm_allocate() and vm_deallocate() has been deprecated.dg1995-02-201-2/+2
* These changes fix a couple of lingering VM problems:dg1994-11-251-3/+1
* Added support for starting the experimental "vmdaemon" system process.dg1994-11-061-3/+19
* When all else fails, try to use "/stand/sysinstall" as "init" process. Thephk1994-10-261-1/+2
* Peter Dufaults comconsole changes.phk1994-10-201-6/+1
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,dg1994-10-021-2/+3
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-3/+1
OpenPOWER on IntegriCloud