aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0435-35/+35
* MFC rev. 1.65, 1.66 loader.8 and rev. 1.29 boot.common: retireMaxim Konovalov2004-09-262-12/+1
* MFC: add loader(8) support for preloading ELF relocatable objectIan Dowse2004-09-034-73/+168
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-296-0/+738
* remove /boot/kernel from the default path.. There is already code thatJohn-Mark Gurney2004-08-061-1/+2
* Correct a documentation bug.Ceri Davies2004-07-291-1/+1
* Change the following environment variables to kernel options:Brian Somers2004-07-082-24/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-082-1/+24
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+2
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Fixed what appeared to be a hard sentence break.Ruslan Ermilov2004-07-021-2/+2
* When building a kernel or the loader, let the hostname be overriddenPaul Saab2004-07-011-1/+1
* Markup fixes.Ruslan Ermilov2004-05-161-10/+8
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* mdoc fix: put the end-of-list macro after the last list element.Lukas Ertl2004-04-031-1/+1
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-111-1/+1
* Style: use the defined() expression explicitly.Ruslan Ermilov2004-02-071-3/+3
* Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. ToDag-Erling Smørgrav2004-01-272-6/+6
* Override the root server address if an IP address is specified inIan Dowse2003-11-031-7/+9
* Use __FBSDID().David E. O'Brien2003-08-2521-49/+74
* Capitalize an occurrence of 'ficl' for consistency.Christian Brueffer2003-06-291-1/+1
* Build on amd64. Yes, I know this isn't particularly nice.Peter Wemm2003-06-261-4/+0
* Fixed the markup and wording of the kern.ipc.nsfbufs tunable.Ruslan Ermilov2003-05-171-3/+5
* Fix lookup of module metadata on amd64 systems. While this is inPeter Wemm2003-05-121-5/+25
* Since we insist on loading the POS ACPI by default, give the poor userDavid E. O'Brien2003-05-051-0/+5
* Fix a bunch of typos and grammatical errors.Murray Stokely2003-05-041-42/+43
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-015-56/+88
* Zap some a.out leftoversPeter Wemm2003-04-061-3/+0
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-042-2/+0
* 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