651b44e211
as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile. |
||
---|---|---|
.. | ||
Makefile | ||
README.hdlc | ||
README.packet | ||
ccitt_proto.c | ||
dll.h | ||
hd_debug.c | ||
hd_input.c | ||
hd_output.c | ||
hd_subr.c | ||
hd_timer.c | ||
hd_var.h | ||
hdlc.h | ||
if_x25subr.c | ||
llc_input.c | ||
llc_output.c | ||
llc_subr.c | ||
llc_timer.c | ||
llc_var.h | ||
pk.h | ||
pk_acct.c | ||
pk_debug.c | ||
pk_extern.h | ||
pk_input.c | ||
pk_llcsubr.c | ||
pk_output.c | ||
pk_subr.c | ||
pk_timer.c | ||
pk_usrreq.c | ||
pk_var.h | ||
x25.h | ||
x25acct.h | ||
x25err.h |
README.packet
/* $NetBSD: README.packet,v 1.4 1994/06/29 06:36:59 cgd Exp $ */ /* * @(#)README.packet 8.1 (Berkeley) 6/10/93 * * X.25 NETWORK PACKET LEVEL: * * This implementation is based on Recommentation X.25 as agreed at the * March 1976 and the February 1980 meetings of CCITT Study Group VII. * However, not all aspects are implemented. The following is a list of * features which are not yet or may never be implemented: * * 1. D bit * 2. PVC * 3. fast select * * * Note: This implementation is for DTEs only. * * Currently, only the 1976 verison is implemented. * * * Date: February, 1984 * * Author: Gerald W. Neufeld * * Installation: Department of Computer Science * University of British Columbia * Vancouver, BC, CANADA * * To Do: Find some reasonable heuristic for piggybacking packet * level acks. * * Bugs: Clear might be sent before data is all out. * * History: * */