svn commit: r250503 - in head: sbin/hastctl sbin/hastd usr.sbin/bsnmpd/modules/snmp_hast

2013-05-11 Thread Mikolaj Golub
Author: trociny Date: Sat May 11 09:51:44 2013 New Revision: 250503 URL: http://svnweb.freebsd.org/changeset/base/250503 Log: Get rid of libl dependency. We needed it only to provide yywrap. But yywrap is not necessary when parsing a single hast.conf file. Suggested by: kib Reviewed

svn commit: r250504 - in head: sys/netinet usr.sbin/arp

2013-05-11 Thread Gleb Smirnoff
Author: glebius Date: Sat May 11 10:51:32 2013 New Revision: 250504 URL: http://svnweb.freebsd.org/changeset/base/250504 Log: Rate limit the number of remotely triggered ARP log messages to 1 log message per second. Modified: head/sys/netinet/if_ether.c head/usr.sbin/arp/arp.4 Modified:

svn commit: r250505 - in head/sys: fs/nullfs kern sys

2013-05-11 Thread Konstantin Belousov
Author: kib Date: Sat May 11 11:17:44 2013 New Revision: 250505 URL: http://svnweb.freebsd.org/changeset/base/250505 Log: - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The null_hashget() obtains the reference on the nullfs vnode, which must be dropped. - Fix a

svn commit: r250508 - head/sys/cam/ata

2013-05-11 Thread Alexander Motin
Author: mav Date: Sat May 11 13:21:31 2013 New Revision: 250508 URL: http://svnweb.freebsd.org/changeset/base/250508 Log: Disable sending Early R_OK on SiI3726/SiI3826 port multipliers. With cached read HDD testing and multiple ports busy on a SATA host controller, 3726/3826 PMP will very

svn commit: r250509 - head/usr.sbin/vidcontrol

2013-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 11 13:32:38 2013 New Revision: 250509 URL: http://svnweb.freebsd.org/changeset/base/250509 Log: The M_VESA_MODE_MAX is latest valid mode - not the first invalid. Permit its use in vidcontrol -i PR: bin/119483 Submitted by: Dan Lukes d...@obluda.cz

svn commit: r250510 - head

2013-05-11 Thread Antoine Brodin
Author: antoine Date: Sat May 11 13:44:11 2013 New Revision: 250510 URL: http://svnweb.freebsd.org/changeset/base/250510 Log: Add compile_et to kerberos bootstrap tools. This makes it possible to build a regular world on a host without kerberos. PR: conf/178421 Submitted by:

svn commit: r250511 - in head: usr.bin/gcore usr.sbin/bsdinstall/distextract usr.sbin/bsdinstall/distfetch usr.sbin/bsdinstall/partedit

2013-05-11 Thread Antoine Brodin
Author: antoine Date: Sat May 11 13:46:05 2013 New Revision: 250511 URL: http://svnweb.freebsd.org/changeset/base/250511 Log: Add some missing DPADD. Modified: head/usr.bin/gcore/Makefile head/usr.sbin/bsdinstall/distextract/Makefile head/usr.sbin/bsdinstall/distfetch/Makefile

Re: svn commit: r250411 - in head/sys: conf kern sys

2013-05-11 Thread Attilio Rao
On Fri, May 10, 2013 at 3:52 PM, John Baldwin j...@freebsd.org wrote: On Thursday, May 09, 2013 4:56:33 pm Marcel Moolenaar wrote: On May 9, 2013, at 9:46 AM, Attilio Rao atti...@freebsd.org wrote: On Thu, May 9, 2013 at 6:28 PM, Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel

Re: svn commit: r250411 - in head/sys: conf kern sys

2013-05-11 Thread Attilio Rao
On Fri, May 10, 2013 at 9:33 PM, John Baldwin j...@freebsd.org wrote: On Friday, May 10, 2013 2:51:20 pm Marcel Moolenaar wrote: On May 10, 2013, at 9:11 AM, John Baldwin j...@freebsd.org wrote: On Friday, May 10, 2013 11:46:54 am Marcel Moolenaar wrote: 2) vnode locks from a local

Re: svn commit: r250411 - in head/sys: conf kern sys

2013-05-11 Thread Attilio Rao
On Sat, May 11, 2013 at 4:34 PM, Attilio Rao atti...@freebsd.org wrote: On Fri, May 10, 2013 at 9:33 PM, John Baldwin j...@freebsd.org wrote: On Friday, May 10, 2013 2:51:20 pm Marcel Moolenaar wrote: On May 10, 2013, at 9:11 AM, John Baldwin j...@freebsd.org wrote: On Friday, May 10, 2013

svn commit: r250512 - head/tools/regression/file/dup

2013-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sat May 11 15:45:44 2013 New Revision: 250512 URL: http://svnweb.freebsd.org/changeset/base/250512 Log: Add missing argument to fcntl(F_DUPFD) in regression test. Modified: head/tools/regression/file/dup/dup.c Modified: head/tools/regression/file/dup/dup.c

svn commit: r250518 - head/sys/netpfil/pf

2013-05-11 Thread Gleb Smirnoff
Author: glebius Date: Sat May 11 17:57:52 2013 New Revision: 250518 URL: http://svnweb.freebsd.org/changeset/base/250518 Log: Invalid creatorid is always EINVAL, not only when we are in verbose mode. Modified: head/sys/netpfil/pf/if_pfsync.c Modified: head/sys/netpfil/pf/if_pfsync.c

svn commit: r250519 - head/sys/netpfil/pf

2013-05-11 Thread Gleb Smirnoff
Author: glebius Date: Sat May 11 17:58:26 2013 New Revision: 250519 URL: http://svnweb.freebsd.org/changeset/base/250519 Log: Fix DIOCADDSTATE operation. Modified: head/sys/netpfil/pf/pf_ioctl.c Modified: head/sys/netpfil/pf/pf_ioctl.c

svn commit: r250520 - head/sys/vm

2013-05-11 Thread Alan Cox
Author: alc Date: Sat May 11 18:01:41 2013 New Revision: 250520 URL: http://svnweb.freebsd.org/changeset/base/250520 Log: To reduce the amount of arithmetic performed in the various radix tree functions, reverse the numbering scheme for the levels. The highest numbered level in the tree

svn commit: r250521 - head/sys/netpfil/pf

2013-05-11 Thread Gleb Smirnoff
Author: glebius Date: Sat May 11 18:03:36 2013 New Revision: 250521 URL: http://svnweb.freebsd.org/changeset/base/250521 Log: Better debug message. Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/pf/pf.c

svn commit: r250522 - head/sys/netpfil/pf

2013-05-11 Thread Gleb Smirnoff
Author: glebius Date: Sat May 11 18:06:51 2013 New Revision: 250522 URL: http://svnweb.freebsd.org/changeset/base/250522 Log: Return meaningful error code from pf_state_key_attach() and pf_state_insert(). Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/pf/pf.c

svn commit: r250527 - head/bin/sh

2013-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sat May 11 20:51:00 2013 New Revision: 250527 URL: http://svnweb.freebsd.org/changeset/base/250527 Log: sh: Remove linked list of stack marks. The linked list of stack marks may cause problems if the allocation stack is used between an exception and a higher-level

svn commit: r250528 - head/usr.sbin/wpa/wpa_supplicant

2013-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 11 20:55:14 2013 New Revision: 250528 URL: http://svnweb.freebsd.org/changeset/base/250528 Log: Teach wpa_supplicant to properly compute wireless signal strength. PR: bin/170631 Submitted by: Daan Vreeken d...@vitsch.nl Reviewed by: adrian

Re: svn commit: r250528 - head/usr.sbin/wpa/wpa_supplicant

2013-05-11 Thread Adrian Chadd
oh thank _god_ someone fixed this. It's been bugging me for about a year, but I've been too slack (hah!) to figure out why. Next, teaching it about whether to prefer 2ghz or 5ghz APs.. Adrian On 11 May 2013 13:55, Eitan Adler ead...@freebsd.org wrote: Author: eadler Date: Sat May 11

svn commit: r250530 - head/tools/regression/file/dup

2013-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sat May 11 22:13:24 2013 New Revision: 250530 URL: http://svnweb.freebsd.org/changeset/base/250530 Log: Add simple testcases for fcntl(F_DUP2FD_CLOEXEC). Modified: head/tools/regression/file/dup/dup.c Modified: head/tools/regression/file/dup/dup.c

svn commit: r250531 - head/sys/arm/arm

2013-05-11 Thread Tim Kientzle
Author: kientzle Date: Sat May 11 22:32:43 2013 New Revision: 250531 URL: http://svnweb.freebsd.org/changeset/base/250531 Log: Don't use the old stack-walking code with EABI ARM kernels or clang-compiled ARM kernels. This fixes a crash seen in clang-compiled ARM kernels that include

svn commit: r250532 - head/sys/cam/ata

2013-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 11 23:13:49 2013 New Revision: 250532 URL: http://svnweb.freebsd.org/changeset/base/250532 Log: Intel's 320-series and 510-series SSDs advertise 512-byte sectors sizes for both logical and physical. Add ADA_Q_4K quirks for both. PR: kern/178040

svn commit: r250533 - in head: etc/periodic/daily tools/build/mk

2013-05-11 Thread Eitan Adler
Author: eadler Date: Sat May 11 23:55:43 2013 New Revision: 250533 URL: http://svnweb.freebsd.org/changeset/base/250533 Log: Unconditionally install 210.backup-aliases as many MTAs other than sendmail support the use of /etc/aliases. PR: conf/176098 Submitted by: ak MFC

svn commit: r250535 - head/usr.sbin/bsdconfig/share/media

2013-05-11 Thread Devin Teske
Author: dteske Date: Sun May 12 00:39:25 2013 New Revision: 250535 URL: http://svnweb.freebsd.org/changeset/base/250535 Log: Whitespace. Modified: head/usr.sbin/bsdconfig/share/media/any.subr Modified: head/usr.sbin/bsdconfig/share/media/any.subr

svn commit: r250536 - head/usr.sbin/bsdconfig/share/packages

2013-05-11 Thread Devin Teske
Author: dteske Date: Sun May 12 00:40:49 2013 New Revision: 250536 URL: http://svnweb.freebsd.org/changeset/base/250536 Log: Comments. Modified: head/usr.sbin/bsdconfig/share/packages/categories.subr Modified: head/usr.sbin/bsdconfig/share/packages/categories.subr

svn commit: r250537 - in head/usr.sbin/bsdconfig: include share/packages

2013-05-11 Thread Devin Teske
Author: dteske Date: Sun May 12 00:44:40 2013 New Revision: 250537 URL: http://svnweb.freebsd.org/changeset/base/250537 Log: Remove duplicated string. Modified: head/usr.sbin/bsdconfig/include/messages.subr head/usr.sbin/bsdconfig/share/packages/categories.subr Modified:

svn commit: r250538 - in head/usr.sbin/bsdconfig: include share/packages

2013-05-11 Thread Devin Teske
Author: dteske Date: Sun May 12 00:46:18 2013 New Revision: 250538 URL: http://svnweb.freebsd.org/changeset/base/250538 Log: Fix i18n violations in the package management module. A few words like `packages', `installed', and `selected' were not internationalized. Modified:

Re: svn commit: r250411 - in head/sys: conf kern sys

2013-05-11 Thread Jeff Roberson
On Thu, 9 May 2013, Marcel Moolenaar wrote: Author: marcel Date: Thu May 9 16:28:18 2013 New Revision: 250411 URL: http://svnweb.freebsd.org/changeset/base/250411 Log: Add option WITNESS_NO_VNODE to suppress printing LORs between VNODE locks. To support this, VNODE locks are created with

svn commit: r250539 - head/usr.sbin/bsdconfig/share/packages

2013-05-11 Thread Devin Teske
Author: dteske Date: Sun May 12 00:50:18 2013 New Revision: 250539 URL: http://svnweb.freebsd.org/changeset/base/250539 Log: Comment. Modified: head/usr.sbin/bsdconfig/share/packages/categories.subr Modified: head/usr.sbin/bsdconfig/share/packages/categories.subr

svn commit: r250540 - head/sys/contrib/octeon-sdk

2013-05-11 Thread Warner Losh
Author: imp Date: Sun May 12 01:29:18 2013 New Revision: 250540 URL: http://svnweb.freebsd.org/changeset/base/250540 Log: Turns out that there really isn't an RTC chip on this board, at all. Modified: head/sys/contrib/octeon-sdk/cvmx-rtc.h Modified: head/sys/contrib/octeon-sdk/cvmx-rtc.h

svn commit: r250544 - head/sys/amd64/compile head/sys/amd64/conf head/sys/arm/compile head/sys/arm/conf head/sys/i386/compile head/sys/i386/conf head/sys/ia64/compile head/sys/ia64/conf head/sys/mi...

2013-05-11 Thread Peter Wemm
Author: peter Date: Sun May 12 01:53:47 2013 New Revision: 250544 URL: http://svnweb.freebsd.org/changeset/base/250544 Log: Tidy up some CVS workarounds. Deleted: head/sys/amd64/compile/.cvsignore head/sys/amd64/conf/.cvsignore head/sys/arm/compile/.cvsignore

svn commit: r250545 - head/usr.sbin/newsyslog

2013-05-11 Thread Mark Johnston
Author: markj Date: Sun May 12 01:58:04 2013 New Revision: 250545 URL: http://svnweb.freebsd.org/changeset/base/250545 Log: Some filesystems (NFS in particular) do not fill out the d_type field when returning directory entries through readdir(3). In this case we need to obtain the file type

Re: svn commit: r250431 - head/usr.bin/xargs

2013-05-11 Thread Julian Elischer
On 5/10/13 3:21 AM, smc...@internode.on.net wrote: On Fri 10/05/13 17:50 , Juli Mallett jmall...@freebsd.org sent: Eitan, Are other changes coming to xargs for which these style changes make sense? If not, I'd say that style changes which only adjust vertical whitespace, especially

svn commit: r250550 - head/contrib/gcc

2013-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Sun May 12 03:36:28 2013 New Revision: 250550 URL: http://svnweb.freebsd.org/changeset/base/250550 Log: Update the gcc43 changelog. The issue solved in r250392 actually originated upstream and was fixed in upstream gcc43 branch in 2006/10/24 (under GPLv2). Register

svn commit: r250551 - in head/sys: conf kern sys

2013-05-11 Thread Jeff Roberson
Author: jeff Date: Sun May 12 04:05:01 2013 New Revision: 250551 URL: http://svnweb.freebsd.org/changeset/base/250551 Log: - Add a new general purpose path-compressed radix trie which can be used with any structure containing a uint64_t index. The tree code auto-generates type safe

Re: svn commit: r250220 - head/sys/kern

2013-05-11 Thread Bruce Evans
On Fri, 10 May 2013, John Baldwin wrote: On Thursday, May 09, 2013 11:05:46 pm Bruce Evans wrote: On Mon, 6 May 2013, John Baldwin wrote: ... static int vn_ioctl(fp, com, data, active_cred, td) struct file *fp; u_long com; void *data; struct ucred *active_cred;

svn commit: r250553 - head/share/syscons/fonts

2013-05-11 Thread Eitan Adler
Author: eadler Date: Sun May 12 04:34:55 2013 New Revision: 250553 URL: http://svnweb.freebsd.org/changeset/base/250553 Log: Add the letter 'x' to the font iso05-8x16.fnt PR: 169797 Submitted by: Takefu tak...@airport.fm MFC after:3 days Modified:

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

2013-05-11 Thread Sergey Kandaurov
Author: pluknet Date: Sun May 12 05:54:58 2013 New Revision: 250554 URL: http://svnweb.freebsd.org/changeset/base/250554 Log: Typo. Modified: head/lib/libc/gen/posix_spawn_file_actions_addopen.3 Modified: head/lib/libc/gen/posix_spawn_file_actions_addopen.3