aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-271-1/+1
* YAMFC (fixed spelling in comments).Bruce Evans1996-12-211-2/+2
* init_main.c: pass -d to init if DEVFS_ROOTPoul-Henning Kamp1996-10-281-1/+7
* Fix signed/unsigned comparison warnings.Alexander Langer1996-10-201-2/+2
* call srandom() during the boot to start the sequence with a slightly lessPeter Wemm1996-09-231-1/+9
* Second phase of merge, get rid of more machine-independent-dependencies.Satoshi Asami1996-09-031-2/+1
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.Satoshi Asami1996-08-311-1/+2
* Removed a ton of unused #includes. The introduction of SYSINIT() andBruce Evans1996-08-281-17/+1
* add FreeBSD Inc. to copyright stringWolfram Schneider1996-08-221-1/+2
* Converted timer/run queues to 4.4BSD queue style. Removed old and unusedDavid Greenman1996-07-311-1/+6
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+8
* Change the symbol name used in the last commit from USRSTACK toJohn Dyson1996-06-111-1/+1
* Get rid of the unneeded upper address space.John Dyson1996-06-111-2/+2
* From Lite2: proc LIST changesJeffrey Hsu1996-03-111-8/+12
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+3
* Garrett pointed out that the correct place for unix system call argsPeter Wemm1996-02-231-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+2
* Last commit this round: Staticize.Poul-Henning Kamp1995-12-101-18/+18
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-3/+9
* A major sweep over the sysctl stuff.Poul-Henning Kamp1995-12-041-1/+6
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-24/+23
* Removed all #includes of the unused file <sys/device.h>.Bruce Evans1995-11-281-2/+1
* Remove prototype definitions from <sys/systm.h>.Steven Wallace1995-10-081-1/+2
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-25/+25
* devfs changes..Julian Elischer1995-09-031-2/+2
* Fix benign type mismatches and nested extern declarations in new sysinitBruce Evans1995-08-291-4/+19
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-135/+269
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-2/+2
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-191-2/+2
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-2/+1
* Kludged around a problem with "cat /proc/0/regs" causing a panic byDavid Greenman1995-05-041-1/+9
* We will use /sbin/init on cdrom too.Poul-Henning Kamp1995-04-231-5/+1
* Changes to make FreeBSD use a CDROM as rootdev, for installation purposes.Poul-Henning Kamp1995-04-101-1/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-6/+6
* Use of vm_allocate() and vm_deallocate() has been deprecated.David Greenman1995-02-201-2/+2
* These changes fix a couple of lingering VM problems:David Greenman1994-11-251-3/+1
* Added support for starting the experimental "vmdaemon" system process.David Greenman1994-11-061-3/+19
* When all else fails, try to use "/stand/sysinstall" as "init" process. ThePoul-Henning Kamp1994-10-261-1/+2
* Peter Dufaults comconsole changes.Poul-Henning Kamp1994-10-201-6/+1
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-021-2/+3
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-3/+1
* Added SYSV ipcs.Doug Rabson1994-09-131-1/+16
* Fixed bug that caused system processes to run at realtime priority.David Greenman1994-09-011-4/+3
* Realtime priority scheduling support.David Greenman1994-09-011-1/+4
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-1/+5
* Changes preparing for iBCS supportSøren Schmidt1994-08-241-1/+5
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-3/+1
* Added $Id$David Greenman1994-08-021-0/+1