svn commit: r274841 - head/etc/defaults

2014-11-22 Thread Hiroki Sato
Author: hrs Date: Sat Nov 22 08:09:26 2014 New Revision: 274841 URL: https://svnweb.freebsd.org/changeset/base/274841 Log: Remove examples of gif_interfaces and gifconfig. These have already been marked as deprecated in rc.conf(5) manual page but these examples were still here. Spotted

svn commit: r274842 - head/sys/dev/usb/controller

2014-11-22 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 22 08:47:04 2014 New Revision: 274842 URL: https://svnweb.freebsd.org/changeset/base/274842 Log: Use correct length mask for split transactions. The hardware would sometimes put non-zero values in the upper length bits, which are available for high-speed-only U

svn commit: r274843 - head/sys/dev/iscsi

2014-11-22 Thread Alexander Motin
Author: mav Date: Sat Nov 22 09:05:54 2014 New Revision: 274843 URL: https://svnweb.freebsd.org/changeset/base/274843 Log: Move icl_pdu_get_data() and xpt_done() out of initiator's session lock. During heavy reads data copying in icl_pdu_get_data() may consume large percent of CPU time.

svn commit: r274845 - head/sys/dev/iscsi

2014-11-22 Thread Alexander Motin
Author: mav Date: Sat Nov 22 09:45:32 2014 New Revision: 274845 URL: https://svnweb.freebsd.org/changeset/base/274845 Log: Fix use-after-free introduced in r274843. I've missed that iscsi_outstanding_remove() frees the second pointer, so it should no longer be used. And in fact we don't

svn commit: r274846 - head/contrib/libarchive/cpio

2014-11-22 Thread Dimitry Andric
Author: dim Date: Sat Nov 22 12:10:09 2014 New Revision: 274846 URL: https://svnweb.freebsd.org/changeset/base/274846 Log: Fix the following -Werror warning from clang 3.5.0, while building usr.bin/cpio on amd64 (or any arch with 64-bit time_t): contrib/libarchive/cpio/cpio.c:1143:6: erro

svn commit: r274847 - head/usr.bin/locate/locate

2014-11-22 Thread Dimitry Andric
Author: dim Date: Sat Nov 22 12:13:05 2014 New Revision: 274847 URL: https://svnweb.freebsd.org/changeset/base/274847 Log: Fix the following -Werror warnings from clang 3.5.0, while building usr.bin/locate: usr.bin/locate/locate/util.c:249:29: error: taking the absolute value of unsigned

svn commit: r274849 - head/share/mk

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 12:48:09 2014 New Revision: 274849 URL: https://svnweb.freebsd.org/changeset/base/274849 Log: Enforce -lpthread and -lc to always be the 2 last components of the link list Differential Revision:https://reviews.freebsd.org/D1118 Suggested by: k

svn commit: r274851 - head/usr.bin/dpv

2014-11-22 Thread Ian Lepore
Author: ian Date: Sat Nov 22 14:53:50 2014 New Revision: 274851 URL: https://svnweb.freebsd.org/changeset/base/274851 Log: Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds. Modified: head/usr.bin/dpv/Makefile Modified: head/usr.bin/dpv/Makefile =

svn commit: r274852 - head/sys/dev/asr

2014-11-22 Thread Steven Hartland
Author: smh Date: Sat Nov 22 14:59:50 2014 New Revision: 274852 URL: https://svnweb.freebsd.org/changeset/base/274852 Log: Fix build with asr driver This was broken by r274819 as asr is not in GENERIC because its not 64bit safe. MFC after:1 month X-MFC-With: r274819 Sponsor

svn commit: r274853 - in head: sys/dev/iscsi usr.sbin/ctld usr.sbin/iscsid

2014-11-22 Thread Alexander Motin
Author: mav Date: Sat Nov 22 15:09:18 2014 New Revision: 274853 URL: https://svnweb.freebsd.org/changeset/base/274853 Log: For both iSCSI initiator and target increase socket buffer sizes before establishing connection. This is a workaround for Chelsio TOE driver, that does not update soc

svn commit: r274854 - head/bin/sh

2014-11-22 Thread Jilles Tjoelker
Author: jilles Date: Sat Nov 22 16:03:18 2014 New Revision: 274854 URL: https://svnweb.freebsd.org/changeset/base/274854 Log: sh: Use DQSYNTAX only while expanding, not SQSYNTAX. Quoting during expansion only cares about CCTL, which is the same for DQSYNTAX and SQSYNTAX. Modified: head

svn commit: r274856 - head/contrib/binutils/gas/config

2014-11-22 Thread Dimitry Andric
Author: dim Date: Sat Nov 22 16:30:31 2014 New Revision: 274856 URL: https://svnweb.freebsd.org/changeset/base/274856 Log: Avoid undefined behaviour in gas's rotate_left() macro for n == 0. Otherwise, clang can effectively remove the first iteration of the for loops where this macro is invok

svn commit: r274857 - head/sbin/mount

2014-11-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 22 16:43:36 2014 New Revision: 274857 URL: https://svnweb.freebsd.org/changeset/base/274857 Log: Cross-reference automount(8) from mount(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/mount/mount.8 Modified: head/sbin/mou

svn commit: r274858 - head/sbin/umount

2014-11-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 22 16:46:00 2014 New Revision: 274858 URL: https://svnweb.freebsd.org/changeset/base/274858 Log: Cross-reference autounmountd(8) from umount(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/umount/umount.8 Modified: head/sb

svn commit: r274859 - in head: sys/fs/autofs usr.sbin/autofs

2014-11-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 22 16:48:29 2014 New Revision: 274859 URL: https://svnweb.freebsd.org/changeset/base/274859 Log: Implement "automount -c". MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs.c head/sys/fs/autofs/autofs.h head/s

svn commit: r274863 - head/sys/dev/usb/controller

2014-11-22 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 22 17:26:43 2014 New Revision: 274863 URL: https://svnweb.freebsd.org/changeset/base/274863 Log: Fix the host mode ISOCHRONOUS transfer interval programming in the SAF1761 OTG driver. Currently the driver logic is very simple and double buffering the USB transa

svn commit: r274867 - head/sys/vm

2014-11-22 Thread Alan Cox
Author: alc Date: Sat Nov 22 17:46:30 2014 New Revision: 274867 URL: https://svnweb.freebsd.org/changeset/base/274867 Log: By the time that vm_reserv_init() runs, vm_phys_segs[] is initialized. Use it instead of phys_avail[]. Discussed with: Svatopluk Kraus Modified: head/sys/vm

Re: svn commit: r274853 - in head: sys/dev/iscsi usr.sbin/ctld usr.sbin/iscsid

2014-11-22 Thread Navdeep Parhar
On Sat, Nov 22, 2014 at 03:09:19PM +, Alexander Motin wrote: > Author: mav > Date: Sat Nov 22 15:09:18 2014 > New Revision: 274853 > URL: https://svnweb.freebsd.org/changeset/base/274853 > > Log: > For both iSCSI initiator and target increase socket buffer sizes before > establishing conne

svn commit: r274878 - head/sys/kern

2014-11-22 Thread Konstantin Belousov
Author: kib Date: Sat Nov 22 18:15:02 2014 New Revision: 274878 URL: https://svnweb.freebsd.org/changeset/base/274878 Log: The size value should be asserted when it is known. Reported and tested by: pho Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/imgact_elf.c Mo

svn commit: r274879 - in head/sys/dev: pccard wi

2014-11-22 Thread Warner Losh
Author: imp Date: Sat Nov 22 18:40:14 2014 New Revision: 274879 URL: https://svnweb.freebsd.org/changeset/base/274879 Log: Retire old, transition code for managing the FreeBSD 5 -> 6 migration. Modified: head/sys/dev/pccard/pccardvar.h head/sys/dev/wi/if_wi_pccard.c Modified: head/sys/dev/

svn commit: r274880 - in head: contrib/mdocml usr.bin/mandoc

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 18:57:23 2014 New Revision: 274880 URL: https://svnweb.freebsd.org/changeset/base/274880 Log: Update mandoc to 1.13.1 Added: head/contrib/mdocml/INSTALL - copied unchanged from r274878, vendor/mdocml/dist/INSTALL head/contrib/mdocml/LICENSE - copied u

svn commit: r274883 - in head/usr.bin/svn: svnadmin svndumpfilter svnlook svnversion

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 19:17:05 2014 New Revision: 274883 URL: https://svnweb.freebsd.org/changeset/base/274883 Log: Add missing dependencies on pthread (sqlite being built with threadsafety on) Modified: head/usr.bin/svn/svnadmin/Makefile head/usr.bin/svn/svndumpfilter/Makefile he

svn commit: r274884 - head/contrib/sqlite3

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 19:18:08 2014 New Revision: 274884 URL: https://svnweb.freebsd.org/changeset/base/274884 Log: Update sqlite3 to 3.8.7.2 Modified: head/contrib/sqlite3/configure head/contrib/sqlite3/configure.ac head/contrib/sqlite3/shell.c head/contrib/sqlite3/sqlite3.c

Re: svn commit: r274880 - in head: contrib/mdocml usr.bin/mandoc

2014-11-22 Thread Benjamin Kaduk
On Sat, Nov 22, 2014 at 1:57 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Nov 22 18:57:23 2014 > New Revision: 274880 > URL: https://svnweb.freebsd.org/changeset/base/274880 > > Log: > Update mandoc to 1.13.1 > Thank you! -Ben ___ svn-sr

svn commit: r274885 - in head: lib lib/libsqlite3 usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libsqlite3 usr.bin/svn/svn usr.bin/svn/svnadmin usr.bin/svn/svndumpfilter usr.bin/svn/svnlook usr.bin/s...

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 19:44:49 2014 New Revision: 274885 URL: https://svnweb.freebsd.org/changeset/base/274885 Log: Promote SQLite3 as a privatelib as it will also be used by mandoc While here ensure sqlite3 is using pread(2) and enable the suppot for FTS4 Added: head/lib/libsqli

svn commit: r274886 - head/lib/libmandoc

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 19:48:14 2014 New Revision: 274886 URL: https://svnweb.freebsd.org/changeset/base/274886 Log: Forgot to update libmandoc Modified: head/lib/libmandoc/Makefile Modified: head/lib/libmandoc/Makefile =

svn commit: r274888 - head/contrib/mdocml

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 20:18:38 2014 New Revision: 274888 URL: https://svnweb.freebsd.org/changeset/base/274888 Log: Add missing bits svn merge did not catch Added: head/contrib/mdocml/demandoc.1 (contents, props changed) head/contrib/mdocml/man-cgi.css (contents, props changed)

Re: svn commit: r274851 - head/usr.bin/dpv

2014-11-22 Thread Devin Teske
> On Nov 22, 2014, at 6:53 AM, Ian Lepore wrote: > > Author: ian > Date: Sat Nov 22 14:53:50 2014 > New Revision: 274851 > URL: https://svnweb.freebsd.org/changeset/base/274851 > > Log: > Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds. > > Modified: > head/usr.bi

svn commit: r274889 - in head/sys: conf dev/joy modules/joy

2014-11-22 Thread Warner Losh
Author: imp Date: Sat Nov 22 20:31:20 2014 New Revision: 274889 URL: https://svnweb.freebsd.org/changeset/base/274889 Log: There never was a PC Card joystick attachment that worked. Kill the current stub one until such time as one shows up. Deleted: head/sys/dev/joy/joy_pccard.c Modified:

svn commit: r274890 - head/lib/libmandoc

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 20:42:32 2014 New Revision: 274890 URL: https://svnweb.freebsd.org/changeset/base/274890 Log: Rework makefile in something closer to upstream Makefile to ease maintainance Modified: head/lib/libmandoc/Makefile Modified: head/lib/libmandoc/Makefile ==

svn commit: r274891 - in head: lib/libmandoc usr.bin/mandoc

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 20:48:21 2014 New Revision: 274891 URL: https://svnweb.freebsd.org/changeset/base/274891 Log: Rework mandoc Makefile to ease maintainance Add compat_reallocarray into libmandoc given other mandoc components will use it. Modified: head/lib/libmandoc/Makefile

svn commit: r274893 - in head/usr.bin: . preconv

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 20:55:36 2014 New Revision: 274893 URL: https://svnweb.freebsd.org/changeset/base/274893 Log: Add the preconv utility from mandoc project it recodes multibyte UNIX manual files into mandoc(1) Added: head/usr.bin/preconv/ head/usr.bin/preconv/Makefile (co

svn commit: r274894 - head/share/mk

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 21:03:05 2014 New Revision: 274894 URL: https://svnweb.freebsd.org/changeset/base/274894 Log: Define LIBSQLITE3 and LIBMANDOC Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r274895 - in head/usr.bin: . demandoc

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 21:11:17 2014 New Revision: 274895 URL: https://svnweb.freebsd.org/changeset/base/274895 Log: Add the demandoc utility from the mandoc project This is a modern version of the deroff utility, useful for example to do spellchecking on manpages Added: head/us

svn commit: r274896 - head/usr.bin/demandoc

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 22:11:35 2014 New Revision: 274896 URL: https://svnweb.freebsd.org/changeset/base/274896 Log: Lower warning to allow building with gcc Modified: head/usr.bin/demandoc/Makefile Modified: head/usr.bin/demandoc/Makefile =

svn commit: r274897 - head/usr.bin/preconv

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 22 22:13:00 2014 New Revision: 274897 URL: https://svnweb.freebsd.org/changeset/base/274897 Log: Lower warnings to fix build with gcc Modified: head/usr.bin/preconv/Makefile Modified: head/usr.bin/preconv/Makefile ===

svn commit: r274898 - head/usr.sbin/rtadvd

2014-11-22 Thread Dimitry Andric
Author: dim Date: Sat Nov 22 23:04:33 2014 New Revision: 274898 URL: https://svnweb.freebsd.org/changeset/base/274898 Log: Fix the following -Werror warnings from clang 3.5.0, while building usr.sbin/rtadvd: usr.sbin/rtadvd/rtadvd.c:1291:7: error: taking the absolute value of unsigned ty

svn commit: r274899 - head/bin/sh

2014-11-22 Thread Jilles Tjoelker
Author: jilles Date: Sat Nov 22 23:28:41 2014 New Revision: 274899 URL: https://svnweb.freebsd.org/changeset/base/274899 Log: sh: Prepend "$0: " to error messages if there is no command name. Modified: head/bin/sh/error.c head/bin/sh/parser.c Modified: head/bin/sh/error.c =

svn commit: r274900 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2014-11-22 Thread Dimitry Andric
Author: dim Date: Sat Nov 22 23:50:18 2014 New Revision: 274900 URL: https://svnweb.freebsd.org/changeset/base/274900 Log: Fix the following -Werror warnings from clang 3.5.0, while building bsnmpd's snmp_hostres module: usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.c:204:20: error: a

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

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 00:08:04 2014 New Revision: 274901 URL: https://svnweb.freebsd.org/changeset/base/274901 Log: Change man(1) to use mandoc to render manpages man(1) now first test the manpage to run with mandoc to make sure it can be rendered. In case groff cannot be found

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

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 00:08:43 2014 New Revision: 274903 URL: https://svnweb.freebsd.org/changeset/base/274903 Log: Fix typo Modified: head/usr.bin/man/man.sh Modified: head/usr.bin/man/man.sh == --- head/usr

svn commit: r274904 - head/sys/kern

2014-11-22 Thread Mateusz Guzik
Author: mjg Date: Sun Nov 23 00:12:27 2014 New Revision: 274904 URL: https://svnweb.freebsd.org/changeset/base/274904 Log: filedesc: plug a test for impossible condition in fgetvp_rights Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c ===

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

2014-11-22 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 00:30:32 2014 New Revision: 274905 URL: https://svnweb.freebsd.org/changeset/base/274905 Log: Fix comments Modified: head/usr.bin/man/man.sh Modified: head/usr.bin/man/man.sh == --- head

svn commit: r274906 - in head/sys/ufs: ffs ufs

2014-11-22 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 23 01:01:14 2014 New Revision: 274906 URL: https://svnweb.freebsd.org/changeset/base/274906 Log: Include required files directly instead of pollution via ufs/ufsmount.h. Sponsored by: Nginx, Inc. Modified: head/sys/ufs/ffs/ffs_suspend.c head/sys/ufs/ufs/uf

svn commit: r274907 - head/sys/ufs/ufs

2014-11-22 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 23 01:02:19 2014 New Revision: 274907 URL: https://svnweb.freebsd.org/changeset/base/274907 Log: buf.h is not needed here, and pollutes when ufsmount.h is included from userland code. Sponsored by: Nginx, Inc. Modified: head/sys/ufs/ufs/ufsmount.h Modifie

Re: svn commit: r274853 - in head: sys/dev/iscsi usr.sbin/ctld usr.sbin/iscsid

2014-11-22 Thread Alexander Motin
On 22.11.2014 20:03, Navdeep Parhar wrote: On Sat, Nov 22, 2014 at 03:09:19PM +, Alexander Motin wrote: Author: mav Date: Sat Nov 22 15:09:18 2014 New Revision: 274853 URL: https://svnweb.freebsd.org/changeset/base/274853 Log: For both iSCSI initiator and target increase socket buffer si

Re: svn commit: r274672 - in head/contrib/libxo: . libxo xolint

2014-11-22 Thread Bruce Simpson
On 20/11/2014 21:10, Craig Rodrigues wrote: Converting these (and other) utilities to use libxo will make it a lot easier to write analysis tools like eagleeye. It'll also make it easier for anyone doing systems-level study. Right now I have a bunch of shell scripts which hoover up command o