summaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-1427-27/+27
| | | | | | | 'RELENG_4_6_2_RELEASE'. This commit was manufactured to restore the state of the 4.6.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: allow dump device be configured via loader(8) tunable.Maxim Sobolev2002-02-041-0/+7
| | | | Notes: svn path=/stable/4/; revision=90180
* MFC: Add a DEVT_CD type for CD drivers.John Baldwin2001-12-211-0/+1
| | | | Notes: svn path=/stable/4/; revision=88379
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-10/+18
| | | | Notes: svn path=/stable/4/; revision=87885
* 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
* 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-161-5/+5
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81770
* MFC rev 1.20Jesper Skriver2001-06-121-1/+1
| | | | | | | Fix minor style bux. Notes: svn path=/stable/4/; revision=78142
* MFC rev 1.19Jesper Skriver2001-06-061-1/+1
| | | | | | | | PR: i386/27693 Submitted by: Adrian Steinmann <ast@marabu.ch> Notes: svn path=/stable/4/; revision=77833
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-3/+3
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-8/+8
| | | | Notes: svn path=/stable/4/; revision=73877
* MFC: fix setlocale(3) so that LC_ALL environment variable (if setRuslan Ermilov2001-03-051-1/+1
| | | | | | | | and not NULL) is preferred over other LC_* environment variables, as required by POSIX. Notes: svn path=/stable/4/; revision=73744
* MFC: 1.16: respect user's choice to quit the pagerDavid E. O'Brien2001-03-051-4/+7
| | | | Notes: svn path=/stable/4/; revision=73565
* MFC: document more files and add warning.David E. O'Brien2001-03-041-0/+11
| | | | Notes: svn path=/stable/4/; revision=73407
* MFC: rev 1.27 (change NOFORTH comment character from # to \ followed by space)David E. O'Brien2001-03-041-1/+1
| | | | Notes: svn path=/stable/4/; revision=73406
* MFC: rev 1.10 (give the network device a print method)David E. O'Brien2001-03-041-1/+9
| | | | Notes: svn path=/stable/4/; revision=73405
* MFC: revision 1.26 (bring back perform function)... I have no ideaMatt Jacob2001-01-051-0/+36
| | | | | | | how 4.2 for alpha could have built w/o this. Notes: svn path=/stable/4/; revision=70690
* MFC: Cleanup warnings.Paul Saab2000-12-2812-139/+105
| | | | Notes: svn path=/stable/4/; revision=70429
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-13/+10
| | | | Notes: svn path=/stable/4/; revision=70406
* MFC: removed duplicate .Os call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/stable/4/; revision=70021
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-10/+10
| | | | Notes: svn path=/stable/4/; revision=69766
* MFC 1.26: Don't indirect through a null pointer.Andrew Gallatin2000-10-281-1/+1
| | | | | | | Requested by: dfr Notes: svn path=/stable/4/; revision=67742
* Properly fix the build on the alpha.Paul Saab2000-09-181-3/+1
| | | | Notes: svn path=/stable/4/; revision=66024
* The alpha -stable builds have been broken for awhile. This isMatt Jacob2000-09-181-1/+2
| | | | | | | | | a temporary patch so that things can proceed. The complexity of what got (only partially) MFC'd needs still to be addressed- hopefully by those who were involved. Notes: svn path=/stable/4/; revision=66020
* MFC:Paul Saab2000-09-101-1/+2
| | | | | | | | | | Add support to send the string 'PXEClient' as the Vendor class identifier to the DHCP server. Now you can check for this string in your dhcp configuration to decide whether you will hand out a lease to the client or not. Notes: svn path=/stable/4/; revision=65664
* MFC: add missing "is".Daniel C. Sobral2000-08-111-1/+1
| | | | | | | | PR: 20524 Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/stable/4/; revision=64533
* MFC: $FreeBSD$Peter Wemm2000-08-031-0/+2
| | | | Notes: svn path=/stable/4/; revision=64171
* MFC: Don't call vfprintf-like functions without a format string.Kris Kennaway2000-07-202-3/+3
| | | | Notes: svn path=/stable/4/; revision=63636
* White space commit to remove differences with the HEAD.David E. O'Brien2000-07-071-1/+1
| | | | Notes: svn path=/stable/4/; revision=62720
* MFC: rev 1.18 (make MI as `sizeof' returns different sizes on differentDavid E. O'Brien2000-07-071-2/+2
| | | | | | | platforms) Notes: svn path=/stable/4/; revision=62719
* MFC: rev 1.1{6,8} (place original builtins in a vocabulary calledDavid E. O'Brien2000-07-071-4/+6
| | | | | | | | | | | | | "builtins" and fix vocabulary juggling) MFC: rev 1.7 * Remove the setting of sourceid from bf_vm(), as bf_vm() really has no clue. * set sourceid to 0 when booting, which is the correct setting for stdin. * set sourceid to an arbitrary fd when include'ing, preserving and restoring the previous sourceid. Notes: svn path=/stable/4/; revision=62718
* MFC: rev 1.23David E. O'Brien2000-07-071-1/+7
| | | | | | | | | | * Remove the setting of sourceid from bf_vm(), as bf_vm() really has no clue. * set sourceid to 0 when booting, which is the correct setting for stdin. * set sourceid to an arbitrary fd when include'ing, preserving and restoring the previous sourceid. Notes: svn path=/stable/4/; revision=62717
* MFC: rev 1.7David E. O'Brien2000-07-071-0/+1
| | | | | | | | | Only probe network settings on the first open of the network device. The alpha firmware takes a seriously long time to open the network device the first time. Notes: svn path=/stable/4/; revision=62716
* MFC: rev 1.14 (fix 'q' or 'Q' for the show command)David E. O'Brien2000-07-061-1/+2
| | | | Notes: svn path=/stable/4/; revision=62715
* MFC: rev 1.18 (boot /kernel.old if /kernel is missing)David E. O'Brien2000-07-061-0/+2
| | | | Notes: svn path=/stable/4/; revision=62714
* MFC: add FreeBSD Ids.David E. O'Brien2000-07-061-0/+1
| | | | Notes: svn path=/stable/4/; revision=62708
* MFC: Commonly install manpages and backup previous loader.David E. O'Brien2000-07-061-0/+5
| | | | Notes: svn path=/stable/4/; revision=62707
* MFC: Delay calling the device cleanup routines until the absolutePaul Saab2000-07-063-5/+13
| | | | | | | last moment. Notes: svn path=/stable/4/; revision=62661
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-261-0/+801
| | | | Notes: svn path=/stable/4/; revision=62108
* MFC: Latest PXE and ext2fs support.Paul Saab2000-05-043-45/+32
| | | | Notes: svn path=/stable/4/; revision=59956
* MFC the loader bcache fixes.John Baldwin2000-03-162-8/+25
| | | | | | | Submitted by: dcs Notes: svn path=/stable/4/; revision=58148
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-753/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* Fix the loader to handle module dependencies properly. More fixesBoris Popov2000-02-252-107/+80
| | | | | | | | | | will be provided after modmetadata appears in the kernel. Reviewed by: msmith Approved by: jkh Notes: svn path=/head/; revision=57468
* Close a file descriptor leak in the code which loads file objects.Mike Smith2000-02-171-0/+2
| | | | | | | | Submitted by: Paul Saab <paul@mu.org> Approved by: jkh Notes: svn path=/head/; revision=57269
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55206
* Correctly handle a user-requested abort in the middle of displaying aMike Smith1999-12-281-2/+4
| | | | | | | | | | help subtopic. PR: kern/13196 Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=55173
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The latterMarcel Moolenaar1999-12-161-321/+0
| | | | | | | | | also creates setdef{0|1}.c so there's no need to have those in the repository. Using /usr/bin/gensetdefs has no consequences for the output. Notes: svn path=/head/; revision=54695
* Update to reflect use of : not ; as separator in paths passed to theMike Smith1999-12-071-2/+2
| | | | | | | kernel. Notes: svn path=/head/; revision=54264