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

2014-11-25 Thread Dag-Erling Smørgrav
Ermal LuXXi e...@freebsd.org writes: Log: pf(4) needs to have a correct checksum during its processing. Calculate checksums for the IPv6 path when needed before delving into pf(4) code as required. PR: 172648, 179392 Reviewed by:glebius@ Approved by:gnn@

svn commit: r275020 - head/lib/libc/net

2014-11-25 Thread Dag-Erling Smørgrav
Author: des Date: Tue Nov 25 09:47:15 2014 New Revision: 275020 URL: https://svnweb.freebsd.org/changeset/base/275020 Log: The fallback flag in nsdispatch prevents the fallback implementation of getgroupmembership() from invoking the correct backend in the compat case. Replace it with a

svn commit: r275021 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 09:54:05 2014 New Revision: 275021 URL: https://svnweb.freebsd.org/changeset/base/275021 Log: libvers and libsl are internal libraries Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275022 - in head/kerberos5: . lib/libasn1 lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libheimbase lib/libheimipcc lib/libheimipcs lib/libheimntlm lib/libh...

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 09:57:42 2014 New Revision: 275022 URL: https://svnweb.freebsd.org/changeset/base/275022 Log: Convert kerberos to LIBADD and reduce overlinking of the kerberos binaries and libraries Modified: head/kerberos5/Makefile.inc head/kerberos5/lib/libasn1/Makefile

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

2014-11-25 Thread Andriy Gapon
On 21/11/2014 22:25, Xin Li wrote: On 11/21/14 07:18, Andriy Gapon wrote: On 13/10/2014 23:39, Xin LI wrote: Author: delphij Date: Mon Oct 13 20:39:51 2014 New Revision: 273060 URL: https://svnweb.freebsd.org/changeset/base/273060 Log: Use write_psize instead of write_asize when doing

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

2014-11-25 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav d...@des.no writes: This is wrong, and causes a panic with some network adapters (vtnet, for one). It is closely related to 192013 and should not have been committed without consulting me first. Please revert, or just #if 0 out the entire block since the old code is even

svn commit: r275023 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:07:03 2014 New Revision: 275023 URL: https://svnweb.freebsd.org/changeset/base/275023 Log: Define compiler_rt and ssp_nonshared libraries Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275024 - in head/lib: atf/libatf-c++ libarchive libarchive/test libbsnmp/libbsnmp libc libc++ libcam libcapsicum libcasper libcrypt/tests libcuse libdevstat libdpv libdwarf libedit lib...

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:07:26 2014 New Revision: 275024 URL: https://svnweb.freebsd.org/changeset/base/275024 Log: Convert libraries to use LIBADD While here reduce a bit overlinking Modified: head/lib/atf/libatf-c++/Makefile head/lib/libarchive/Makefile

svn commit: r275025 - head/lib/libsqlite3

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:08:58 2014 New Revision: 275025 URL: https://svnweb.freebsd.org/changeset/base/275025 Log: Fix typo Modified: head/lib/libsqlite3/Makefile Modified: head/lib/libsqlite3/Makefile ==

svn commit: r275026 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:13:21 2014 New Revision: 275026 URL: https://svnweb.freebsd.org/changeset/base/275026 Log: Add a definition for libxo Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275027 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:14:42 2014 New Revision: 275027 URL: https://svnweb.freebsd.org/changeset/base/275027 Log: Fix recursive problem with libedit dependency, if you depends on ncursesw and not on itself Modified: head/share/mk/src.libnames.mk Modified:

svn commit: r275028 - in head/bin: csh df ed ls pkill ps rmail sh

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:15:40 2014 New Revision: 275028 URL: https://svnweb.freebsd.org/changeset/base/275028 Log: Convert bin/ to LIBADD, reduce overlinking allow to build all components as static Modified: head/bin/csh/Makefile head/bin/df/Makefile head/bin/ed/Makefile

svn commit: r275029 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:22:28 2014 New Revision: 275029 URL: https://svnweb.freebsd.org/changeset/base/275029 Log: Define libipf internal library Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275030 - in head/sbin: atm/atmconfig badsect bsdlabel camcontrol casperd ccdconfig ddb devd dhclient dmesg dumpfs fdisk fdisk_pc98 ffsinfo fsck_ffs fsdb gbde geom geom/class/eli geom/c...

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 11:23:12 2014 New Revision: 275030 URL: https://svnweb.freebsd.org/changeset/base/275030 Log: Convert sbin/ to LIBADD Reduce overlinking Modified: head/sbin/atm/atmconfig/Makefile head/sbin/badsect/Makefile head/sbin/bsdlabel/Makefile

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

2014-11-25 Thread Dag-Erling Smørgrav
Here's a patch that doesn't crash and tries not to break TSO. Index: sys/netpfil/pf/pf_ioctl.c === --- sys/netpfil/pf/pf_ioctl.c (revision 274791) +++ sys/netpfil/pf/pf_ioctl.c (working copy) @@ -3576,9 +3576,10 @@ int

svn commit: r275032 - head/sys/cam/ctl

2014-11-25 Thread Alexander Motin
Author: mav Date: Tue Nov 25 12:22:29 2014 New Revision: 275032 URL: https://svnweb.freebsd.org/changeset/base/275032 Log: Decouple datamove/done logic from CTL status set. Modified: head/sys/cam/ctl/scsi_ctl.c Modified: head/sys/cam/ctl/scsi_ctl.c

Re: svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-25 Thread Ruslan Bukin
On Tue, Nov 25, 2014 at 10:31:45AM +0300, Gleb Smirnoff wrote: On Mon, Nov 24, 2014 at 09:16:20PM +, Ruslan Bukin wrote: R On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote: R On Mon, Nov 24, 2014 at 06:03:56PM +, Ruslan Bukin wrote: R R I this on stock kernel or on

svn commit: r275033 - head/contrib/netbsd-tests/lib/libc/sys

2014-11-25 Thread John Baldwin
Author: jhb Date: Tue Nov 25 12:44:18 2014 New Revision: 275033 URL: https://svnweb.freebsd.org/changeset/base/275033 Log: Only pass 6 arguments to the 'run' function on amd64. amd64's makecontext on FreeBSD only supports a maximum of 6 arguments. This fixes the setcontext_link test on

svn commit: r275035 - head/sys/i386/i386

2014-11-25 Thread John Baldwin
Author: jhb Date: Tue Nov 25 12:52:00 2014 New Revision: 275035 URL: https://svnweb.freebsd.org/changeset/base/275035 Log: MFamd64: Check for invalid flags in the machine context in sigreturn() and setcontext(). Modified: head/sys/i386/i386/machdep.c Modified: head/sys/i386/i386/machdep.c

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

2014-11-25 Thread Ermal Luçi
Hello Dag, if its working for you i have no issues. For me these changes are taken into consideration during policy routing on pf(4). If you check the pf_route() call it does the same checks as outgoing processing of the modules. If they need to be considered after pf(4) does it internal

Re: svn commit: r274200 - head/share/mk

2014-11-25 Thread Andriy Gapon
[I see that Mark reverted the change almost immediately.] On 09/11/2014 00:24, Alexander Kabaev wrote: Because when building stuff with unwanted debug symbols one should make sure they are really gone and the patch basically undoes than promise. Whose job is it to strip .o's that end up in as

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

2014-11-25 Thread Dag-Erling Smørgrav
Ermal Luçi e...@freebsd.org writes: Also this only affects the traffic sourced by the host itself and not forwarded traffic and I think this patch will provide a regression for the issues that the committed patch does. How? The code as it stands (after your commit) is incorrect and will

svn commit: r275041 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 14:28:15 2014 New Revision: 275041 URL: https://svnweb.freebsd.org/changeset/base/275041 Log: Defines all the libraries needed for usr.bin Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275042 - in head/usr.bin: . apply ar atm/sscop awk bc bluetooth/bthost bluetooth/btsockstat bluetooth/rfcomm_sppd bsdiff/bsdiff bsdiff/bspatch bzip2 calendar chkey chpass colldef compi...

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 14:29:10 2014 New Revision: 275042 URL: https://svnweb.freebsd.org/changeset/base/275042 Log: Convert to usr.bin/ to LIBADD Reduce overlinking Modified: head/usr.bin/Makefile head/usr.bin/apply/Makefile head/usr.bin/ar/Makefile

svn commit: r275043 - head/usr.bin

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 14:40:38 2014 New Revision: 275043 URL: https://svnweb.freebsd.org/changeset/base/275043 Log: Readd protect(2) removed by mistake Reported by: emaste Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile

svn commit: r275044 - head/lib/libc/net

2014-11-25 Thread Sergey Kandaurov
Author: pluknet Date: Tue Nov 25 15:09:34 2014 New Revision: 275044 URL: https://svnweb.freebsd.org/changeset/base/275044 Log: Fix ifa_data description. PR: 176583 Discussed with: glebius MFC after:1 week Sponsored by: Nginx, Inc. Modified:

svn commit: r275045 - in head: share/man/man9 sys/sys

2014-11-25 Thread Andriy Gapon
Author: avg Date: Tue Nov 25 15:21:21 2014 New Revision: 275045 URL: https://svnweb.freebsd.org/changeset/base/275045 Log: callout(9): add sbt flavors of callout_schedule Differential Revision:https://reviews.freebsd.org/D1161 (partial) Reviewed by: jhb, markj MFC after:1

svn commit: r275046 - head/sys/sys

2014-11-25 Thread Andriy Gapon
Author: avg Date: Tue Nov 25 15:24:05 2014 New Revision: 275046 URL: https://svnweb.freebsd.org/changeset/base/275046 Log: whitespace and cosmetic changes in callout_reset family of macros - add parentheses around macro parameters for consistent style - remove redundant parentheses

Re: svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-25 Thread Gleb Smirnoff
On Tue, Nov 25, 2014 at 12:27:54PM +, Ruslan Bukin wrote: R On Tue, Nov 25, 2014 at 10:31:45AM +0300, Gleb Smirnoff wrote: R On Mon, Nov 24, 2014 at 09:16:20PM +, Ruslan Bukin wrote: R R On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote: R R On Mon, Nov 24, 2014 at

svn commit: r275048 - head/sys/dev/beri/virtio

2014-11-25 Thread Ruslan Bukin
Author: br Date: Tue Nov 25 15:58:59 2014 New Revision: 275048 URL: https://svnweb.freebsd.org/changeset/base/275048 Log: Add BERI-specific virtio block backend device driver. This part intended to operate on ARM side in heterogeneous (ARM/BERI) system on crystal. Added:

svn commit: r275049 - in head/sys: arm/altera/socfpga boot/fdt/dts/arm dev/beri/virtio

2014-11-25 Thread Ruslan Bukin
Author: br Date: Tue Nov 25 16:06:19 2014 New Revision: 275049 URL: https://svnweb.freebsd.org/changeset/base/275049 Log: o Add PIO and vtblk mmio device info to the tree o Add FPGA memory window to static dev mappings o Fix whitespace Modified:

svn commit: r275050 - in head/sys: arm/altera/socfpga arm/conf conf

2014-11-25 Thread Ruslan Bukin
Author: br Date: Tue Nov 25 16:24:31 2014 New Revision: 275050 URL: https://svnweb.freebsd.org/changeset/base/275050 Log: Add new devices to the config. Modified: head/sys/arm/altera/socfpga/files.socfpga head/sys/arm/conf/SOCKIT-BERI head/sys/conf/files Modified:

svn commit: r275052 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 16:51:06 2014 New Revision: 275052 URL: https://svnweb.freebsd.org/changeset/base/275052 Log: Defined the needed library to convert usr.sbin to LIBADD Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275053 - head/sys/conf

2014-11-25 Thread Ruslan Bukin
Author: br Date: Tue Nov 25 16:53:22 2014 New Revision: 275053 URL: https://svnweb.freebsd.org/changeset/base/275053 Log: o Add Virtio MMIO bus driver to config o Move Virtio-related to common config file Modified: head/sys/conf/files head/sys/conf/files.amd64 head/sys/conf/files.i386

svn commit: r275054 - in head/usr.sbin: acpi/acpidb amd amd/amd amd/amq amd/fixmount amd/fsinfo amd/hlfsd amd/mk-amd-map amd/pawd amd/wire-test ancontrol apmd asf audit auditd auditdistd auditreduc...

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 16:57:27 2014 New Revision: 275054 URL: https://svnweb.freebsd.org/changeset/base/275054 Log: Convert usr.sbin to LIBADD Reduce overlinking Deleted: head/usr.sbin/cron/Makefile.inc head/usr.sbin/fifolog/Makefile.inc Modified:

svn commit: r275057 - head/sys/mips/conf

2014-11-25 Thread Sean Bruno
Author: sbruno Date: Tue Nov 25 17:33:22 2014 New Revision: 275057 URL: https://svnweb.freebsd.org/changeset/base/275057 Log: Add support for Buffalo WZR-HP-AG300H atheros MIPS router. Special thanks to Nicholas Esborn for the loaner router to get this target bootstrapped. Review:

Re: svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-25 Thread Ruslan Bukin
On Tue, Nov 25, 2014 at 06:29:22PM +0300, Gleb Smirnoff wrote: R Un-unioning helps partially: I receive much less panics and able to boot until login prompt in ~ 1/3 attempts with patch attached. What happens then? Same panic as w/o patch? Same random panics: [..] Starting file system

svn commit: r275058 - head/sys/cam/ctl

2014-11-25 Thread Alexander Motin
Author: mav Date: Tue Nov 25 17:53:35 2014 New Revision: 275058 URL: https://svnweb.freebsd.org/changeset/base/275058 Log: Coalesce last data move and command status for read commands. Make CTL core and block backend set success status before initiating last data move for read commands.

svn commit: r275059 - head/sys/boot/i386/boot2

2014-11-25 Thread Roman Divacky
Author: rdivacky Date: Tue Nov 25 18:35:47 2014 New Revision: 275059 URL: https://svnweb.freebsd.org/changeset/base/275059 Log: Shrink boot2 by a couple more bytes. Reviewed by:jhb Tested by: me, dim Modified: head/sys/boot/i386/boot2/boot2.c Modified:

svn commit: r275060 - head/lib/libc/net

2014-11-25 Thread Ed Maste
Author: emaste Date: Tue Nov 25 18:39:37 2014 New Revision: 275060 URL: https://svnweb.freebsd.org/changeset/base/275060 Log: Fix b64_pton output buffer overrun test for exact-sized buffer b64_pton would sometimes erroneously fail to decode a base64 string into a precisely sized buffer.

svn commit: r275061 - head/sys/boot/i386/boot2

2014-11-25 Thread Roman Divacky
Author: rdivacky Date: Tue Nov 25 18:53:17 2014 New Revision: 275061 URL: https://svnweb.freebsd.org/changeset/base/275061 Log: Fix style(9). Suggested by: jkim Modified: head/sys/boot/i386/boot2/boot2.c Modified: head/sys/boot/i386/boot2/boot2.c

svn commit: r275062 - head/sys/boot/i386/boot2

2014-11-25 Thread Roman Divacky
Author: rdivacky Date: Tue Nov 25 18:58:40 2014 New Revision: 275062 URL: https://svnweb.freebsd.org/changeset/base/275062 Log: Fix style(9). Suggested by: jkim Modified: head/sys/boot/i386/boot2/boot2.c Modified: head/sys/boot/i386/boot2/boot2.c

svn commit: r275064 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 19:07:31 2014 New Revision: 275064 URL: https://svnweb.freebsd.org/changeset/base/275064 Log: Remove duplicated krb5 Reported by: markj Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

Re: svn commit: r275064 - head/share/mk

2014-11-25 Thread Benjamin Kaduk
On Tue, Nov 25, 2014 at 2:07 PM, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Tue Nov 25 19:07:31 2014 New Revision: 275064 URL: https://svnweb.freebsd.org/changeset/base/275064 Log: Remove duplicated krb5 Removing the other one would have left things sorted... -Ben

svn commit: r275065 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 19:13:03 2014 New Revision: 275065 URL: https://svnweb.freebsd.org/changeset/base/275065 Log: Sort libraries definitions Reported by: bjk Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

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

2014-11-25 Thread Xin LI
Author: delphij Date: Tue Nov 25 20:59:22 2014 New Revision: 275071 URL: https://svnweb.freebsd.org/changeset/base/275071 Log: Reinstitate send() after syslogd restarts. In r228193 the test of CONNPRIV have been moved to before the _usleep and send in vsyslog(). When syslogd restarts,

svn commit: r275073 - in head: lib/libjail usr.sbin/jail

2014-11-25 Thread Jamie Gritton
Author: jamie Date: Tue Nov 25 21:01:08 2014 New Revision: 275073 URL: https://svnweb.freebsd.org/changeset/base/275073 Log: In preparation for using clang's -Wcast-qual: Use __DECONST (instead of my own attempted re-invention) for the iov parameters to jail_get/set(2). Similarly remove

svn commit: r275076 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 21:16:44 2014 New Revision: 275076 URL: https://svnweb.freebsd.org/changeset/base/275076 Log: Define missing libraries to be able to convert gnu, cddl and secure to LIBADD Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275077 - in head: gnu/lib/libdialog gnu/lib/libgcc gnu/lib/libreadline/readline gnu/lib/libstdc++ gnu/usr.bin/dialog gnu/usr.bin/diff gnu/usr.bin/gdb/gdb gnu/usr.bin/gdb/gdbtui gnu/usr...

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 21:18:18 2014 New Revision: 275077 URL: https://svnweb.freebsd.org/changeset/base/275077 Log: Convert to LIBADD Reduce overlinking Modified: head/gnu/lib/libdialog/Makefile head/gnu/lib/libgcc/Makefile head/gnu/lib/libreadline/readline/Makefile

svn commit: r275079 - in head/usr.bin/svn: svn svnadmin svndumpfilter svnlook svnmucc svnrdump svnserve svnsync svnversion

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 21:43:51 2014 New Revision: 275079 URL: https://svnweb.freebsd.org/changeset/base/275079 Log: Convert svn to LIBADD reduce overlinking Modified: head/usr.bin/svn/svn/Makefile head/usr.bin/svn/svnadmin/Makefile head/usr.bin/svn/svndumpfilter/Makefile

svn commit: r275080 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 22:10:31 2014 New Revision: 275080 URL: https://svnweb.freebsd.org/changeset/base/275080 Log: Defines the libssh dependencies Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275082 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 22:17:31 2014 New Revision: 275082 URL: https://svnweb.freebsd.org/changeset/base/275082 Log: Register the explicit (pthread) and implicit (for static) dependencies for kerberos Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r275083 - in head/secure: lib/libssh libexec/sftp-server libexec/ssh-keysign libexec/ssh-pkcs11-helper usr.bin/scp usr.bin/sftp usr.bin/ssh usr.bin/ssh-add usr.bin/ssh-agent usr.bin/ssh...

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 22:25:13 2014 New Revision: 275083 URL: https://svnweb.freebsd.org/changeset/base/275083 Log: Reduce overlinking The framework now ensure by itself that pthread is added to the link chain as the last component if linked to kerberos hence avoid with out any

svn commit: r275084 - in head/tools/tools: ath/athaggrstats ath/athstats net80211/wlanstats

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 22:37:27 2014 New Revision: 275084 URL: https://svnweb.freebsd.org/changeset/base/275084 Log: Convert to LIBADD Modified: head/tools/tools/ath/athaggrstats/Makefile head/tools/tools/ath/athstats/Makefile head/tools/tools/net80211/wlanstats/Makefile

svn commit: r275086 - head/share/mk

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 22:39:59 2014 New Revision: 275086 URL: https://svnweb.freebsd.org/changeset/base/275086 Log: Remove all remnant ugly LDlbname but atf one until the aft framework knows about LIBADD Modified: head/share/mk/src.libnames.mk Modified:

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

2014-11-25 Thread John-Mark Gurney
Philip Paeps wrote this message on Mon, Nov 24, 2014 at 21:18 +0100: On 2014-11-24 22:40:22 (+0300), Gleb Smirnoff gleb...@freebsd.org wrote: On Mon, Nov 24, 2014 at 02:00:28PM +, Philip Paeps wrote: P Author: philip P Date: Mon Nov 24 14:00:27 2014 P New Revision: 274966 P URL:

svn commit: r275087 - head/kerberos5/lib/libkrb5

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 22:43:17 2014 New Revision: 275087 URL: https://svnweb.freebsd.org/changeset/base/275087 Log: Remove now useless USEPRIVATELIB Modified: head/kerberos5/lib/libkrb5/Makefile Modified: head/kerberos5/lib/libkrb5/Makefile

svn commit: r275088 - in head/tools/tools: mwl/mwlstats npe/npestats

2014-11-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Nov 25 22:45:35 2014 New Revision: 275088 URL: https://svnweb.freebsd.org/changeset/base/275088 Log: Convert to LIBADD Modified: head/tools/tools/mwl/mwlstats/Makefile head/tools/tools/npe/npestats/Makefile Modified: head/tools/tools/mwl/mwlstats/Makefile

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

2014-11-25 Thread Xin LI
Author: delphij Date: Wed Nov 26 02:20:25 2014 New Revision: 275096 URL: https://svnweb.freebsd.org/changeset/base/275096 Log: Revert r273060 per discussion with avg@ as we need to make L2ARC aware of 4K devices and this one is not the right fix anyway. Modified:

svn commit: r275101 - in head/sys/dev: ahci ata ata/chipsets ichsmb ichwd sound/pci/hda uart usb/controller

2014-11-25 Thread Alexander Motin
Author: mav Date: Wed Nov 26 04:23:21 2014 New Revision: 275101 URL: https://svnweb.freebsd.org/changeset/base/275101 Log: Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. MFC after:1 week Modified: head/sys/dev/ahci/ahci_pci.c head/sys/dev/ata/ata-pci.h