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

2015-04-15 Thread Gleb Smirnoff
On Wed, Apr 15, 2015 at 12:57:21AM +, Adrian Chadd wrote: A Author: adrian A Date: Wed Apr 15 00:57:21 2015 A New Revision: 281541 A URL: https://svnweb.freebsd.org/changeset/base/281541 A A Log: A Fix RSS build - netisr input / NETISR_IP_DIRECT is used here. A A Modified: A

Re: svn commit: r281536 - head/sys/netpfil/pf

2015-04-15 Thread Gleb Smirnoff
On Tue, Apr 14, 2015 at 07:07:37PM +, Kristof Provost wrote: K Author: kp K Date: Tue Apr 14 19:07:37 2015 K New Revision: 281536 K URL: https://svnweb.freebsd.org/changeset/base/281536 K K Log: K pf: Fix forwarding detection K K If the direction is not PF_OUT we can never be

Re: svn commit: r281548 - in head/sys: kern sys

2015-04-15 Thread Slawa Olhovchenkov
On Wed, Apr 15, 2015 at 08:13:53AM +, Konstantin Belousov wrote: The soft RLIMIT_STACK is auto-increased if possible, to satisfy the binary' request. Is this good way (self-modify limits)? ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r281536 - head/sys/netpfil/pf

2015-04-15 Thread Kristof Provost
On 2015-04-15 15:53:02 (+0300), Gleb Smirnoff gleb...@freebsd.org wrote: On Tue, Apr 14, 2015 at 07:07:37PM +, Kristof Provost wrote: K Author: kp K Date: Tue Apr 14 19:07:37 2015 K New Revision: 281536 K URL: https://svnweb.freebsd.org/changeset/base/281536 K K Log: K pf: Fix

svn commit: r281556 - head/libexec/rtld-elf/aarch64

2015-04-15 Thread Andrew Turner
Author: andrew Date: Wed Apr 15 14:20:12 2015 New Revision: 281556 URL: https://svnweb.freebsd.org/changeset/base/281556 Log: Use the correct value to get the offset of the objects tls data. Sponsored by: The FreeBSD Foundation Modified: head/libexec/rtld-elf/aarch64/reloc.c Modified:

svn commit: r281554 - head/sys/arm64/arm64

2015-04-15 Thread Andrew Turner
Author: andrew Date: Wed Apr 15 14:18:25 2015 New Revision: 281554 URL: https://svnweb.freebsd.org/changeset/base/281554 Log: Ensure the userland thread and floating-point state has been saved before copying the pcb. These values may have been changed just before the call to fork and

Re: svn commit: r281536 - head/sys/netpfil/pf

2015-04-15 Thread Gleb Smirnoff
On Wed, Apr 15, 2015 at 03:25:56PM +0200, Kristof Provost wrote: K On 2015-04-15 15:53:02 (+0300), Gleb Smirnoff gleb...@freebsd.org wrote: K On Tue, Apr 14, 2015 at 07:07:37PM +, Kristof Provost wrote: K K Author: kp K K Date: Tue Apr 14 19:07:37 2015 K K New Revision: 281536 K K URL:

svn commit: r281557 - head/sys/arm64/arm64

2015-04-15 Thread Andrew Turner
Author: andrew Date: Wed Apr 15 14:30:07 2015 New Revision: 281557 URL: https://svnweb.freebsd.org/changeset/base/281557 Log: Enter a critical section when storing the vfp registers, we don't want to be preempted here as this will enter back into this function, but the hardware could be in

svn commit: r281558 - head/sys/net

2015-04-15 Thread George V. Neville-Neil
Author: gnn Date: Wed Apr 15 14:46:45 2015 New Revision: 281558 URL: https://svnweb.freebsd.org/changeset/base/281558 Log: Minor change to the macros to make sure that if an AF is passed that is neither AF_INET6 nor AF_INET that we don't touch random bits of memory. Differential Revision:

Re: svn commit: r280327 - in head/sys: kern vm

2015-04-15 Thread Bryan Drewery
On 3/27/2015 9:41 PM, Don Lewis wrote: I was not seeing this problem on my older package builder running 10.1-STABLE. Since this problem has not shown up on the FreeBSD package building cluster, I got suspicious that the change was quite recent. This old gcc bug report:

svn commit: r281559 - head/sys/kern

2015-04-15 Thread Neel Natu
Author: neel Date: Wed Apr 15 16:22:05 2015 New Revision: 281559 URL: https://svnweb.freebsd.org/changeset/base/281559 Log: Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'. Device probe value of BUS_PROBE_NOWILDCARD should be treated specially only if the device has a

svn commit: r281561 - head/usr.sbin/bhyve

2015-04-15 Thread Tycho Nightingale
Author: tychon Date: Wed Apr 15 18:49:03 2015 New Revision: 281561 URL: https://svnweb.freebsd.org/changeset/base/281561 Log: Prior to aborting due to an ioport error, it is always interesting to see what the guest's %rip is. Reviewed by: grehan Modified:

Re: svn commit: r281550 - in head: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules/DEC

2015-04-15 Thread Peter Wemm
On Wednesday, April 15, 2015 11:29:19 AM Adrian Chadd wrote: cc1: warnings being treated as errors /usr/home/adrian/work/freebsd/embedded/head/src/bin/csh/../../contrib/tcsh/s h.func.c: In function 'iconv_catgets': /usr/home/adrian/work/freebsd/embedded/head/src/bin/csh/../../contrib/tcsh/s

Re: svn commit: r281550 - in head: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules/DEC

2015-04-15 Thread Adrian Chadd
(r281549) +++ head/UPDATING Wed Apr 15 09:09:20 2015(r281550) @@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20150415: + The const

svn commit: r281563 - head/usr.sbin/freebsd-update

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Wed Apr 15 20:55:43 2015 New Revision: 281563 URL: https://svnweb.freebsd.org/changeset/base/281563 Log: Fix syntax errors in conditions for new features in freebsd-update Differential Revision:https://reviews.freebsd.org/D1550 Submitted

svn commit: r281562 - in head/sys: fs/ext2fs fs/fuse fs/msdosfs fs/nandfs fs/nfsclient fs/nfsserver fs/nullfs kern sys ufs/ffs

2015-04-15 Thread Rick Macklem
Author: rmacklem Date: Wed Apr 15 20:16:31 2015 New Revision: 281562 URL: https://svnweb.freebsd.org/changeset/base/281562 Log: File systems that do not use the buffer cache (such as ZFS) must use VOP_FSYNC() to perform the NFS server's Commit operation. This patch adds a mnt_kern_flag

Re: svn commit: r281550 - in head: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules/DEC

2015-04-15 Thread Tijl Coosemans
On Wed, 15 Apr 2015 11:29:19 -0700 Adrian Chadd adr...@freebsd.org wrote: cc1: warnings being treated as errors /usr/home/adrian/work/freebsd/embedded/head/src/bin/csh/../../contrib/tcsh/sh.func.c: In function 'iconv_catgets':

svn commit: r281565 - head/etc/rc.d

2015-04-15 Thread Xin LI
Author: delphij Date: Wed Apr 15 21:48:06 2015 New Revision: 281565 URL: https://svnweb.freebsd.org/changeset/base/281565 Log: Verify if the saved hostid is still the same and update if it was changed. Sponsored by: iXsystems, Inc. Obtained from:FreeNAS (trueos commit 0abb740)

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

2015-04-15 Thread Ed Maste
Author: emaste Date: Thu Apr 16 01:47:05 2015 New Revision: 281581 URL: https://svnweb.freebsd.org/changeset/base/281581 Log: vidcontrol: make size argument optional again for syscons r273544 changed the -f option allow no arguments in vt mode (used to reset the font back to the

svn commit: r281583 - head/sys/net

2015-04-15 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Apr 16 02:44:37 2015 New Revision: 281583 URL: https://svnweb.freebsd.org/changeset/base/281583 Log: Remove duplicate header entry. Modified: head/sys/net/route.c Modified: head/sys/net/route.c

Re: svn commit: r281550 - in head: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules/DEC

2015-04-15 Thread Adrian Chadd
adrian@adrian-hackbox:~/work/freebsd/embedded/head/src % cat ../root/make.conf.mips MALLOC_PRODUCTION= adrian@adrian-hackbox:~/work/freebsd/embedded/head/src % cat ../root/src.conf.mips WITHOUT_KERBEROS=YES WITHOUT_KERBEROS_SUPPORT=YES WITHOUT_NIS=YES WITHOUT_NDIS=YES WITHOUT_IPX=YES

svn commit: r281584 - in head/contrib/pjdfstest/tests: open truncate

2015-04-15 Thread Garrett Cooper
Author: ngie Date: Thu Apr 16 03:35:47 2015 New Revision: 281584 URL: https://svnweb.freebsd.org/changeset/base/281584 Log: Fix race when testing for ETXTBSY writing to ${n0} (process image) by making sure the process has been started beforehand with pgrep pkill the process afterwards to

Re: svn commit: r281550 - in head: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules/DEC

2015-04-15 Thread Adrian Chadd
Yes, that patch does the job. -a ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org

svn commit: r281582 - head/usr.bin/lockf

2015-04-15 Thread Bryan Drewery
Author: bdrewery Date: Thu Apr 16 02:24:40 2015 New Revision: 281582 URL: https://svnweb.freebsd.org/changeset/base/281582 Log: Remove extra flags from r250462. MFC after:1 week Modified: head/usr.bin/lockf/lockf.c Modified: head/usr.bin/lockf/lockf.c

svn commit: r281546 - head/etc

2015-04-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 15 06:57:47 2015 New Revision: 281546 URL: https://svnweb.freebsd.org/changeset/base/281546 Log: Correctly set LC_COLLATE into setenv Submitted by: jbeich Modified: head/etc/login.conf Modified: head/etc/login.conf

Re: svn commit: r281131 - head/etc

2015-04-15 Thread Baptiste Daroussin
On Wed, Apr 15, 2015 at 07:33:24AM +0200, Jan Beich wrote: Baptiste Daroussin b...@freebsd.org writes: Log: Enforce LC_COLLATE=C until we do support proper UTF-8 collation [...] - :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\ Did

svn commit: r281550 - in head: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules/DECH...

2015-04-15 Thread Tijl Coosemans
the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20150415: + The const qualifier has been removed from iconv(3) to comply with + POSIX. The ports tree is aware of this from r384038 onwards. + 20150324: From legacy ata

svn commit: r281548 - in head/sys: kern sys

2015-04-15 Thread Konstantin Belousov
Author: kib Date: Wed Apr 15 08:13:53 2015 New Revision: 281548 URL: https://svnweb.freebsd.org/changeset/base/281548 Log: Implement support for binary to requesting specific stack size for the initial thread. It is read by the ELF image activator as the virtual size of the PT_GNU_STACK

svn commit: r281551 - in head/sys: compat/freebsd32 compat/linprocfs kern sys

2015-04-15 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 15 09:13:11 2015 New Revision: 281551 URL: https://svnweb.freebsd.org/changeset/base/281551 Log: Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). This adds missing jail and MAC checks. Differential Revision:

svn commit: r281549 - head/libexec/rtld-elf

2015-04-15 Thread Konstantin Belousov
Author: kib Date: Wed Apr 15 08:16:34 2015 New Revision: 281549 URL: https://svnweb.freebsd.org/changeset/base/281549 Log: Implement support -z global linker option. It marks the shared object as always participating in the global symbols namespace, regardless of the way the object was

svn commit: r281552 - head/sys/sys

2015-04-15 Thread Tijl Coosemans
Author: tijl Date: Wed Apr 15 09:39:52 2015 New Revision: 281552 URL: https://svnweb.freebsd.org/changeset/base/281552 Log: Point to the right location where __FreeBSD_version numbers are documented. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h