aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Correct an irritating documentation error.Mike Smith1998-08-041-2/+2
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.Poul-Henning Kamp1998-07-311-0/+1
* Typo fix: teh --> (the|they)Alexander Langer1998-07-301-2/+2
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-7/+10
* Add workaround to allow the FreeBSD boot block to work onBill Paul1998-07-021-1/+13
* Sigh, we need this one now.Poul-Henning Kamp1998-06-301-0/+1
* These are a selection of small problems and annoyances with the netbootPoul-Henning Kamp1998-06-304-15/+56
* Fixed bogus dependency on `beforedepend'. File targets should neverBruce Evans1998-06-291-2/+2
* 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-249/+287
* 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