aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-03379-379/+379
* MFC: Enable beastie.4th.Yoshihiro Takahashi2005-10-301-2/+2
* MFCScott Long2005-10-302-10/+43
* This commit was manufactured by cvs2svn to create branch 'RELENG_6_0'.cvs2svn2005-10-301-0/+17
* MFC: net.graph.ngqfreemax has been deprecated.Gleb Smirnoff2005-09-021-1/+0
* MFC: sys/boot/sparc64/loader/metadata.c 1.14,Marius Strobl2005-08-271-17/+41
* MFC rev 1.73:Suleiman Souhlal2005-08-151-1/+1
* MFC: Mention that console= can set multiple consoles.Brian Somers2005-08-091-11/+13
* MFC: Fix a comparison that broke ``set console=vidconsole'' and even theBrian Somers2005-08-051-1/+1
* MFC: v1.45 intro.2, v1.40 help.commonJohn-Mark Gurney2005-08-041-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-1113-2351/+0
* Improved markup, fixes some spelling and grammar.Ruslan Ermilov2005-06-141-12/+13
* Fix getsecs(). It was not counting the seconds right. The immediateMarcel Moolenaar2005-06-041-19/+46
* Fix delay(). The processor cycle counter is a 32-bit wrapping counter.Marcel Moolenaar2005-06-041-5/+8
* Temperarly disable building in the bzip2 support by default so we can fitDavid E. O'Brien2005-06-011-1/+1
* Add a missing const to alpha_setcurrdev() to quiet a warning.John Baldwin2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *John Baldwin2005-05-311-4/+4
* Whitespace.John Baldwin2005-05-311-1/+1
* Put bzip2 support on equal footing with gzip support.David E. O'Brien2005-05-311-1/+1
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-05-311-0/+1
* Markup nits.Ruslan Ermilov2005-05-301-2/+2
* - Add support to the loader for multiple consoles.John Baldwin2005-05-275-53/+146
* Fix a warning by adding a missing 'const'.John Baldwin2005-05-272-2/+2
* Print out the commands from /boot.config after parsing them so that theyJohn Baldwin2005-05-273-3/+3
* Since the BAT mapping was removed a long time back, it can'tPeter Grehan2005-05-241-1/+6
* Remove unused variables. Remove prototype for function that does not exist.Philippe Charnier2005-05-201-4/+1
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowMaxim Sobolev2005-05-194-29/+70
* Change ofw_readin/ofw_copyin to map the entire region beforePeter Grehan2005-05-191-24/+74
* Whitespace only: kill trailing spaces.Maxim Sobolev2005-05-191-15/+14
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-0823-1133/+12
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.Yoshihiro Takahashi2005-05-081-3/+6
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.Yoshihiro Takahashi2005-05-081-1/+1
* Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEEDRuslan Ermilov2005-04-251-5/+28
* Pass the hostname we got from DHCP to the kernel so that machines canGarrett Wollman2005-04-171-0/+1
* Extend a local buffer to prevent an overflow of the XSDT address.Nate Lawson2005-04-161-1/+1
* MFi386: revision 1.20.Yoshihiro Takahashi2005-04-141-1/+1
* Fix 'implicit int' instance.Stefan Farfeleder2005-04-091-1/+1
* Fix buidling of boot blocks for pc98 with new links.Warner Losh2005-04-031-3/+11
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-03-153-1/+4
* Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT,Alexander Kabaev2005-03-121-0/+24
* Don't try to use 'typedef struct foo' if just 'struct foo' makes more senseStefan Farfeleder2005-03-072-25/+1
* Fix typos in a comment.Stefan Farfeleder2005-03-061-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-022-4/+12
* Remove unused variables.Marius Strobl2005-03-021-3/+0
* Document the new default init_path.Dag-Erling Smørgrav2005-02-171-1/+1
* Add /rescue/init to the default init_path, before /stand/sysinstall.Dag-Erling Smørgrav2005-02-171-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS).Dag-Erling Smørgrav2005-02-081-2/+2
* Insert an explicit McAfee license, as we use a stock two-clause BSDRobert Watson2005-01-301-5/+26