aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-3/+3
| | | | Notes: svn path=/releng/4.6/; revision=99348
* MFC: Fixed to conflict labels.Yoshihiro Takahashi2002-06-191-3/+3
| | | | Notes: svn path=/stable/4/; revision=98436
* MFC reboot -k option to specify next kernel to boot.Wes Peters2002-04-281-1/+1
| | | | Notes: svn path=/stable/4/; revision=95681
* MFC 1.57:Daniel C. Sobral2002-04-261-0/+2
| | | | | | | | | | | | | | A long, long time ago, msmith introduced vfs.root.mountfrom kernel tunnable, which let users specify the root mount point the exact way one does after booting the kernel. Let's take this opportunity to document it... This is an immediate MFC due to the fact the line is commented anyway. Notes: svn path=/stable/4/; revision=95525
* MFC: allow loader(8) load kernels/modules split across several medias.Maxim Sobolev2002-04-081-0/+1
| | | | Notes: svn path=/stable/4/; revision=94220
* MFC: Add option -n to i386 boot2 to disallow boot interruption by keypress.Pierre Beyssac2002-03-311-2/+8
| | | | Notes: svn path=/stable/4/; revision=93480
* MFC: Expand COMBRD(x) macro.Yoshihiro Takahashi2002-03-081-2/+2
| | | | Notes: svn path=/stable/4/; revision=91883
* MFC: USB FM Radio SupportAlfred Perlstein2002-03-041-0/+1
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/stable/4/; revision=91611
* MFC: Correct typo.Yoshihiro Takahashi2002-02-112-2/+2
| | | | Notes: svn path=/stable/4/; revision=90520
* MFC: allow dump device be configured via loader(8) tunable.Maxim Sobolev2002-02-042-0/+8
| | | | Notes: svn path=/stable/4/; revision=90180
* MFC: Added kgzldr for pc98.Yoshihiro Takahashi2002-02-033-5/+5
| | | | Notes: svn path=/stable/4/; revision=90136
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-01-242-0/+155
| | | | Notes: svn path=/stable/4/; revision=89725
* MFi386: sys/boot/i386/loader/Makefile revision 1.41.2.7.Yoshihiro Takahashi2002-01-231-0/+7
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=89693
* MFC: 1.6; Add a simple bcopy() implementation to save space in theIan Dowse2002-01-191-0/+10
| | | | | | | | | | | alpha boot1 by avoiding the use of the complex libc bcopy. This should make boot1 easily fit within 7.5k again (we were 8 bytes over the limit). Approved by: re Notes: svn path=/stable/4/; revision=89527
* MFC: 1.5; Make the alpha boot1 work on filesystems that have a blockIan Dowse2002-01-141-24/+41
| | | | | | | | | size larger than 8k. Approved by: re Notes: svn path=/stable/4/; revision=89344
* MFC: 1.34; Increase BSIZEMAX from 8k to 16k, so that we can reliablyIan Dowse2002-01-141-1/+1
| | | | | | | | | boot from filesystems with 16k blocks. Approved by: re Notes: svn path=/stable/4/; revision=89342
* MFC: Don't set RB_CDROM when booting from cd0.John Baldwin2002-01-071-2/+0
| | | | Notes: svn path=/stable/4/; revision=88993
* Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22.Yoshihiro Takahashi2001-12-271-6/+37
| | | | | | | | | | This change is already merged to sys/boot/i386/btx/btx/btx.s of RELENG_4 branch. Approved by: re Notes: svn path=/stable/4/; revision=88537
* MFC:Jim Mock2001-12-221-0/+1
| | | | | | | | | Add missing snd_ich_load entry. Approved by: re Notes: svn path=/stable/4/; revision=88429
* MFi386: revision 1.17.2.6Yoshihiro Takahashi2001-12-221-14/+16
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=88418
* MFi386: revision 1.15.2.4Yoshihiro Takahashi2001-12-221-1/+1
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=88417
* MFC: Turn on cdboot support.John Baldwin2001-12-212-14/+18
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=88381
* MFC: Add device driver for the BIOS device for CD-ROM's booted via ElJohn Baldwin2001-12-214-10/+37
| | | | | | | | | Torito no emulation mode. Approved by: re Notes: svn path=/stable/4/; revision=88380
* MFC: Add a DEVT_CD type for CD drivers.John Baldwin2001-12-211-0/+1
| | | | Notes: svn path=/stable/4/; revision=88379
* MFC: Axe the old cdldr.John Baldwin2001-12-212-298/+0
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=88367
* MFC: Switch from old cdldr to new cdboot.John Baldwin2001-12-211-2/+1
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=88366
* MFC: Use an array to convert attributes.Yoshihiro Takahashi2001-12-181-39/+39
| | | | Notes: svn path=/stable/4/; revision=88129
* MFC: Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-171-0/+3
| | | | | | | | | | | | This flag adds a pausing utility. When ran with -p, during the kernel probing phase, the kernel will pause after each line of output. This pausing can be ended with the '.' key, and is automatically suspended when entering ddb. This flag comes in handy at systems without a serial port that either hang during booting or reser. Notes: svn path=/stable/4/; revision=88070
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-10/+18
| | | | Notes: svn path=/stable/4/; revision=87885
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-12-111-0/+358
| | | | Notes: svn path=/stable/4/; revision=87704
* MFC: r1.34 - fix typo.Murray Stokely2001-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=87518
* o Expand list of tunables documented in loader.8 to include kern.maxusers,Robert Watson2001-12-071-0/+8
| | | | | | | | | since other related tunables were also documented here. Add a cross reference to tuning(7) for information on setting this value appropriately? Notes: svn path=/stable/4/; revision=87502
* MFC: (1.16) The entry for the 'set' command no longer has a list of variables.Dag-Erling Smørgrav2001-12-071-2/+0
| | | | Notes: svn path=/stable/4/; revision=87489
* o MFC loader.conf 1.51: add kern.maxusers sample entry toRobert Watson2001-12-061-0/+1
| | | | | | | /boot/defaults/loader.conf. Notes: svn path=/stable/4/; revision=87431
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-11-151-0/+553
| | | | Notes: svn path=/stable/4/; revision=86378
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-11-041-0/+23
| | | | Notes: svn path=/stable/4/; revision=86017
* MFC: optional support for loading bzip2-compressed kernels and modules.Maxim Sobolev2001-10-182-0/+12
| | | | Notes: svn path=/stable/4/; revision=85102
* Add fwrite/fseek primitives to ficl. For some reason, the -current versionJordan K. Hubbard2001-10-101-1/+42
| | | | | | | | | | of ficl is quite divergent from that in -stable. Something to get to the bottom of and fix at some point. Submitted by: Terry Lambert <tlambert2@mindspring.com> Notes: svn path=/stable/4/; revision=84749
* MFC: Update boot[12] programs to compile as ELF binary.Yoshihiro Takahashi2001-10-077-118/+93
| | | | Notes: svn path=/stable/4/; revision=84618
* MFC VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX features for i386. OtherMatthew Dillon2001-09-151-0/+27
| | | | | | | architectures coming soon. -current has a more complete implementation. Notes: svn path=/stable/4/; revision=83484
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-6/+6
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81770
* MFC: Hack to support CD booting on brain damaged IBM BIOSs.John Baldwin2001-08-143-3/+46
| | | | | | | | Tested by: users on -stable Approved by: re Notes: svn path=/stable/4/; revision=81649
* MFC: sync up with currentMark Peek2001-08-102-12/+14
| | | | | | | | | | - remove trailing whitespace - fix text symbol alignment bug Approved by: murray Notes: svn path=/stable/4/; revision=81486
* MFC: rev 1.3: one needs to introduce things with a `.file' directive beforeDavid E. O'Brien2001-08-031-1/+2
| | | | | | | | | trying to do a .loc on it. BTW, the .loc needs to be in a .text section. Approved by: re Notes: svn path=/stable/4/; revision=81090
* MFC 1.5- we can build cdboot now. We'll not Attic-ize the old cdboot 4.0Matt Jacob2001-08-011-5/+4
| | | | | | | | | image until we're sure this is all shaken out. Approved by: jkh Notes: svn path=/stable/4/; revision=80982
* MFC 1.10,1.11: Don't call prom_open() multiple times.Matt Jacob2001-08-011-8/+22
| | | | Notes: svn path=/stable/4/; revision=80981
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
| | | | Notes: svn path=/stable/4/; revision=80140
* MFC: Unset MAINTAINER.Robert Nordier2001-07-211-2/+0
| | | | Notes: svn path=/stable/4/; revision=80085
* MFC: * Most of existing include/elf.h is in elf-hints.h.David E. O'Brien2001-07-111-1/+1
| | | | | | | | | | | elf.h is now a compatibility header with Solaris/SVR4. * Consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11 and too much clashing over our base elf headers and the Binutils elf headers. Notes: svn path=/stable/4/; revision=79604
* MFC rev 1.20Jesper Skriver2001-06-121-1/+1
| | | | | | | Fix minor style bux. Notes: svn path=/stable/4/; revision=78142