summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-112-6/+0
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.jhb2002-05-102-4/+4
* Don't be redundant.obrien2002-05-101-1/+1
* -ffreestanding is the word for /sys.obrien2002-05-106-17/+18
* Turn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1.obrien2002-05-101-1/+1
* Install files via FILES, there's no reason to compare them before installing.ru2002-04-171-18/+6
* Really unbreak it this time (clean and install were still broken).ru2002-04-171-5/+3
* Unbreak this as well.ru2002-04-121-1/+1
* Code cleanup, no functional change.pb2002-04-112-38/+66
* Needs a.out support built into the loader.obrien2002-03-281-0/+3
* Add option -n to i386 boot2 to disallow boot interruption by keypress.pb2002-03-232-4/+16
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* Implement -m and -p loader(8) "boot" command options in boot2.ru2002-03-132-6/+14
* Oops, the previous revision (1.35) broke booting from floppiesiedowse2002-01-172-12/+36
* Make the i386 boot2 fully blocksize-agnostic, as has already beeniedowse2002-01-142-96/+92
* Unrevert revision 1.12. Revision 1.14 backed this out saying it wasjhb2002-01-101-7/+17
* Increase BSIZEMAX from 8k to 16k, so that we can reliably boot fromiedowse2002-01-092-2/+2
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-111-0/+1
* Add support for writing to BIOS disks.jhb2001-12-111-3/+169
* Add new boot flag to i386 boot: -p.guido2001-12-103-0/+9
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-2/+2
* Remove a few more debugging bits and turn on twiddle output while readingjhb2001-11-071-15/+3
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 devicejhb2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.jhb2001-11-051-0/+2
* Add a device driver for the BIOS device for CD-ROM's booted via El Toritojhb2001-11-057-21/+424
* Trim all the extra debugging output including hexdumps, debug messages,jhb2001-11-041-189/+4
* Axe the old cdldr.jhb2001-11-042-298/+0
* Use the new cdboot instead of cdldr.jhb2001-11-041-2/+1
* This is a new CD bootstrap utility designed to replace cdldr. Accordingjhb2001-11-042-119/+594
* Whoops, missed these bits in the previous commit.jhb2001-11-032-2/+4
* Add support for sending messages to the serial console which is helpfuljhb2001-11-033-0/+163
* Add support for outputting multiple lines when dumping memory during thejhb2001-11-032-4/+26
* Add support for trace traps by returning from them just as for breakpointjhb2001-11-032-2/+10
* Output a newline at the end of a dump so that there are blank lines betweenjhb2001-11-032-2/+2
* Fix the ILLEGAL fdisk table that is there for supporting "dangerouslypeter2001-11-012-2/+2
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedjlemon2001-10-233-0/+9
* Allow the RBX_DUAL flag to appear in bootinfo.jlemon2001-10-232-2/+2
* Whitespace fixes.jhb2001-10-041-3/+3
* Fix the ANSI color escape sequence \E[m.yokota2001-10-021-153/+118
* Fix the local macro: isvisible().yokota2001-10-021-1/+1
* Fix the function CD(): "Clear to the end of the screen".yokota2001-10-011-4/+15
* This is white-space only change. No functional difference.yokota2001-10-011-140/+167
* Add support for loading bzip2-compressed kernels and modules. This supportsobomax2001-09-182-0/+12
* Create backup copies using install(1).ru2001-09-121-3/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-1/+1
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadmsmith2001-08-301-0/+14
* Teach the loader how to find the system ACPI information, and autoloadmsmith2001-08-305-1/+144
* OK, now I am scared of pxeldr. It had /boot/loader appended ontopeter2001-08-221-1/+1
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperpeter2001-08-221-1/+1
OpenPOWER on IntegriCloud