/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | README | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|
H A D | bootparamd.8 | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|
H A D | main.c | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|
H A D | bootparamd.c | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|
H A D | Makefile | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|
/freebsd/usr.sbin/bootparamd/ |
H A D | Makefile | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|
/freebsd/usr.sbin/bootparamd/callbootd/ |
H A D | callbootd.c | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|
H A D | Makefile | diff b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. b9fefab743b44b2e5e2793f594d81e37870889eb Mon Feb 27 00:40:53 CET 1995 Bill Paul <wpaul@FreeBSD.org> Obtained from: The Xkernel source distribution
I hope I'm doing this right.
This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use.
This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too.
I have made two changes to this code:
- Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted.
- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases.
|