summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Implement "setdrv" optionrnordier1999-02-261-5/+10
* Emulate a V86 "movl %cr0,%eax" instruction.rnordier1999-02-252-24/+52
* Sync with sys/boot/i386/loader/Makefile revision 1.29.kato1999-02-251-2/+2
* Don't try protecting page 0; it seems that BIOS writers now feel it'smsmith1999-02-241-2/+2
* Fix assorted memory leak/buffer reuse problems.dcs1999-02-222-7/+24
* Enable load of i386 ELF kernels with larger KVA range (e.g. starting attegge1999-02-151-2/+2
* Remove dictHashSummary internal function; it used doubles.jkh1999-02-093-79/+0
* Sync with sys/boot/i386/loader/version revision 1.3.kato1999-02-081-1/+2
* Bumb up loader's version.dcs1999-02-081-1/+2
* Remove strange-looking quotes. This part of the code is #if'ed out,dcs1999-02-071-1/+1
* Make FICL_TRACE default.dcs1999-02-042-3/+39
* Make use of prototypes to silence warnings.dcs1999-02-044-37/+84
* Make ficlExec recursive. This removes vmReset and vmQuit from thedcs1999-02-041-7/+17
* Fix ficlExecFD to take kern/9412 changes into account. Also modify itdcs1999-02-041-3/+3
* The trace facility was full of bugs. Correct that by using thedcs1999-02-041-73/+72
* Silence a warning.dcs1999-02-041-2/+2
* The previous fix for "type" was absolutely lousy. Not only the bufferdcs1999-02-041-2/+2
* Add conditional compilation facilities to ficl. This had been previouslydcs1999-02-041-0/+32
* Mention the net.inet.tcp.tcbhashsize tunable.msmith1999-02-031-0/+5
* PC98 version of new boot loader. Because boot2 has not yet ported,kato1999-02-0344-3/+10185
* Whoops! Forgot to include Mr. Sobray's more command in the last setjkh1999-02-012-2/+56
* Check size of partition before using it.rnordier1999-01-292-4/+6
* Document the machdep.pccard.pcic_irq tunable, which allows the user to tunemsmith1999-01-291-0/+8
* Make builtin's state-aware in loader.jkh1999-01-281-14/+106
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
* Correctly record the end of the a.out symbol table. In practice, arnordier1999-01-251-3/+3
* From the PR:msmith1999-01-243-6/+145
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* From the PR:msmith1999-01-241-11/+7
* Document root_disk_unitmsmith1999-01-241-0/+12
* biosdisk.cmsmith1999-01-244-13/+32
* Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tmsmith1999-01-242-2/+4
* Add EXCEPTION word set.msmith1999-01-2213-58/+339
* bootstrap.hmsmith1999-01-226-141/+87
* Fix extraneous free() on error.rnordier1999-01-221-2/+1
* Fix read error not being detected.rnordier1999-01-221-1/+2
* Push version numbers up to 1.00. This is just intended to reflectrnordier1999-01-224-10/+10
* Add 'set tunables' help, list the kernel tunable values that can currentlymsmith1999-01-211-0/+18
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-187-274/+203
* Replace duplicated "old" linker set definitions with an include ofjdp1999-01-161-52/+2
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isabial1999-01-152-12/+20
* Change counter-intuitive pc@ and pc! to inb and outb.abial1999-01-145-20/+22
* In the event of a disk error, boot2 is expecting an errorrnordier1999-01-132-12/+12
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itabial1999-01-131-2/+2
* Add words "pc!" and "pc@" which allow to manipulate I/O ports. This canabial1999-01-135-0/+120
* Typo in patch application.msmith1999-01-131-2/+2
* Drop boot.help support.rnordier1999-01-112-20/+10
* No builtin command resets getopt before using it, causingmsmith1999-01-114-3/+10
* Preserve the previous loader as loader.old.msmith1999-01-111-1/+4
* Disable kzipping the loader; it seems to be breaking the aout-to-elf buildmsmith1999-01-101-3/+3
OpenPOWER on IntegriCloud