svn commit: r289924 - in stable/10: share/man/man4 sys/cam/scsi

2015-10-25 Thread Alexander Motin
Author: mav Date: Sun Oct 25 07:26:12 2015 New Revision: 289924 URL: https://svnweb.freebsd.org/changeset/base/289924 Log: MFC r289146: Make delete method set via kern.cam.da.X.delete_method persistent. This allows to set delete method via tunable, before device capabilities are known.

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

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 07:42:56 2015 New Revision: 289925 URL: https://svnweb.freebsd.org/changeset/base/289925 Log: Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no and MK_NIS == no by converting `i` back to an int, and instead cast the loop comparison to `int`

svn commit: r289930 - head/sys/dev/isp

2015-10-25 Thread Alexander Motin
Author: mav Date: Sun Oct 25 10:49:05 2015 New Revision: 289930 URL: https://svnweb.freebsd.org/changeset/base/289930 Log: Formalize/unify chip (re-)inits. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_pci.c head/sys/dev/isp/isp_sbus.c Modified:

svn commit: r289932 - head/sys/net

2015-10-25 Thread Kristof Provost
Author: kp Date: Sun Oct 25 13:14:53 2015 New Revision: 289932 URL: https://svnweb.freebsd.org/changeset/base/289932 Log: PF_ANEQ() macro will in most situations returns TRUE comparing two identical IPv4 packets (when it should return FALSE). It happens because PF_ANEQ() doesn't stop if

svn commit: r289931 - head/lib/libc/stdio

2015-10-25 Thread Andrey A. Chernov
Author: ache Date: Sun Oct 25 12:09:28 2015 New Revision: 289931 URL: https://svnweb.freebsd.org/changeset/base/289931 Log: According to POSIX, a write operation shall start at the current size of the stream (if mode had 'a' as the first character). MFC after: 1 week Modified:

svn commit: r289954 - stable/10/tools/regression/p1003_1b

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:30:45 2015 New Revision: 289954 URL: https://svnweb.freebsd.org/changeset/base/289954 Log: MFC r282072,r283018: r282072: - Fix compilation (MAP_INHERIT's dead) - Fix warnings - Use mkstemp instead of tmpnam r283018: Fix more warnings

svn commit: r289955 - stable/9/tools/regression/p1003_1b

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:33:04 2015 New Revision: 289955 URL: https://svnweb.freebsd.org/changeset/base/289955 Log: MFstable/10 r289954: MFC r282072,r283018: r282072: - Fix compilation (MAP_INHERIT's dead) - Fix warnings - Use mkstemp instead of tmpnam r283018:

svn commit: r289975 - stable/9/share/zoneinfo

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:12:00 2015 New Revision: 289975 URL: https://svnweb.freebsd.org/changeset/base/289975 Log: MFstable/10 r289974: MFC r289451: Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG

svn commit: r289989 - stable/10/usr.sbin/makefs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:53:48 2015 New Revision: 289989 URL: https://svnweb.freebsd.org/changeset/base/289989 Log: MFC r289601: Don't check if `val` is NULL before calling free; free(3) already handles this PR: 203649 Submitted by: Thomas Schmitt

svn commit: r289944 - stable/9/usr.bin/passwd

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 21:48:45 2015 New Revision: 289944 URL: https://svnweb.freebsd.org/changeset/base/289944 Log: MFC r243617 (to fix a longstanding bug): PR: 171779 r243617 (by pjd): Respect NO_FSCHG and don't set 'schg' flag on passwd/yppasswd is defined. Modified:

svn commit: r289951 - head/sys/dev/mge

2015-10-25 Thread Zbigniew Bodek
Author: zbb Date: Sun Oct 25 22:20:13 2015 New Revision: 289951 URL: https://svnweb.freebsd.org/changeset/base/289951 Log: Improve style in mge driver Minor improvements introduced to ensure code follows FreeBSD style guidelines. Reviewed by:adrian Obtained from: Semihalf

svn commit: r289952 - stable/10/sys/geom/uzip

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:21:19 2015 New Revision: 289952 URL: https://svnweb.freebsd.org/changeset/base/289952 Log: MFC r286367: Make some debug printf's into DPRINTF's to reduce noise on attach/detach Differential Revision: https://reviews.freebsd.org/D3306 Reviewed by:

svn commit: r289968 - stable/9

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 23:59:41 2015 New Revision: 289968 URL: https://svnweb.freebsd.org/changeset/base/289968 Log: MFstable/10 r276311: MFC r275867: Fix sporadic build failures due to race when running make installworld when strip gets replaced at install time by adding

svn commit: r289981 - in stable/10: etc/mtree usr.bin/col usr.bin/col/tests

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:15:06 2015 New Revision: 289981 URL: https://svnweb.freebsd.org/changeset/base/289981 Log: MFC r282339,r282341: r282339 (by bapt): Add regression test about reverse line feed to col(1) r282341 (by bapt): Actually push the right tests Added:

svn commit: r289985 - in stable/10: etc/mtree tests/sys tests/sys/vfs tools/regression/vfs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:37:01 2015 New Revision: 289985 URL: https://svnweb.freebsd.org/changeset/base/289985 Log: MFC r289300: Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs Sponsored by: EMC / Isilon Storage Division Added:

svn commit: r289956 - stable/10/cddl/lib

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:34:49 2015 New Revision: 289956 URL: https://svnweb.freebsd.org/changeset/base/289956 Log: MFC r283144: Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs Parallelize the build in this subdirectory Sponsored by: EMC / Isilon

svn commit: r289957 - stable/9/cddl/lib

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:35:43 2015 New Revision: 289957 URL: https://svnweb.freebsd.org/changeset/base/289957 Log: MFstable/10 r289956: MFC r283144: Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs Parallelize the build in this subdirectory

svn commit: r289959 - in stable/10: share/mk tools/build/options tools/tools/nanobsd/gateworks

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:41:26 2015 New Revision: 289959 URL: https://svnweb.freebsd.org/changeset/base/289959 Log: MFC r286822: Reap MK_SYSINSTALL It's no longer in use in the tree (most likely missed when sade/sysinstall were removed) Deleted:

svn commit: r289963 - in stable/10: . share/man/man9

2015-10-25 Thread Garrett Cooper
; # done +# 20151025: remove links to removed/unimplemented mbuf(9) macros +OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz +OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz +OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz +OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz +OLD_FILES+=usr/share/man/man9

svn commit: r289943 - stable/10/lib/libc/gen

2015-10-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 25 21:39:23 2015 New Revision: 289943 URL: https://svnweb.freebsd.org/changeset/base/289943 Log: MFC r288309: fnmatch(): Remove exponential behaviour as in sh r229201. The old code was exponential in the number of asterisks in the pattern. However, once a

svn commit: r289949 - stable/10/usr.sbin/syslogd

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:17:43 2015 New Revision: 289949 URL: https://svnweb.freebsd.org/changeset/base/289949 Log: MFC r286304: Set f_file to -1/F_UNUSED when after closing when possible This will help ensure we don't trash file descriptors that get used later on in the

svn commit: r289950 - stable/9/usr.sbin/syslogd

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:19:11 2015 New Revision: 289950 URL: https://svnweb.freebsd.org/changeset/base/289950 Log: MFstable/10 r289949: MFC r286304: Set f_file to -1/F_UNUSED when after closing when possible This will help ensure we don't trash file descriptors that get

svn commit: r289964 - in stable/9: . share/man/man9

2015-10-25 Thread Garrett Cooper
/ObsoleteFiles.inc Sun Oct 25 22:55:19 2015(r289963) +++ stable/9/ObsoleteFiles.inc Sun Oct 25 22:57:05 2015(r289964) @@ -38,6 +38,12 @@ # xargs -n1 | sort | uniq -d; # done +# 20151025: remove links to removed/unimplemented mbuf(9) macros +OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz

svn commit: r289966 - head/sys/arm64/cavium

2015-10-25 Thread Zbigniew Bodek
Author: zbb Date: Sun Oct 25 23:22:40 2015 New Revision: 289966 URL: https://svnweb.freebsd.org/changeset/base/289966 Log: Add support for unspecified ranges on ThunderX system When one tries to allocate a resource with unspecified range, read already configured BAR values (by UEFI or

svn commit: r289979 - in head/sys: dev/ioat sys

2015-10-25 Thread Conrad E. Meyer
Author: cem Date: Mon Oct 26 02:21:19 2015 New Revision: 289979 URL: https://svnweb.freebsd.org/changeset/base/289979 Log: ioat: Introduce KTR probes Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat.c head/sys/dev/ioat/ioat_internal.h

svn commit: r289980 - head/sys/dev/ioat

2015-10-25 Thread Conrad E. Meyer
Author: cem Date: Mon Oct 26 02:21:32 2015 New Revision: 289980 URL: https://svnweb.freebsd.org/changeset/base/289980 Log: ioat: Expose more softc members in sysctls Kill some unused softc variables while we're here. Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r289945 - in head/sys: arm/conf conf dev/mge

2015-10-25 Thread Zbigniew Bodek
Author: zbb Date: Sun Oct 25 22:00:56 2015 New Revision: 289945 URL: https://svnweb.freebsd.org/changeset/base/289945 Log: Add etherswitch support to mge This commit introduces support for etherswitch devices that utilize SMI as a way of accessing its registers. SMI register is located

svn commit: r289953 - in stable/10: . share/mk

2015-10-25 Thread Garrett Cooper
:04 2015(r289953) @@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20151025: + ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support has been removed from

svn commit: r289958 - stable/10/sys/geom/uncompress

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:38:17 2015 New Revision: 289958 URL: https://svnweb.freebsd.org/changeset/base/289958 Log: MFC r286512: Make some debug printf's into DPRINTF's to reduce noise on attach/detahh Similar reasoning to what was done in r286367 with geom_uzip(4)

svn commit: r289969 - stable/10/bin/test/tests

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:05:02 2015 New Revision: 289969 URL: https://svnweb.freebsd.org/changeset/base/289969 Log: MFC r289488: Clean up trailing whitespace Modified: stable/10/bin/test/tests/legacy_test.sh Directory Properties: stable/10/ (props changed) Modified:

svn commit: r289988 - stable/7/sys/gnu/fs/reiserfs

2015-10-25 Thread Tai-hwa Liang
Author: avatar Date: Mon Oct 26 03:48:38 2015 New Revision: 289988 URL: https://svnweb.freebsd.org/changeset/base/289988 Log: MFC r287698: Fixing a memory leak on module unloading. Modified: stable/7/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties: stable/7/sys/ (props

svn commit: r289987 - stable/9/sbin/ifconfig

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:48:14 2015 New Revision: 289987 URL: https://svnweb.freebsd.org/changeset/base/289987 Log: MFstable/10 r289986: MFC r288305: Replace N #defines with nitems to simplify ifconfig code slightly Modified: stable/9/sbin/ifconfig/af_atalk.c

svn commit: r289947 - head/sys/dev/etherswitch/e6000sw

2015-10-25 Thread Zbigniew Bodek
Author: zbb Date: Sun Oct 25 22:14:04 2015 New Revision: 289947 URL: https://svnweb.freebsd.org/changeset/base/289947 Log: Introduce e6000sw etherswitch support Add e6000sw driver supporting Marvell 88E6352, 88E6172, 88E6176 switches. It needs to be attached to mdio interface, exporting

svn commit: r289976 - stable/10/sys/modules/netgraph

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:13:49 2015 New Revision: 289976 URL: https://svnweb.freebsd.org/changeset/base/289976 Log: MFC r288304: Enable parallel subdirectory building with sys/modules/netgraph Modified: stable/10/sys/modules/netgraph/Makefile Directory Properties: stable/10/

svn commit: r289977 - stable/9/sys/modules/netgraph

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:15:02 2015 New Revision: 289977 URL: https://svnweb.freebsd.org/changeset/base/289977 Log: MFstable/10 r289976: MFC r288304: Enable parallel subdirectory building with sys/modules/netgraph Modified: stable/9/sys/modules/netgraph/Makefile Directory

svn commit: r289978 - stable/10/usr.sbin/pw

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:28:05 2015 New Revision: 289978 URL: https://svnweb.freebsd.org/changeset/base/289978 Log: MFC r289600: Initialize `quiet` to false so `pw groupnext` again prints out the next gid by default Reported by: Florian Degner PR: 203876

svn commit: r289948 - head/sys/dev/mge

2015-10-25 Thread Zbigniew Bodek
Author: zbb Date: Sun Oct 25 22:17:10 2015 New Revision: 289948 URL: https://svnweb.freebsd.org/changeset/base/289948 Log: Change improper locking assertion in mge Assertion used here was invalid. If current thread helds any of locks, we never want to recurse on them. Obtained from:

svn commit: r289962 - stable/10/tools/build/mk

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:50:33 2015 New Revision: 289962 URL: https://svnweb.freebsd.org/changeset/base/289962 Log: MFC r288057: Delete /etc/autofs/special_noauto when MK_AUTOFS == no Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc Directory Properties: stable/10/

svn commit: r289982 - head/sys/dev/ioat

2015-10-25 Thread Conrad E. Meyer
Author: cem Date: Mon Oct 26 03:30:38 2015 New Revision: 289982 URL: https://svnweb.freebsd.org/changeset/base/289982 Log: ioat: Allocate memory for ring resize sanely Add a new flag for DMA operations, DMA_NO_WAIT. It behaves much like other NOWAIT flags -- if queueing an operation

svn commit: r289983 - head/sys/dev/ioat

2015-10-25 Thread Conrad E. Meyer
Author: cem Date: Mon Oct 26 03:30:50 2015 New Revision: 289983 URL: https://svnweb.freebsd.org/changeset/base/289983 Log: ioat: Add %b format string for CHANERR codes Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat.c head/sys/dev/ioat/ioat_hw.h Modified:

svn commit: r289990 - stable/9/usr.sbin/makefs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:55:13 2015 New Revision: 289990 URL: https://svnweb.freebsd.org/changeset/base/289990 Log: MFstable/10 r289989: MFC r289601: Don't check if `val` is NULL before calling free; free(3) already handles this PR: 203649 Submitted by: Thomas Schmitt

svn commit: r289946 - in stable/9: . etc/mtree

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:05:26 2015 New Revision: 289946 URL: https://svnweb.freebsd.org/changeset/base/289946 Log: MFstable/10 r286637 (made some minor adjustments due to other commits not MFCed): r286637 (by garga): MFC r257077: Cleanup empty directories PR:

svn commit: r289960 - stable/10/share/man/man5

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:43:10 2015 New Revision: 289960 URL: https://svnweb.freebsd.org/changeset/base/289960 Log: Regen src.conf(5) after r289959 Modified: stable/10/share/man/man5/src.conf.5 Modified: stable/10/share/man/man5/src.conf.5

svn commit: r289961 - stable/10/usr.sbin/ntp

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 22:44:37 2015 New Revision: 289961 URL: https://svnweb.freebsd.org/changeset/base/289961 Log: MFC r287520: Parallelize the usr.sbin/ntp subdirectory build Articulate all needed dependencies for the subdirectories Modified:

svn commit: r289965 - in stable/10: bin/ls bin/ls/tests etc/mtree

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Sun Oct 25 23:03:04 2015 New Revision: 289965 URL: https://svnweb.freebsd.org/changeset/base/289965 Log: MFC r288330,r288423,r288678,r288905,r288906,r288907,r289102: r288330: Add initial testcases for bin/ls Sponsored by: EMC / Isilon Storage Division

svn commit: r289970 - stable/10/tools/regression/lib/msun

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:06:04 2015 New Revision: 289970 URL: https://svnweb.freebsd.org/changeset/base/289970 Log: MFC r289332: Fix test-fenv:test_dfl_env when run on some amd64 CPUs Compare the fields that the AMD [1] and Intel [2] specs say will be set once fnstenv

svn commit: r289971 - stable/9/tools/regression/lib/msun

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:07:11 2015 New Revision: 289971 URL: https://svnweb.freebsd.org/changeset/base/289971 Log: MFstable/10 r289970: MFC r289332: Fix test-fenv:test_dfl_env when run on some amd64 CPUs Compare the fields that the AMD [1] and Intel [2] specs say will be

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

2015-10-25 Thread Zbigniew Bodek
Author: zbb Date: Sun Oct 25 23:27:08 2015 New Revision: 289967 URL: https://svnweb.freebsd.org/changeset/base/289967 Log: Fix bus numbering in ThunderX ITS quirk Internal busses (thus ECAM access) should be mapped to all values from 0 to 143. Obtained from: Semihalf Sponsored by:

svn commit: r289974 - stable/10/share/zoneinfo

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:11:07 2015 New Revision: 289974 URL: https://svnweb.freebsd.org/changeset/base/289974 Log: MFC r289451: Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG output PR: 200674

svn commit: r289973 - stable/9/lib/libcam

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:09:30 2015 New Revision: 289973 URL: https://svnweb.freebsd.org/changeset/base/289973 Log: MFstable/10 r289972: MFC r289450: Set dev->fd to -1 when calling cam_close_spec_device with a valid dev->fd descriptor to avoid trashing valid file descriptors

svn commit: r289972 - stable/10/lib/libcam

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 00:08:40 2015 New Revision: 289972 URL: https://svnweb.freebsd.org/changeset/base/289972 Log: MFC r289450: Set dev->fd to -1 when calling cam_close_spec_device with a valid dev->fd descriptor to avoid trashing valid file descriptors that access dev->fd at a

svn commit: r289984 - stable/10/tools/regression/vfs

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:33:40 2015 New Revision: 289984 URL: https://svnweb.freebsd.org/changeset/base/289984 Log: MFC r264965: r264965 (by des): Note that the bug was fixed, and when. Modified: stable/10/tools/regression/vfs/trailing_slash.t Directory Properties:

svn commit: r289986 - stable/10/sbin/ifconfig

2015-10-25 Thread Garrett Cooper
Author: ngie Date: Mon Oct 26 03:43:28 2015 New Revision: 289986 URL: https://svnweb.freebsd.org/changeset/base/289986 Log: MFC r288305: Replace N #defines with nitems to simplify ifconfig code slightly Modified: stable/10/sbin/ifconfig/af_atalk.c stable/10/sbin/ifconfig/af_inet6.c

svn commit: r289991 - svnadmin/hooks

2015-10-25 Thread Peter Wemm
Author: peter Date: Mon Oct 26 04:11:33 2015 New Revision: 289991 URL: https://svnweb.freebsd.org/changeset/base/289991 Log: Test commit; capture a new template file. Added: svnadmin/hooks/hooks-env.tmpl (contents, props changed) Added: svnadmin/hooks/hooks-env.tmpl

svn commit: r289934 - head/sys/dev/drm2/i915

2015-10-25 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sun Oct 25 14:42:56 2015 New Revision: 289934 URL: https://svnweb.freebsd.org/changeset/base/289934 Log: drm/i915: Reduce diff with Linux 3.8 There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver. MFC after:2

svn commit: r289935 - in head/usr.bin: . dtc

2015-10-25 Thread David Chisnall
Author: theraven Date: Sun Oct 25 14:52:16 2015 New Revision: 289935 URL: https://svnweb.freebsd.org/changeset/base/289935 Log: Lots of improvements to the BSD-licensed dtc - Various fixes to includes (including recursive includes) - Lots of testing that the output exactly matches GPL'd

svn commit: r289936 - head/sys/dev/drm2/i915

2015-10-25 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sun Oct 25 14:57:53 2015 New Revision: 289936 URL: https://svnweb.freebsd.org/changeset/base/289936 Log: drm/i915: Reduce diff with Linux 3.8 There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver. MFC after:2 month

svn commit: r289937 - head/sys/dev/isp

2015-10-25 Thread Alexander Motin
Author: mav Date: Sun Oct 25 16:04:31 2015 New Revision: 289937 URL: https://svnweb.freebsd.org/changeset/base/289937 Log: Try to keep Loop IDs persistent across chip reinits. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/ispmbox.h Modified: head/sys/dev/isp/isp.c

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

2015-10-25 Thread Kristof Provost
> On 25 Oct 2015, at 17:48, Ian Lepore wrote: > > On Sun, 2015-10-25 at 13:14 +, Kristof Provost wrote: >> Author: kp >> Date: Sun Oct 25 13:14:53 2015 >> New Revision: 289932 >> URL: https://svnweb.freebsd.org/changeset/base/289932 >> >> Log: >> PF_ANEQ() macro will in

svn commit: r289938 - in stable/10: bin/sh lib/libc/gen

2015-10-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Oct 25 17:17:50 2015 New Revision: 289938 URL: https://svnweb.freebsd.org/changeset/base/289938 Log: MFC r288430: wordexp: Rewrite to make WRDE_NOCMD reliable. Shell syntax is too complicated to detect command substitution and unquoted operators reliably without

svn commit: r289939 - head/sys/dev/isp

2015-10-25 Thread Alexander Motin
Author: mav Date: Sun Oct 25 17:24:37 2015 New Revision: 289939 URL: https://svnweb.freebsd.org/changeset/base/289939 Log: Rework r289933 using already existing macro. Modified: head/sys/dev/isp/isp.c Modified: head/sys/dev/isp/isp.c

svn commit: r289940 - head/sys/net

2015-10-25 Thread Kristof Provost
Author: kp Date: Sun Oct 25 18:09:03 2015 New Revision: 289940 URL: https://svnweb.freebsd.org/changeset/base/289940 Log: pf: Fix compliation warning with gcc While fixing the PF_ANEQ() macro I messed up the parentheses, leading to compliation warnings with gcc. Spotted by: ian

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

2015-10-25 Thread Ian Lepore
On Sun, 2015-10-25 at 13:14 +, Kristof Provost wrote: > Author: kp > Date: Sun Oct 25 13:14:53 2015 > New Revision: 289932 > URL: https://svnweb.freebsd.org/changeset/base/289932 > > Log: > PF_ANEQ() macro will in most situations returns TRUE comparing two > identical > IPv4 packets (when

svn commit: r289933 - head/sys/dev/isp

2015-10-25 Thread Alexander Motin
Author: mav Date: Sun Oct 25 14:34:07 2015 New Revision: 289933 URL: https://svnweb.freebsd.org/changeset/base/289933 Log: Improve Port Database Changed handling and reporting. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/isp_freebsd.c Modified: head/sys/dev/isp/isp.c

svn commit: r289941 - head/sys/kern

2015-10-25 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Oct 25 18:48:09 2015 New Revision: 289941 URL: https://svnweb.freebsd.org/changeset/base/289941 Log: The aio_waitcomplete(2) syscall should not sleep when the given timeout is 0. Without this change it was sleeping for one tick. Maybe not a big deal, but it makes

svn commit: r289942 - head/sys/dev/isp

2015-10-25 Thread Alexander Motin
Author: mav Date: Sun Oct 25 19:55:48 2015 New Revision: 289942 URL: https://svnweb.freebsd.org/changeset/base/289942 Log: Deliver INOTs only to enabled virtual ports. Modified: head/sys/dev/isp/isp_target.c Modified: head/sys/dev/isp/isp_target.c

Re: svn commit: r287395 - head/sys/compat/linux

2015-10-25 Thread Chagin Dmitry
On Wed, Sep 02, 2015 at 02:04:14PM +, Edward Tomasz Napierala wrote: > Author: trasz > Date: Wed Sep 2 14:04:13 2015 > New Revision: 287395 > URL: https://svnweb.freebsd.org/changeset/base/287395 > > Log: > Fixes a panic triggered by threaded Linux applications when running > with