aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* Fix a few spelling errors.Tom Rhodes2003-03-071-3/+3
* Document the tunable kern.ipc.nsfbufs in help.common and loader.8. SmallSean Chittenden2003-03-042-4/+11
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-033-3/+3
* Only apply rev 1.10 (which hacks around the i386 boot2 being too big forDavid E. O'Brien2003-02-251-0/+5
* Revert to old (broken for over 1.5Tb filesystems) version of cgbaseKirk McKusick2003-02-241-0/+2
* s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/Tom Rhodes2003-02-081-1/+1
* Fix module dependency (pre)loading on sparc64 by relocating the variablesJake Burkholder2003-01-211-6/+57
* Minimally document hw.syscons.sc_no_suspend_vtswitch.Matthew N. Dodd2003-01-151-0/+6
* Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2Poul-Henning Kamp2002-12-141-91/+33
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-1/+1
* Eliminate references to defunct kernel tunables.Yaroslav Tykhiy2002-11-262-23/+0
* Document loader tunables hw.pci.enable_io_modes andMatthew N. Dodd2002-11-132-0/+24
* Loader tunable 'machdep.disable_mtrrs'.Matthew N. Dodd2002-11-132-0/+6
* It seems that the only problem with UFS2 booting on i386 is the 64bitPoul-Henning Kamp2002-10-081-10/+12
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.Poul-Henning Kamp2002-10-071-3/+0
* s/hint.acpi.0.disable/hint.acpi.0.disabled/Mitsuru IWASAKI2002-08-301-1/+1
* Actually remove the stale a.out kld support. This is the stuff that wasPeter Wemm2002-08-291-256/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatPeter Wemm2002-08-291-4/+0
* mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ...Ruslan Ermilov2002-08-131-3/+5
* Restore autoloading of ACPI module.David E. O'Brien2002-08-091-0/+4
* Stash various networking paramters in the environment for the kernelJake Burkholder2002-07-311-0/+9
* Use present tense in all the verbs, when describing loader's startup.Giorgos Keramidas2002-07-151-2/+2
* The .NmPhilippe Charnier2002-07-141-3/+6
* Change help documentation for bootfile and module_path to reflectMark Peek2002-07-071-6/+8
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orJake Burkholder2002-06-211-0/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-41/+174
* Make sparc64 share ufsread.c with i386.Poul-Henning Kamp2002-06-051-4/+10
* Indent this file more like style(9).Poul-Henning Kamp2002-06-051-108/+108
* Preparation for UFS2 commit:Poul-Henning Kamp2002-06-051-0/+183
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-291-8/+8
* We don't need bootinfo any more, and sparc64 doesn't have it anyways.David E. O'Brien2002-05-101-1/+0
* Bandaid for a buffer overrun in the module searching code. When breakingPeter Wemm2002-04-111-0/+2
* Upgrade FICL to 3.02. Forgot this one, sorry.Daniel C. Sobral2002-04-091-6/+7
* Fix another unsigned long used to index the symbol table which should beJake Burkholder2002-04-091-1/+1
* Use the correct elf hash table entry type. This matches a similar fixPeter Wemm2002-04-061-6/+6
* Not all platforms have and want a.out format support.David E. O'Brien2002-03-281-1/+5
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* mdoc(7) police: fix a typo and markup.Ruslan Ermilov2002-03-151-2/+6
* CG superfluous prototype.Maxim Sobolev2002-03-101-1/+0
* Declare time(not3) instead of depending on namespace pollution 3 layersBruce Evans2002-02-251-0/+2
* Removed mounds of unused variables.Bruce Evans2002-02-251-4/+0
* Document the hw.physmem kernel environment variable.Chad David2002-02-211-0/+7
* CG hard sentence breaks.Maxim Sobolev2002-01-231-1/+2
* Allow dump device be configured as early as possible using loader(8) tunable.Maxim Sobolev2002-01-211-0/+6
* mdoc(7) police: remove hard sentence break which I didn'tRuslan Ermilov2001-12-141-1/+2
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-111-2/+12
* Add support for writing blocks to the loader's disk cache.John Baldwin2001-12-111-21/+92
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-2/+2
* o Expand list of tunables documented in loader.8 to include kern.maxusers,Robert Watson2001-12-071-0/+8