Home | History | Annotate | Download | only in isibootd
History log of /src/usr.sbin/isibootd/isibootd.c
RevisionDateAuthorComments
 1.5  22-Aug-2021  andvar s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.
 1.4  30-Jan-2021  tsutsui 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.
 1.3  02-Apr-2012  nisimura branches: 1.3.2; 1.3.26; 1.3.36;

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.
 1.2  18-Dec-2011  tsutsui 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.
 1.1  17-Dec-2011  tsutsui 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
 1.3.36.1  07-Feb-2021  martin Pull up following revision(s) (requested by tsutsui in ticket #1200):

usr.sbin/isibootd/isibootd.c: revision 1.4

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.
 1.3.26.1  07-Feb-2021  martin Pull up following revision(s) (requested by tsutsui in ticket #1650):

usr.sbin/isibootd/isibootd.c: revision 1.4

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.
 1.3.2.2  17-Apr-2012  yamt sync with head
 1.3.2.1  02-Apr-2012  yamt file isibootd.c was added on branch yamt-pagecache on 2012-04-17 00:09:48 +0000

RSS XML Feed