head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	94.04.24.12.59.04;	author md;	state Exp;
branches;
next	1.3;

1.3
date	93.11.19.13.24.12;	author md;	state Exp;
branches;
next	1.2;

1.2
date	93.11.04.14.10.01;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.05.20.18.21.44;	author md;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Replace udp_ttp and tcp_ttl with ip_ttl as found in the 4.4 networking
code.
@
text
@# $Header: $

In /kernfs directory:

name		type		ro/rw	Data
version		string		ro	Kernel identification string
copyright	string		ro	UCB copyright string
hostname	string		rw	Current system name
loadavg		int[3]		ro	1, 5 and 15 minute load averages
hz		int		ro	Clock frequency
rootdev		device		rw	Block device which has the / partition
rrootdev	device		rw	Raw device which has the / partition
network		directory
vm		directory

and on the IBM rt only:

cpu		string		ro	CPU model type
fpa		string		ro	Floating point adapters present

In /kernfs/network directory:

name		type		ro/rw	Data
ipforwarding	boolean		rw 	Do ip forwarding?
ipsendredirects	boolean		rw 	Send ip redirects?
ip_ttl		byte		rw 	Default Time to live for ip packets
subnetsarelocal	boolean		rw 	Includes other subnets on local net?
tcp_recvspace	long		rw 	Size of tcp receive buffer
tcp_sendspace	long		rw 	Size of tcp transmit buffer
udp_recvspace	long		rw 	Size of udp receive buffer
udp_sendspace	long		rw 	Size of udp transmit buffer

In /kernfs/vm directory:

name		type		ro/rw	Data
availmem	int		ro	Amount of available memory in bytes
bufmem		int		ro	Amount of memory(bytes) used by buffers
nbuf		int		ro	Total number of kernel buffer
pagesize	int		ro	Number of bytes in a physical page
physmem		int		ro	Amount of physical memory in pages
realmem		int		ro	Amount of real memory in bytes
sb_max		int		rw	Maximum chars in a sockbuf
@


1.3
log
@Add entries for the network and vm subdirectories.
@
text
@d1 1
a1 1
#	NOTES,v 1.2 1993/05/20 04:01:30 cgd Exp
d26 1
a29 1
tcp_ttl		byte		rw 	Time to live for tcp segs
a31 1
udp_ttl		byte		rw 	Time to live for udp segs
@


1.2
log
@RT additions.
@
text
@d3 1
a3 7
name		type		ro/rw
version		string		ro
copyright	string		ro
hostname	string		rw
loadavg		int[3]		ro
hz		int		ro
physmem		int		ro
d5 10
a14 1
and the IBM rt only:
d16 28
a43 2
cpu		string		ro
fpa		string		ro
@


1.1
log
@Initial revision
@
text
@d10 5
@
