NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53974 CVS commit: [netbsd-8] src/usr.sbin/arp



The following reply was made to PR bin/53974; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53974 CVS commit: [netbsd-8] src/usr.sbin/arp
Date: Sun, 3 Mar 2019 11:01:48 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Mar  3 11:01:48 UTC 2019
 
 Modified Files:
 	src/usr.sbin/arp [netbsd-8]: arp.c arp_hostops.c arp_rumpops.c
 	    prog_ops.h
 
 Log Message:
 Pull up following revision(s) (requested by dholland in ticket #1198):
 
 	usr.sbin/arp/arp_rumpops.c: revision 1.2
 	usr.sbin/arp/arp_hostops.c: revision 1.2
 	usr.sbin/arp/arp.c: revision 1.64
 	usr.sbin/arp/arp.c: revision 1.65
 	usr.sbin/arp/prog_ops.h: revision 1.2
 
 Teach arp that it's okay to close sockets after using them.
 (this requires adding a close op to the rump turds)
 
 Fixes PR 53974 reporting too many open files.
 
  -
 
 arp(8): one more to close socket.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.55.8.4 -r1.55.8.5 src/usr.sbin/arp/arp.c
 cvs rdiff -u -r1.1 -r1.1.8.1 src/usr.sbin/arp/arp_hostops.c \
     src/usr.sbin/arp/arp_rumpops.c src/usr.sbin/arp/prog_ops.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index