summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow for text section alignment to properly align the "end" symbol at themp2001-08-094-0/+4
* Trim trailing whitespace.jhb2001-08-094-24/+24
* Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expectjhb2001-07-316-6/+92
* s/adress/address/kris2001-07-231-1/+1
* Unset MAINTAINER.rnordier2001-07-218-16/+0
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-211-3/+0
* Fix reboot buglet when BOOT_BTX_NOHANG is defined.rnordier2001-05-272-2/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-022-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Always disable paging when exiting back to real mode after receiving ajhb2001-03-212-8/+8
* Don't set the gateway address if the netmask is zero or we're onps2001-03-141-1/+5
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-183-3/+3
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
* Fix column alignment (whitespace-only change).rnordier2000-12-191-1/+1
* Strip the .comment and .note sections when stripping. There's nornordier2000-12-131-1/+1
OpenPOWER on IntegriCloud