summaryrefslogtreecommitdiff
path: root/sys/i386/boot/netboot
Commit message (Expand)AuthorAgeFilesLines
* Remove the old a.out-only boot loader, we don't use it any more.Peter Wemm2000-03-1914-4425/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Rely on ../Makefile.inc to set the object format in CFLAGS and theBruce Evans1998-12-301-7/+4
* Fix my breakage of `make installworld'. However, i don't think it's right toJoerg Wunsch1998-11-281-6/+7
* Make netboot work again. All this depends on the object format beingJoerg Wunsch1998-11-261-10/+13
* Fixed warnings for pointer versus int type mismatches. Addresses mustBruce Evans1998-10-101-4/+4
* Correct description of get_diskinfo result.Robert Nordier1998-09-171-1/+1
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.Poul-Henning Kamp1998-07-311-0/+1
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-7/+10
* 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
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.Eivind Eklund1998-03-071-15/+6
* Use port 0x110 to avoid PNP conflicts.Steve Price1998-02-231-1/+1
* Make bootblock building independent of /usr/include if relativeEivind Eklund1998-02-152-3/+16
* Don't throw away bootp reply packets that are shorter than our extended-lengthTor Egge1998-01-182-2/+6
* 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
* Remove extraneous init parameter.Steve Price1997-08-231-4/+2
* Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.Tor Egge1997-06-121-1/+1
* Fix a typo.Tor Egge1997-05-311-2/+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
* 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-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Two fixes:Martin Renters1996-12-112-7/+7
* Don't depend on <net/if.h> including <sys/time.h>Garrett Wollman1996-12-101-0/+1
* Add a timeout here, just like in if_ed.cPoul-Henning Kamp1996-11-281-1/+2
* Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixesBruce Evans1996-11-111-0/+4
* Fill in the bios-geometry array in struct bootinfo.Poul-Henning Kamp1996-11-022-0/+79
* Add g to flags helpAndrey A. Chernov1996-08-281-1/+1
* Support for GDB remote debug protocol.Paul Traina1996-08-271-0/+1
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/Peter Wemm1996-08-191-1/+1
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.Joerg Wunsch1996-08-181-2/+2
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-066-42/+33
* Add the ability to specify bootflags. This is similar to boot_i386(8),Joerg Wunsch1996-07-062-3/+31
* Add a check in the SMC probe to verify that the card has an ethernetMartin Renters1996-06-091-0/+4
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-2/+2
* Now that I have started to use netboot, I see what is missing...Poul-Henning Kamp1996-04-142-36/+56
* Improvementss to netbootPoul-Henning Kamp1996-04-036-27/+78
* Align help screen.Poul-Henning Kamp1996-04-021-2/+17
* recording cvs-1.6 file deathPeter Wemm1995-12-305-1956/+0
* Close PR misc/75. I thought this was done long time ago...Poul-Henning Kamp1995-11-061-0/+4
* Add -fno-strength-reduce to neutralize possible bad effect of -O2Andrey A. Chernov1995-10-101-1/+2
* Make the netboot more tolerant about the config file.Poul-Henning Kamp1995-10-051-4/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-27/+27