summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added SYSV ipcs.dfr1994-09-131-1/+16
* Fixed bug that caused system processes to run at realtime priority.dg1994-09-011-4/+3
* Realtime priority scheduling support.dg1994-09-011-1/+4
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-1/+5
* Changes preparing for iBCS supportsos1994-08-241-1/+5
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
* Added $Id$dg1994-08-021-0/+1
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-011-17/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-13/+57
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+394
OpenPOWER on IntegriCloud