summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* It seems that the only problem with UFS2 booting on i386 is the 64bitphk2002-10-081-10/+12
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-071-3/+0
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-1/+1
* Actually remove the stale a.out kld support. This is the stuff that waspeter2002-08-291-256/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-291-4/+0
* mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ...ru2002-08-131-3/+5
* Restore autoloading of ACPI module.obrien2002-08-091-0/+4
* Stash various networking paramters in the environment for the kerneljake2002-07-311-0/+9
* Use present tense in all the verbs, when describing loader's startup.keramida2002-07-151-2/+2
* The .Nmcharnier2002-07-141-3/+6
* Change help documentation for bootfile and module_path to reflectmp2002-07-071-6/+8
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orjake2002-06-211-0/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-41/+174
* Make sparc64 share ufsread.c with i386.phk2002-06-051-4/+10
* Indent this file more like style(9).phk2002-06-051-108/+108
* Preparation for UFS2 commit:phk2002-06-051-0/+183
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-291-8/+8
* We don't need bootinfo any more, and sparc64 doesn't have it anyways.obrien2002-05-101-1/+0
* Bandaid for a buffer overrun in the module searching code. When breakingpeter2002-04-111-0/+2
* Upgrade FICL to 3.02. Forgot this one, sorry.dcs2002-04-091-6/+7
* Fix another unsigned long used to index the symbol table which should bejake2002-04-091-1/+1
* Use the correct elf hash table entry type. This matches a similar fixpeter2002-04-061-6/+6
* Not all platforms have and want a.out format support.obrien2002-03-281-1/+5
* Remove __P.alfred2002-03-201-1/+1
* mdoc(7) police: fix a typo and markup.ru2002-03-151-2/+6
* CG superfluous prototype.sobomax2002-03-101-1/+0
* Declare time(not3) instead of depending on namespace pollution 3 layersbde2002-02-251-0/+2
* Removed mounds of unused variables.bde2002-02-251-4/+0
* Document the hw.physmem kernel environment variable.davidc2002-02-211-0/+7
* CG hard sentence breaks.sobomax2002-01-231-1/+2
* Allow dump device be configured as early as possible using loader(8) tunable.sobomax2002-01-211-0/+6
* mdoc(7) police: remove hard sentence break which I didn'tru2001-12-141-1/+2
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-111-2/+12
* Add support for writing blocks to the loader's disk cache.jhb2001-12-111-21/+92
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-2/+2
* o Expand list of tunables documented in loader.8 to include kern.maxusers,rwatson2001-12-071-0/+8
* The entry for the 'set' command no longer has a list of variables.des2001-12-041-2/+0
* Fix typo.murray2001-12-031-1/+1
* Waits for a keypress before rebooting on panic.dcs2001-11-281-0/+3
* Upper case the FreeBSD loader prompt.obrien2001-11-192-2/+2
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-3/+3
* Initialize first to -1; this will create a (nearly) empty file on failure,fenner2001-11-071-1/+1
* Add a DEVT_CD type for CD drivers.jhb2001-11-051-0/+1
* Print out 'foo devices:' as the line before displaying a group ofjhb2001-11-041-1/+1
* Revert rev 1.3 which moved us away from POSIX character classes.obrien2001-11-031-4/+4
* Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese forobrien2001-11-011-4/+4
* grammar fix: to -> toosilby2001-10-011-1/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-115-119/+423
* mdoc(7) police: markup nits.ru2001-08-201-9/+17
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+27
OpenPOWER on IntegriCloud