svn commit: r294620 - head/sys/amd64/linux

2016-01-23 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 23 08:04:29 2016 New Revision: 294620 URL: https://svnweb.freebsd.org/changeset/base/294620 Log: Fix a typo. MFC after:3 days Modified: head/sys/amd64/linux/linux.h Modified: head/sys/amd64/linux/linux.h =

svn commit: r294621 - head/sys/amd64/linux

2016-01-23 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 23 08:08:06 2016 New Revision: 294621 URL: https://svnweb.freebsd.org/changeset/base/294621 Log: Remove obsolete comment. MFC after:3 days Modified: head/sys/amd64/linux/linux_machdep.c Modified: head/sys/amd64/linux/linux_machdep.c

svn commit: r294623 - head/libexec/rtld-elf/riscv

2016-01-23 Thread Ruslan Bukin
Author: br Date: Sat Jan 23 11:46:52 2016 New Revision: 294623 URL: https://svnweb.freebsd.org/changeset/base/294623 Log: Follow r293066 adding a generalized exec hook for RISC-V as well. Modified: head/libexec/rtld-elf/riscv/rtld_machdep.h Modified: head/libexec/rtld-elf/riscv/rtld_machdep.

Re: svn commit: r294470 - head/libexec/rtld-elf

2016-01-23 Thread Antoine Brodin
On Thu, Jan 21, 2016 at 11:36 PM, Alexander Kabaev wrote: > On Thu, 21 Jan 2016 22:20:12 +0100 > Antoine Brodin wrote: > >> On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev >> wrote: >> > Author: kan >> > Date: Wed Jan 20 23:26:35 2016 >> > New Revision: 294470 >> > URL: https://svnweb.freebsd

svn commit: r294624 - head/sbin/kldstat

2016-01-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 23 12:10:16 2016 New Revision: 294624 URL: https://svnweb.freebsd.org/changeset/base/294624 Log: Add "kldstat -h"; showing module sizes in hex is rather weird. Reviewed by: emaste@ (earlier version) MFC after:1 month Sponsored by: The FreeBSD Foundation

svn commit: r294625 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-01-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 23 12:13:09 2016 New Revision: 294625 URL: https://svnweb.freebsd.org/changeset/base/294625 Log: Fix ru_oublocks accounting for ZFS. There are two code paths that can be called from zfs_write() - one of them, through dmu_write(), was handled correctly; the other w

svn commit: r294626 - head/bin/setfacl

2016-01-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 23 12:19:37 2016 New Revision: 294626 URL: https://svnweb.freebsd.org/changeset/base/294626 Log: Don't mention the "canonical six" in setfacl(1); it describes semantics that's long gone. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r294627 - head/share/man/man5

2016-01-23 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 23 12:25:24 2016 New Revision: 294627 URL: https://svnweb.freebsd.org/changeset/base/294627 Log: Advertise support for ext3 and ext4. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/ext2fs.5 Modified: head/share/man/

Re: svn commit: r294627 - head/share/man/man5

2016-01-23 Thread Kubilay Kocak
On 23/01/2016 11:25 PM, Edward Tomasz Napierala wrote: > Author: trasz > Date: Sat Jan 23 12:25:24 2016 > New Revision: 294627 > URL: https://svnweb.freebsd.org/changeset/base/294627 > > Log: > Advertise support for ext3 and ext4. > > MFC after: 1 month > Sponsored by: The FreeBSD

svn commit: r294632 - head/sys/dev/sound/pci

2016-01-23 Thread Ruslan Bukin
Author: br Date: Sat Jan 23 13:34:55 2016 New Revision: 294632 URL: https://svnweb.freebsd.org/changeset/base/294632 Log: o Add gain-level control registers. o Fix style. Sponsored by: Machdep, Inc. Modified: head/sys/dev/sound/pci/hdspe.h Modified: head/sys/dev/sound/pci/hdspe.h

Re: svn commit: r294627 - head/share/man/man5

2016-01-23 Thread Pedro Giffuni
El 23/01/2016 a las 07:34, Kubilay Kocak escribió: On 23/01/2016 11:25 PM, Edward Tomasz Napierala wrote: Author: trasz Date: Sat Jan 23 12:25:24 2016 New Revision: 294627 URL: https://svnweb.freebsd.org/changeset/base/294627 Log: Advertise support for ext3 and ext4. MFC after: 1 mo

svn commit: r294634 - head/contrib/gcc/config/riscv64

2016-01-23 Thread Ruslan Bukin
Author: br Date: Sat Jan 23 15:33:11 2016 New Revision: 294634 URL: https://svnweb.freebsd.org/changeset/base/294634 Log: Add a minimal gcc config for RISC-V. This is required to build csu. Reviewed by: andrew Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision:

svn commit: r294638 - head/share/man/man9

2016-01-23 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sat Jan 23 20:01:46 2016 New Revision: 294638 URL: https://svnweb.freebsd.org/changeset/base/294638 Log: Document that hashinit(9) can wait for memory to be available Also tweak nearby grammar while here. Submitted by: Daniel O'Connor (original version

svn commit: r294645 - head/tools/regression/sockets/unix_cmsg

2016-01-23 Thread Garrett Cooper
Author: ngie Date: Sat Jan 23 22:44:00 2016 New Revision: 294645 URL: https://svnweb.freebsd.org/changeset/base/294645 Log: - Don't return immediately in check_xucred, check_scm_creds_cmsgcred, and check_scm_creds_sockcred after initial != NULL checks have been done for debugging purpose

svn commit: r294646 - head/tools/regression/sockets/unix_cmsg

2016-01-23 Thread Garrett Cooper
Author: ngie Date: Sat Jan 23 22:49:13 2016 New Revision: 294646 URL: https://svnweb.freebsd.org/changeset/base/294646 Log: Don't run the t_cmsg_len testcase on 64-bit architectures It always fails when trying to send through the sendit(9) private KPI in the kernel due to a size mismatch

svn commit: r294647 - head/tools/regression/sockets/zerosend

2016-01-23 Thread Garrett Cooper
Author: ngie Date: Sat Jan 23 22:51:22 2016 New Revision: 294647 URL: https://svnweb.freebsd.org/changeset/base/294647 Log: Use different ports in the TCP/UDP testcases with the first set and the second set (increment the original ports by 10) This avoids issues where the first listening

svn commit: r294649 - head/bin/sh

2016-01-23 Thread Jilles Tjoelker
Author: jilles Date: Sat Jan 23 23:00:38 2016 New Revision: 294649 URL: https://svnweb.freebsd.org/changeset/base/294649 Log: sh: Use OLDPWD shell variable for 'cd -'. Per POSIX, 'cd -' should use the OLDPWD shell variable, not internal state. This variable is normally exported. Also

Re: svn commit: r294464 - in head: crypto/openssh crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/openssh/regress crypto/openssh/regress/unittests crypto

2016-01-23 Thread Craig Rodrigues
On Wed, Jan 20, 2016 at 2:57 PM, Dag-Erling Smørgrav wrote: > Author: des > Date: Wed Jan 20 22:57:10 2016 > New Revision: 294464 > URL: https://svnweb.freebsd.org/changeset/base/294464 > > Log: > Upgrade to OpenSSH 7.0p1. > > Modified: > head/crypto/openssh/openbsd-compat/realpath.c > clan

svn commit: r294652 - head/sys/fs/ext2fs

2016-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 24 02:25:41 2016 New Revision: 294652 URL: https://svnweb.freebsd.org/changeset/base/294652 Log: ext2: Initialize i_flag after allocation. We use i_flag to carry some flags like IN_E4INDEX which newer ext2fs variants uses internally. fsck.ext3 rightfully com

svn commit: r294653 - head/sys/fs/ext2fs

2016-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 24 02:41:49 2016 New Revision: 294653 URL: https://svnweb.freebsd.org/changeset/base/294653 Log: Rename some directory index constants. Directory index was introduced in ext3. We don't always use the prefix to denote the ext2 variant they belong to but when we

svn commit: r294654 - head/sys/fs/ext2fs

2016-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 24 02:44:00 2016 New Revision: 294654 URL: https://svnweb.freebsd.org/changeset/base/294654 Log: Fix comment. Modified: head/sys/fs/ext2fs/ext2_dinode.h Modified: head/sys/fs/ext2fs/ext2_dinode.h ==

Re: svn commit: r294464 - in head: crypto/openssh crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/openssh/regress crypto/openssh/regress/unittests crypto

2016-01-23 Thread Dag-Erling Smørgrav
Craig Rodrigues writes: > clang is emitting a new warning on this file: > > https://jenkins.freebsd.org/job/FreeBSD_HEAD/62/warnings7Result/new/ > > Is it a legitimate problem which needs to be fixed upstream, or is it > a non-issue? The warning is technically correct, but the error is harmless s

svn commit: r294655 - head/sys/fs/ext2fs

2016-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 24 04:30:30 2016 New Revision: 294655 URL: https://svnweb.freebsd.org/changeset/base/294655 Log: ext2: rename some directory index constants. Missed from r294653. Pointyhat:me Modified: head/sys/fs/ext2fs/inode.h Modified: head/sys/fs/ext2fs/inode.h ==

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

2016-01-23 Thread Gleb Smirnoff
Lawrence, On Sat, Jan 23, 2016 at 06:09:19PM +1100, Lawrence Stewart wrote: L> > Is that the race you refer to? L> L> No, the TCP_CONGESTION refactoring i.e. this commit, introduced races in L> the get and set cases. I guess I didn't provide enough context in L> Crucible, so here goes... L> L>