Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add support to the loader for multiple consoles. | jhb | 2005-05-27 | 1 | -4/+8 |
| | | | | | | | | | | | | | - Teach the i386 and pc98 loaders to honor multiple console requests from their respective boot2 binaries so that the same console(s) are used in both boot2 and the loader. - Since the kernel doesn't support multiple consoles, whichever console is listed first is treated as the "primary" console and is passed to the kernel in the boot_howto flags. PR: kern/66425 Submitted by: Gavin Atkinson gavin at ury dot york dot ac dot uk MFC after: 1 week | ||||
* | Print out the commands from /boot.config after parsing them so that they | jhb | 2005-05-27 | 1 | -1/+1 |
| | | | | | | | | output is sent to the correct console(s). PR: kern/66425 Submitted by: Gavin Atkinson gavin at ury dot york dot ac dot uk MFC after: 1 week | ||||
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 1 | -1/+1 |
| | | | | | | | | | - Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp | ||||
* | Remove ifdef PC98. | nyan | 2005-05-08 | 23 | -1133/+12 |
| | |||||
* | Merged from libi386/biosdisk.c revisions 1.37 and 1.41. | nyan | 2005-05-08 | 1 | -3/+6 |
| | |||||
* | Use DOSMID_386BSD rather than DOSPTYP_386BSD. | nyan | 2005-05-08 | 1 | -1/+1 |
| | |||||
* | MFi386: revision 1.20. | nyan | 2005-04-14 | 1 | -1/+1 |
| | |||||
* | Fix buidling of boot blocks for pc98 with new links. | imp | 2005-04-03 | 1 | -3/+11 |
| | | | | Submitted by: nyan@ | ||||
* | NOFORTH -> NO_FORTH | ru | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 2 | -2/+2 |
| | |||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 7 | -7/+7 |
| | | | | OK'ed by: core | ||||
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 2 | -10/+0 |
| | | | | did anything, so this commit should be considered a NO-OP. | ||||
* | MFi386: revisions 1.77 and 1.78. | nyan | 2004-11-29 | 1 | -2/+2 |
| | |||||
* | MFi386: revision 1.38. | nyan | 2004-11-29 | 1 | -5/+10 |
| | |||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | MFi386: revision 1.4. | nyan | 2004-10-24 | 1 | -1/+9 |
| | |||||
* | MFi386: Set bi_basemem and bi_extmem variables. | nyan | 2004-10-24 | 1 | -0/+6 |
| | | | | Respect RB_MULTIPLE flag. | ||||
* | MFi386: Add support for preloading ELF relocatable object format modules. | nyan | 2004-10-24 | 1 | -0/+2 |
| | |||||
* | Document boot_cdrom, boot_multicons, and boot_serial. | ru | 2004-09-30 | 1 | -1/+1 |
| | | | | | Reduce diffs between help.common and loader(8). Mention that boot_userconfig is currently a no-op. | ||||
* | MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS). | nyan | 2004-09-18 | 1 | -0/+1 |
| | |||||
* | Fix new compiler error (s/bcopy/memcpy/). | nyan | 2004-07-30 | 4 | -9/+9 |
| | |||||
* | Fix another beak. | phk | 2004-06-17 | 1 | -1/+1 |
| | | | | Seen by: pjd | ||||
* | Unspam sys/boot, the dev_t commit should not have touched these. | phk | 2004-06-16 | 3 | -3/+3 |
| | | | | Spotted by: peter | ||||
* | My new keyboard can't spell. | phk | 2004-06-16 | 1 | -1/+1 |
| | |||||
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 3 | -3/+3 |
| | | | | Bump __FreeBSD_version accordingly. | ||||
* | Premptively fix GCC3.4 issue: add break; after empty default: clauses. | phk | 2004-06-16 | 1 | -0/+2 |
| | | | | | PR: 65493 Submitted by: Pawel Worach <sajd@telia.com> | ||||
* | MFi386: revisions from 1.15 to 1.17. | nyan | 2004-04-29 | 1 | -8/+2 |
| | |||||
* | MFi386: revisions from 1.16 to 1.18. | nyan | 2004-04-29 | 1 | -8/+2 |
| | |||||
* | MFi386: Use C (and CPP) style comments for assembler-with-cpp | ru | 2004-04-28 | 2 | -290/+290 |
| | | | | sources, for lines that start with a comment. | ||||
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 4 | -16/+0 |
| | | | | | | per letter dated July 22, 1999. Approved by: core | ||||
* | MFi386: revision 1.29. | nyan | 2004-03-14 | 1 | -2/+2 |
| | |||||
* | MFi386: revision 1.76. | nyan | 2004-03-14 | 1 | -2/+5 |
| | |||||
* | MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead. | nyan | 2004-02-13 | 6 | -1893/+107 |
| | | | | Repocopied by: joe | ||||
* | MFi386: revisions 1.74 and 1.75. | nyan | 2004-02-13 | 1 | -3/+1 |
| | | | | | - kzip(8) is long dead. - Clean CLEANFILES. | ||||
* | MFi386: revision 1.20 (don't strip kgzldr.o) | nyan | 2004-02-13 | 1 | -0/+1 |
| | |||||
* | MFi386: Factor out -nostdlib and use PROG. | nyan | 2004-02-09 | 9 | -54/+55 |
| | |||||
* | MFi386: Removed -elf and duplicate -ffreestanding. | ru | 2004-02-07 | 4 | -9/+3 |
| | |||||
* | MFi386: Cleanups to sys/boot makefiles. | nyan | 2004-02-07 | 9 | -104/+70 |
| | |||||
* | MFi386: revision 1.33 | nyan | 2004-01-28 | 2 | -2/+2 |
| | | | | PR: kern/62005 | ||||
* | Fix to support KANA and graphics characters which code are over 0x80. | nyan | 2004-01-18 | 1 | -1/+1 |
| | |||||
* | MFi386: revision 1.13. | nyan | 2003-11-15 | 2 | -2/+2 |
| | |||||
* | Don't repeat selected defines from ns16550.h or sioreg.h. Just | bde | 2003-09-16 | 1 | -20/+1 |
| | | | | | include ns16550.h. The missing installation of ns16550.h was fixed long ago and the misplaced defines in sioreg.h were fixed recently. | ||||
* | Use __FBSDID(). | obrien | 2003-09-08 | 15 | -30/+47 |
| | | | | Also some minor style cleanups. | ||||
* | Fixed build error with GCC 3.3.1 | nyan | 2003-07-13 | 1 | -3/+3 |
| | |||||
* | Revert non-style part of the recent two deltas that dealt with | ru | 2003-07-02 | 1 | -5/+1 |
| | | | | | using as(1) to compile plain assembler source files; bsd.lib.mk has been fixed (in revision 1.147). | ||||
* | Switch to using bsd.prog.mk; this gives us back the standard | ru | 2003-06-30 | 1 | -5/+2 |
| | | | | .s.o transformation rule. | ||||
* | MFi386: revision 1.16. | ru | 2003-06-30 | 1 | -10/+4 |
| | |||||
* | Add help file for pc98. | nyan | 2003-06-08 | 2 | -1/+47 |
| | |||||
* | Enable new boot menu. | nyan | 2003-06-08 | 1 | -1/+2 |
| | |||||
* | Don't load the acpi module. | nyan | 2003-06-08 | 2 | -1/+34 |
| |