| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sync with sys/boot/i386/loader/Makefile revision 1.30. | KATO Takenori | 1999-03-10 | 1 | -1/+7 |
| * | Sync with sys/boot/i386/libi386/bootinfo.c revision 1.17. | KATO Takenori | 1999-03-10 | 1 | -1/+4 |
| * | Install new loader.rc stuff. | Daniel C. Sobral | 1999-03-10 | 1 | -1/+7 |
| * | New loader.rc stuff. | Daniel C. Sobral | 1999-03-09 | 3 | -0/+1341 |
| * | Add MODINFO_ARGS, parameters passed to a module at load time. | Daniel C. Sobral | 1999-03-08 | 4 | -4/+16 |
| * | Increase ficl's dictionary size, in preparation for the newer loader.rc. | Daniel C. Sobral | 1999-03-08 | 1 | -2/+2 |
| * | Fix a number of memory leaks and other memory-related disorders. | Daniel C. Sobral | 1999-03-08 | 4 | -9/+19 |
| * | Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd. | KATO Takenori | 1999-03-04 | 1 | -4/+7 |
| * | Added an entry for 1.44MB fd. | KATO Takenori | 1999-03-04 | 1 | -2/+2 |
| * | Oops, forgot to read boot.config file. | KATO Takenori | 1999-03-04 | 1 | -1/+2 |
| * | When SCSI IDs are not contiguous, the loader could not find correct | KATO Takenori | 1999-03-04 | 2 | -9/+14 |
| * | boot2 doesn't need to say 'Can't find file boot.config.' | KATO Takenori | 1999-03-04 | 1 | -5/+2 |
| * | Fix character code of backslash. PC98 should use 0xfc instead of 0x5c. | KATO Takenori | 1999-03-04 | 1 | -2/+2 |
| * | Don't treat empty lines as end-of-file in include(). (I can't | Daniel C. Sobral | 1999-03-02 | 1 | -2/+2 |
| * | Sync with sys/boot/i386/btx/btx/btx.s revision 1.10. | KATO Takenori | 1999-03-01 | 2 | -24/+52 |
| * | Save option, rather than slice, selected. This permits unattended | Robert Nordier | 1999-03-01 | 1 | -18/+26 |
| * | Make $ print different lines in, well, different lines. | Daniel C. Sobral | 1999-02-28 | 1 | -2/+2 |
| * | Implement "setdrv" option | Robert Nordier | 1999-02-26 | 1 | -5/+10 |
| * | Emulate a V86 "movl %cr0,%eax" instruction. | Robert Nordier | 1999-02-25 | 2 | -24/+52 |
| * | Sync with sys/boot/i386/loader/Makefile revision 1.29. | KATO Takenori | 1999-02-25 | 1 | -2/+2 |
| * | Don't try protecting page 0; it seems that BIOS writers now feel it's | Mike Smith | 1999-02-24 | 1 | -2/+2 |
| * | Fix assorted memory leak/buffer reuse problems. | Daniel C. Sobral | 1999-02-22 | 2 | -7/+24 |
| * | Enable load of i386 ELF kernels with larger KVA range (e.g. starting at | Tor Egge | 1999-02-15 | 1 | -2/+2 |
| * | Remove dictHashSummary internal function; it used doubles. | Jordan K. Hubbard | 1999-02-09 | 3 | -79/+0 |
| * | Sync with sys/boot/i386/loader/version revision 1.3. | KATO Takenori | 1999-02-08 | 1 | -1/+2 |
| * | Bumb up loader's version. | Daniel C. Sobral | 1999-02-08 | 1 | -1/+2 |
| * | Remove strange-looking quotes. This part of the code is #if'ed out, | Daniel C. Sobral | 1999-02-07 | 1 | -1/+1 |
| * | Make FICL_TRACE default. | Daniel C. Sobral | 1999-02-04 | 2 | -3/+39 |
| * | Make use of prototypes to silence warnings. | Daniel C. Sobral | 1999-02-04 | 4 | -37/+84 |
| * | Make ficlExec recursive. This removes vmReset and vmQuit from the | Daniel C. Sobral | 1999-02-04 | 1 | -7/+17 |
| * | Fix ficlExecFD to take kern/9412 changes into account. Also modify it | Daniel C. Sobral | 1999-02-04 | 1 | -3/+3 |
| * | The trace facility was full of bugs. Correct that by using the | Daniel C. Sobral | 1999-02-04 | 1 | -73/+72 |
| * | Silence a warning. | Daniel C. Sobral | 1999-02-04 | 1 | -2/+2 |
| * | The previous fix for "type" was absolutely lousy. Not only the buffer | Daniel C. Sobral | 1999-02-04 | 1 | -2/+2 |
| * | Add conditional compilation facilities to ficl. This had been previously | Daniel C. Sobral | 1999-02-04 | 1 | -0/+32 |
| * | Mention the net.inet.tcp.tcbhashsize tunable. | Mike Smith | 1999-02-03 | 1 | -0/+5 |
| * | PC98 version of new boot loader. Because boot2 has not yet ported, | KATO Takenori | 1999-02-03 | 44 | -3/+10185 |
| * | Whoops! Forgot to include Mr. Sobray's more command in the last set | Jordan K. Hubbard | 1999-02-01 | 2 | -2/+56 |
| * | Check size of partition before using it. | Robert Nordier | 1999-01-29 | 2 | -4/+6 |
| * | Document the machdep.pccard.pcic_irq tunable, which allows the user to tune | Mike Smith | 1999-01-29 | 1 | -0/+8 |
| * | Make builtin's state-aware in loader. | Jordan K. Hubbard | 1999-01-28 | 1 | -14/+106 |
| * | Fix a couple of further bugs: missing argument to sprintf() and | Robert Nordier | 1999-01-25 | 1 | -3/+3 |
| * | Correctly record the end of the a.out symbol table. In practice, a | Robert Nordier | 1999-01-25 | 1 | -3/+3 |
| * | From the PR: | Mike Smith | 1999-01-24 | 3 | -6/+145 |
| * | Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code. | Mike Smith | 1999-01-24 | 1 | -2/+2 |
| * | From the PR: | Mike Smith | 1999-01-24 | 1 | -11/+7 |
| * | Document root_disk_unit | Mike Smith | 1999-01-24 | 1 | -0/+12 |
| * | biosdisk.c | Mike Smith | 1999-01-24 | 4 | -13/+32 |
| * | Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn't | Mike Smith | 1999-01-24 | 2 | -2/+4 |
| * | Add EXCEPTION word set. | Mike Smith | 1999-01-22 | 13 | -58/+339 |