summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot
Commit message (Expand)AuthorAgeFilesLines
* Correct an irritating documentation error.msmith1998-08-041-2/+2
* Typo fix: teh --> (the|they)alex1998-07-301-2/+2
* Add workaround to allow the FreeBSD boot block to work onwpaul1998-07-021-1/+13
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-271-1/+5
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.eivind1998-03-071-12/+3
* Make bootblock building independent of /usr/include if relativeeivind1998-02-151-4/+12
* Don't set even parity uselessly in the line control register (paritybde1998-02-011-5/+4
* Make RAWBOOT functional again; don't read `boot.config' and `boot.help'yokota1998-02-011-1/+3
* Symlink bootblocks for 'wfd' disks as well.msmith1998-01-271-2/+2
* Fixed cosmetic bugs:bde1998-01-011-34/+32
* Finally, implement a mini-parser for RockRidge alternative filenames,joerg1997-12-042-15/+7
* Add a missing prototype.phk1997-09-241-1/+2
* Remove pbzero(), things we load zero their own bss.phk1997-08-314-41/+6
* Oops, boot2 got too big. make VESA_SUPPORT nondefault.phk1997-07-311-2/+3
* Add support for booting in VESA 0x102 videomode. Corresponding patches tophk1997-07-313-4/+43
* Saved a few bytes by omitting frame pointers, using byte-sizedbde1997-07-131-31/+14
* Make this compile again under -current. The modifications to io.cjoerg1997-07-123-8/+165
* Fixed description of -cv.bde1997-07-051-1/+1
* Fix 2 typos.charnier1997-06-161-3/+3
* Load the kernel config file where userconfig (with option USERCONFIG_BOOT)bde1997-06-141-6/+29
* This should have been committed with the changes to boot.c yesterday.bde1997-06-101-0/+18
* - Added support for "dual" internal/serial consoles (-D flag). If -D is set,bde1997-06-098-252/+290
* Staticize.bde1997-05-275-25/+27
* Removed some useless code:bde1997-05-162-24/+2
* Removed LDADD=-lc and associated DPADD. libc would probably breakbde1997-04-251-3/+1
* Don't attempt to read past EOF.bde1997-03-151-6/+8
* Fixed setting of default kernel name when there is no boot.config file.bde1997-03-121-3/+3
* Added -mno-486 to CFLAGS to force smaller code in case someone compilesbde1997-03-051-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2217-17/+17
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisitebde1997-02-181-0/+1
* Get defaults for the boot device (and flags) from the filebde1997-02-131-16/+48
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1417-17/+17
* Initialize the upper 16 bits of the memory sizes properly (to 0).bde1996-12-181-3/+4
* Give up early for empty partitions. The offset for an emptybde1996-12-101-3/+7
* Update the bootblocks to use the new definitions that changed in thenate1996-12-031-3/+3
* Fix my previous (untested) commit. The probe routine now appears to workpeter1996-11-241-2/+2
* Make this compile again after the syscons/psm/kbdio changes that removedpeter1996-11-232-14/+20
* Preserve %esi and %edi for all BIOS calls. This is probably only necessarybde1996-11-111-1/+25
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-141-5/+15
* Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.bde1996-10-141-4/+3
* Added option PROBE_KEYBOARD_LOCK which gives a serial console if thebde1996-10-082-2/+16
* Saved about 160 bytes by using the gcc-2.7 alignment options.bde1996-10-081-2/+2
* Print the dos device number for read failures.bde1996-10-081-2/+3
* Removed unused arg to badsect(). It wasted 16 bytes.bde1996-10-082-7/+7
* Use the same warning flags as for the kernel. This causes surprisinglybde1996-10-081-1/+3
* Fix a couple of bugs causing false positivespst1996-09-261-6/+3
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-7/+7
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.bde1996-09-142-24/+30
* Removed declarations of recently deleted variables and cleaned upbde1996-09-141-6/+6
OpenPOWER on IntegriCloud