aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Install ${DESTDIR}/boot.help during `make distribution'.Joseph Koshy1998-05-271-1/+5
* Install in /usr/lib/aoutSøren Schmidt1998-05-271-2/+2
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-14/+1
* Removed duplicated -I options.Bruce Evans1998-03-122-4/+3
* Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handlesBruce Evans1998-03-121-2/+2
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.Eivind Eklund1998-03-075-58/+33
* Use port 0x110 to avoid PNP conflicts.Steve Price1998-02-231-1/+1
* Make bootblock building independent of /usr/include if relativeEivind Eklund1998-02-155-11/+59
* Don't set even parity uselessly in the line control register (parityBruce Evans1998-02-011-5/+4
* Make RAWBOOT functional again; don't read `boot.config' and `boot.help'Kazutaka YOKOTA1998-02-011-1/+3
* Synchronize with ../biosboot/Makefile.Kazutaka YOKOTA1998-01-311-16/+4
* Symlink bootblocks for 'wfd' disks as well.Mike Smith1998-01-271-2/+2
* Don't throw away bootp reply packets that are shorter than our extended-lengthTor Egge1998-01-182-2/+6
* Fixed cosmetic bugs:Bruce Evans1998-01-011-34/+32
* Finally, implement a mini-parser for RockRidge alternative filenames,Joerg Wunsch1997-12-044-33/+62
* Fix a bug that caused cdboot to stop reading the root directory at theJoerg Wunsch1997-12-021-3/+13
* Fixed spammed Id.Bruce Evans1997-10-071-1/+1
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-8/+10
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-3/+3
* Add a missing prototype.Poul-Henning Kamp1997-09-241-1/+2
* Remove pbzero(), things we load zero their own bss.Poul-Henning Kamp1997-08-314-41/+6
* Remove extraneous init parameter.Steve Price1997-08-231-4/+2
* Oops, boot2 got too big. make VESA_SUPPORT nondefault.Poul-Henning Kamp1997-07-311-2/+3
* Add support for booting in VESA 0x102 videomode. Corresponding patches toPoul-Henning Kamp1997-07-313-4/+43
* Removed support for stale options.Bruce Evans1997-07-211-30/+3
* Saved a few bytes by omitting frame pointers, using byte-sizedBruce Evans1997-07-131-31/+14
* Make this compile again under -current. The modifications to io.cJoerg Wunsch1997-07-126-707/+167
* (Part #2, after the Internet link broke totally yesterday.)Joerg Wunsch1997-07-118-0/+2198
* This is the long-threatened ISO 9660 CD-ROM bootstrap code.Joerg Wunsch1997-07-101-2/+2
* Fixed description of -cv.Bruce Evans1997-07-051-1/+1
* Don't depend <machine/cpufunc.h> including <sys/types.h>.Bruce Evans1997-07-011-2/+4
* Fix 2 typos.Philippe Charnier1997-06-161-3/+3
* Load the kernel config file where userconfig (with option USERCONFIG_BOOT)Bruce Evans1997-06-141-6/+29
* Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.Tor Egge1997-06-121-1/+1
* This should have been committed with the changes to boot.c yesterday.Bruce Evans1997-06-101-0/+18
* - Added support for "dual" internal/serial consoles (-D flag). If -D is set,Bruce Evans1997-06-098-252/+290
* Fix a typo.Tor Egge1997-05-311-2/+2
* Staticize.Bruce Evans1997-05-275-25/+27
* Removed some useless code:Bruce Evans1997-05-162-24/+2
* Update netboot manual page.Tor Egge1997-05-152-53/+64
* Bring in some improved bootp support for netboot submitted by Luigi:Tor Egge1997-05-148-87/+213
* Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,Satoshi Asami1997-05-131-2/+2
* save/restore %ebx, %esi and %edi when calling bios routines.Tor Egge1997-05-121-12/+38
* Removed LDADD=-lc and associated DPADD. libc would probably breakBruce Evans1997-04-252-6/+2
* Don't attempt to read past EOF.Bruce Evans1997-03-151-6/+8
* Fixed setting of default kernel name when there is no boot.config file.Bruce Evans1997-03-121-3/+3
* Added -mno-486 to CFLAGS to force smaller code in case someone compilesBruce Evans1997-03-051-1/+2
* Added some nfs #includes so that netboot compiles again. Lite2 made theBruce Evans1997-03-011-0/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2245-45/+45
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisiteBruce Evans1997-02-181-0/+1