svn commit: r310014 - head/sys/compat/linuxkpi/common/include/linux

2016-12-12 Thread Ed Schouten
Author: ed Date: Tue Dec 13 07:58:30 2016 New Revision: 310014 URL: https://svnweb.freebsd.org/changeset/base/310014 Log: Remove the only user of sysctl_add_oid(). My plan is to change this function's prototype at some point in the future to add a new label argument, which can be used to

svn commit: r310013 - head/sys/dev/xen/blkfront

2016-12-12 Thread Colin Percival
Author: cperciva Date: Tue Dec 13 06:54:13 2016 New Revision: 310013 URL: https://svnweb.freebsd.org/changeset/base/310013 Log: Check that blkfront devices have a non-zero number of sectors and a non-zero sector size. Such a device would be a virtual disk of zero bytes; clearly not useful,

svn commit: r310012 - head/sys/arm/freescale/imx

2016-12-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Dec 13 05:09:49 2016 New Revision: 310012 URL: https://svnweb.freebsd.org/changeset/base/310012 Log: [iMX6] Add compatibility string for GPT timer on i.MX6 Dual Up until r295436 GPT timer in i.MX6 Dual dts used the same compatiblity string as i.MX6 Quad. After the

svn commit: r310011 - stable/11/share/examples/jails

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:53:25 2016 New Revision: 310011 URL: https://svnweb.freebsd.org/changeset/base/310011 Log: MFC r308615 [brd]: Attempt to make the parts that people are supposed to change stand out more by capitalizing them. Approved by: me Modified:

svn commit: r310010 - stable/11/etc

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:50:45 2016 New Revision: 310010 URL: https://svnweb.freebsd.org/changeset/base/310010 Log: MFC r309504: Fix bug preventing limits(1) from being applied PR: misc/212493 Differential Revision:https://reviews.freebsd.org/D8232 Submitted

svn commit: r310009 - in stable/11/etc: defaults rc.d

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:47:21 2016 New Revision: 310009 URL: https://svnweb.freebsd.org/changeset/base/310009 Log: MFC r307159: Add jail_confwarn="NO" (default YES) Differential Revision:https://reviews.freebsd.org/D7465 Reviewed by: jelischer Sponsored by: FIS

svn commit: r310008 - stable/11/etc/autofs

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:45:21 2016 New Revision: 310008 URL: https://svnweb.freebsd.org/changeset/base/310008 Log: MFC r306012 [trasz]: Fix -media to not mount ufs with "async"; it doesn't make sense when there is softupdates. Modified: stable/11/etc/autofs/special_media

svn commit: r310007 - in stable/11/etc: . autofs

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:44:06 2016 New Revision: 310007 URL: https://svnweb.freebsd.org/changeset/base/310007 Log: MFC r306011 [trasz]: Stop appending "noatime" in the autofs -media map, and instead add it to auto_master, since all filesystems seem to support it. It's cleaner

svn commit: r310006 - stable/11/etc/autofs

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:43:03 2016 New Revision: 310006 URL: https://svnweb.freebsd.org/changeset/base/310006 Log: MFC r306009 [trasz]: Make autofs(5) -media map also use "async" and "noatime" for ext2fs(5). Modified: stable/11/etc/autofs/special_media Directory Properties:

svn commit: r310005 - stable/11/etc/autofs

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:41:49 2016 New Revision: 310005 URL: https://svnweb.freebsd.org/changeset/base/310005 Log: MFC r305969 [trasz]: Make autofs use the "noatime" flag for msdosfs, ntfs, and ufs filesystems mounted on /media. Modified: stable/11/etc/autofs/special_media

svn commit: r310004 - stable/11/etc/autofs

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:39:44 2016 New Revision: 310004 URL: https://svnweb.freebsd.org/changeset/base/310004 Log: MFC r305968 [trasz]: Make autofs use the "async" flag for msdosfs and ufs filesystems mounted on /media. Modified: stable/11/etc/autofs/special_media Directory

svn commit: r310003 - stable/11/etc/rc.d

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:37:14 2016 New Revision: 310003 URL: https://svnweb.freebsd.org/changeset/base/310003 Log: MFC r303943: Allow enforce_statfs (see jail(8)) to be set per jail Reviewed by: jelischer Modified: stable/11/etc/rc.d/jail Directory Properties: stable/11/

svn commit: r310002 - stable/11/etc/defaults

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:35:19 2016 New Revision: 310002 URL: https://svnweb.freebsd.org/changeset/base/310002 Log: MFC r302798 [cy]: Restore lost comment from r301295. PR: 211027 Reported by: trond.endres...@ximalas.info Modified:

svn commit: r310001 - stable/11

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 04:24:41 2016 New Revision: 310001 URL: https://svnweb.freebsd.org/changeset/base/310001 Log: Merge missing mergeinfo for r303877 Modified: Directory Properties: stable/11/ (props changed) ___

svn commit: r310000 - head/sys/dev/gpio

2016-12-12 Thread Luiz Otavio O Souza
Author: loos Date: Tue Dec 13 03:36:41 2016 New Revision: 31 URL: https://svnweb.freebsd.org/changeset/base/31 Log: Remove a too strict test and instead, just filter the passed flags with the supported capabilities. Spotted by: yamori...@yahoo.co.jp (Hiroki Mori) MFC after:

svn commit: r309999 - head/sys/arm/freescale/imx

2016-12-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Dec 13 03:26:12 2016 New Revision: 30 URL: https://svnweb.freebsd.org/changeset/base/30 Log: [iMX6] Fix platform compatibility string for i.MX6 Dual i.MX6 Dual boot was broken since r308533 because ofw_bus_node_is_compatible is more strict than

svn commit: r309998 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:56:52 2016 New Revision: 309998 URL: https://svnweb.freebsd.org/changeset/base/309998 Log: It's completely pointless to replace newlines with space (this is done automatically for you upon shell expansion) Modified:

svn commit: r309997 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:54:44 2016 New Revision: 309997 URL: https://svnweb.freebsd.org/changeset/base/309997 Log: The flags of a WLAN need to be quoted (they contain things like brackets) Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309996 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:48:14 2016 New Revision: 309996 URL: https://svnweb.freebsd.org/changeset/base/309996 Log: Simplify single-line if statements Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309995 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:47:39 2016 New Revision: 309995 URL: https://svnweb.freebsd.org/changeset/base/309995 Log: Simplify loop by moving predicate to clause Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309994 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:46:36 2016 New Revision: 309994 URL: https://svnweb.freebsd.org/changeset/base/309994 Log: Wordsmithing Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309993 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:45:52 2016 New Revision: 309993 URL: https://svnweb.freebsd.org/changeset/base/309993 Log: Why test $? when you can test the command Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309992 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:45:07 2016 New Revision: 309992 URL: https://svnweb.freebsd.org/changeset/base/309992 Log: Restore previous comment Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309991 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:44:33 2016 New Revision: 309991 URL: https://svnweb.freebsd.org/changeset/base/309991 Log: Both simplify bringup of interface after changes and catch errors in debug Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309990 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:42:10 2016 New Revision: 309990 URL: https://svnweb.freebsd.org/changeset/base/309990 Log: Calculate proper size of menu list dialog Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309989 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:40:54 2016 New Revision: 309989 URL: https://svnweb.freebsd.org/changeset/base/309989 Log: There's an API function for catching errors and displaying them or logging them to debug output Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309988 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:30:24 2016 New Revision: 309988 URL: https://svnweb.freebsd.org/changeset/base/309988 Log: There's an API function for displaying pauses Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309987 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:29:20 2016 New Revision: 309987 URL: https://svnweb.freebsd.org/changeset/base/309987 Log: There's an API function for displaying yes/no dialogs Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309986 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:27:38 2016 New Revision: 309986 URL: https://svnweb.freebsd.org/changeset/base/309986 Log: There's an API function for displaying errors Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309985 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:25:23 2016 New Revision: 309985 URL: https://svnweb.freebsd.org/changeset/base/309985 Log: Comment Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309984 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:23:48 2016 New Revision: 309984 URL: https://svnweb.freebsd.org/changeset/base/309984 Log: Whitespace alignment Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309983 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:22:21 2016 New Revision: 309983 URL: https://svnweb.freebsd.org/changeset/base/309983 Log: Relying on dialog auto-sizing (width/height/rows = 0) is a mistake Use the provided API for calculating the appropriate size of menus Modified:

svn commit: r309982 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:16:00 2016 New Revision: 309982 URL: https://svnweb.freebsd.org/changeset/base/309982 Log: Remove unnecessary quotes Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309981 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:15:36 2016 New Revision: 309981 URL: https://svnweb.freebsd.org/changeset/base/309981 Log: Add missing quotes Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309980 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:14:40 2016 New Revision: 309980 URL: https://svnweb.freebsd.org/changeset/base/309980 Log: In awk, if you're going to append a newline to your printf AND you're going to print only the argument, just use print Modified:

svn commit: r309979 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:13:20 2016 New Revision: 309979 URL: https://svnweb.freebsd.org/changeset/base/309979 Log: This statement has too many backslashes Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309978 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:12:00 2016 New Revision: 309978 URL: https://svnweb.freebsd.org/changeset/base/309978 Log: Neither printf (and as is commonly known) nor print need parens in awk Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309977 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:11:09 2016 New Revision: 309977 URL: https://svnweb.freebsd.org/changeset/base/309977 Log: Whitespace and alignment Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309976 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:07:12 2016 New Revision: 309976 URL: https://svnweb.freebsd.org/changeset/base/309976 Log: You don't need parentheses for awk's printf Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309975 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:04:50 2016 New Revision: 309975 URL: https://svnweb.freebsd.org/changeset/base/309975 Log: Continued resolution of conveluted statement We shouldn't be coding things like "x || (x && x) || x || x || x ..." Modified:

svn commit: r309974 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 02:02:14 2016 New Revision: 309974 URL: https://svnweb.freebsd.org/changeset/base/309974 Log: These two error messages have always been backwards since inception Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309973 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:59:35 2016 New Revision: 309973 URL: https://svnweb.freebsd.org/changeset/base/309973 Log: Why use $? when you can use the command itself Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309972 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:56:28 2016 New Revision: 309972 URL: https://svnweb.freebsd.org/changeset/base/309972 Log: If the first ping succeeded, why on Earth should we ping it again? Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309971 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:54:44 2016 New Revision: 309971 URL: https://svnweb.freebsd.org/changeset/base/309971 Log: Start deconstructing a conveluted hunk of code Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309970 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:52:10 2016 New Revision: 309970 URL: https://svnweb.freebsd.org/changeset/base/309970 Log: Remove completely unnecesary parentheses Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309969 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:50:22 2016 New Revision: 309969 URL: https://svnweb.freebsd.org/changeset/base/309969 Log: Why repeat yourself when you can send stderr to the same place as stdout? Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309968 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:44:18 2016 New Revision: 309968 URL: https://svnweb.freebsd.org/changeset/base/309968 Log: Properly quote variable Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309966 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:41:06 2016 New Revision: 309966 URL: https://svnweb.freebsd.org/changeset/base/309966 Log: The output of dialog needs to be sanitized for portability/compatibility requirements Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309965 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:39:09 2016 New Revision: 309965 URL: https://svnweb.freebsd.org/changeset/base/309965 Log: Whitespace alignment Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309964 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:36:46 2016 New Revision: 309964 URL: https://svnweb.freebsd.org/changeset/base/309964 Log: Sort the domains Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309963 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:35:26 2016 New Revision: 309963 URL: https://svnweb.freebsd.org/changeset/base/309963 Log: The --no-items and --stdout options are non-standard and should be avoided From the dialog(1) manual: using [--stdout] in portable scripts is not recommended

svn commit: r309962 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 00:27:56 2016 New Revision: 309962 URL: https://svnweb.freebsd.org/changeset/base/309962 Log: More efficiently make use of the exit status Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309961 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 00:22:01 2016 New Revision: 309961 URL: https://svnweb.freebsd.org/changeset/base/309961 Log: Stop repeating strings (centralize prompt string) NB: Changes to strings now only affect a single line Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309960 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 00:18:51 2016 New Revision: 309960 URL: https://svnweb.freebsd.org/changeset/base/309960 Log: Add missing backslash (no real effect; it's pedantic and correct for the interpolation level) Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309959 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 00:02:59 2016 New Revision: 309959 URL: https://svnweb.freebsd.org/changeset/base/309959 Log: Use the oft-neglected awk syntax "startcondition, stopcondition { ... }" to process the range of country labels which appear as columnar list from the "ifconfig DEV

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

2016-12-12 Thread Bruce Evans
On Mon, 12 Dec 2016, Edward Tomasz Napierala wrote: On 1212T1833, Konstantin Belousov wrote: On Mon, Dec 12, 2016 at 03:22:22PM +, Edward Tomasz Napierala wrote: Author: trasz Date: Mon Dec 12 15:22:21 2016 New Revision: 309891 URL: https://svnweb.freebsd.org/changeset/base/309891 Log:

svn commit: r309958 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 22:57:07 2016 New Revision: 309958 URL: https://svnweb.freebsd.org/changeset/base/309958 Log: Quote WLAN_IFACE (pedantic) Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309957 - head/tests/sys/kern

2016-12-12 Thread Jilles Tjoelker
Author: jilles Date: Mon Dec 12 22:51:29 2016 New Revision: 309957 URL: https://svnweb.freebsd.org/changeset/base/309957 Log: Add tests for reaper receiving SIGCHLD (r309886). PR: 213928 MFC after:2 weeks Modified: head/tests/sys/kern/reaper.c Modified:

Re: svn commit: r307684 - head/sbin/camcontrol

2016-12-12 Thread Kenneth D. Merry
On Sun, Dec 11, 2016 at 00:49:12 +0100, Oliver Pinter wrote: > On 10/20/16, Kenneth D. Merry wrote: > > Author: ken > > Date: Thu Oct 20 19:42:26 2016 > > New Revision: 307684 > > URL: https://svnweb.freebsd.org/changeset/base/307684 > > > > Log: > > For CCBs allocated on the

svn commit: r309956 - stable/10/sbin/camcontrol

2016-12-12 Thread Kenneth D. Merry
Author: ken Date: Mon Dec 12 21:54:49 2016 New Revision: 309956 URL: https://svnweb.freebsd.org/changeset/base/309956 Log: MFC r307684, r307747 r307684 | ken | 2016-10-20 13:42:26 -0600 (Thu, 20 Oct 2016) | 13

svn commit: r309955 - stable/11/share/man/man5

2016-12-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Dec 12 21:49:29 2016 New Revision: 309955 URL: https://svnweb.freebsd.org/changeset/base/309955 Log: Regen after r309954 Modified: stable/11/share/man/man5/src.conf.5 Modified: stable/11/share/man/man5/src.conf.5

svn commit: r309954 - stable/11/share/mk

2016-12-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Dec 12 21:45:25 2016 New Revision: 309954 URL: https://svnweb.freebsd.org/changeset/base/309954 Log: MFC r309805: Make WITHOUT_CAPSICUM implying WITHOUT_CASPER PR: 214562 Reported by: dewa...@heuristicsystems.com.au Modified:

svn commit: r309953 - stable/11/tools/build/mk

2016-12-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Dec 12 21:43:17 2016 New Revision: 309953 URL: https://svnweb.freebsd.org/changeset/base/309953 Log: MFC r309797-r309802 r309797: Add entries to remove timed files with make delete-old if WITHOUT_TIMED is set r309798: Also remove auditdistd files if src.conf

svn commit: r309952 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:29:48 2016 New Revision: 309952 URL: https://svnweb.freebsd.org/changeset/base/309952 Log: In awk, casting a variable as a boolean condition is the same as testing if the length of the variable contents is greater than zero This allows us to also move

svn commit: r309951 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:27:29 2016 New Revision: 309951 URL: https://svnweb.freebsd.org/changeset/base/309951 Log: Remove an unnecessary call to f_dialog_title_restore() Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309950 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:26:36 2016 New Revision: 309950 URL: https://svnweb.freebsd.org/changeset/base/309950 Log: Whitespace Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309949 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:23:47 2016 New Revision: 309949 URL: https://svnweb.freebsd.org/changeset/base/309949 Log: Utilize provided i18n strings Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309948 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:20:56 2016 New Revision: 309948 URL: https://svnweb.freebsd.org/changeset/base/309948 Log: Remove incomplete and unnecessary creation of fd3 The provided API already provides a passthru descriptor and even gives you a varaible for referring to it.

svn commit: r309947 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:18:24 2016 New Revision: 309947 URL: https://svnweb.freebsd.org/changeset/base/309947 Log: Remove unnecessary semi-colons Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309946 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:16:37 2016 New Revision: 309946 URL: https://svnweb.freebsd.org/changeset/base/309946 Log: Use awk the following (more succinct) awk syntax: condition1 { action1 } condition2 { action2 } instead of the following syntax: {

svn commit: r309945 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:11:55 2016 New Revision: 309945 URL: https://svnweb.freebsd.org/changeset/base/309945 Log: 1 is the default descriptor for redirects without an fd prefix Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309944 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:04:11 2016 New Revision: 309944 URL: https://svnweb.freebsd.org/changeset/base/309944 Log: Fix invalid parameter expansion (change $@ to "$@") Without quotes, $@ loses its special meanining (see below) % sh -c 'echo $@' /bin/sh " 1 " " 2 "

svn commit: r309943 - stable/11/sbin/camcontrol

2016-12-12 Thread Kenneth D. Merry
Author: ken Date: Mon Dec 12 21:02:34 2016 New Revision: 309943 URL: https://svnweb.freebsd.org/changeset/base/309943 Log: MFC r307684, r307747 r307684 | ken | 2016-10-20 13:42:26 -0600 (Thu, 20 Oct 2016) | 13

svn commit: r309942 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:01:20 2016 New Revision: 309942 URL: https://svnweb.freebsd.org/changeset/base/309942 Log: Allow the script path to contain whitespace and special characters Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309941 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 21:00:09 2016 New Revision: 309941 URL: https://svnweb.freebsd.org/changeset/base/309941 Log: Use provided API to centralize dialog title strings Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309940 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 20:54:20 2016 New Revision: 309940 URL: https://svnweb.freebsd.org/changeset/base/309940 Log: Reorder dialog parameters based on commonality for readability Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309939 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 20:49:49 2016 New Revision: 309939 URL: https://svnweb.freebsd.org/changeset/base/309939 Log: Fix incorrect use of provided API The result of which was incorrectly sized menu dialogs Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309938 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 20:43:09 2016 New Revision: 309938 URL: https://svnweb.freebsd.org/changeset/base/309938 Log: Use provided API (change "dialog" to "$DIALOG") Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309937 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 20:41:27 2016 New Revision: 309937 URL: https://svnweb.freebsd.org/changeset/base/309937 Log: Whitespace (dialog options separated to minimize diffs) Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309936 - head/bin/ed

2016-12-12 Thread Pedro F. Giffuni
Author: pfg Date: Mon Dec 12 20:25:59 2016 New Revision: 309936 URL: https://svnweb.freebsd.org/changeset/base/309936 Log: ed(1): Simplify some checks. The return type for both fread(3) and fwrite(3) cannot be negative, this renders some checks invalid and variable 'ct' unnecessary.

svn commit: r309935 - in head/sys: arm/lpc mips/atheros mips/atheros/ar531x mips/mediatek mips/rt305x

2016-12-12 Thread Emmanuel Vadot
Author: manu Date: Mon Dec 12 20:04:31 2016 New Revision: 309935 URL: https://svnweb.freebsd.org/changeset/base/309935 Log: Use the spibus accessor when applicable. MFC after:3 days Modified: head/sys/arm/lpc/lpc_spi.c head/sys/mips/atheros/ar531x/ar5315_spi.c

svn commit: r309934 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:46:49 2016 New Revision: 309934 URL: https://svnweb.freebsd.org/changeset/base/309934 Log: Consolidate redirects into here documents, with proper code indentation Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r309933 - head/usr.sbin/syslogd

2016-12-12 Thread Hiroki Sato
Author: hrs Date: Mon Dec 12 19:33:40 2016 New Revision: 309933 URL: https://svnweb.freebsd.org/changeset/base/309933 Log: - Refactor listening socket list. All of the listening sockets are now maintained in a single linked-list in a transport-independent manner. - Use queue.h for

svn commit: r309932 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:26:55 2016 New Revision: 309932 URL: https://svnweb.freebsd.org/changeset/base/309932 Log: Remove an unnecessary "return $?" at end of function Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309931 - head/usr.sbin/syslogd

2016-12-12 Thread Hiroki Sato
Author: hrs Date: Mon Dec 12 19:24:52 2016 New Revision: 309931 URL: https://svnweb.freebsd.org/changeset/base/309931 Log: Temporarily backout the previous commit because it was totally broken due to unresolved merge conflicts. Pointy hat to:hrs Modified:

svn commit: r309930 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:24:32 2016 New Revision: 309930 URL: https://svnweb.freebsd.org/changeset/base/309930 Log: Use ternary operator Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309929 - head/sys/kern

2016-12-12 Thread Mateusz Guzik
Author: mjg Date: Mon Dec 12 19:16:35 2016 New Revision: 309929 URL: https://svnweb.freebsd.org/changeset/base/309929 Log: vfs: use vrefact in getcwd and fchdir Modified: head/sys/kern/vfs_cache.c head/sys/kern/vfs_syscalls.c Modified: head/sys/kern/vfs_cache.c

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

2016-12-12 Thread Konstantin Belousov
On Mon, Dec 12, 2016 at 08:12:57PM +0100, Edward Tomasz Napierala wrote: > On 1212T1833, Konstantin Belousov wrote: > > On Mon, Dec 12, 2016 at 03:22:22PM +, Edward Tomasz Napierala wrote: > > > Author: trasz > > > Date: Mon Dec 12 15:22:21 2016 > > > New Revision: 309891 > > > URL:

svn commit: r309928 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:12:31 2016 New Revision: 309928 URL: https://svnweb.freebsd.org/changeset/base/309928 Log: If you're not going to make use of the products of a match() in awk (e.g., RSTART and RLENGTH variables) then use ~ instead of match() Modified:

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

2016-12-12 Thread Edward Tomasz Napierala
On 1212T1833, Konstantin Belousov wrote: > On Mon, Dec 12, 2016 at 03:22:22PM +, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Mon Dec 12 15:22:21 2016 > > New Revision: 309891 > > URL: https://svnweb.freebsd.org/changeset/base/309891 > > > > Log: > > Avoid dereferencing NULL

svn commit: r309927 - head/sys/kern

2016-12-12 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 12 19:11:04 2016 New Revision: 309927 URL: https://svnweb.freebsd.org/changeset/base/309927 Log: Undo r309891. Konstantin is right in that this condition normally cannot happen - the um_dev field is assigned at mount and never written to afterwards. Modified:

svn commit: r309926 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:10:39 2016 New Revision: 309926 URL: https://svnweb.freebsd.org/changeset/base/309926 Log: Now that these variables do not contain the --default-item flag itself, change the name of the variable from $def_item_... to $default_... Modified:

svn commit: r309925 - head/usr.sbin/syslogd

2016-12-12 Thread Hiroki Sato
Author: hrs Date: Mon Dec 12 19:10:14 2016 New Revision: 309925 URL: https://svnweb.freebsd.org/changeset/base/309925 Log: - Refactor listening socket list. All of the listening sockets are now maintained in a single linked-list in a transport-independent manner. - Use queue.h for

svn commit: r309924 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:09:17 2016 New Revision: 309924 URL: https://svnweb.freebsd.org/changeset/base/309924 Log: Always pass --default-item parameter to dialog Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309923 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:07:42 2016 New Revision: 309923 URL: https://svnweb.freebsd.org/changeset/base/309923 Log: There is zero harm in always passing --default-item to dialog Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

Re: svn commit: r309921 - head/bin/dd

2016-12-12 Thread Devin Teske
Yay! >From someone whom has tried 2>&- >&- on a dd run to be surprised to find the >status information go into the destination output file... Thank you! > On Dec 12, 2016, at 10:56 AM, Bartek Rutkowski wrote: > > Author: robak (ports committer) > Date: Mon Dec 12 18:56:40

svn commit: r309922 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 19:01:04 2016 New Revision: 309922 URL: https://svnweb.freebsd.org/changeset/base/309922 Log: Centralize backtitle string Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309921 - head/bin/dd

2016-12-12 Thread Bartek Rutkowski
Author: robak (ports committer) Date: Mon Dec 12 18:56:40 2016 New Revision: 309921 URL: https://svnweb.freebsd.org/changeset/base/309921 Log: Fix regression when stdin/out/err fds are are overridden by shell. Submitted by: Pawel Biernacki Reported by: ngie

svn commit: r309919 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:52:22 2016 New Revision: 309919 URL: https://svnweb.freebsd.org/changeset/base/309919 Log: Whitespace Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

svn commit: r309918 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:48:00 2016 New Revision: 309918 URL: https://svnweb.freebsd.org/changeset/base/309918 Log: Remove unnecessary `-n' parameter to head/tail Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

  1   2   >