#
6adfa96c |
| 12-Apr-2021 |
mrg <mrg@NetBSD.org> |
remove shadowed (common) declarations of various libsa variables from various boot programs. for macppc and zaurus, avoid building with -fcommon any more.
|
#
ac488e33 |
| 23-Apr-2020 |
joerg <joerg@NetBSD.org> |
rootpath is owned by libsa
|
#
febb7cce |
| 21-Oct-2009 |
snj <snj@NetBSD.org> |
Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
|
#
4c3c91e6 |
| 13-Jul-2006 |
uwe <uwe@NetBSD.org> |
De-__P. ANSIify.
Same object code is generated (except in prf.c, where putchar argument type was changed to int to match the prototype and one instrcution changes accordingly).
strategy() in ofdev
De-__P. ANSIify.
Same object code is generated (except in prf.c, where putchar argument type was changed to int to match the prototype and one instrcution changes accordingly).
strategy() in ofdev.c was not ANSIified in this sweep, b/c that changes code generated at call sites!
show more ...
|
#
dd87308a |
| 25-Feb-2003 |
pk <pk@NetBSD.org> |
Note which network boot protocol we're trying.
|
#
aaa7dba0 |
| 14-May-2002 |
lukem <lukem@NetBSD.org> |
- Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM). DHCP/Bootp is tried before bootparams in the MI nfs mountroot code. - Change the order in boot.net from "bootparams then bootp"
- Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM). DHCP/Bootp is tried before bootparams in the MI nfs mountroot code. - Change the order in boot.net from "bootparams then bootp" to "bootp then bootparams", to be consistent with the MI nfs mountroot code.
(Consistency with other NetBSD ports is good, and things still work for sites that run bootparams but not dhcp/bootp, although I'd argue that dhcp/bootp is much easier to setup and manage and is easier to debug than our rpc.bootparamd...)
Per discussion with Paul Kranenburg and Matt Green.
show more ...
|
#
d76bf6c9 |
| 22-Jan-2000 |
pk <pk@NetBSD.org> |
Try both the BOOTPARAMS and BOOTP protocol (in that order). This also takes care of PR#8738.
|
#
fe310dd2 |
| 07-May-1999 |
drochner <drochner@NetBSD.org> |
include <lib/libkern/libkern.h> for intoa()/inet_ntoa()
|
#
d292580f |
| 15-Feb-1999 |
pk <pk@NetBSD.org> |
Use PROMLIB to streamline this code. This also provides the bulk of Open Firmware boot code.
|
#
bdb232d2 |
| 22-Jul-1997 |
drochner <drochner@NetBSD.org> |
Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the old (before ARP changes) <netinet/if_ether.h>, intended for temporary use.
|
#
7cedf69c |
| 01-Jun-1997 |
mrg <mrg@NetBSD.org> |
Completely rearrange SPARC boot code, modeling it after alpha and hp300 ports' boot programs. Also added support for loading gzip'd kernels, useful for booting from floppy. From Jason R. Thorpe <th
Completely rearrange SPARC boot code, modeling it after alpha and hp300 ports' boot programs. Also added support for loading gzip'd kernels, useful for booting from floppy. From Jason R. Thorpe <thorpej@nas.nasa.gov>, tested by Matthew Green <mrg@eterna.com.au> and Erik Fair <fair@clock.org>.
show more ...
|