svn commit: r287992 - head/usr.sbin/sesutil

2015-09-19 Thread Allan Jude
Author: allanjude Date: Sat Sep 19 18:41:24 2015 New Revision: 287992 URL: https://svnweb.freebsd.org/changeset/base/287992 Log: Rename some functions and variables inside sesutil(8) to make gcc happy Reported by: bz Approved by: bapt (implicit) Sponsored by: ScaleEngine Inc.

svn commit: r287993 - head/sys/cam/ctl

2015-09-19 Thread Alexander Motin
Author: mav Date: Sat Sep 19 19:11:59 2015 New Revision: 287993 URL: https://svnweb.freebsd.org/changeset/base/287993 Log: Split two command flags with different meaning. This is only a cosmetical change. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_cmd_table.c

svn commit: r287998 - head/usr.sbin/inetd

2015-09-19 Thread Hiroki Sato
Author: hrs Date: Sat Sep 19 23:48:06 2015 New Revision: 287998 URL: https://svnweb.freebsd.org/changeset/base/287998 Log: - Remove unused union p_un. - Use NI_MAXHOST-long buffer for getnameinfo(). Although INET6_ADDRSTRLEN was designed to hold the longest IPv6 address in

svn commit: r288000 - in head/sys: amd64/amd64 arm/arm i386/i386 kern mips/mips powerpc/powerpc sparc64/sparc64 sys

2015-09-19 Thread Konstantin Belousov
Author: kib Date: Sun Sep 20 01:27:59 2015 New Revision: 288000 URL: https://svnweb.freebsd.org/changeset/base/288000 Log: Add support for weak symbols to the kernel linkers. It means that linkers no longer raise an error when undefined weak symbols are found, but relocate as if the symbol

svn commit: r288004 - head/lib/libc/string

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:51:15 2015 New Revision: 288004 URL: https://svnweb.freebsd.org/changeset/base/288004 Log: Add declaration to eliminate -Wmissing-prototypes warning. Modified: head/lib/libc/string/strchrnul.c Modified: head/lib/libc/string/strchrnul.c

svn commit: r288005 - head/lib/libc/stdlib

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:53:08 2015 New Revision: 288005 URL: https://svnweb.freebsd.org/changeset/base/288005 Log: Add declarations to eliminate -Wmissing-prototypes warnings. Modified: head/lib/libc/stdlib/atexit.c head/lib/libc/stdlib/heapsort.c head/lib/libc/stdlib/merge.c

svn commit: r288019 - in head/lib/libc: aarch64/gen amd64/gen arm/gen mips/gen powerpc/gen powerpc64/gen sparc64/gen

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:59:01 2015 New Revision: 288019 URL: https://svnweb.freebsd.org/changeset/base/288019 Log: Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes warnings. Modified: head/lib/libc/aarch64/gen/_set_tp.c

svn commit: r288003 - head/lib/libc/sys

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:49:08 2015 New Revision: 288003 URL: https://svnweb.freebsd.org/changeset/base/288003 Log: Add missing include to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/sys/__error.c Modified: head/lib/libc/sys/__error.c

svn commit: r288017 - head/lib/libc/rpc

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:23:16 2015 New Revision: 288017 URL: https://svnweb.freebsd.org/changeset/base/288017 Log: Use ANSI C prototypes. Eliminates gcc 4.9 warnings. Modified: head/lib/libc/rpc/svc.c Modified: head/lib/libc/rpc/svc.c

svn commit: r287994 - head/sys/cam/ctl

2015-09-19 Thread Alexander Motin
Author: mav Date: Sat Sep 19 19:30:55 2015 New Revision: 287994 URL: https://svnweb.freebsd.org/changeset/base/287994 Log: Always execute REPORT LUNS and REQUEST SENSE commands locally. REPORT LUNS command is more related to target rather then specific LUN. This node may be primary for

svn commit: r287995 - head/usr.sbin/ndp

2015-09-19 Thread Xin LI
Author: delphij Date: Sat Sep 19 20:12:53 2015 New Revision: 287995 URL: https://svnweb.freebsd.org/changeset/base/287995 Log: 'sin' is never used after assignment. Looking at the context, it seems that it belongs the commented out section of code so make it part of that section.

svn commit: r288010 - head/lib/libc/gdtoa

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:06:04 2015 New Revision: 288010 URL: https://svnweb.freebsd.org/changeset/base/288010 Log: Add missing include to eliminate -Wmissing-prototypes warning Modified: head/lib/libc/gdtoa/_ldtoa.c Modified: head/lib/libc/gdtoa/_ldtoa.c

svn commit: r288011 - head/lib/libc/posix1e

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:06:55 2015 New Revision: 288011 URL: https://svnweb.freebsd.org/changeset/base/288011 Log: Adding missing declarations to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/posix1e/acl_compat.c head/lib/libc/posix1e/acl_support.h Modified:

Re: svn commit: r287983 - head/gnu/usr.bin/binutils/ld

2015-09-19 Thread Hiroki Sato
Bryan Drewery wrote in <201509190353.t8j3rbre067...@repo.freebsd.org>: bd> Author: bdrewery bd> Date: Sat Sep 19 03:53:37 2015 bd> New Revision: 287983 bd> URL: https://svnweb.freebsd.org/changeset/base/287983 bd> bd> Log: bd> Replace afterinstall: hack with FILES

svn commit: r288009 - head/lib/libc/gmon

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:59:27 2015 New Revision: 288009 URL: https://svnweb.freebsd.org/changeset/base/288009 Log: Add declaration to eliminate -Wmissing-prototypes warning Modified: head/lib/libc/gmon/gmon.c Modified: head/lib/libc/gmon/gmon.c

svn commit: r288015 - head/lib/libc/net

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:20:31 2015 New Revision: 288015 URL: https://svnweb.freebsd.org/changeset/base/288015 Log: Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings. Modified: head/lib/libc/net/gethostnamadr.c head/lib/libc/net/getnetnamadr.c

svn commit: r288016 - head/lib/libc/compat-43

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:21:44 2015 New Revision: 288016 URL: https://svnweb.freebsd.org/changeset/base/288016 Log: Add declaration to eliminate -Wmissing-prototypes warning Modified: head/lib/libc/compat-43/creat.c Modified: head/lib/libc/compat-43/creat.c

Re: svn commit: r287988 - head/usr.sbin/sesutil

2015-09-19 Thread Allan Jude
On 2015-09-19 14:09, Bjoern A. Zeeb wrote: > On Sat, 19 Sep 2015, Allan Jude wrote: > >> Author: allanjude >> Date: Sat Sep 19 16:36:45 2015 >> New Revision: 287988 >> URL: https://svnweb.freebsd.org/changeset/base/287988 >> >> Log: >> Improve and expand sesutil(8) >> >> - Return an error if no

svn commit: r287996 - head/lib/libc/net

2015-09-19 Thread Jilles Tjoelker
Author: jilles Date: Sat Sep 19 20:27:09 2015 New Revision: 287996 URL: https://svnweb.freebsd.org/changeset/base/287996 Log: libc: Consistently call _ioctl() internally, not ioctl(). Modified: head/lib/libc/net/sockatmark.c Modified: head/lib/libc/net/sockatmark.c

svn commit: r287997 - head/usr.sbin/inetd

2015-09-19 Thread Hiroki Sato
Author: hrs Date: Sat Sep 19 23:27:22 2015 New Revision: 287997 URL: https://svnweb.freebsd.org/changeset/base/287997 Log: - Fix a crash on a rpc entry when an IPv6 address is explicitly specified in -a flag. - Fix a bug that sockaddr_in was used where sockaddr_in6 should have been

svn commit: r288014 - head/lib/libc/net

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:17:53 2015 New Revision: 288014 URL: https://svnweb.freebsd.org/changeset/base/288014 Log: Add declarations to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/net/nss_compat.c Modified: head/lib/libc/net/nss_compat.c

svn commit: r288001 - head/sys/powerpc/powerpc

2015-09-19 Thread Konstantin Belousov
Author: kib Date: Sun Sep 20 01:35:51 2015 New Revision: 288001 URL: https://svnweb.freebsd.org/changeset/base/288001 Log: Use tabs for indend. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/powerpc/powerpc/elf32_machdep.c

svn commit: r288002 - head/lib/libc/sys

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:45:57 2015 New Revision: 288002 URL: https://svnweb.freebsd.org/changeset/base/288002 Log: Add missing includes to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/sys/close.c head/lib/libc/sys/fsync.c head/lib/libc/sys/msync.c

svn commit: r288013 - head/lib/libc/net

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:17:03 2015 New Revision: 288013 URL: https://svnweb.freebsd.org/changeset/base/288013 Log: Define _NS_PRIVATE to make declarations visible. This eliminates -Wmissing-prototypes warnings. Modified: head/lib/libc/net/nscache.c Modified:

svn commit: r288012 - head/lib/libc/net

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:15:37 2015 New Revision: 288012 URL: https://svnweb.freebsd.org/changeset/base/288012 Log: Add missing includes to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/net/ntoh.c head/lib/libc/net/sockatmark.c Modified:

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-19 Thread Adrian Chadd
On 19 September 2015 at 10:56, Bruce Simpson wrote: > Ian, > > To paraphrase what I said privately to the various dramatis personae in > January: > > Changes like this need to be reviewed before they go in. As timing is > central to the entire OS, change review has to be

svn commit: r288018 - head/lib/libc/resolv

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 04:26:55 2015 New Revision: 288018 URL: https://svnweb.freebsd.org/changeset/base/288018 Log: Add declarations to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/resolv/h_errno.c Modified: head/lib/libc/resolv/h_errno.c

Re: svn commit: r287988 - head/usr.sbin/sesutil

2015-09-19 Thread Bjoern A. Zeeb
On Sat, 19 Sep 2015, Allan Jude wrote: Author: allanjude Date: Sat Sep 19 16:36:45 2015 New Revision: 287988 URL: https://svnweb.freebsd.org/changeset/base/287988 Log: Improve and expand sesutil(8) - Return an error if no matching device is found when the locate command is run - Enhance

svn commit: r287990 - head/sys/dev/e1000

2015-09-19 Thread Sean Bruno
Author: sbruno Date: Sat Sep 19 18:22:59 2015 New Revision: 287990 URL: https://svnweb.freebsd.org/changeset/base/287990 Log: Revert 287914,287762. Reports of breakage on igb(4) have been narrowed down to 287762 and 287914 is an dependant change. Submitted by: erj Modified:

svn commit: r287991 - head/sys/cam/ctl

2015-09-19 Thread Alexander Motin
Author: mav Date: Sat Sep 19 18:23:06 2015 New Revision: 287991 URL: https://svnweb.freebsd.org/changeset/base/287991 Log: Pack struct ctl_ha_msg_hdr by 8 bytes. Modified: head/sys/cam/ctl/ctl_io.h Modified: head/sys/cam/ctl/ctl_io.h

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-19 Thread Hans Petter Selasky
On 09/18/15 22:33, Davide Italiano wrote: On Thu, Sep 17, 2015 at 12:20 AM, Hans Petter Selasky wrote: On 09/17/15 00:05, Gleb Smirnoff wrote: Weren't you explicitly asked not to touch this system without a proper review and discussion? Adding a new function is not

Re: svn commit: r287984 - stable/10/sys/contrib/ipfilter/netinet

2015-09-19 Thread Alexey Dokuchaev
On Sat, Sep 19, 2015 at 03:58:32AM +, Cy Schubert wrote: > New Revision: 287984 > URL: https://svnweb.freebsd.org/changeset/base/287984 > > Log: > MFC r287651, r287652, r287653. > > Fix mutex errors, fixup typos in comments. > > Obtained from: NetBSD r1.4. > -This lie, anr

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-19 Thread Hans Petter Selasky
On 09/17/15 11:07, David Chisnall wrote: I would expect*anyone* making a change like this to have both the design and code reviewed for sanity checking. Please add an entry to MAINTAINERS for those parts of the kernel which require this strict reviews. --HPS

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-19 Thread Hans Petter Selasky
On 09/19/15 10:55, Hans Petter Selasky wrote: It currently has one critical client, and that is destruction of TCP connections. In general I see the added function extremely useful when creating protocols which use callouts, which destruct their "PCBs" from interrupt context, that you don't

svn commit: r287985 - head/sys/netinet6

2015-09-19 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Sep 19 11:50:02 2015 New Revision: 287985 URL: https://svnweb.freebsd.org/changeset/base/287985 Log: Cleanup nd6_cache_lladdr(). No functional changes. * Since new extries are now allocated explicitly, fill in all the necessary fields for lle _before_

svn commit: r287986 - head/sys/cam/ctl

2015-09-19 Thread Alexander Motin
Author: mav Date: Sat Sep 19 13:12:09 2015 New Revision: 287986 URL: https://svnweb.freebsd.org/changeset/base/287986 Log: Fix memory corruption when >128K transferred through HA link. While there, do some cleaning. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-19 Thread Ian Lepore
On Sat, 2015-09-19 at 12:37 -0400, George Neville-Neil wrote: > > On 19 Sep 2015, at 4:58, Hans Petter Selasky wrote: > > > On 09/17/15 11:07, David Chisnall wrote: > >> I would expect*anyone* making a change like this to have both the > >> design and code reviewed for sanity checking. > > > >

svn commit: r287989 - in head: targets/pseudo/userland usr.bin/numactl usr.sbin/sesutil

2015-09-19 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 19 17:47:36 2015 New Revision: 287989 URL: https://svnweb.freebsd.org/changeset/base/287989 Log: Connect sesutil(1) and numactl(1) for META_MODE. Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/numactl/Makefile.depend (contents, props

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-19 Thread Bruce Simpson
Ian, To paraphrase what I said privately to the various dramatis personae in January: Changes like this need to be reviewed before they go in. As timing is central to the entire OS, change review has to be meticulous, on par with the virtual memory management. We have a VM tsar; we do not

svn commit: r287999 - head/lib/libc/net

2015-09-19 Thread Hiroki Sato
Author: hrs Date: Sun Sep 20 01:09:23 2015 New Revision: 287999 URL: https://svnweb.freebsd.org/changeset/base/287999 Log: Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3): - In a PF_LOCAL address, "hostname" must begins with '/' and "servname" is always NULL. All of ai_flags

svn commit: r288008 - head/lib/libc/gen

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:58:27 2015 New Revision: 288008 URL: https://svnweb.freebsd.org/changeset/base/288008 Log: Add declarations to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/gen/dlfcn.c head/lib/libc/gen/dup3.c head/lib/libc/gen/elf_utils.c

svn commit: r288007 - head/lib/libc/gen

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:56:57 2015 New Revision: 288007 URL: https://svnweb.freebsd.org/changeset/base/288007 Log: Adding missing include to eliminate -Wmissing-prototypes warning Modified: head/lib/libc/gen/feature_present.c Modified: head/lib/libc/gen/feature_present.c

svn commit: r288006 - head/lib/libc/stdio

2015-09-19 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 20 03:55:03 2015 New Revision: 288006 URL: https://svnweb.freebsd.org/changeset/base/288006 Log: Add declarations to eliminate -Wmissing-prototypes warnings Modified: head/lib/libc/stdio/_flock_stub.c head/lib/libc/stdio/fgetwln.c

svn commit: r287988 - head/usr.sbin/sesutil

2015-09-19 Thread Allan Jude
Author: allanjude Date: Sat Sep 19 16:36:45 2015 New Revision: 287988 URL: https://svnweb.freebsd.org/changeset/base/287988 Log: Improve and expand sesutil(8) - Return an error if no matching device is found when the locate command is run - Enhance the locate command to be able to

Re: svn commit: r287780 - in head: share/man/man9 sys/kern sys/sys

2015-09-19 Thread George Neville-Neil
On 19 Sep 2015, at 4:58, Hans Petter Selasky wrote: On 09/17/15 11:07, David Chisnall wrote: I would expect*anyone* making a change like this to have both the design and code reviewed for sanity checking. Please add an entry to MAINTAINERS for those parts of the kernel which require this

svn commit: r287987 - head/usr.bin/man

2015-09-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Sep 19 16:00:50 2015 New Revision: 287987 URL: https://svnweb.freebsd.org/changeset/base/287987 Log: Restore man -t for manpages rendered by mandoc Reported by: swills Modified: head/usr.bin/man/man.sh Modified: head/usr.bin/man/man.sh