svn commit: r334257 - head/share/man/man4

2018-05-27 Thread Devin Teske
.4 == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/man/man4/dtrace_sctp.4 Sun May 27 18:43:14 2018 (r334257) @@ -0,0 +1,131 @@ +.\" Copyright (c) 2018 Devin Teske +.\

svn commit: r334258 - head/share/man/man4

2018-05-27 Thread Devin Teske
27:34 2018 (r334258) @@ -1,5 +1,4 @@ .\" Copyright (c) 2018 Devin Teske -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions _

Re: svn commit: r334257 - head/share/man/man4

2018-05-27 Thread Devin Teske
> On May 27, 2018, at 12:44 PM, Cy Schubert wrote: > > In message <201805271843.w4rihfxq066...@repo.freebsd.org>, Devin Teske > writes: >> Author: dteske >> Date: Sun May 27 18:43:14 2018 >> New Revision: 334257 >> URL: https://svnweb.freebsd.org

svn commit: r334261 - head/cddl/usr.sbin/dwatch

2018-05-27 Thread Devin Teske
Author: dteske Date: Sun May 27 22:27:47 2018 New Revision: 334261 URL: https://svnweb.freebsd.org/changeset/base/334261 Log: dwatch(1): Guard against error when given -t "*..." dwatch allows you to customnize the predicate (condition) for when information is displayed. The DTrace syntax

svn commit: r334262 - head/cddl/usr.sbin/dwatch

2018-05-27 Thread Devin Teske
Author: dteske Date: Sun May 27 22:32:45 2018 New Revision: 334262 URL: https://svnweb.freebsd.org/changeset/base/334262 Log: dwatch(1): Eliminate ANSI dimming in developer mode "Developer mode" (passing of "-dev" options), which enables debugging features on compilation error, used to di

svn commit: r334290 - head/sys/sys

2018-05-28 Thread Devin Teske
Author: dteske Date: Mon May 28 17:47:32 2018 New Revision: 334290 URL: https://svnweb.freebsd.org/changeset/base/334290 Log: Bump FreeBSD_version after r333517 Sponsored by: Smule, Inc. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ==

svn commit: r334303 - head/usr.sbin/sysrc

2018-05-28 Thread Devin Teske
Author: dteske Date: Mon May 28 23:34:23 2018 New Revision: 334303 URL: https://svnweb.freebsd.org/changeset/base/334303 Log: sysrc(8): Test variable names for invalid characters PR: bin/187461 Reported by: e...@looksharp.net MFC after:4 weeks X-MFC-to: stable/11 (a

svn commit: r334359 - head/cddl/usr.sbin/dwatch

2018-05-29 Thread Devin Teske
Author: dteske Date: Tue May 29 22:36:37 2018 New Revision: 334359 URL: https://svnweb.freebsd.org/changeset/base/334359 Log: dwatch(1): Fix "-t test" for post-processing profiles Profiles that perform post-processing of the DTrace output were dropping the "-t test" option on the floor. F

svn commit: r334594 - head/cddl/usr.sbin/dwatch

2018-06-03 Thread Devin Teske
(r334594) @@ -761,6 +761,6 @@ dwatch -F 'pid$target:::entry' -c true .Sh HISTORY .Nm first appeared in -.Fx 12.0-CURRENT . +.Fx 11.2 . .Sh AUTHORS .An Devin Teske Aq Mt dte...@freebsd.org ___ svn-src-head@freebsd.org mailing list https://lists.f

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 10, 2018, at 6:32 PM, Kyle Evans wrote: > > Author: kevans > Date: Mon Jun 11 01:32:18 2018 > New Revision: 334939 > URL: https://svnweb.freebsd.org/changeset/base/334939 > > Log: > lualoader: Allow brand-*.lua for adding new brands > > dteske@, I believe, had originally pointed ou

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 11, 2018, at 7:07 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 7:36 AM, Devin Teske <mailto:dte...@freebsd.org>> wrote: > > > > On Jun 10, 2018, at 6:32 PM, Kyle Evans wrote: > > > > Author: kevans > > Date: Mon

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 11:54 AM, Devin Teske <mailto:dte...@freebsd.org>> wrote: > >> On Jun 11, 2018, at 7:07 AM, Warner Losh > <mailto:i...@bsdimp.com>> wrote: >> >

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 11, 2018, at 5:32 PM, Kyle Evans wrote: > > On Mon, Jun 11, 2018 at 7:23 PM, Devin Teske <mailto:dte...@freebsd.org>> wrote: >> >> On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: >> >> >> >> On Mon, Jun 11, 2018 at 11:54 AM,

Re: svn commit: r334939 - head/stand/lua

2018-06-12 Thread Devin Teske
> On Jun 12, 2018, at 7:10 AM, Warner Losh wrote: > > > >> On Mon, Jun 11, 2018 at 6:23 PM, Devin Teske wrote: >> >>> On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: >>> >>> >>> >>> On Mon, Jun 11, 2018 at 11:54 AM

svn commit: r335264 - head/lib/libdpv

2018-06-16 Thread Devin Teske
Author: dteske Date: Sat Jun 16 20:00:41 2018 New Revision: 335264 URL: https://svnweb.freebsd.org/changeset/base/335264 Log: Fix comparison between pointer and char literal PR: misc/204252 Reported by: David Binderman MFC after:3 days X-MFC-to: stable/11, stable/1

svn commit: r335277 - head/usr.sbin/sysrc

2018-06-16 Thread Devin Teske
(r335277) @@ -1,6 +1,6 @@ #!/bin/sh #- -# Copyright (c) 2010-2016 Devin Teske +# Copyright (c) 2010-2018 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -40,7 +40,7 @@ BSDCFG_SHARE="/usr/share/bsdconfig" # # Version i

svn commit: r335280 - head/usr.sbin/bsdconfig/share

2018-06-16 Thread Devin Teske
Author: dteske Date: Sun Jun 17 06:03:48 2018 New Revision: 335280 URL: https://svnweb.freebsd.org/changeset/base/335280 Log: sysrc.subr: Fix handling of files with missing newline at EOF PR: bin/203435 Reported by: Andreas Sommer MFC after:1 week X-MFC-to: stable/

svn commit: r335281 - head/usr.sbin/bsdconfig/share

2018-06-16 Thread Devin Teske
Author: dteske Date: Sun Jun 17 06:25:32 2018 New Revision: 335281 URL: https://svnweb.freebsd.org/changeset/base/335281 Log: sysrc.subr: Fix display when value is "-n" PR: bin/226406 Reported by: Marius Halden MFC after:1 week X-MFC-to: stable/11 Sponsored by: S

svn commit: r335302 - head/usr.sbin/bsdconfig/share

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 20:32:43 2018 New Revision: 335302 URL: https://svnweb.freebsd.org/changeset/base/335302 Log: sysrc.subr: Fix a comment for accuracy PR: bin/203435 Reported by: Andreas Sommer MFC after:6 days X-MFC-to: stable/11 X-MFC-with: r335

svn commit: r335306 - head/usr.sbin/bsdconfig

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 21:09:21 2018 New Revision: 335306 URL: https://svnweb.freebsd.org/changeset/base/335306 Log: bsdconfig: Make examples optional PR: bin/228485 Submitted by: Dmitry Wagin Reported by: Dmitry Wagin MFC after:1 week Sponsored by: Smule,

svn commit: r335308 - head/usr.sbin/bsdconfig/usermgmt/share

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 22:09:43 2018 New Revision: 335308 URL: https://svnweb.freebsd.org/changeset/base/335308 Log: bsdconfig: Fix a bug when editing users The usermgmt API was stomping on a global ($user_gid to be specific) so things would appear to work fine until you tried to

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
> On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote: > >> On 12/05/17 13:58, Rodney W. Grimes wrote: >> Further more, why does freebsd need this in base? > > Hi, > > I think this is useful. It could replace the "-i " (intermediate) option for > "sed" for example. It avoids creating tempor

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
> On Dec 4, 2017, at 8:40 PM, Conrad Meyer wrote: > >> On Mon, Dec 4, 2017 at 8:30 PM, Conrad Meyer wrote: >>> On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote: >>> Author: eadler >>> Date: Tue Dec 5 03:55:10 2017 >>> New Revision: 326554 >>> URL: https://svnweb.freebsd.org/changeset/base/32

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
> On Dec 5, 2017, at 7:53 AM, Matt Joras wrote: > > > > On Dec 5, 2017 7:35 AM, "Devin Teske" wrote: > > > On Dec 5, 2017, at 5:00 AM, Hans Petter Selasky wrote: > > > >> On 12/05/17 13:58, Rodney W. Grimes wrote: > >> Further more,

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
>> On Dec 5, 2017, at 8:29 AM, Matt Joras wrote: >> >> On Tue, Dec 5, 2017 at 8:06 AM, Devin Teske wrote: >> >> >> The problems I have are: >> >> 1. Should be in ports >> >> Not pre-installed on Linux, why should we have it in

Re: svn commit: r326554 - in head: . usr.bin/sponge usr.bin/sponge/tests usr.bin/tee

2017-12-05 Thread Devin Teske
; --- > Sent using a tiny phone keyboard. > Apologies for any typos and autocorrect. > This old phone only supports top post. Apologies. > > Cy Schubert > or > The need of the many outweighs the greed of the few. > --- > From: Devin Teske > Sent: 05/12/2017 07:35 >

Re: svn commit: r331563 - head/stand/lua

2018-03-26 Thread Devin Teske
Woot! That is all. -- Devin > On Mar 26, 2018, at 12:01 PM, Kyle Evans wrote: > > Author: kevans > Date: Mon Mar 26 19:01:22 2018 > New Revision: 331563 > URL: https://svnweb.freebsd.org/changeset/base/331563 > > Log: > lualoader: Implement try_include and use it for including the local modu

svn commit: r332865 - head/cddl/usr.sbin/dwatch

2018-04-21 Thread Devin Teske
Author: dteske Date: Sun Apr 22 02:20:17 2018 New Revision: 332865 URL: https://svnweb.freebsd.org/changeset/base/332865 Log: dwatch(1): Add `-dev' option to aid debugging of profiles The options `-d' (debug), `-e' (exit after compile), and `-v' (verbose) when combined in any order (thoug

svn commit: r332866 - head/cddl/usr.sbin/dwatch/libexec

2018-04-21 Thread Devin Teske
)/recv(2) $ +# $Copyright: 2014-2018 Devin Teske. All rights reserved. $ +# $FreeBSD$ +# + DESCRIPTION +# +# Print details from send(2)/recv(2) +# + PROBE + +case "$PROFIL

svn commit: r332867 - head/cddl/usr.sbin/dwatch/libexec

2018-04-21 Thread Devin Teske
Author: dteske Date: Sun Apr 22 02:40:21 2018 New Revision: 332867 URL: https://svnweb.freebsd.org/changeset/base/332867 Log: dwatch(1): Remove the line used to demonstrate `-dev' option In recently added sendrecv profile, there was a line purposefully added to introduce a compilation err

Re: svn commit: r332967 - in head: cddl/lib/libdtrace sys/kern sys/netinet sys/netinet6 sys/sys

2018-04-24 Thread Devin Teske
> On Apr 24, 2018, at 12:58 PM, Cy Schubert wrote: > > In message <201804241955.w3ojtcls014...@repo.freebsd.org>, Sean Bruno > writes: >> Author: sbruno >> Date: Tue Apr 24 19:55:12 2018 >> New Revision: 332967 >> URL: https://svnweb.freebsd.org/changeset/base/332967 >> >> Log: >> Revert r332

Re: svn commit: r332967 - in head: cddl/lib/libdtrace sys/kern sys/netinet sys/netinet6 sys/sys

2018-04-24 Thread Devin Teske
> On Apr 24, 2018, at 4:22 PM, Devin Teske wrote: > >> >> On Apr 24, 2018, at 12:58 PM, Cy Schubert > <mailto:cy.schub...@cschubert.com>> wrote: >> >> In message <201804241955.w3ojtcls014...@repo.freebsd.org >> <mailto:201804241955.w3

svn commit: r333513 - head/cddl/usr.sbin/dwatch

2018-05-11 Thread Devin Teske
Author: dteske Date: Sat May 12 05:36:47 2018 New Revision: 333513 URL: https://svnweb.freebsd.org/changeset/base/333513 Log: dwatch(1): Bugfix, usage displayed with `-1Q' A return statement should have been an exit in list_profiles(). If the user passed `-Q' to list profiles and asked fo

svn commit: r333514 - head/cddl/usr.sbin/dwatch

2018-05-11 Thread Devin Teske
Author: dteske Date: Sat May 12 05:41:28 2018 New Revision: 333514 URL: https://svnweb.freebsd.org/changeset/base/333514 Log: dwatch(1): Separate default values so `-[BK] num' don't affect usage If you were to pass an invalid option after `-B num' or `-K num' you would see that the usage

svn commit: r333515 - head/cddl/usr.sbin/dwatch

2018-05-11 Thread Devin Teske
Author: dteske Date: Sat May 12 05:43:47 2018 New Revision: 333515 URL: https://svnweb.freebsd.org/changeset/base/333515 Log: dwatch(1): Simplify info message test The info() function already tests $QUIET Sponsored by: Smule, Inc. Modified: head/cddl/usr.sbin/dwatch/dwatch Modified

svn commit: r333516 - head/cddl/usr.sbin/dwatch

2018-05-11 Thread Devin Teske
Author: dteske Date: Sat May 12 05:49:31 2018 New Revision: 333516 URL: https://svnweb.freebsd.org/changeset/base/333516 Log: dwatch(1): Export ARGV to profiles loaded via load_profile() A module that wishes to post-process the output needs to know which arguments were passed in order to

svn commit: r333517 - head/cddl/usr.sbin/dwatch/libexec

2018-05-11 Thread Devin Teske
Author: dteske Date: Sat May 12 06:01:41 2018 New Revision: 333517 URL: https://svnweb.freebsd.org/changeset/base/333517 Log: dwatch(1): Allow `-E code' to override profile EVENT_DETAILS This allows quick changes to the formatted output of a profile. Sponsored by: Smule, Inc. Modified

svn commit: r333518 - head/cddl/usr.sbin/dwatch/libexec

2018-05-11 Thread Devin Teske
Author: dteske Date: Sat May 12 06:18:15 2018 New Revision: 333518 URL: https://svnweb.freebsd.org/changeset/base/333518 Log: dwatch(1): Expose process for ip/tcp/udp Knowing the value of execname during these probes is of some value even if it is commonly the interrupt kernel thread (int

svn commit: r333519 - head/cddl/usr.sbin/dwatch/libexec

2018-05-11 Thread Devin Teske
Author: dteske Date: Sat May 12 06:23:30 2018 New Revision: 333519 URL: https://svnweb.freebsd.org/changeset/base/333519 Log: dwatch(1): Refactor sendrecv profile The profile for send(2)/recv(2) observation has been refactored to eliminate alloca() in favor of translations available in HE

svn commit: r318891 - in head/usr.sbin/bsdconfig: console share

2017-05-25 Thread Devin Teske
Author: dteske Date: Thu May 25 18:16:17 2017 New Revision: 318891 URL: https://svnweb.freebsd.org/changeset/base/318891 Log: Fix long standing issue in bsdconfig's keymap selection Since the translation to vt as terminal emulator, the keymaps files path has changed and this change does n

svn commit: r307402 - head/usr.sbin/bsdconfig/share

2016-10-16 Thread Devin Teske
Author: dteske Date: Sun Oct 16 20:59:28 2016 New Revision: 307402 URL: https://svnweb.freebsd.org/changeset/base/307402 Log: Guard against bad service name argument(s) to load_rc_config() MFC after:3 days X-MFC-to: stable/11 stable/10 Modified: head/usr.sbin/bsdconfig/share/sy

svn commit: r309504 - head/etc

2016-12-03 Thread Devin Teske
Author: dteske Date: Sat Dec 3 19:03:40 2016 New Revision: 309504 URL: https://svnweb.freebsd.org/changeset/base/309504 Log: Fix bug preventing limits(1) from being applied PR: misc/212493 Differential Revision:https://reviews.freebsd.org/D8232 Submitted by: girgen

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

2016-12-08 Thread Devin Teske
Author: dteske Date: Thu Dec 8 16:41:18 2016 New Revision: 309716 URL: https://svnweb.freebsd.org/changeset/base/309716 Log: Add support for "hidden" Wi-Fi networks PR: bin/214933 Submitted by: Maxim Filimonov Reviewed by: dteske, allanjude, adrian MFC after:6 days

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

2016-12-08 Thread Devin Teske
Author: dteske Date: Thu Dec 8 19:26:22 2016 New Revision: 309719 URL: https://svnweb.freebsd.org/changeset/base/309719 Log: Remove unnecessary trailing backslashes Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig ==

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

2016-12-08 Thread Devin Teske
Whitehorn -# Copyright (c) 2013-2015 Devin Teske +# Copyright (c) 2013-2016 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -33,31 +33,7 @@ BSDCFG_SHARE="/usr/share/bsdconfig" . $BSDCFG_SHARE/common.subr || exit 1 f_include $BS

Re: svn commit: r307402 - head/usr.sbin/bsdconfig/share

2016-12-10 Thread Devin Teske
I'm out of work and applying for jobs, so please be patient -- Devin >> On Dec 10, 2016, at 3:25 PM, Oliver Pinter >> wrote: >> >> On 10/16/16, Devin Teske wrote: >> Author: dteske >> Date: Sun Oct 16 20:59:28 2016 >> New Revision: 307402 &g

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:05:54 2016 New Revision: 309901 URL: https://svnweb.freebsd.org/changeset/base/309901 Log: Comments Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig =

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:10:33 2016 New Revision: 309902 URL: https://svnweb.freebsd.org/changeset/base/309902 Log: Use $( ... ) instead of `...` Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:17:30 2016 New Revision: 309904 URL: https://svnweb.freebsd.org/changeset/base/309904 Log: Change "[ ! -z ... ]" => "[ ... ]" and "[ -z ... ]" => "[ ! ... ]" Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wl

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:20:56 2016 New Revision: 309905 URL: https://svnweb.freebsd.org/changeset/base/309905 Log: Remove unnecessary local initializers Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:21:56 2016 New Revision: 309906 URL: https://svnweb.freebsd.org/changeset/base/309906 Log: Consolidate locals Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig ===

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:24:41 2016 New Revision: 309907 URL: https://svnweb.freebsd.org/changeset/base/309907 Log: Replace funny block with something easy to digest Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:28:20 2016 New Revision: 309908 URL: https://svnweb.freebsd.org/changeset/base/309908 Log: Collapse tiny if statements Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig ==

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:29:24 2016 New Revision: 309909 URL: https://svnweb.freebsd.org/changeset/base/309909 Log: Change "[ ! ... ] && ..." to "[ ... ] || ..." Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:33:40 2016 New Revision: 309910 URL: https://svnweb.freebsd.org/changeset/base/309910 Log: Remove unnecessary quotes around number in test Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig ==

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:34:21 2016 New Revision: 309911 URL: https://svnweb.freebsd.org/changeset/base/309911 Log: Group fallbacks together Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig =

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:38:18 2016 New Revision: 309913 URL: https://svnweb.freebsd.org/changeset/base/309913 Log: Allow $BSDINSTALL_TMPETC to contain whitespace or special chars Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanc

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:39:26 2016 New Revision: 309914 URL: https://svnweb.freebsd.org/changeset/base/309914 Log: Add missing `-e' parameter to sed invocations Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:42:55 2016 New Revision: 309915 URL: https://svnweb.freebsd.org/changeset/base/309915 Log: "echo | sed | sed | awk" is silly (changed to "echo | awk") Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfi

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:43:42 2016 New Revision: 309916 URL: https://svnweb.freebsd.org/changeset/base/309916 Log: Be internally consistent (": > ..." is used elsewhere in this file) Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/w

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:45:52 2016 New Revision: 309917 URL: https://svnweb.freebsd.org/changeset/base/309917 Log: awk(1) match() takes a regex, use /.../ to remind ourselves of this NB: The difference between "..." and /.../ for a regex in awk is that quoted strings go through es

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 ===

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: r309920 - head/usr.sbin/bsdinstall/scripts

2016-12-12 Thread Devin Teske
Author: dteske Date: Mon Dec 12 18:55:41 2016 New Revision: 309920 URL: https://svnweb.freebsd.org/changeset/base/309920 Log: Use provided API instead of hard-coded status integers Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig ===

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 ==

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 2016 > New Revision

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: head/usr.sbin/bsdinstall/scripts/wlancon

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: 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: head/usr.sbin/bs

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: head/usr.sbin/bsdins

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: 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: 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: head/usr.sbin/bsdinstall/scrip

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: 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: 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: head/usr.sb

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: head/usr.sbin/bsdinstall/scripts/wlanco

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: 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: head/usr.sbin/bsdinstall/scripts/wl

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 " 1

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: head/usr.sbin/bsdinstall/scripts/wlanco

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: 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: 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. Modif

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: 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: 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: 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 th

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: 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 l

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: head/u

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 Modifie

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: 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 Modi

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: 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: 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: head/usr.sbin/

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

2016-12-12 Thread Devin Teske
Author: dteske Date: Tue Dec 13 01:42:13 2016 New Revision: 309967 URL: https://svnweb.freebsd.org/changeset/base/309967 Log: Use more generic f_yesno() from provided API Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig =

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: 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: head/usr.sbin/bsdinstall/scr

  1   2   3   4   5   6   7   8   9   >