Re: svn commit: r313401 - head/sys/netinet

2017-02-13 Thread Eric van Gyzen
On 02/11/2017 11:02, Adrian Chadd wrote: Can we do the same with ether_ntoa too? ether_ntoa doesn't exist in the kernel. Eric ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mai

Re: svn commit: r313401 - head/sys/netinet

2017-02-11 Thread Adrian Chadd
Can we do the same with ether_ntoa too? -adrian ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r313401 - head/sys/netinet

2017-02-11 Thread Eric van Gyzen
On 02/10/2017 15:04, Ed Maste wrote: On 10 February 2017 at 15:10, Gleb Smirnoff wrote: Thanks. I think inet_ntoa() and anything that uses static buffer should just be removed from libkern. Agreed. A quick grep found inet_ntoa used in: Also agreed. I had already started on it. ;-) Eric

Re: svn commit: r313401 - head/sys/netinet

2017-02-10 Thread Ed Maste
On 10 February 2017 at 15:10, Gleb Smirnoff wrote: > > Thanks. I think inet_ntoa() and anything that uses static buffer > should just be removed from libkern. Agreed. A quick grep found inet_ntoa used in: netpfil/pf/pf_osfp.c netpfil/ipfw/ip_fw_log.c kern/kern_jail.c fs/nfsserver/nfs_nfsdkrpc.c

Re: svn commit: r313401 - head/sys/netinet

2017-02-10 Thread Gleb Smirnoff
On Tue, Feb 07, 2017 at 06:57:57PM +, Eric van Gyzen wrote: E> Author: vangyzen E> Date: Tue Feb 7 18:57:57 2017 E> New Revision: 313401 E> URL: https://svnweb.freebsd.org/changeset/base/313401 E> E> Log: E> Fix garbage IP addresses in UDP log_in_vain messages E> E> If multiple threads