| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the old a.out-only boot loader, we don't use it any more. | Peter Wemm | 2000-03-19 | 14 | -4425/+0 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
* | Rely on ../Makefile.inc to set the object format in CFLAGS and the | Bruce Evans | 1998-12-30 | 1 | -7/+4 |
* | Fix my breakage of `make installworld'. However, i don't think it's right to | Joerg Wunsch | 1998-11-28 | 1 | -6/+7 |
* | Make netboot work again. All this depends on the object format being | Joerg Wunsch | 1998-11-26 | 1 | -10/+13 |
* | Fixed warnings for pointer versus int type mismatches. Addresses must | Bruce Evans | 1998-10-10 | 1 | -4/+4 |
* | Correct description of get_diskinfo result. | Robert Nordier | 1998-09-17 | 1 | -1/+1 |
* | TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'. | Poul-Henning Kamp | 1998-07-31 | 1 | -0/+1 |
* | Added a `build-tools' target for internal tools. | Bruce Evans | 1998-07-07 | 1 | -7/+10 |
* | Sigh, we need this one now. | Poul-Henning Kamp | 1998-06-30 | 1 | -0/+1 |
* | These are a selection of small problems and annoyances with the netboot | Poul-Henning Kamp | 1998-06-30 | 4 | -15/+56 |
* | Fixed bogus dependency on `beforedepend'. File targets should never | Bruce Evans | 1998-06-29 | 1 | -2/+2 |
* | Make this handle -j<large>, and avoid .depend pointing at /usr/include. | Eivind Eklund | 1998-03-07 | 1 | -15/+6 |
* | Use port 0x110 to avoid PNP conflicts. | Steve Price | 1998-02-23 | 1 | -1/+1 |
* | Make bootblock building independent of /usr/include if relative | Eivind Eklund | 1998-02-15 | 2 | -3/+16 |
* | Don't throw away bootp reply packets that are shorter than our extended-length | Tor Egge | 1998-01-18 | 2 | -2/+6 |
* | Fixed spammed Id. | Bruce Evans | 1997-10-07 | 1 | -1/+1 |
* | Changes to support full make parallelism (-j<n>) in the world | Jordan K. Hubbard | 1997-10-05 | 1 | -8/+10 |
* | Sort cross refereces in section SEE ALSO. | Wolfram Schneider | 1997-09-29 | 1 | -3/+3 |
* | Remove extraneous init parameter. | Steve Price | 1997-08-23 | 1 | -4/+2 |
* | Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE. | Tor Egge | 1997-06-12 | 1 | -1/+1 |
* | Fix a typo. | Tor Egge | 1997-05-31 | 1 | -2/+2 |
* | Update netboot manual page. | Tor Egge | 1997-05-15 | 2 | -53/+64 |
* | Bring in some improved bootp support for netboot submitted by Luigi: | Tor Egge | 1997-05-14 | 8 | -87/+213 |
* | Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here, | Satoshi Asami | 1997-05-13 | 1 | -2/+2 |
* | save/restore %ebx, %esi and %edi when calling bios routines. | Tor Egge | 1997-05-12 | 1 | -12/+38 |
* | Added some nfs #includes so that netboot compiles again. Lite2 made the | Bruce Evans | 1997-03-01 | 1 | -0/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Two fixes: | Martin Renters | 1996-12-11 | 2 | -7/+7 |
* | Don't depend on <net/if.h> including <sys/time.h> | Garrett Wollman | 1996-12-10 | 1 | -0/+1 |
* | Add a timeout here, just like in if_ed.c | Poul-Henning Kamp | 1996-11-28 | 1 | -1/+2 |
* | Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixes | Bruce Evans | 1996-11-11 | 1 | -0/+4 |
* | Fill in the bios-geometry array in struct bootinfo. | Poul-Henning Kamp | 1996-11-02 | 2 | -0/+79 |
* | Add g to flags help | Andrey A. Chernov | 1996-08-28 | 1 | -1/+1 |
* | Support for GDB remote debug protocol. | Paul Traina | 1996-08-27 | 1 | -0/+1 |
* | s/ETHER_MIN_LAN/ETHER_MIN_LEN/ | Peter Wemm | 1996-08-19 | 1 | -1/+1 |
* | Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit. | Joerg Wunsch | 1996-08-18 | 1 | -2/+2 |
* | Megacommit to straigthen out ETHER_ mess. | Poul-Henning Kamp | 1996-08-06 | 6 | -42/+33 |
* | Add the ability to specify bootflags. This is similar to boot_i386(8), | Joerg Wunsch | 1996-07-06 | 2 | -3/+31 |
* | Add a check in the SMC probe to verify that the card has an ethernet | Martin Renters | 1996-06-09 | 1 | -0/+4 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | Poul-Henning Kamp | 1996-05-02 | 1 | -2/+2 |
* | Now that I have started to use netboot, I see what is missing... | Poul-Henning Kamp | 1996-04-14 | 2 | -36/+56 |
* | Improvementss to netboot | Poul-Henning Kamp | 1996-04-03 | 6 | -27/+78 |
* | Align help screen. | Poul-Henning Kamp | 1996-04-02 | 1 | -2/+17 |
* | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 5 | -1956/+0 |
* | Close PR misc/75. I thought this was done long time ago... | Poul-Henning Kamp | 1995-11-06 | 1 | -0/+4 |
* | Add -fno-strength-reduce to neutralize possible bad effect of -O2 | Andrey A. Chernov | 1995-10-10 | 1 | -1/+2 |
* | Make the netboot more tolerant about the config file. | Poul-Henning Kamp | 1995-10-05 | 1 | -4/+9 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 5 | -27/+27 |