summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Fixed spammed Id.bde1997-10-071-1/+1
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-8/+10
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-3/+3
* Add a missing prototype.phk1997-09-241-1/+2
* Remove pbzero(), things we load zero their own bss.phk1997-08-314-41/+6
* Remove extraneous init parameter.steve1997-08-231-4/+2
* 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
* Removed support for stale options.bde1997-07-211-30/+3
* 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-126-707/+167
* (Part #2, after the Internet link broke totally yesterday.)joerg1997-07-118-0/+2198
* This is the long-threatened ISO 9660 CD-ROM bootstrap code.joerg1997-07-101-2/+2
* Fixed description of -cv.bde1997-07-051-1/+1
* Don't depend <machine/cpufunc.h> including <sys/types.h>.bde1997-07-011-2/+4
* Fix 2 typos.charnier1997-06-161-3/+3
* Load the kernel config file where userconfig (with option USERCONFIG_BOOT)bde1997-06-141-6/+29
* Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.tegge1997-06-121-1/+1
* 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
* Fix a typo.tegge1997-05-311-2/+2
* Staticize.bde1997-05-275-25/+27
* Removed some useless code:bde1997-05-162-24/+2
* Update netboot manual page.tegge1997-05-152-53/+64
* Bring in some improved bootp support for netboot submitted by Luigi:tegge1997-05-148-87/+213
* Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,asami1997-05-131-2/+2
* save/restore %ebx, %esi and %edi when calling bios routines.tegge1997-05-121-12/+38
* Removed LDADD=-lc and associated DPADD. libc would probably breakbde1997-04-252-6/+2
* 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
* Added some nfs #includes so that netboot compiles again. Lite2 made thebde1997-03-011-0/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2245-45/+45
* 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-1445-45/+45
* Initialize the upper 16 bits of the memory sizes properly (to 0).bde1996-12-181-3/+4
* Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(peter1996-12-151-1/+2
* Two fixes:martin1996-12-112-7/+7
* Don't depend on <net/if.h> including <sys/time.h>wollman1996-12-101-0/+1
* 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
* Add a timeout here, just like in if_ed.cphk1996-11-281-1/+2
* 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 get_diskinfo(). See the logs for similar fixesbde1996-11-111-0/+4
* Preserve %esi and %edi for all BIOS calls. This is probably only necessarybde1996-11-111-1/+25
* Fill in the bios-geometry array in struct bootinfo.phk1996-11-022-0/+79
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
* Synchronized with biosboot/Makefile:bde1996-10-151-6/+8
OpenPOWER on IntegriCloud