aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Don't try protecting page 0; it seems that BIOS writers now feel it'sMike Smith1999-02-241-2/+2
* Fix assorted memory leak/buffer reuse problems.Daniel C. Sobral1999-02-222-7/+24
* Enable load of i386 ELF kernels with larger KVA range (e.g. starting atTor Egge1999-02-151-2/+2
* Remove dictHashSummary internal function; it used doubles.Jordan K. Hubbard1999-02-093-79/+0
* Sync with sys/boot/i386/loader/version revision 1.3.KATO Takenori1999-02-081-1/+2
* Bumb up loader's version.Daniel C. Sobral1999-02-081-1/+2
* Remove strange-looking quotes. This part of the code is #if'ed out,Daniel C. Sobral1999-02-071-1/+1
* Make FICL_TRACE default.Daniel C. Sobral1999-02-042-3/+39
* Make use of prototypes to silence warnings.Daniel C. Sobral1999-02-044-37/+84
* Make ficlExec recursive. This removes vmReset and vmQuit from theDaniel C. Sobral1999-02-041-7/+17
* Fix ficlExecFD to take kern/9412 changes into account. Also modify itDaniel C. Sobral1999-02-041-3/+3
* The trace facility was full of bugs. Correct that by using theDaniel C. Sobral1999-02-041-73/+72
* Silence a warning.Daniel C. Sobral1999-02-041-2/+2
* The previous fix for "type" was absolutely lousy. Not only the bufferDaniel C. Sobral1999-02-041-2/+2
* Add conditional compilation facilities to ficl. This had been previouslyDaniel C. Sobral1999-02-041-0/+32
* Mention the net.inet.tcp.tcbhashsize tunable.Mike Smith1999-02-031-0/+5
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-0344-3/+10185
* Whoops! Forgot to include Mr. Sobray's more command in the last setJordan K. Hubbard1999-02-012-2/+56
* Check size of partition before using it.Robert Nordier1999-01-292-4/+6
* Document the machdep.pccard.pcic_irq tunable, which allows the user to tuneMike Smith1999-01-291-0/+8
* Make builtin's state-aware in loader.Jordan K. Hubbard1999-01-281-14/+106
* Fix a couple of further bugs: missing argument to sprintf() andRobert Nordier1999-01-251-3/+3
* Correctly record the end of the a.out symbol table. In practice, aRobert Nordier1999-01-251-3/+3
* From the PR:Mike Smith1999-01-243-6/+145
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.Mike Smith1999-01-241-2/+2
* From the PR:Mike Smith1999-01-241-11/+7
* Document root_disk_unitMike Smith1999-01-241-0/+12
* biosdisk.cMike Smith1999-01-244-13/+32
* Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tMike Smith1999-01-242-2/+4
* Add EXCEPTION word set.Mike Smith1999-01-2213-58/+339
* bootstrap.hMike Smith1999-01-226-141/+87
* Fix extraneous free() on error.Robert Nordier1999-01-221-2/+1
* Fix read error not being detected.Robert Nordier1999-01-221-1/+2
* Push version numbers up to 1.00. This is just intended to reflectRobert Nordier1999-01-224-10/+10
* Add 'set tunables' help, list the kernel tunable values that can currentlyMike Smith1999-01-211-0/+18
* Transition from using Perl to using awk for our text-manipulationMike Smith1999-01-187-274/+203
* Replace duplicated "old" linker set definitions with an include ofJohn Polstra1999-01-161-52/+2
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isAndrzej Bialecki1999-01-152-12/+20
* Change counter-intuitive pc@ and pc! to inb and outb.Andrzej Bialecki1999-01-145-20/+22
* In the event of a disk error, boot2 is expecting an errorRobert Nordier1999-01-132-12/+12
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itAndrzej Bialecki1999-01-131-2/+2
* Add words "pc!" and "pc@" which allow to manipulate I/O ports. This canAndrzej Bialecki1999-01-135-0/+120
* Typo in patch application.Mike Smith1999-01-131-2/+2
* Drop boot.help support.Robert Nordier1999-01-112-20/+10
* No builtin command resets getopt before using it, causingMike Smith1999-01-114-3/+10
* Preserve the previous loader as loader.old.Mike Smith1999-01-111-1/+4
* Disable kzipping the loader; it seems to be breaking the aout-to-elf buildMike Smith1999-01-101-3/+3
* Remove redundant line of code.Steve Price1999-01-101-2/+1
* Use etc/make.conf settings for serial port and speed.Robert Nordier1999-01-106-16/+28
* Damn, I thought I had committed this already, but it seems not.Peter Wemm1999-01-104-12/+12