From owner-cvs-all Sat Jan 29 3:49:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FD9B15166; Sat, 29 Jan 2000 03:49:09 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA94588; Sat, 29 Jan 2000 03:49:09 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <200001291149.DAA94588@freefall.freebsd.org> From: Yoshinobu Inoue Date: Sat, 29 Jan 2000 03:49:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_debug.h tcp_debug.c src/usr.sbin/trpt trpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shin 2000/01/29 03:49:08 PST Modified files: sys/netinet tcp_debug.h tcp_debug.c usr.sbin/trpt trpt.c Log: Sorry in this just befor code freeze commit. This is fix to usr.sbin/trpt and tcp_debug.[ch] I think of putting this after 4.0 but,,, -There was bug that when INET6 is defined, IPv4 socket is not traced by trpt. -I received request from a person who distribute a program which use tcp_debug interface and print performance statistics, that -leave comptibility with old program as much as possible -use same interface with other OSes So, I talked with itojun, and synced API with netbsd IPv6 extension. makeworld check, kernel build check(includes GENERIC) is done. But if there happen to any problem, please let me know and I soon backout this change. Revision Changes Path 1.11 +16 -3 src/sys/netinet/tcp_debug.h 1.16 +53 -11 src/sys/netinet/tcp_debug.c 1.12 +51 -11 src/usr.sbin/trpt/trpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message