aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2434-34/+34
* MFC: Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isJohn Baldwin2007-11-081-3/+3
* Also boot *.debug if everything else fails.David E. O'Brien2007-10-041-0/+1
* Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.Stephane E. Potvin2007-05-091-1/+10
* fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now...John-Mark Gurney2007-05-051-7/+6
* Document the init_chroot and init_script variables.Warner Losh2007-02-041-0/+51
* Garbage collect the code for auto-loading modules based on ISAPNP IDs,Marius Strobl2007-01-072-381/+0
* add an interface for passing the entire kernel size up front to theKip Macy2006-12-181-0/+2
* Note that not all architectures use sendfile(2) buffers;Yaroslav Tykhiy2006-11-291-1/+4
* Unbreak compile with ELF_VERBOSE defined, and fix format warnings.Ruslan Ermilov2006-11-021-3/+4
* Revert the last change. Masking only 2 MSBs of the virtual addressRuslan Ermilov2006-11-021-1/+1
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-021-0/+1
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-021-1/+5
* o Make sure to clear f->f_devdata if d_dev->dv_open() fails. ItMarcel Moolenaar2006-11-021-13/+18
* Because the BTX mini-kernel now uses flat memory mode and clientsRuslan Ermilov2006-10-291-1/+1
* Replace a rarely used "depuration" with "debugging".Ruslan Ermilov2006-10-132-2/+2
* Fix WARNS=2 warnings.Ruslan Ermilov2006-09-291-0/+2
* Ignore a sub-topic match if it is inside the command description.John Baldwin2006-09-281-0/+3
* Make the default "init_path" value breakable, so it fits on theRuslan Ermilov2006-08-201-1/+1
* kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.Dmitry Morozovsky2006-08-181-3/+3
* Remove references to NMBCLUSTERS which is obsoleted.Dmitry Morozovsky2006-08-182-5/+3
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-123-6/+2
* In moduledir_readhints() cast the value returned by sizeof() to ssize_tMarius Strobl2006-01-121-1/+2
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-184-7/+7
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-222-1/+34
* Add a "comconsole_speed" loader variable that can be used to changeIan Dowse2005-08-181-1/+14
* Fix a comparison that broke ``set console=vidconsole'' and even theBrian Somers2005-07-291-1/+1
* remove a pointless comment with a more helpful one...John-Mark Gurney2005-07-251-1/+1
* Improved markup, fixes some spelling and grammar.Ruslan Ermilov2005-06-141-12/+13
* Markup nits.Ruslan Ermilov2005-05-301-2/+2
* - Add support to the loader for multiple consoles.John Baldwin2005-05-272-40/+99
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowMaxim Sobolev2005-05-193-28/+66
* Whitespace only: kill trailing spaces.Maxim Sobolev2005-05-191-15/+14
* Document the new default init_path.Dag-Erling Smørgrav2005-02-171-1/+1
* Insert an explicit McAfee license, as we use a stock two-clause BSDRobert Watson2005-01-301-5/+26
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-4/+0
* There's no reason for "read" and "echo" commands to notRuslan Ermilov2004-11-131-2/+2
* Pass the "?" command output through the pager.Ruslan Ermilov2004-11-121-4/+15
* Collapse several adjacent .if's into .if/.elif.Ruslan Ermilov2004-10-241-10/+7
* ELF64 support is not needed on pc98.Yoshihiro Takahashi2004-10-241-1/+5
* document host_start_mem.Warner Losh2004-10-151-0/+12
* Polish the last change.Ruslan Ermilov2004-10-151-5/+5
* Document hw.{pci,acpi}.host_start_memWarner Losh2004-10-151-0/+9
* Back out changes which were introduced to delay mounting root file system.Pawel Jakub Dawidek2004-10-051-7/+0
* Use the correct printf specifier.Stefan Farfeleder2004-10-031-1/+3
* The "autoboot" command also has a third (optional) parameter.Ruslan Ermilov2004-10-012-2/+9
* Don't give instructions on how to disable ACPI in the MI section.Ruslan Ermilov2004-09-301-5/+0
* Retire now useless userconfig_script_*.Ruslan Ermilov2004-09-301-7/+1
* The value of $interpret is "OK", in uppercase.Ruslan Ermilov2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatRuslan Ermilov2004-09-302-2/+6