summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/netboot
Commit message (Expand)AuthorAgeFilesLines
* Rely on ../Makefile.inc to set the object format in CFLAGS and thebde1998-12-301-7/+4
* Fix my breakage of `make installworld'. However, i don't think it's right tojoerg1998-11-281-6/+7
* Make netboot work again. All this depends on the object format beingjoerg1998-11-261-10/+13
* Fixed warnings for pointer versus int type mismatches. Addresses mustbde1998-10-101-4/+4
* Correct description of get_diskinfo result.rnordier1998-09-171-1/+1
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.phk1998-07-311-0/+1
* Added a `build-tools' target for internal tools.bde1998-07-071-7/+10
* Sigh, we need this one now.phk1998-06-301-0/+1
* These are a selection of small problems and annoyances with the netbootphk1998-06-304-15/+56
* Fixed bogus dependency on `beforedepend'. File targets should neverbde1998-06-291-2/+2
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.eivind1998-03-071-15/+6
* Use port 0x110 to avoid PNP conflicts.steve1998-02-231-1/+1
* Make bootblock building independent of /usr/include if relativeeivind1998-02-152-3/+16
* Don't throw away bootp reply packets that are shorter than our extended-lengthtegge1998-01-182-2/+6
* 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
* Remove extraneous init parameter.steve1997-08-231-4/+2
* Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.tegge1997-06-121-1/+1
* Fix a typo.tegge1997-05-311-2/+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
* 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-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Two fixes:martin1996-12-112-7/+7
* Don't depend on <net/if.h> including <sys/time.h>wollman1996-12-101-0/+1
* Add a timeout here, just like in if_ed.cphk1996-11-281-1/+2
* Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixesbde1996-11-111-0/+4
* Fill in the bios-geometry array in struct bootinfo.phk1996-11-022-0/+79
* Add g to flags helpache1996-08-281-1/+1
* Support for GDB remote debug protocol.pst1996-08-271-0/+1
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/peter1996-08-191-1/+1
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.joerg1996-08-181-2/+2
* Megacommit to straigthen out ETHER_ mess.phk1996-08-066-42/+33
* Add the ability to specify bootflags. This is similar to boot_i386(8),joerg1996-07-062-3/+31
* Add a check in the SMC probe to verify that the card has an ethernetmartin1996-06-091-0/+4
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-2/+2
* Now that I have started to use netboot, I see what is missing...phk1996-04-142-36/+56
* Improvementss to netbootphk1996-04-036-27/+78
* Align help screen.phk1996-04-021-2/+17
* recording cvs-1.6 file deathpeter1995-12-305-1956/+0
* Close PR misc/75. I thought this was done long time ago...phk1995-11-061-0/+4
* Add -fno-strength-reduce to neutralize possible bad effect of -O2ache1995-10-101-1/+2
* Make the netboot more tolerant about the config file.phk1995-10-051-4/+9
* Remove trailing whitespace.rgrimes1995-05-305-27/+27
* Break netboot into device specific versions.martin1995-04-129-74/+1930
* Include <machine/cpufunc.h> to get i/o functions - don't duplicate almostbde1995-04-011-184/+1
OpenPOWER on IntegriCloud