Author: kevans
Date: Tue Jun 25 18:13:39 2019
New Revision: 349380
URL: https://svnweb.freebsd.org/changeset/base/349380
Log:
libbe(3): mount: the BE dataset is mounted at /
Other parts of libbe(3) were fairly strict on the mountpoint property of the
BE dataset, and be_mount was not much
Author: kevans
Date: Tue Jun 25 18:47:40 2019
New Revision: 349383
URL: https://svnweb.freebsd.org/changeset/base/349383
Log:
libbe(3): restructure be_mount, skip canmount check for BE dataset
Further cleanup after r349380; loader and kernel will both ignore canmount
on the root dataset a
Author: kevans
Date: Thu Jun 27 14:03:32 2019
New Revision: 349455
URL: https://svnweb.freebsd.org/changeset/base/349455
Log:
bectl(8): create non-recursive boot environments
bectl advertises that it has the ability to create recursive and
non-recursive boot environments. This patch imple
;
Ahh, r348689 also needs to be shipped back to stable along with this
one -- I had missed moving the man page out into the CLANG knob.
Thanks,
Kyle Evans
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
On Thu, Jul 25, 2019 at 11:46 AM Shawn Webb wrote:
>
> Hey Rick,
>
> On Thu, Jul 25, 2019 at 05:46:17AM +, Rick Macklem wrote:
> > Author: rmacklem
> > Date: Thu Jul 25 05:46:16 2019
> > New Revision: 350315
> > URL: https://svnweb.freebsd.org/changeset/base/350315
> >
> > Log:
> > Add kerne
Author: kevans
Date: Thu Jul 25 22:23:34 2019
New Revision: 350336
URL: https://svnweb.freebsd.org/changeset/base/350336
Log:
if_tuntap(4): Add TUNGIFNAME
This effectively just moves TAPGIFNAME into common ioctl territory.
MFC after:3 days
Modified:
head/sys/net/if_tap.h
head/
Author: kevans
Date: Fri Jul 26 01:35:06 2019
New Revision: 350338
URL: https://svnweb.freebsd.org/changeset/base/350338
Log:
MFC r348328: bectl(8): Address Coverity complaints
CID 1400451: case 0 is missing a break/return and falling through to the
default case. waitpid(0, ...) makes li
Author: kevans
Date: Fri Jul 26 01:35:06 2019
New Revision: 350338
URL: https://svnweb.freebsd.org/changeset/base/350338
Log:
MFC r348328: bectl(8): Address Coverity complaints
CID 1400451: case 0 is missing a break/return and falling through to the
default case. waitpid(0, ...) makes li
Author: kevans
Date: Fri Jul 26 01:38:24 2019
New Revision: 350339
URL: https://svnweb.freebsd.org/changeset/base/350339
Log:
Partial revert r350338: stable/11 part
The stand/libsa changes were not supposed to ride along with this revision;
backing out the stable/11 part and re-applying t
Author: kevans
Date: Fri Jul 26 01:42:24 2019
New Revision: 350340
URL: https://svnweb.freebsd.org/changeset/base/350340
Log:
MFC r348328: bectl(8): Address Coverity complaints
CID 1400451: case 0 is missing a break/return and falling through to the
default case. waitpid(0, ...) makes li
Author: kevans
Date: Fri Jul 26 01:45:00 2019
New Revision: 350341
URL: https://svnweb.freebsd.org/changeset/base/350341
Log:
MFC r344226, r344234: stand: zfs memory corruption bug
r344226:
Fix memory corruption bug introduced in r325310
The bug occurred when a bounce buffer was used
Author: kevans
Date: Fri Jul 26 01:47:20 2019
New Revision: 350342
URL: https://svnweb.freebsd.org/changeset/base/350342
Log:
MFC r348471: stand: zfs: Free bouncebuf on error path in vdev_read
r344226 inadvertently added this path in which we return from failure on an
lseek and do not fre
Author: kevans
Date: Fri Jul 26 01:47:20 2019
New Revision: 350342
URL: https://svnweb.freebsd.org/changeset/base/350342
Log:
MFC r348471: stand: zfs: Free bouncebuf on error path in vdev_read
r344226 inadvertently added this path in which we return from failure on an
lseek and do not fre
Author: kevans
Date: Fri Jul 26 01:49:58 2019
New Revision: 350344
URL: https://svnweb.freebsd.org/changeset/base/350344
Log:
MFC r349380, r349383, r349455: bectl(8)/libbe(3) fixes
r349380:
libbe(3): mount: the BE dataset is mounted at /
Other parts of libbe(3) were fairly strict on
Author: kevans
Date: Fri Jul 26 01:49:58 2019
New Revision: 350344
URL: https://svnweb.freebsd.org/changeset/base/350344
Log:
MFC r349380, r349383, r349455: bectl(8)/libbe(3) fixes
r349380:
libbe(3): mount: the BE dataset is mounted at /
Other parts of libbe(3) were fairly strict on
Author: kevans
Date: Wed Jul 31 15:16:51 2019
New Revision: 350464
URL: https://svnweb.freebsd.org/changeset/base/350464
Log:
kern_shm_open: push O_CLOEXEC into caller control
The motivation for this change is to allow wrappers around shm to be written
that don't set CLOEXEC. kern_shm_ope
Author: kevans
Date: Wed Jul 31 15:56:40 2019
New Revision: 350465
URL: https://svnweb.freebsd.org/changeset/base/350465
Log:
MFC r350336: if_tun(4): Add TUNGIFNAME
This is effectively a direct commit to stable branches as tun/tap have been
merged in head. The code here is identical, just
Author: kevans
Date: Wed Jul 31 15:56:40 2019
New Revision: 350465
URL: https://svnweb.freebsd.org/changeset/base/350465
Log:
MFC r350336: if_tun(4): Add TUNGIFNAME
This is effectively a direct commit to stable branches as tun/tap have been
merged in head. The code here is identical, just
Author: kevans
Date: Mon Aug 5 00:08:25 2019
New Revision: 350576
URL: https://svnweb.freebsd.org/changeset/base/350576
Log:
ipfw: fix jail option after r348215
r348215 changed jail_getid(3) to validate passed-in jids as active jails
(as the function is documented to return -1 if the jai
Author: kevans
Date: Tue Aug 6 13:09:20 2019
New Revision: 350630
URL: https://svnweb.freebsd.org/changeset/base/350630
Log:
oce(4): potential out of bounds access before vector validation
Submitted by: Augustin Cavalier
Obtained from:Haiku (ec2b89264cfc63e05e611cce82cc449197403
Author: kevans
Date: Tue Aug 6 20:21:57 2019
New Revision: 350657
URL: https://svnweb.freebsd.org/changeset/base/350657
Log:
ral: rt2860: fix wcid2ni access/size issue
RT2860_WCID_MAX is supposed to describe the max STA index for wcid2ni, and
was instead being used as the size -- off-by-
TUNGDEBUG
+#defineTAPSIFINFO TUNSIFINFO
+#defineTAPGIFINFO TUNGIFINFO
#defineTAPGIFNAME _IOR('t', 93, struct ifreq)
/* VMware ioctl's */
Copied and modified: head/sys/net/if_tuntap.c (from r347240,
head/sys/net/if_tun.c)
===
Author: kevans
Date: Thu May 9 01:16:03 2019
New Revision: 347376
URL: https://svnweb.freebsd.org/changeset/base/347376
Log:
MFC r339121 (tuexen): Use strlcpy() instead of strncpy().
CID: 1395980, 1395981
Modified:
stable/11/sys/net/if_tap.c
stable/11/sys/net/if_tun.c
Directo
Author: kevans
Date: Thu May 9 03:51:34 2019
New Revision: 347378
URL: https://svnweb.freebsd.org/changeset/base/347378
Log:
MFC r346602, r346670-r346671, r347183: tun/tap race fixes
r346602:
tun(4): Defer clearing TUN_OPEN until much later
tun destruction will not continue until TU
Author: kevans
Date: Thu May 9 03:51:34 2019
New Revision: 347378
URL: https://svnweb.freebsd.org/changeset/base/347378
Log:
MFC r346602, r346670-r346671, r347183: tun/tap race fixes
r346602:
tun(4): Defer clearing TUN_OPEN until much later
tun destruction will not continue until TU
Author: kevans
Date: Thu May 9 12:58:33 2019
New Revision: 347392
URL: https://svnweb.freebsd.org/changeset/base/347392
Log:
ifconfig(8): Partial revert of r347241
r347241 introduced an ifname <-> kld mapping table, mostly so tun/tap/vmnet
can autoload the correct module on use. It also
Author: kevans
Date: Thu May 9 14:06:24 2019
New Revision: 347394
URL: https://svnweb.freebsd.org/changeset/base/347394
Log:
tuntap: Properly detach tap ifp
Modified:
head/sys/net/if_tuntap.c
Modified: head/sys/net/if_tuntap.c
On Thu, May 9, 2019 at 12:27 PM Enji Cooper (yaneurabeya)
wrote:
>
>
> > On May 9, 2019, at 05:58, Kyle Evans wrote:
> >
> > Author: kevans
> > Date: Thu May 9 12:58:33 2019
> > New Revision: 347392
> > URL: https://svnweb.freebsd.org/changeset/base/347
d for ifconfig mapping ifname <->
kld in r347241 would solve the same set of problems this would?
(unsure if there are any non-ifconfig(8) problems in consideration) If
we have more consumers of it than just vmnet (from a stable/ point of
view) then I'd be more than happy to MFC that s
Author: kevans
Date: Thu May 9 18:54:29 2019
New Revision: 347404
URL: https://svnweb.freebsd.org/changeset/base/347404
Log:
tuntap: Don't down tap interfaces if LINK0 is set
Modified:
head/sys/net/if_tuntap.c
Modified: head/sys/net/if_tuntap.c
==
On Thu, May 9, 2019 at 1:43 PM Andrey V. Elsukov wrote:
>
> On 09.05.2019 21:36, Kyle Evans wrote:
> > Any chance the mechanism I introduced for ifconfig mapping ifname <->
> > kld in r347241 would solve the same set of problems this would?
> > (unsure if there are a
Author: kevans
Date: Fri May 10 13:18:22 2019
New Revision: 347429
URL: https://svnweb.freebsd.org/changeset/base/347429
Log:
ifconfig(8): Add kld mappings for ipsec/enc
Additionally, providing mappings makes the comparison for already loaded
modules a little more strict. This should have
On Fri, May 10, 2019 at 2:46 AM Andrey V. Elsukov wrote:
>
> On 09.05.2019 22:13, Kyle Evans wrote:
> >> there is two IPsec related interfaces that have problem with automatic
> >> loading - if_enc and if_ipsec. So, if you add both to the mapping list,
> >> this w
Author: kevans
Date: Sat May 11 04:18:06 2019
New Revision: 347483
URL: https://svnweb.freebsd.org/changeset/base/347483
Log:
tuntap: Improve style
No functional change.
tun_flags of the tuntap_driver was renamed to ident_flags to reflect the
fact that it's a subset of the tun_flags
Author: kevans
Date: Tue May 14 02:00:12 2019
New Revision: 347557
URL: https://svnweb.freebsd.org/changeset/base/347557
Log:
MFC r347241 (partial), r347392, r347429: ifconfig(8) ifname <-> kld mapping
MFC r347241 (partial): Initial mechanism for mapping ifname <-> kld
if_tun/if_tap ma
Author: kevans
Date: Tue May 14 02:00:12 2019
New Revision: 347557
URL: https://svnweb.freebsd.org/changeset/base/347557
Log:
MFC r347241 (partial), r347392, r347429: ifconfig(8) ifname <-> kld mapping
MFC r347241 (partial): Initial mechanism for mapping ifname <-> kld
if_tun/if_tap ma
Author: kevans
Date: Tue May 14 20:32:29 2019
New Revision: 347578
URL: https://svnweb.freebsd.org/changeset/base/347578
Log:
tuntap: Defer clearing if_softc until after if_detach
r346670 added an sx to close a race between the ifioctl handler and
interface destruction. Unfortunately, it
Author: kevans
Date: Thu May 16 02:11:33 2019
New Revision: 347640
URL: https://svnweb.freebsd.org/changeset/base/347640
Log:
libbe(3): Descend into children of datasets w/ mountpoint=none
These datasets will generally be canmount=noauto,mountpoint=none (e.g.
zroot/var) but have children
Author: kevans
Date: Wed May 22 22:34:35 2019
New Revision: 348124
URL: https://svnweb.freebsd.org/changeset/base/348124
Log:
MFC r347578: tun/tap: Defer clearing if_softc until after if_detach
(Commit massaged to match stable structure; tun and tap have been merged in
head)
r346670
Author: kevans
Date: Wed May 22 22:55:27 2019
New Revision: 348125
URL: https://svnweb.freebsd.org/changeset/base/348125
Log:
MFC r347640: libbe(3): Descend into children of datasets w/ mountpoint=none
These datasets will generally be canmount=noauto,mountpoint=none (e.g.
zroot/var) but h
Author: kevans
Date: Wed May 22 22:56:05 2019
New Revision: 348126
URL: https://svnweb.freebsd.org/changeset/base/348126
Log:
MFC r347578: tun/tap: Defer clearing if_softc until after if_detach
(Commit massaged to match stable structure; tun and tap have been merged in
head)
r346670
Author: kevans
Date: Wed May 22 23:07:40 2019
New Revision: 348127
URL: https://svnweb.freebsd.org/changeset/base/348127
Log:
bectl(8): add description for create subcommand
In commit r345845, a portion of documentation for the create subcommand was
removed. Specifically, for creating a s
Author: kevans
Date: Wed May 22 23:34:41 2019
New Revision: 348133
URL: https://svnweb.freebsd.org/changeset/base/348133
Log:
MFC r347640: libbe(3): Descend into children of datasets w/ mountpoint=none
These datasets will generally be canmount=noauto,mountpoint=none (e.g.
zroot/var) but h
Author: kevans
Date: Fri May 24 01:28:07 2019
New Revision: 348215
URL: https://svnweb.freebsd.org/changeset/base/348215
Log:
jail_getid(3): validate jid string input
Currently, if jail_getid(3) is passed in a numeric string, it assumes that
this is a jid string and passes it back convert
Author: kevans
Date: Fri May 24 01:53:45 2019
New Revision: 348219
URL: https://svnweb.freebsd.org/changeset/base/348219
Log:
bectl(8): Add a test for jail/unjail of numeric BE names
Fixed by r348215, bectl ujail first attempts the trivial fetch of a jid by
passing the first argument to '
Author: kevans
Date: Fri May 24 02:10:16 2019
New Revision: 348220
URL: https://svnweb.freebsd.org/changeset/base/348220
Log:
Import libfdt from dtc 1.5.0
Modified:
vendor-sys/libfdt/dist/Makefile.libfdt
vendor-sys/libfdt/dist/fdt_addresses.c
vendor-sys/libfdt/dist/libfdt.h
Modified: ven
Author: kevans
Date: Fri May 24 02:10:51 2019
New Revision: 348221
URL: https://svnweb.freebsd.org/changeset/base/348221
Log:
Tag libfdt 1.5.0
Added:
vendor-sys/libfdt/1.5.0/
- copied from r348220, vendor-sys/libfdt/dist/
___
svn-src-all@freebs
Author: kevans
Date: Mon May 27 02:17:41 2019
New Revision: 348296
URL: https://svnweb.freebsd.org/changeset/base/348296
Log:
MFC r348127: bectl(8): add description for create subcommand
In commit r345845, a portion of documentation for the create subcommand was
removed. Specifically, for
Author: kevans
Date: Mon May 27 02:18:33 2019
New Revision: 348297
URL: https://svnweb.freebsd.org/changeset/base/348297
Log:
MFC r348215, r348219: fix bectl(8) jail w/ numeric BE names
r348215:
jail_getid(3): validate jid string input
Currently, if jail_getid(3) is passed in a numer
Author: kevans
Date: Mon May 27 13:12:51 2019
New Revision: 348304
URL: https://svnweb.freebsd.org/changeset/base/348304
Log:
MFC r348215, r348219: fix bectl(8) jail w/ numeric BE names
r348215:
jail_getid(3): validate jid string input
Currently, if jail_getid(3) is passed in a numer
Author: kevans
Date: Mon May 27 13:14:22 2019
New Revision: 348305
URL: https://svnweb.freebsd.org/changeset/base/348305
Log:
MFC r348127: bectl(8): add description for create subcommand
In commit r345845, a portion of documentation for the create subcommand was
removed. Specifically, for
Author: kevans
Date: Tue May 28 16:12:16 2019
New Revision: 348328
URL: https://svnweb.freebsd.org/changeset/base/348328
Log:
bectl(8): Address Coverity complaints
CID 1400451: case 0 is missing a break/return and falling through to the
default case. waitpid(0, ...) makes little sense in
Author: kevans
Date: Wed May 29 01:08:30 2019
New Revision: 348346
URL: https://svnweb.freebsd.org/changeset/base/348346
Log:
if_bridge(4): Complete bpf auditing of local traffic over the bridge
There were two remaining "gaps" in auditing local bridge traffic with
bpf(4):
Locally ori
Author: kevans
Date: Fri May 31 17:44:22 2019
New Revision: 348471
URL: https://svnweb.freebsd.org/changeset/base/348471
Log:
stand: zfs: Free bouncebuf on error path in vdev_read
r344226 inadvertently added this path in which we return from failure on an
lseek and do not free bouncebuf o
Author: kevans
Date: Sun Jun 2 02:38:44 2019
New Revision: 348503
URL: https://svnweb.freebsd.org/changeset/base/348503
Log:
grep: Move lone 'r'grep case into the adjacent switch
This 'r' case should have belonged to the switch in the first place, but
I had somehow missed the switch when
Author: kevans
Date: Sun Jun 2 04:04:21 2019
New Revision: 348504
URL: https://svnweb.freebsd.org/changeset/base/348504
Log:
llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG
ASAN reports become a lot more useful with llvm-symbolizer in $PATH, and the
build is not much more time-cons
Author: kevans
Date: Sun Jun 2 14:03:56 2019
New Revision: 348509
URL: https://svnweb.freebsd.org/changeset/base/348509
Log:
jail_getid(3): add special-case immediate return for jid 0
As depicted in the comment: jid 0 always exists, but the lookup will fail as
it does not appear in the k
Author: kevans
Date: Sun Jun 2 14:05:51 2019
New Revision: 348510
URL: https://svnweb.freebsd.org/changeset/base/348510
Log:
bectl(8): Don't accept jid=0 from jail_getid
This will trivially exist, but we don't want it - none of our jailed BEs
will have jid=0.
MFC after:3 days
M
On Sun, Jun 2, 2019 at 6:56 AM Shawn Webb wrote:
>
> On Sun, Jun 02, 2019 at 04:04:21AM +, Kyle Evans wrote:
> > Author: kevans
> > Date: Sun Jun 2 04:04:21 2019
> > New Revision: 348504
> > URL: https://svnweb.freebsd.org/changeset/base/348504
> >
> &g
Author: kevans
Date: Mon Jun 3 15:28:37 2019
New Revision: 348538
URL: https://svnweb.freebsd.org/changeset/base/348538
Log:
MFC r348509: jail_getid(3): add special-case immediate return for jid 0
As depicted in the comment: jid 0 always exists, but the lookup will fail as
it does not ap
Author: kevans
Date: Mon Jun 3 16:47:51 2019
New Revision: 348546
URL: https://svnweb.freebsd.org/changeset/base/348546
Log:
MFC r348509: jail_getid(3): add special-case immediate return for jid 0
As depicted in the comment: jid 0 always exists, but the lookup will fail as
it does not ap
wants to delete these after they have been
> installed.
>
> Possibly the same for the recently-enabled llvm-symbolizer as well.
>
Just to confirm... the commit for llvm-symbolizer included the move
from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles.
Thanks,
Kyle Evans
___
On Wed, Jun 5, 2019 at 9:09 AM Ed Maste wrote:
>
> On Tue, 4 Jun 2019 at 21:35, Kyle Evans wrote:
> >
> > Just to confirm... the commit for llvm-symbolizer included the move
> > from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles.
>
> Not the man page though,
Author: kevans
Date: Mon Jun 10 14:35:04 2019
New Revision: 348862
URL: https://svnweb.freebsd.org/changeset/base/348862
Log:
MFC r348510: bectl(8): Don't accept jid=0 from jail_getid
This will trivially exist, but we don't want it - none of our jailed BEs
will have jid=0.
Modified:
st
Author: kevans
Date: Mon Jun 10 14:47:56 2019
New Revision: 348863
URL: https://svnweb.freebsd.org/changeset/base/348863
Log:
MFC r348510: bectl(8): Don't accept jid=0 from jail_getid
This will trivially exist, but we don't want it - none of our jailed BEs
will have jid=0.
Approved b
Author: kevans
Date: Mon Jun 10 15:46:19 2019
New Revision: 348865
URL: https://svnweb.freebsd.org/changeset/base/348865
Log:
MFC r348569: [zfsboot] Fix boot env back compat (#190)
* Fix boot env back compat
zfsboot must try zfsloader before loader in order to remain compatible
with
Author: kevans
Date: Mon Jun 10 15:55:38 2019
New Revision: 348866
URL: https://svnweb.freebsd.org/changeset/base/348866
Log:
MFC r348569: [zfsboot] Fix boot env back compat (#190)
* Fix boot env back compat
zfsboot must try zfsloader before loader in order to remain compatible
with
Author: kevans
Date: Mon Jun 10 16:36:31 2019
New Revision: 348867
URL: https://svnweb.freebsd.org/changeset/base/348867
Log:
MFC r342747 (mmacy): zfsboot: support newer ZFS versions
declare v3 objset size/layout to fix userboot and possibly other loader
issues
- fix for userboot ass
src insufficient?
As an aside, happy to approve any changes to these manpages as the
current bectl/libbe maintainer for anyone that wants to improve them.
=)
Thanks,
Kyle Evans
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
On Wed, Nov 21, 2018 at 10:54 AM Rodney W. Grimes
wrote:
>
> > On Wed, Nov 21, 2018 at 10:19 AM Rodney W. Grimes
> > wrote:
> > >
> > > > Author: 0mp (ports committer)
> > > > Date: Wed Nov 21 11:22:44 2018
> > > > New Revision: 340722
> > > > URL: https://svnweb.freebsd.org/changeset/base/340722
Author: kevans
Date: Thu Nov 22 01:25:44 2018
New Revision: 340751
URL: https://svnweb.freebsd.org/changeset/base/340751
Log:
MFC r340507-r340508, r340592-r340594, r340635-r340636: bectl(8) fixes
r340507:
libbe(3): rewrite init to support chroot usage
libbe(3) currently uses zfs_be_r
on the stable/12 branch still hits this, so I'm tempted to MFC this
if you don't object. OTOH, the correct solution should be a
`dependency "genassym.o"` in ^/sys/conf/files.powerpc for
dtrace_asm.S, no?
Thanks,
Kyle Evans
___
svn-src-all@
Author: kevans
Date: Thu Nov 22 03:04:13 2018
New Revision: 340752
URL: https://svnweb.freebsd.org/changeset/base/340752
Log:
MFC r339701: Update lualoader test script a little bit
Use userboot.so from the test directory if possible, fall back to .OBJDIR.
This avoids a problem that we've
Author: kevans
Date: Thu Nov 22 04:39:06 2018
New Revision: 340753
URL: https://svnweb.freebsd.org/changeset/base/340753
Log:
MFC r340507-r340508, r340592-r340594, r340635-r340636: bectl(8) fixes
r340507:
libbe(3): rewrite init to support chroot usage
libbe(3) currently uses zfs_be_r
On Wed, Nov 21, 2018 at 9:42 PM Kyle Evans wrote:
>
> On Sat, Oct 20, 2018 at 9:09 PM Justin Hibbits wrote:
> >
> > Author: jhibbits
> > Date: Sun Oct 21 02:08:57 2018
> > New Revision: 339516
> > URL: https://svnweb.freebsd.org/changeset/base/339516
&g
On Thu, Nov 22, 2018 at 1:16 AM Mark Johnston wrote:
>
> On Wed, Nov 21, 2018 at 10:02:15PM -0600, Kyle Evans wrote:
> > On Wed, Nov 21, 2018 at 9:42 PM Kyle Evans wrote:
> > >
> > > On Sat, Oct 20, 2018 at 9:09 PM Justin Hibbits
> > > wrote:
> > &
Author: kevans
Date: Thu Dec 6 19:18:51 2018
New Revision: 341644
URL: https://svnweb.freebsd.org/changeset/base/341644
Log:
Fix kenv handling in stable/11 following r337333
The aforementioned commit merged revised static_env/static_hint handling to
allow static_env and loader env to coe
Author: kevans
Date: Sat Dec 22 06:02:34 2018
New Revision: 342362
URL: https://svnweb.freebsd.org/changeset/base/342362
Log:
config(8): Allow duplicate options to be specified
config(8)'s option handling has been written to allow duplicate options; if
the value changes, then the latest v
Author: kevans
Date: Sat Dec 22 06:08:06 2018
New Revision: 342363
URL: https://svnweb.freebsd.org/changeset/base/342363
Log:
config(8): Remove all instances of an option when opting out
Quick follow-up to r342362: options can appear multiple times now, so
clean up all of them as needed.
Author: kevans
Date: Tue Dec 25 15:18:41 2018
New Revision: 342466
URL: https://svnweb.freebsd.org/changeset/base/342466
Log:
bectl: use jail id as the default jail name for a boot environment
By default, bectl is setting the jail 'name' parameter to the boot
environment name, which cause
On Thu, May 24, 2018 at 6:11 PM, Marius Strobl wrote:
> Author: marius
> Date: Thu May 24 23:11:25 2018
> New Revision: 334191
> URL: https://svnweb.freebsd.org/changeset/base/334191
>
> Log:
> MFC: r333955
>
> - Unbreak booting sparc64 kernels after the metadata unification in
> r329190 (
On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote:
> Author: brd
> Date: Mon Jun 4 15:17:24 2018
> New Revision: 334617
> URL: https://svnweb.freebsd.org/changeset/base/334617
>
> Log:
> Move /sys symlink creating out of etc/Makefile.
>
> This is prep for etc/Makefile going away.
>
> Approv
On Fri, May 25, 2018 at 4:46 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri May 25 21:46:07 2018
> New Revision: 334226
> URL: https://svnweb.freebsd.org/changeset/base/334226
>
> Log:
> Cleanup style
>
> Modified:
> head/lib/libpmcstat/pmu-events/Makefile
>
> Modified: head/lib/libpm
On Mon, Jun 4, 2018 at 10:11 PM, Kyle Evans wrote:
> On Fri, May 25, 2018 at 4:46 PM, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Fri May 25 21:46:07 2018
>> New Revision: 334226
>> URL: https://svnweb.freebsd.org/changeset/base/334226
>>
>>
Author: kevans
Date: Wed Jun 6 18:28:17 2018
New Revision: 334723
URL: https://svnweb.freebsd.org/changeset/base/334723
Log:
lualoader: Add a loaded hook for others to execute upon config load
This will not be executed on reload, though later work could allow for that.
It's intended/expe
Author: kevans
Date: Thu Jun 7 18:06:01 2018
New Revision: 334803
URL: https://svnweb.freebsd.org/changeset/base/334803
Log:
netbsd-tests: grep(1): Add test for -c flag
Someone might be inclined to accidentally break this. someone might have
written said test because they broke it locall
Author: kevans
Date: Thu Jun 7 18:27:58 2018
New Revision: 334806
URL: https://svnweb.freebsd.org/changeset/base/334806
Log:
bsdgrep(1): Do some less dirty things with return types
Neither procfile nor grep_tree return anything meaningful to their callers.
None of the callers actually ca
Author: kevans
Date: Thu Jun 7 18:36:12 2018
New Revision: 334807
URL: https://svnweb.freebsd.org/changeset/base/334807
Log:
bsdgrep(1): whoops, garbage collect the now write-only variable
Modified:
head/usr.bin/grep/util.c
Modified: head/usr.bin/grep/util.c
Author: kevans
Date: Thu Jun 7 18:38:48 2018
New Revision: 334808
URL: https://svnweb.freebsd.org/changeset/base/334808
Log:
bsdgrep(1): Don't initialize fts_flags twice
Admittedly, this is a clang-scan complaint... but it wasn't wrong. fts_flags
is initialized by all cases in the switch
Author: kevans
Date: Thu Jun 7 18:53:39 2018
New Revision: 334809
URL: https://svnweb.freebsd.org/changeset/base/334809
Log:
netbsd-tests: bsdgrep(1): Add a test for -m, too
Modified:
head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh
Modified: head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh
Author: kevans
Date: Fri Jun 8 01:25:07 2018
New Revision: 334821
URL: https://svnweb.freebsd.org/changeset/base/334821
Log:
bsdgrep(1): Slooowly peel away the chunky onion
(or peel off the band-aid, whatever floats your boat)
This addresses two separate issues:
1.) Nothing withi
Author: kevans
Date: Fri Jun 8 12:58:55 2018
New Revision: 334837
URL: https://svnweb.freebsd.org/changeset/base/334837
Log:
bsdgrep(1): Evict character sequence that moved in
Reported by: trasz
Modified:
head/usr.bin/grep/file.c
Modified: head/usr.bin/grep/file.c
Author: kevans
Date: Sat Jun 9 15:28:37 2018
New Revision: 334884
URL: https://svnweb.freebsd.org/changeset/base/334884
Log:
stand: Fix build after r334882
Not sure how this was not caught in Universe.
Modified:
head/stand/common/metadata.c
Modified: head/stand/common/metadata.c
==
Author: kevans
Date: Sat Jun 9 14:24:16 2018
New Revision: 334878
URL: https://svnweb.freebsd.org/changeset/base/334878
Log:
libsa(3): Correct statement about FS Write-support, name change
- jhb implemented UFS write support a little over 16 years ago.
- Update the library name while we'
Author: kevans
Date: Sat Jun 9 15:10:39 2018
New Revision: 334882
URL: https://svnweb.freebsd.org/changeset/base/334882
Log:
stand: Consolidate checking for boot flags driven by environment vars
e.g. boot_mute, boot_single, boot_verbose, and friends; we checked for these
in multiple plac
n 9 14:26:30 2018(r334879)
@@ -0,0 +1,94 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+.\"
+.\" Copyright (c) 2018 Kyle Evans
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provid
Author: kevans
Date: Sat Jun 9 15:52:29 2018
New Revision: 334885
URL: https://svnweb.freebsd.org/changeset/base/334885
Log:
stand: One more trivial consolidation (setting environment from howto)
Modified:
head/stand/common/boot.c
head/stand/common/bootstrap.h
head/stand/efi/loader/main.
Author: kevans
Date: Sat Jun 9 18:11:46 2018
New Revision: 334889
URL: https://svnweb.freebsd.org/changeset/base/334889
Log:
bsdgrep(1): Some more int -> bool conversions and name changes
Again motivated by upcoming work to rewrite a bunch of this- single-letter
variable names and slight
@@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+.\"
+.\" Copyright (c) 2018 Kyle Evans
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met
Author: kevans
Date: Sun Jun 10 01:38:52 2018
New Revision: 334907
URL: https://svnweb.freebsd.org/changeset/base/334907
Log:
lualoader: Process loader_conf_files properly
loader.conf(5) documents loader_conf_files to mean "additional configuration
files to be processed right after the pr
1 - 100 of 2706 matches
Mail list logo