Re: svn commit: r328136 - in head/etc: defaults rc.d

2018-02-12 Thread Emmanuel Vadot
On Thu, 18 Jan 2018 20:45:41 + (UTC) Brad Davis wrote: > Author: brd (doc,ports committer) > Date: Thu Jan 18 20:45:41 2018 > New Revision: 328136 > URL: https://svnweb.freebsd.org/changeset/base/328136 > > Log: > Teach the resolv startup script to respect its enable

svn commit: r329156 - stable/11/sys/vm

2018-02-12 Thread Konstantin Belousov
Author: kib Date: Mon Feb 12 10:34:15 2018 New Revision: 329156 URL: https://svnweb.freebsd.org/changeset/base/329156 Log: MFC r328880: On munlock(), unwire correct page. Modified: stable/11/sys/vm/vm_object.c Directory Properties: stable/11/ (props changed) Modified:

Re: svn commit: r329154 - in head/etc: defaults devd

2018-02-12 Thread Niclas Zeising
On 02/12/18 10:25, Gary Jennejohn wrote: On Mon, 12 Feb 2018 07:01:56 + Alexey Dokuchaev wrote: On Sun, Feb 11, 2018 at 10:55:48PM -0800, Cy Schubert wrote: In message <201802120651.w1c6pkqf042...@repo.freebsd.org>, Warner Losh writes: New Revision: 329154 URL:

svn commit: r329157 - stable/11/sys/netinet6

2018-02-12 Thread Andrey V. Elsukov
Author: ae Date: Mon Feb 12 12:41:53 2018 New Revision: 329157 URL: https://svnweb.freebsd.org/changeset/base/329157 Log: MFC r328876: Modify ip6_get_prevhdr() to be able use it safely. Instead of returning pointer to the previous header, return its offset. In frag6_input() use

Re: svn commit: r329154 - in head/etc: defaults devd

2018-02-12 Thread Gary Jennejohn
On Mon, 12 Feb 2018 07:01:56 + Alexey Dokuchaev wrote: > On Sun, Feb 11, 2018 at 10:55:48PM -0800, Cy Schubert wrote: > > In message <201802120651.w1c6pkqf042...@repo.freebsd.org>, Warner Losh > > writes: > > > New Revision: 329154 > > > URL:

svn commit: r329159 - in stable/11/sys: amd64/conf conf dev/mlx4 dev/mlx4/mlx4_core dev/mlx4/mlx4_en dev/mlx4/mlx4_ib i386/conf modules modules/mlx4 modules/mlx4en modules/mlx4ib modules/mlxen ofed...

2018-02-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 12 13:56:57 2018 New Revision: 329159 URL: https://svnweb.freebsd.org/changeset/base/329159 Log: MFC r306486-r325841: Update the mlx4, mlx4ib(4) and mlx4en(4) drivers to match FreeBSD-head prior to the Linux 4.9 RoCE/infiniband upgrade. Sponsored by:

Re: svn commit: r327058 - head/stand/efi/boot1

2018-02-12 Thread Kyle Evans
On Thu, Dec 21, 2017 at 6:21 AM, Michael Zhilin wrote: > Author: mizhka > Date: Thu Dec 21 12:21:35 2017 > New Revision: 327058 > URL: https://svnweb.freebsd.org/changeset/base/327058 > > Log: > [boot/efi] scan all display modes rather than sequential try-fail way > > This

svn commit: r329162 - in head/sys/amd64/vmm: amd intel

2018-02-12 Thread Tycho Nightingale
Author: tychon Date: Mon Feb 12 14:45:27 2018 New Revision: 329162 URL: https://svnweb.freebsd.org/changeset/base/329162 Log: Provide further mitigation against CVE-2017-5715 by flushing the return stack buffer (RSB) upon returning from the guest. This was inspired by this linux commit:

svn commit: r329160 - in stable/11/sys/dev/mlx4: mlx4_core mlx4_en

2018-02-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 12 13:59:04 2018 New Revision: 329160 URL: https://svnweb.freebsd.org/changeset/base/329160 Log: MFC r32: mlx4: Remove redundant declarations to fix GCC build These were made redundant in r325841. Reviewed by: hselasky Sponsored by: Dell EMC

Re: svn commit: r329162 - in head/sys/amd64/vmm: amd intel

2018-02-12 Thread Rodney W. Grimes
> Author: tychon > Date: Mon Feb 12 14:45:27 2018 > New Revision: 329162 > URL: https://svnweb.freebsd.org/changeset/base/329162 > > Log: > Provide further mitigation against CVE-2017-5715 by flushing the > return stack buffer (RSB) upon returning from the guest. > > This was inspired by

svn commit: r329158 - stable/10/sys/netinet6

2018-02-12 Thread Andrey V. Elsukov
Author: ae Date: Mon Feb 12 13:52:58 2018 New Revision: 329158 URL: https://svnweb.freebsd.org/changeset/base/329158 Log: MFC r328876: Modify ip6_get_prevhdr() to be able use it safely. Instead of returning pointer to the previous header, return its offset. In frag6_input() use

svn commit: r329163 - in head/sys: mips/include powerpc/include riscv/include sparc64/include

2018-02-12 Thread Warner Losh
Author: imp Date: Mon Feb 12 14:48:05 2018 New Revision: 329163 URL: https://svnweb.freebsd.org/changeset/base/329163 Log: Use standard pattern for stdargs.h We don't support older compilers. Most of the code in these files is for pre-3.0 gcc, which is at least 15 years obsolete. Move to

svn commit: r329165 - in head/sys: arm/include arm64/include mips/include powerpc/include riscv/include sparc64/include sys x86/include

2018-02-12 Thread Warner Losh
Author: imp Date: Mon Feb 12 14:48:20 2018 New Revision: 329165 URL: https://svnweb.freebsd.org/changeset/base/329165 Log: Move __va_list and related defines to sys/sys/_types.h __va_list and related defines are identical in all the ARCH/include/_types.h files. Move them to

Re: svn commit: r329164 - in head: include sys/amd64/include sys/i386/include sys/mips/include sys/powerpc/include sys/sparc64/include

2018-02-12 Thread Joerg Sonnenberger
On Mon, Feb 12, 2018 at 02:48:14PM +, Warner Losh wrote: > Author: imp > Date: Mon Feb 12 14:48:14 2018 > New Revision: 329164 > URL: https://svnweb.freebsd.org/changeset/base/329164 > > Log: > We don't support gcc < 4.2.1, so varargs.h now is just #error > always. Unifdef for versions

svn commit: r329164 - in head: include sys/amd64/include sys/i386/include sys/mips/include sys/powerpc/include sys/sparc64/include

2018-02-12 Thread Warner Losh
Author: imp Date: Mon Feb 12 14:48:14 2018 New Revision: 329164 URL: https://svnweb.freebsd.org/changeset/base/329164 Log: We don't support gcc < 4.2.1, so varargs.h now is just #error always. Unifdef for versions prior to 4.2.1 and remove now-unused header files. Sponsored by: Netflix

svn commit: r329168 - head/tools/boot

2018-02-12 Thread Warner Losh
Author: imp Date: Mon Feb 12 15:32:05 2018 New Revision: 329168 URL: https://svnweb.freebsd.org/changeset/base/329168 Log: Add lua to build script Modified: head/tools/boot/universe.sh Modified: head/tools/boot/universe.sh

svn commit: r329169 - stable/11/tools/build/options

2018-02-12 Thread Kyle Evans
Author: kevans Date: Mon Feb 12 15:48:12 2018 New Revision: 329169 URL: https://svnweb.freebsd.org/changeset/base/329169 Log: MFC r325718: Fix typo in filename. Noticed by: Shawn Webb (again) Added: stable/11/tools/build/options/WITHOUT_LOADER_GELI - copied unchanged from r325718,

Re: svn commit: r329164 - in head: include sys/amd64/include sys/i386/include sys/mips/include sys/powerpc/include sys/sparc64/include

2018-02-12 Thread Warner Losh
On Mon, Feb 12, 2018 at 8:57 AM, Joerg Sonnenberger wrote: > On Mon, Feb 12, 2018 at 02:48:14PM +, Warner Losh wrote: > > Author: imp > > Date: Mon Feb 12 14:48:14 2018 > > New Revision: 329164 > > URL: https://svnweb.freebsd.org/changeset/base/329164 > > > > Log: > > We

svn commit: r329161 - in head: . sbin sbin/devmatch usr.sbin usr.sbin/devmatch

2018-02-12 Thread Warner Losh
+38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20180212: move devmatch +OLD_FILES+=usr/sbin/devmatch # 20180211: remove usb.conf OLD_FILES+=etc/devd/usb.conf # 20180208: remove c_rehash(1) Modified: head/sbin/Makefile

svn commit: r329166 - in head: . share/mk stand stand/common stand/liblua stand/liblua32 sys/sys tools/build/options

2018-02-12 Thread Warner Losh
AL WARNING: ** +20180212: + FreeBSD boot loader enhanced with Lua scripting. It's purely opt-in for + now by building WITH_LOADER_LUA and WITHOUT_FORTH in /etc/src.conf. + Co-existance for the transition period will come shortly. Booting is a + complex environment and test covera

svn commit: r329167 - in head/stand: . lua

2018-02-12 Thread Warner Losh
Author: imp Date: Mon Feb 12 15:32:00 2018 New Revision: 329167 URL: https://svnweb.freebsd.org/changeset/base/329167 Log: Add the lua scripts from the lua-bootloader SoC These are the .lua files from from Pedro Souza's 2014 Summer of Code project. Rui Paulo, Pedro Arthur and Wojciech A.

Re: svn commit: r329140 - in stable/11: . share/mk sys/arm/include sys/arm64/include sys/boot sys/boot/arm/at91 sys/boot/arm/at91/boot0 sys/boot/arm/at91/boot0iic sys/boot/arm/at91/boot0spi sys/boot/a

2018-02-12 Thread Shawn Webb
On Sun, Feb 11, 2018 at 08:58:00PM +, Kyle Evans wrote: > Author: kevans > Date: Sun Feb 11 20:58:00 2018 > New Revision: 329140 > URL: https://svnweb.freebsd.org/changeset/base/329140 > [snip] > Added: > [snip] > stable/11/tools/build/options/WITHOUT_LOADER_GEIL > - copied unchanged

Re: svn commit: r329140 - in stable/11: . share/mk sys/arm/include sys/arm64/include sys/boot sys/boot/arm/at91 sys/boot/arm/at91/boot0 sys/boot/arm/at91/boot0iic sys/boot/arm/at91/boot0spi sys/boot/a

2018-02-12 Thread Kyle Evans
On Mon, Feb 12, 2018 at 9:44 AM, Shawn Webb wrote: > On Sun, Feb 11, 2018 at 08:58:00PM +, Kyle Evans wrote: >> Author: kevans >> Date: Sun Feb 11 20:58:00 2018 >> New Revision: 329140 >> URL: https://svnweb.freebsd.org/changeset/base/329140 >> [snip] >> Added: >>

Re: svn commit: r329162 - in head/sys/amd64/vmm: amd intel

2018-02-12 Thread Shawn Webb
On Mon, Feb 12, 2018 at 02:45:27PM +, Tycho Nightingale wrote: > Author: tychon > Date: Mon Feb 12 14:45:27 2018 > New Revision: 329162 > URL: https://svnweb.freebsd.org/changeset/base/329162 > > Log: > Provide further mitigation against CVE-2017-5715 by flushing the > return stack buffer

svn commit: r329179 - stable/11/share/examples/bhyve

2018-02-12 Thread Rodney W. Grimes
Author: rgrimes Date: Mon Feb 12 19:08:17 2018 New Revision: 329179 URL: https://svnweb.freebsd.org/changeset/base/329179 Log: MFC: r328695,r328720,r328784,r328795 share/examples/bhyve/vmrun.sh additions and cleanups r328695: Add option '-n' network device emulation type

Re: svn commit: r329148 - head/etc/devd

2018-02-12 Thread Renato Botelho
On 12/02/18 02:45, Warner Losh wrote: > Author: imp > Date: Mon Feb 12 04:45:26 2018 > New Revision: 329148 > URL: https://svnweb.freebsd.org/changeset/base/329148 > > Log: > Switch to using devmatch to autoload drivers. Remove usb.conf > as obsolete because devmatch gets its information from

svn commit: r329180 - head/sys/dev/bhnd/siba

2018-02-12 Thread Landon J. Fuller
Author: landonf Date: Mon Feb 12 19:36:26 2018 New Revision: 329180 URL: https://svnweb.freebsd.org/changeset/base/329180 Log: siba(4): Ignore disabled per-core address match entries. Previously, the address regions described by disabled admatch entries would be treated as being mapped

Re: svn commit: r329148 - head/etc/devd

2018-02-12 Thread John Baldwin
On Monday, February 12, 2018 04:45:26 AM Warner Losh wrote: > Author: imp > Date: Mon Feb 12 04:45:26 2018 > New Revision: 329148 > URL: https://svnweb.freebsd.org/changeset/base/329148 > > Log: > Switch to using devmatch to autoload drivers. Remove usb.conf > as obsolete because devmatch

svn commit: r329178 - stable/11/share/examples/bhyve

2018-02-12 Thread Rodney W. Grimes
Author: rgrimes Date: Mon Feb 12 18:52:59 2018 New Revision: 329178 URL: https://svnweb.freebsd.org/changeset/base/329178 Log: MFC: r316746 Add UEFI support to vmrun.sh Adds: -E: Use UEFI mode -f: path to UEFI firmware image (default: path to uefi-edk2-bhyve package) -F: UEFI

svn commit: r329170 - in head/sys: kern sys

2018-02-12 Thread Ian Lepore
Author: ian Date: Mon Feb 12 16:25:56 2018 New Revision: 329170 URL: https://svnweb.freebsd.org/changeset/base/329170 Log: Replace the existing print_ct() private debugging function with a set of three public functions to format and print the three major data structures used by realtime

svn commit: r329171 - head/sys/amd64/amd64

2018-02-12 Thread Jonathan T. Looney
Author: jtl Date: Mon Feb 12 17:27:50 2018 New Revision: 329171 URL: https://svnweb.freebsd.org/changeset/base/329171 Log: Mark the pages used for the initial page-table entries as wired. This makes them consistent with the way other page-table pages are allocated. It also provides the rest

svn commit: r329172 - in head/sys: kern sys

2018-02-12 Thread Ian Lepore
Author: ian Date: Mon Feb 12 17:33:14 2018 New Revision: 329172 URL: https://svnweb.freebsd.org/changeset/base/329172 Log: Add a set of convenience routines for RTC drivers to use for debug output, and a debug.clock_show_io sysctl to control debugging output. Modified:

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

2018-02-12 Thread Ian Lepore
On Mon, 2018-02-12 at 17:41 +, Ian Lepore wrote: > Author: ian > Date: Mon Feb 12 17:41:11 2018 > New Revision: 329173 > URL: https://svnweb.freebsd.org/changeset/base/329173 > > Log: >   Add a new sysctl, debug.clock_do_io, to allow manully triggering a one-shot >   read or write of all

svn commit: r329181 - head/sys/netinet6

2018-02-12 Thread Eric van Gyzen
Author: vangyzen Date: Mon Feb 12 19:49:20 2018 New Revision: 329181 URL: https://svnweb.freebsd.org/changeset/base/329181 Log: Update the MTU in affected routes when IPv6 RA changes the MTU ip6_calcmtu() only looks at the interface MTU if neither the TCP hostcache nor the route provides

svn commit: r329182 - stable/11

2018-02-12 Thread Kyle Evans
-# 20180222: Remove libstand +# 20180212: Remove libstand OLD_FILES+=usr/lib/libstand.a OLD_FILES+=usr/lib/libstand_p.a OLD_FILES+=usr/include/stand.h ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all

Re: svn commit: r329154 - in head/etc: defaults devd

2018-02-12 Thread Conrad Meyer
On Sun, Feb 11, 2018 at 10:55 PM, Cy Schubert wrote: > We might want to consider > moving devmatch to /sbin or document that /usr and / be merged. +1. Installing base to a single filesystem image is not a hardship and makes many things simpler. Base is not so large

Re: svn commit: r329162 - in head/sys/amd64/vmm: amd intel

2018-02-12 Thread Tycho Nightingale
Hi, > On Feb 12, 2018, at 10:37 AM, Shawn Webb wrote: > > On Mon, Feb 12, 2018 at 02:45:27PM +, Tycho Nightingale wrote: >> Author: tychon >> Date: Mon Feb 12 14:45:27 2018 >> New Revision: 329162 >> URL: https://svnweb.freebsd.org/changeset/base/329162 >> >>

Re: svn commit: r329171 - head/sys/amd64/amd64

2018-02-12 Thread Jonathan Looney
On Mon, Feb 12, 2018 at 12:27 PM, Jonathan T. Looney wrote: > Author: jtl > Date: Mon Feb 12 17:27:50 2018 > New Revision: 329171 > URL: https://svnweb.freebsd.org/changeset/base/329171 > > Log: > Mark the pages used for the initial page-table entries as wired. This > makes

svn commit: r329173 - head/sys/kern

2018-02-12 Thread Ian Lepore
Author: ian Date: Mon Feb 12 17:41:11 2018 New Revision: 329173 URL: https://svnweb.freebsd.org/changeset/base/329173 Log: Add a new sysctl, debug.clock_do_io, to allow manully triggering a one-shot read or write of all registered realtime clocks. In the read case, the values read are

svn commit: r329175 - in stable/11: contrib/compiler-rt/lib/builtins lib/libc/stdlib stand stand/arm/uboot stand/common stand/efi/boot1 stand/efi/include stand/efi/libefi stand/efi/loader stand/fic...

2018-02-12 Thread Kyle Evans
Author: kevans Date: Mon Feb 12 17:44:35 2018 New Revision: 329175 URL: https://svnweb.freebsd.org/changeset/base/329175 Log: MFC Loader Fixes 2017q4p7: r324844,r326089,r326926,r326440,r326484,r326494, r326588,r326708,r326784,r326914,r327390,r328446,r326090,r326143,r326144,

svn commit: r329174 - head/sys/sys

2018-02-12 Thread Alan Somers
Author: asomers Date: Mon Feb 12 17:42:28 2018 New Revision: 329174 URL: https://svnweb.freebsd.org/changeset/base/329174 Log: Fix a comment. No functional change. MFC after:3 weeks Sponsored by: Spectra Logic Corp Modified: head/sys/sys/aio.h Modified: head/sys/sys/aio.h

svn commit: r329176 - in stable/11/stand/mips/beri: boot2 common

2018-02-12 Thread Kyle Evans
Author: kevans Date: Mon Feb 12 18:30:20 2018 New Revision: 329176 URL: https://svnweb.freebsd.org/changeset/base/329176 Log: MFC r327705,r328447: Fix BERI bootloader build r327705: Use instead of and in boot code. r328447: BERI isn't BTX, so we don't have to provide exit().

svn commit: r329177 - in stable/11/sys: compat/freebsd32 kern

2018-02-12 Thread Brooks Davis
Author: brooks Date: Mon Feb 12 18:40:19 2018 New Revision: 329177 URL: https://svnweb.freebsd.org/changeset/base/329177 Log: MFC r328799: Add kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32. Stop leaking kernel pointers though theses sysctls and make sure that the padding in

svn commit: r329184 - in head/sys: conf dev/bwn modules/bwn

2018-02-12 Thread Landon J. Fuller
Author: landonf Date: Mon Feb 12 22:21:11 2018 New Revision: 329184 URL: https://svnweb.freebsd.org/changeset/base/329184 Log: bwn(4): Fix outstanding bug in PHY-G tssi2dbm table generation caught by -Wconstant-conversion, and remove now unnecessary warning suppression flags. Modified:

svn commit: r329186 - head/sbin/devmatch

2018-02-12 Thread Conrad Meyer
Author: cem Date: Mon Feb 12 22:43:47 2018 New Revision: 329186 URL: https://svnweb.freebsd.org/changeset/base/329186 Log: devmatch.8: Link to MODULE_PNP_INFO(9) Sponsored by: Dell EMC Isilon Modified: head/sbin/devmatch/devmatch.8 Modified: head/sbin/devmatch/devmatch.8

svn commit: r329187 - in head/sys: amd64/amd64 arm/arm arm64/arm64 compat/linprocfs compat/linux i386/i386 kern mips/mips powerpc/booke riscv/riscv sparc64/sparc64 sys vm

2018-02-12 Thread Jeff Roberson
Author: jeff Date: Mon Feb 12 22:53:00 2018 New Revision: 329187 URL: https://svnweb.freebsd.org/changeset/base/329187 Log: Make v_wire_count a per-cpu counter(9) counter. This eliminates a significant source of cache line contention from vm_page_alloc(). Use accessors and

svn commit: r329185 - head/share/man/man9

2018-02-12 Thread Conrad Meyer
Author: cem Date: Mon Feb 12 22:42:06 2018 New Revision: 329185 URL: https://svnweb.freebsd.org/changeset/base/329185 Log: Take a first stab at documenting use of MODULE_PNP_INFO Sponsored by: Dell EMC Isilon Added: head/share/man/man9/MODULE_PNP_INFO.9 (contents, props changed)

svn commit: r329183 - in stable/11: . stand stand/arm/uboot stand/common stand/efi/boot1 stand/efi/fdt stand/efi/include stand/efi/libefi stand/efi/loader stand/efi/loader/arch/arm stand/efi/loader...

2018-02-12 Thread Kyle Evans
== --- stable/11/ObsoleteFiles.inc Mon Feb 12 19:50:43 2018(r329182) +++ stable/11/ObsoleteFiles.inc Mon Feb 12 20:51:28 2018(r329183) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20180212: Obsolete forth

Re: svn commit: r329154 - in head/etc: defaults devd

2018-02-12 Thread Oliver Pinter
On Monday, February 12, 2018, Alexey Dokuchaev wrote: > On Sun, Feb 11, 2018 at 10:55:48PM -0800, Cy Schubert wrote: > > In message <201802120651.w1c6pkqf042...@repo.freebsd.org>, Warner Losh > > writes: > > > New Revision: 329154 > > > URL:

Re: svn commit: r329126 - head/etc/devd

2018-02-12 Thread Andriy Gapon
On 12/02/2018 09:14, Bruce Evans wrote: > No, it is just another defense against people breaking separate /usr. /usr is too diverse. Separate (from root and from each other) /usr/local, /usr/obj, /usr/ports, /usr/src, /usr/home are a good idea. Separate /usr/bin and /usr/sbin ... many potential

svn commit: r329190 - in head/stand: . common mips/beri/loader powerpc/kboot powerpc/ofw sparc64/loader uboot/common uboot/lib

2018-02-12 Thread Justin Hibbits
Author: jhibbits Date: Tue Feb 13 03:44:50 2018 New Revision: 329190 URL: https://svnweb.freebsd.org/changeset/base/329190 Log: Unify metadata load files for arm, mips, powerpc, sparc64 Summary: All metadata.c files are very similar, with only trivial changes. Unify them into a single

svn commit: r329191 - in stable/11: stand/common sys/kern

2018-02-12 Thread Kyle Evans
Author: kevans Date: Tue Feb 13 04:10:10 2018 New Revision: 329191 URL: https://svnweb.freebsd.org/changeset/base/329191 Log: Revert MFC r328911 from r329183 jhb@ had specified an MFC timer of 1-month, and I clobbered his efforts by MFC'ing it way prematurely. Back out that part of

svn commit: r329192 - in stable/11/stand: efi/loader i386/zfsboot powerpc/ofw

2018-02-12 Thread Kyle Evans
Author: kevans Date: Tue Feb 13 04:28:13 2018 New Revision: 329192 URL: https://svnweb.freebsd.org/changeset/base/329192 Log: stand: Clean up some unintentional inconsistencies This is a direct commit to stable/11 to address the following final unintended inconsistencies between

svn commit: r329189 - in stable/11/sys/dev: mpr mps

2018-02-12 Thread Alexander Motin
Author: mav Date: Tue Feb 13 02:11:39 2018 New Revision: 329189 URL: https://svnweb.freebsd.org/changeset/base/329189 Log: MFC r328937: Fix queue length reporting in mps(4) and mpr(4). Both drivers were found to report CAM bigger queue depth then they really can handle. It made them

svn commit: r329188 - head/cddl/lib/libdtrace

2018-02-12 Thread Devin Teske
Author: dteske Date: Mon Feb 12 23:53:38 2018 New Revision: 329188 URL: https://svnweb.freebsd.org/changeset/base/329188 Log: Use tabs in io.d, fix alignment issues, remove extraneous newlines Modified: head/cddl/lib/libdtrace/io.d head/cddl/lib/libdtrace/ip.d

svn commit: r329193 - head

2018-02-12 Thread Marcelo Araujo
Author: araujo Date: Tue Feb 13 06:36:27 2018 New Revision: 329193 URL: https://svnweb.freebsd.org/changeset/base/329193 Log: - I'm not using nis(8) and ypldap(8) anymore, so I'm removing myself from MAINTAINERS list. Modified: head/MAINTAINERS Modified: head/MAINTAINERS