svn commit: r241672 - in head/usr.sbin/cron: cron lib

2012-10-18 Thread Maxim Sobolev
Author: sobomax Date: Thu Oct 18 06:27:03 2012 New Revision: 241672 URL: http://svn.freebsd.org/changeset/base/241672 Log: Fully backout latest changes. Pointy hat to:sobomax Modified: head/usr.sbin/cron/cron/cron.c head/usr.sbin/cron/lib/entry.c Modified:

svn commit: r241673 - head/usr.sbin/bsdconfig/share

2012-10-18 Thread Devin Teske
Author: dteske Date: Thu Oct 18 07:55:09 2012 New Revision: 241673 URL: http://svn.freebsd.org/changeset/base/241673 Log: Fix typo. Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor) Modified: head/usr.sbin/bsdconfig/share/common.subr Modified:

svn commit: r241677 - head/sys/net

2012-10-18 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 18 09:57:56 2012 New Revision: 241677 URL: http://svn.freebsd.org/changeset/base/241677 Log: Utilize new macro to initialize if_baudrate(). Modified: head/sys/net/if_epair.c Modified: head/sys/net/if_epair.c

svn commit: r241678 - head/sys/dev/bxe

2012-10-18 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 18 09:59:50 2012 New Revision: 241678 URL: http://svn.freebsd.org/changeset/base/241678 Log: Utilize new macro to initialize if_baudrate. Modified: head/sys/dev/bxe/if_bxe.c Modified: head/sys/dev/bxe/if_bxe.c

svn commit: r241679 - head/sys/dev/iicbus

2012-10-18 Thread Marius Strobl
Author: marius Date: Thu Oct 18 10:29:16 2012 New Revision: 241679 URL: http://svn.freebsd.org/changeset/base/241679 Log: It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low) doesn't automatically clear when VDD rises above Vlow again and needs to be cleared manually.

Re: svn commit: r241636 - in head: etc/mtree include lib/libprocstat rescue/rescue sbin sbin/mount share/dict share/man/man7 sys/boot/forth sys/conf sys/geom/label sys/kern sys/mips/rmi sys/modules sy

2012-10-18 Thread Attilio Rao
On 10/18/12, Gleb Kurtsou gleb.kurt...@gmail.com wrote: On (17/10/2012 11:30), Attilio Rao wrote: Author: attilio Date: Wed Oct 17 11:30:00 2012 New Revision: 241636 URL: http://svn.freebsd.org/changeset/base/241636 Log: Disconnect non-MPSAFE NTFS from the build in preparation for

svn commit: r241680 - in head: etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/examples/etc share/mk sys/conf sys/kern sys/modules sys/sys usr.bin u...

2012-10-18 Thread Attilio Rao
Author: attilio Date: Thu Oct 18 12:04:56 2012 New Revision: 241680 URL: http://svn.freebsd.org/changeset/base/241680 Log: Disconnect non-MPSAFE SMBFS from the build in preparation for dropping GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS.

Re: svn commit: r241680 - in head: etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/examples/etc share/mk sys/conf sys/kern sys/modules sys/sys usr.bin

2012-10-18 Thread Attilio Rao
On Thu, Oct 18, 2012 at 1:04 PM, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Thu Oct 18 12:04:56 2012 New Revision: 241680 URL: http://svn.freebsd.org/changeset/base/241680 Log: Disconnect non-MPSAFE SMBFS from the build in preparation for dropping GIANT from VFS. In

svn commit: r241682 - head

2012-10-18 Thread Attilio Rao
,junk:false' /etc/malloc.conf.) +20121018: + All the non-MPSAFE filesystems have been disconnected from + the build. The full list includes: codafs, hpfs, ntfs, nwfs, + portalfs, smbfs, xfs. + 20121016: The interface cloning API and ABI has changed. The following

svn commit: r241684 - head

2012-10-18 Thread Brooks Davis
Author: brooks Date: Thu Oct 18 12:32:51 2012 New Revision: 241684 URL: http://svn.freebsd.org/changeset/base/241684 Log: Allow LOCAL_(DIRS,LIBS) to install files in directories not found in the system mtree files via a LOCAL_MTREE variable which contains a list of mtree files to be applyed

svn commit: r241685 - head/contrib/bsnmp/snmp_mibII

2012-10-18 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 18 13:46:26 2012 New Revision: 241685 URL: http://svn.freebsd.org/changeset/base/241685 Log: Looks like support.h is really not needed here. Modified: head/contrib/bsnmp/snmp_mibII/mibII_route.c Modified: head/contrib/bsnmp/snmp_mibII/mibII_route.c

Re: svn commit: r241636 - in head: etc/mtree include lib/libprocstat rescue/rescue sbin sbin/mount share/dict share/man/man7 sys/boot/forth sys/conf sys/geom/label sys/kern sys/mips/rmi sys/modules sy

2012-10-18 Thread John Baldwin
On Thursday, October 18, 2012 6:47:54 am Attilio Rao wrote: On 10/18/12, Gleb Kurtsou gleb.kurt...@gmail.com wrote: On (17/10/2012 11:30), Attilio Rao wrote: Author: attilio Date: Wed Oct 17 11:30:00 2012 New Revision: 241636 URL: http://svn.freebsd.org/changeset/base/241636 Log:

svn commit: r241686 - in head/sys: net netgraph netgraph/atm/ccatm netgraph/atm/sscfu netgraph/atm/sscop netgraph/atm/uni netinet netinet6 netipsec

2012-10-18 Thread Andre Oppermann
Author: andre Date: Thu Oct 18 13:57:24 2012 New Revision: 241686 URL: http://svn.freebsd.org/changeset/base/241686 Log: Mechanically remove the last stray remains of spl* calls from net*/*. They have been Noop's for a long time now. Modified: head/sys/net/if.c head/sys/net/if_ef.c

svn commit: r241687 - head/sys/dev/mxge

2012-10-18 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 18 13:57:28 2012 New Revision: 241687 URL: http://svn.freebsd.org/changeset/base/241687 Log: Utilize new macro to initialize if_baudrate. Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c

svn commit: r241688 - head/sys/net

2012-10-18 Thread Andre Oppermann
Author: andre Date: Thu Oct 18 14:08:26 2012 New Revision: 241688 URL: http://svn.freebsd.org/changeset/base/241688 Log: Use LOG_WARNING level in in_attachdomain1() instead of printf(). Submitted by: vijju.singh-at-gmail.com Modified: head/sys/net/if.c Modified: head/sys/net/if.c

Re: svn commit: r241688 - head/sys/net

2012-10-18 Thread Gleb Smirnoff
On Thu, Oct 18, 2012 at 02:08:26PM +, Andre Oppermann wrote: A Author: andre A Date: Thu Oct 18 14:08:26 2012 A New Revision: 241688 A URL: http://svn.freebsd.org/changeset/base/241688 A A Log: A Use LOG_WARNING level in in_attachdomain1() instead of printf(). A A Submitted by:

svn commit: r241689 - head/sys/dev/nvme

2012-10-18 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 18 14:25:33 2012 New Revision: 241689 URL: http://svn.freebsd.org/changeset/base/241689 Log: Fix build after r241659. Modified: head/sys/dev/nvme/nvme_qpair.c Modified: head/sys/dev/nvme/nvme_qpair.c

svn commit: r241691 - head/sys/dev/oce

2012-10-18 Thread John Baldwin
Author: jhb Date: Thu Oct 18 15:14:13 2012 New Revision: 241691 URL: http://svn.freebsd.org/changeset/base/241691 Log: Use if_initbaudrate(). Modified: head/sys/dev/oce/oce_if.c Modified: head/sys/dev/oce/oce_if.c

svn commit: r241695 - in head: lib/libstdbuf usr.bin/sort

2012-10-18 Thread Ed Schouten
Author: ed Date: Thu Oct 18 15:39:29 2012 New Revision: 241695 URL: http://svn.freebsd.org/changeset/base/241695 Log: Remove WARNS=6 lines. WARNS=6 is already implied at this point. Modified: head/lib/libstdbuf/Makefile head/usr.bin/sort/Makefile Modified: head/lib/libstdbuf/Makefile

Re: svn commit: r241691 - head/sys/dev/oce

2012-10-18 Thread Maksim Yevmenkin
On Thu, Oct 18, 2012 at 8:14 AM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Thu Oct 18 15:14:13 2012 New Revision: 241691 URL: http://svn.freebsd.org/changeset/base/241691 Log: Use if_initbaudrate(). thank you for fixing this. i did not realize that there would be so much

Re: svn commit: r241691 - head/sys/dev/oce

2012-10-18 Thread John Baldwin
On Thursday, October 18, 2012 11:40:36 am Maksim Yevmenkin wrote: On Thu, Oct 18, 2012 at 8:14 AM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Thu Oct 18 15:14:13 2012 New Revision: 241691 URL: http://svn.freebsd.org/changeset/base/241691 Log: Use if_initbaudrate().

svn commit: r241696 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2012-10-18 Thread John Baldwin
Author: jhb Date: Thu Oct 18 15:43:19 2012 New Revision: 241696 URL: http://svn.freebsd.org/changeset/base/241696 Log: Use if_initbaudrate(). Modified: head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c Modified: head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c

svn commit: r241697 - head/sys/ofed/include/rdma

2012-10-18 Thread John Baldwin
Author: jhb Date: Thu Oct 18 15:44:27 2012 New Revision: 241697 URL: http://svn.freebsd.org/changeset/base/241697 Log: Take advantage of if_baudrate_pf and calculate an effective baud rate on all platforms (not just amd64) to compute an equivalent IB rate. Modified:

svn commit: r241698 - head/share/misc

2012-10-18 Thread Sergey Kandaurov
Author: pluknet Date: Thu Oct 18 15:52:00 2012 New Revision: 241698 URL: http://svn.freebsd.org/changeset/base/241698 Log: Document NetBSD 6.0 Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r241699 - head/usr.sbin/bluetooth/btpand

2012-10-18 Thread Maksim Yevmenkin
Author: emax Date: Thu Oct 18 16:34:00 2012 New Revision: 241699 URL: http://svn.freebsd.org/changeset/base/241699 Log: make sure that socket's send and receive buffers are properly sized Submitted by: Iain Hibbert plunky at rya-online dot net MFC after:3 weeks Modified:

svn commit: r241700 - head/usr.sbin/bsdconfig/share

2012-10-18 Thread Devin Teske
Author: dteske Date: Thu Oct 18 17:09:45 2012 New Revision: 241700 URL: http://svn.freebsd.org/changeset/base/241700 Log: Fix a bug where blank lines were not being counted (because awk's split() function returns zero when $0 is the NULL string). Reviewed by: adrian (co-mentor)

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

2012-10-18 Thread Devin Teske
Author: dteske Date: Thu Oct 18 18:43:54 2012 New Revision: 241701 URL: http://svn.freebsd.org/changeset/base/241701 Log: More-accurately replicate the help system from sysinstall(8). However, also improve upon the system by giving the user a Help button instead of requiring the user to

svn commit: r241702 - head/sys/fs/fuse

2012-10-18 Thread Ed Schouten
Author: ed Date: Thu Oct 18 19:28:31 2012 New Revision: 241702 URL: http://svn.freebsd.org/changeset/base/241702 Log: Remove unneeded D_NEEDMINOR. This is only needed when using clonelists. This got remove in r238693. Modified: head/sys/fs/fuse/fuse_device.c Modified:

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

2012-10-18 Thread Andre Oppermann
On 18.10.2012 22:22, Andre Oppermann wrote: Author: andre Date: Thu Oct 18 20:22:17 2012 New Revision: 241703 URL: http://svn.freebsd.org/changeset/base/241703 Log: Remove double-wrapping of #ifdef ZERO_COPY_SOCKETS within zero copy specialized sosend_copyin() helper function. Note that

svn commit: r241704 - head/sys/kern

2012-10-18 Thread Andre Oppermann
Author: andre Date: Thu Oct 18 21:04:30 2012 New Revision: 241704 URL: http://svn.freebsd.org/changeset/base/241704 Log: Remove unnecessary includes from sosend_copyin() and fix a couple of style issues. Modified: head/sys/kern/uipc_socket.c Modified: head/sys/kern/uipc_socket.c

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

2012-10-18 Thread Navdeep Parhar
Hello Andre, A couple of things if you're poking around in this area... On 10/18/12 13:44, Andre Oppermann wrote: On 18.10.2012 22:22, Andre Oppermann wrote: Author: andre Date: Thu Oct 18 20:22:17 2012 New Revision: 241703 URL: http://svn.freebsd.org/changeset/base/241703 Log: Remove

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

2012-10-18 Thread Andre Oppermann
On 18.10.2012 23:06, Navdeep Parhar wrote: Hello Andre, A couple of things if you're poking around in this area... I didn't really mean to dive too deep into COW socket writes. On 10/18/12 13:44, Andre Oppermann wrote: On 18.10.2012 22:22, Andre Oppermann wrote: Author: andre Date: Thu

svn commit: r241706 - in head/sys: conf geom/label modules/geom/geom_label

2012-10-18 Thread Attilio Rao
Author: attilio Date: Thu Oct 18 22:18:11 2012 New Revision: 241706 URL: http://svn.freebsd.org/changeset/base/241706 Log: It seems that it is preferable to keep support for glabel also for filesystems that we don't support natively. Revert part of r241636 to do so. This patch is not

svn commit: r241708 - head/etc

2012-10-18 Thread Peter Jeremy
Author: peterj Date: Thu Oct 18 22:20:02 2012 New Revision: 241708 URL: http://svn.freebsd.org/changeset/base/241708 Log: Explicitly specify 'np' so that getty(8) does not simulate even parity on local.9600. Whilst the actual binary termios(4) definitions and preceeding comments for

svn commit: r241710 - head/share/man/man4

2012-10-18 Thread Sean Bruno
Author: sbruno Date: Thu Oct 18 22:22:01 2012 New Revision: 241710 URL: http://svn.freebsd.org/changeset/base/241710 Log: est(4) man page update to document the exposed sysctl r/o variables available to the user. Should be applicable to all branches and versions where est(4) exists.

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

2012-10-18 Thread Navdeep Parhar
On 10/18/12 15:03, Andre Oppermann wrote: On 18.10.2012 23:06, Navdeep Parhar wrote: Hello Andre, A couple of things if you're poking around in this area... I didn't really mean to dive too deep into COW socket writes. On 10/18/12 13:44, Andre Oppermann wrote: On 18.10.2012 22:22, Andre

svn commit: r241719 - head/sys/dev/netmap

2012-10-18 Thread Luigi Rizzo
Author: luigi Date: Fri Oct 19 04:13:12 2012 New Revision: 241719 URL: http://svn.freebsd.org/changeset/base/241719 Log: This is an import of code, mostly from Giuseppe Lettieri, that revises the netmap memory allocator so that the various parameters (number and size of buffers, rings,

svn commit: r241720 - in head: bin/ed bin/getfacl bin/pax bin/rcp bin/setfacl lib/libdwarf lib/libelf lib/librpcsec_gss lib/libthread_db libexec/tftpd sbin/etherswitchcfg sbin/ggate/ggatec sbin/gga...

2012-10-18 Thread Ed Schouten
Author: ed Date: Fri Oct 19 05:43:38 2012 New Revision: 241720 URL: http://svn.freebsd.org/changeset/base/241720 Log: Fix warnings found by -Wmising-variable-declarations. This self-written compiler warning, which is hopefully going to be committed into LLVM sources soon, warns about

svn commit: r241721 - head/sys/arm/ti/cpsw

2012-10-18 Thread Tim Kientzle
Author: kientzle Date: Fri Oct 19 05:50:56 2012 New Revision: 241721 URL: http://svn.freebsd.org/changeset/base/241721 Log: Replace deprecated M_DONTWAIT with M_NOWAIT. Modified: head/sys/arm/ti/cpsw/if_cpsw.c Modified: head/sys/arm/ti/cpsw/if_cpsw.c

Re: svn commit: r241701 - in head/usr.sbin/bsdconfig: . include share

2012-10-18 Thread Alexey Dokuchaev
On Thu, Oct 18, 2012 at 06:43:54PM +, Devin Teske wrote: NOTE: In FreeBSD-9 and higher, dialog(1) does not support the F1 hook, so the mechanism for providing help to the user had to be changed to a button. How come that new dialog(1) lacks functionality of the old one? ./danfe