History log of /netbsd/usr.sbin/isibootd/isibootd.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 1491b217 22-Aug-2021 andvar <andvar@NetBSD.org>

s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.


# b769d536 30-Jan-2021 tsutsui <tsutsui@NetBSD.org>

Fix "Cannot allocate memory" failure on amd64.

BIOCGBLEN ioctl of bpf(4) requires u_int, not size_t.
The problem is reported by Kenji Aoyama.

Should be pulled up to netbsd-9 and netbsd-8.


# a49a5de3 02-Apr-2012 nisimura <nisimura@NetBSD.org>

Change Ethertype 0x80df symbolic name. According to the real
if_ether.h, dated back to 1991, Integrated Solution, Inc. used the
following definitions.

#define ETHERTYPE_WIPC 0x80DE /* ISI

Change Ethertype 0x80df symbolic name. According to the real
if_ether.h, dated back to 1991, Integrated Solution, Inc. used the
following definitions.

#define ETHERTYPE_WIPC 0x80DE /* ISI: WIPC protocol */
#define ETHERTYPE_ISIBOOT 0x80DF /* ISI: bootd enet protocol */
#define ETHERTYPE_ISIBOOT_OLD 0x0807 /* ISI: old bootd (NOT OFFICIAL!) */
#define ETHERTYPE_RFS 0x0813 /* ISI: RFS protocol (NOT OFFICIAL!) */

No functionality change is expected.

show more ...


# 83213754 18-Dec-2011 tsutsui <tsutsui@NetBSD.org>

Rename FRAME* macro to TRFS_FRAME* for readability and
workaround for powerpc builds. Pointed out by phx@.

XXX: <powerpc/frame.h> shouldn't pollute userland namespace anyway.


# 4637e0e8 17-Dec-2011 tsutsui <tsutsui@NetBSD.org>

Add isibootd(8) command, which is a dumb network boot server program
for the OMRON LUNA clients, like ndbootd(8) for Sun2 machines.

No particular comment on tech-userlevel@:
http://mail-index.NetBSD

Add isibootd(8) command, which is a dumb network boot server program
for the OMRON LUNA clients, like ndbootd(8) for Sun2 machines.

No particular comment on tech-userlevel@:
http://mail-index.NetBSD.org/tech-userlevel/2011/12/15/msg005872.html

show more ...