Subject: CVS commit: othersrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 02/07/2001 01:54:47
Module Name: othersrc
Committed By: bjh21
Date: Tue Feb 6 23:54:47 UTC 2001
Added Files:
othersrc/usr.sbin/aund: Makefile aun.h aund.c aund.conf conf_lex.l
extern.h fileserver.c fileserver.h fs_cli.c fs_error.c fs_errors.h
fs_examine.c fs_fileio.c fs_filetype.c fs_handle.c fs_misc.c
fs_nametrans.c fs_proto.h fs_util.c printserver.c printserver.h
Log Message:
Import aund.
aund was originally intended to be a complete AUN server for Unix, but seems
to have decayed into being a boot server for NetBSD/arm26. I wrote it in
1998, and have released a couple of snapshots of it since then. It seems like
a perfect job for othersrc.
AUN (Acorn Universal Networking) is basically a way of running Econet (Acorn's
ancient proprietary LAN, analagous to LocalTalk) over IP. aund implements the
Econet fileserver protocol and the IP encapsulation. The code is a mess, but
it's just about good enough for the job at hand.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 othersrc/usr.sbin/aund/Makefile \
othersrc/usr.sbin/aund/aun.h othersrc/usr.sbin/aund/aund.c \
othersrc/usr.sbin/aund/aund.conf othersrc/usr.sbin/aund/conf_lex.l \
othersrc/usr.sbin/aund/extern.h othersrc/usr.sbin/aund/fileserver.c \
othersrc/usr.sbin/aund/fileserver.h othersrc/usr.sbin/aund/fs_cli.c \
othersrc/usr.sbin/aund/fs_error.c othersrc/usr.sbin/aund/fs_errors.h \
othersrc/usr.sbin/aund/fs_examine.c othersrc/usr.sbin/aund/fs_fileio.c \
othersrc/usr.sbin/aund/fs_filetype.c othersrc/usr.sbin/aund/fs_handle.c \
othersrc/usr.sbin/aund/fs_misc.c othersrc/usr.sbin/aund/fs_nametrans.c \
othersrc/usr.sbin/aund/fs_proto.h othersrc/usr.sbin/aund/fs_util.c \
othersrc/usr.sbin/aund/printserver.c othersrc/usr.sbin/aund/printserver.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.