]> Zhao Yanbai Git Server - minix.git/commit
More stack for tcpd.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 13 Jul 2006 13:19:48 +0000 (13:19 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 13 Jul 2006 13:19:48 +0000 (13:19 +0000)
commit04b478f1771f82f5d32ecb0bd235adaec1d628f7
treed37ee3aca3813c7fcf0d21452649f311277f9d90
parent2d79ae783197b9d37fca92d405d897f36cfbf0ca
More stack for tcpd.
Safecopies renders the NWIOQUERYPARAM ioctl useless. This functionality
is now replaced with /dev/ipstat. Write the request to the device and
read the answer in one read request.
13 files changed:
commands/simple/Makefile
commands/simple/tcpstat.c
commands/simple/udpstat.c
include/net/ioctl.h
include/net/netlib.h
servers/inet/Makefile
servers/inet/buf.c
servers/inet/inet.c
servers/inet/inet_config.c
servers/inet/inet_config.h
servers/inet/qp.c
servers/inet/qp.h
servers/inet/sr.c