svn commit: r346409 - in head/stand/efi: include libefi

2019-04-19 Thread Warner Losh
Author: imp Date: Fri Apr 19 19:45:19 2019 New Revision: 346409 URL: https://svnweb.freebsd.org/changeset/base/346409 Log: Add wrapper functions to convert strings to EFI_DEVICE_PATH In anticipation of new functionality, create routines to convert char * and a CHAR16 * to a

svn commit: r346408 - head/stand/efi/include

2019-04-19 Thread Warner Losh
Author: imp Date: Fri Apr 19 19:45:15 2019 New Revision: 346408 URL: https://svnweb.freebsd.org/changeset/base/346408 Log: Add UEFI definitions related to converting string to DEVICE_PATH Add definitions from UEFI 2.7 Errata B standards doc for converting a text string to a device path.

svn commit: r346407 - head/stand/efi/include

2019-04-19 Thread Warner Losh
Author: imp Date: Fri Apr 19 19:44:59 2019 New Revision: 346407 URL: https://svnweb.freebsd.org/changeset/base/346407 Log: Add define for CONST. Newer interfaces take CONST parameters, so define CONST to minimize differences between our headers and the standards docs. Differential

svn commit: r346359 - head/sys/kern

2019-04-18 Thread Warner Losh
Author: imp Date: Thu Apr 18 22:52:12 2019 New Revision: 346359 URL: https://svnweb.freebsd.org/changeset/base/346359 Log: When parsing command line stuff, treat tabs and spaces the same. When creating complex config files, people like to use tabs to offset sections. Treat them the same

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Warner Losh
On Thu, Apr 18, 2019 at 12:03 PM Ed Maste wrote: > On Thu, 18 Apr 2019 at 10:03, Kyle Evans wrote: > > > > Keep in mind that this is bootstrap; it's being built for the host > > system, but it will link against a version of libcasper that's been > > built in an earlier stage with the proper

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Warner Losh
On Thu, Apr 18, 2019 at 10:26 AM Cy Schubert wrote: > On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote: >> >> >> >> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert >> wrote: >> >>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" <

svn commit: r346353 - head/stand/efi/boot1

2019-04-18 Thread Warner Losh
Author: imp Date: Thu Apr 18 15:19:19 2019 New Revision: 346353 URL: https://svnweb.freebsd.org/changeset/base/346353 Log: Minor tweak to the debug Make it clear we're loading from UFS. Modified: head/stand/efi/boot1/ufs_module.c Modified: head/stand/efi/boot1/ufs_module.c

svn commit: r346354 - head

2019-04-18 Thread Warner Losh
Author: imp Date: Thu Apr 18 15:19:28 2019 New Revision: 346354 URL: https://svnweb.freebsd.org/changeset/base/346354 Log: Add note that I'm the defacto maintainer of libegacy, our compat shims for building bootstrap tools that use new features on systems too old to have those new features.

Re: svn commit: r346341 - head/tools/build

2019-04-18 Thread Warner Losh
On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert wrote: > On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" < > free...@gndrsh.dnsmgr.net> wrote: > >> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes > >> wrote: > >> > > >> > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, >

svn commit: r346346 - in head/stand/efi: include libefi

2019-04-17 Thread Warner Losh
Author: imp Date: Thu Apr 18 05:40:50 2019 New Revision: 346346 URL: https://svnweb.freebsd.org/changeset/base/346346 Log: Add efi_delenv Add an interface to remove / delete UEFI variables. Modified: head/stand/efi/include/efilib.h head/stand/efi/libefi/efienv.c Modified:

svn commit: r346345 - in head/stand/efi: include libefi

2019-04-17 Thread Warner Losh
Author: imp Date: Thu Apr 18 05:37:18 2019 New Revision: 346345 URL: https://svnweb.freebsd.org/changeset/base/346345 Log: Add a more generic efi_setenv function. efi_setenv allows any UEFI variable to be set. Modified: head/stand/efi/include/efilib.h head/stand/efi/libefi/efienv.c

Re: svn commit: r346295 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/mv arm/nvidia/tegra124

2019-04-17 Thread Warner Losh
On Wed, Apr 17, 2019 at 12:06 PM Andrew Turner wrote: > > > On 17 Apr 2019, at 17:52, Ian Lepore wrote: > > On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote: > > On 16 Apr 2019, at 22:04, Emmanuel Vadot wrote: > > Author: manu > Date: Tue Apr 16 20:04:22 2019 > New Revision: 346295 >

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-04-17 Thread Warner Losh
On Wed, Apr 17, 2019 at 10:06 AM John Baldwin wrote: > On 4/16/19 4:48 PM, Conrad Meyer wrote: > > On Tue, Apr 16, 2019 at 4:31 PM John Baldwin wrote: > >> bhyveload is effectively the loader in this case. It runs the normal > loader > >> scripts and logic and so would load the guests's

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-04-17 Thread Warner Losh
On Tue, Apr 16, 2019, 4:51 PM Rodney W. Grimes wrote: > > On 4/15/19 11:40 AM, Conrad Meyer wrote: > > > Author: cem > > > Date: Mon Apr 15 18:40:36 2019 > > > New Revision: 346250 > > > URL: https://svnweb.freebsd.org/changeset/base/346250 > > > > > > Log: > > > random(4): Block

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-04-16 Thread Warner Losh
On Tue, Apr 16, 2019 at 9:51 AM Conrad Meyer wrote: > Hi Warner, > > On Tue, Apr 16, 2019 at 8:47 AM Warner Losh wrote: > > On Tue, Apr 16, 2019 at 9:16 AM Ian Lepore wrote: > >> Isn't a file full of data which is distributed in identical form to > >> every

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-04-16 Thread Warner Losh
On Tue, Apr 16, 2019 at 9:27 AM Conrad Meyer wrote: > On Tue, Apr 16, 2019 at 7:24 AM Justin Hibbits > wrote: > > > > Hi Conrad, > > ... > > [Power] does use bsdinstall to install. How is entropy loaded at > startup, > > which causes the problem noted in github? > > There are a couple very

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-04-16 Thread Warner Losh
On Tue, Apr 16, 2019 at 9:16 AM Ian Lepore wrote: > On Tue, 2019-04-16 at 07:18 -0600, Warner Losh wrote: > > On Tue, Apr 16, 2019, 7:04 AM Emmanuel Vadot > > wrote: > > > > > On Mon, 15 Apr 2019 17:54:56 -0700 > > > Conrad Meyer wrote: > > >

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-04-16 Thread Warner Losh
On Tue, Apr 16, 2019, 7:04 AM Emmanuel Vadot wrote: > On Mon, 15 Apr 2019 17:54:56 -0700 > Conrad Meyer wrote: > > > On Mon, Apr 15, 2019 at 5:53 PM Conrad Meyer wrote: > > > E.g., the CI infrastructure for > > > Riscv/Arm is/was generating minimal filesystem images and not > > > populating

svn commit: r346177 - in head/sys: amd64/conf arm/conf conf i386/conf powerpc/conf sparc64/conf

2019-04-13 Thread Warner Losh
Author: imp Date: Sat Apr 13 06:30:45 2019 New Revision: 346177 URL: https://svnweb.freebsd.org/changeset/base/346177 Log: Move mpr/mps drivers from per-arch NOTES files into the MI notes file. They are in more arches they they aren't. Add appropriate nodevice directives in powerpc and arm.

svn commit: r346176 - head/sys/sys

2019-04-12 Thread Warner Losh
Author: imp Date: Sat Apr 13 04:46:35 2019 New Revision: 346176 URL: https://svnweb.freebsd.org/changeset/base/346176 Log: Fix sbttons for values > 2s Add test against negative times. Add code to cope with larger values properly. Discussed with: bde@ (quite some time ago, for an

Re: svn commit: r346039 - head/sys/conf

2019-04-09 Thread Warner Losh
On Tue, Apr 9, 2019 at 11:40 AM Ian Lepore wrote: > On Tue, 2019-04-09 at 11:19 -0600, Rebecca Cran wrote: > > On 2019-04-08 12:25, Warner Losh wrote: > > > Author: imp > > > Date: Mon Apr 8 18:25:14 2019 > > > New Revision: 346039 > > > URL: htt

Re: svn commit: r346039 - head/sys/conf

2019-04-09 Thread Warner Losh
On Tue, Apr 9, 2019 at 11:19 AM Rebecca Cran wrote: > On 2019-04-08 12:25, Warner Losh wrote: > > Author: imp > > Date: Mon Apr 8 18:25:14 2019 > > New Revision: 346039 > > URL: https://svnweb.freebsd.org/changeset/base/346039 > > > >

svn commit: r346039 - head/sys/conf

2019-04-08 Thread Warner Losh
Author: imp Date: Mon Apr 8 18:25:14 2019 New Revision: 346039 URL: https://svnweb.freebsd.org/changeset/base/346039 Log: Style only change: Prefer $() to `` $() is more modern and also nests. Convert the mix of styles to using only the former (although the latter was more common). It's

Re: svn commit: r346018 - head/sys/conf

2019-04-08 Thread Warner Losh
On Mon, Apr 8, 2019, 2:35 AM Chris Rees wrote: > On 2019-04-08 08:57, Oliver Pinter wrote: > > On Monday, April 8, 2019, Warner Losh wrote: > > > >> > >> > >> On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter > >> > >> wrote: > >&

Re: svn commit: r346012 - head/sys/sys

2019-04-07 Thread Warner Losh
On Sun, Apr 7, 2019, 1:32 PM O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Am Sun, 7 Apr 2019 16:07:41 + (UTC) > Mariusz Zaborski schrieb: > > > Author: oshogbo > > Date: Sun Apr 7 16:07:41 2019 > > New Revision: 346012 > > URL:

Re: svn commit: r346018 - head/sys/conf

2019-04-07 Thread Warner Losh
uld break that. The code is identical logically and produces the same result. Warner On Sunday, April 7, 2019, Warner Losh wrote: > >> Author: imp >> Date: Sun Apr 7 18:39:55 2019 >> New Revision: 346018 >> URL: https://svnweb.freebsd.org/changeset/base/346018 >> >&g

svn commit: r346022 - head/sys/conf

2019-04-07 Thread Warner Losh
Author: imp Date: Sun Apr 7 21:01:02 2019 New Revision: 346022 URL: https://svnweb.freebsd.org/changeset/base/346022 Log: Make RELDATE be on a single line. All variable assignments that start in column 1 have to be on a single line for amd to build due to as weird dependency there (most

svn commit: r346018 - head/sys/conf

2019-04-07 Thread Warner Losh
Author: imp Date: Sun Apr 7 18:39:55 2019 New Revision: 346018 URL: https://svnweb.freebsd.org/changeset/base/346018 Log: Use default shell assignment rather more complicated if then construct. Discussed with: emaste@, allanjude@ (changes (or not) based on their feedback) Differential

Re: svn commit: r345982 - in head: include lib/libc/sys sys/cddl/compat/opensolaris/sys sys/compat/cloudabi sys/compat/freebsd32 sys/compat/linux sys/kern sys/sys sys/ufs/ffs

2019-04-07 Thread Warner Losh
On Sun, Apr 7, 2019 at 9:35 AM Cy Schubert wrote: > In message <201904071510.x37fa7tm050...@gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: > > > On April 7, 2019 7:11:52 AM PDT, Shawn Webb < > shawn.w...@hardenedbsd.org> wr > > ote: > > > >On Sat, Apr 06, 2019 at 09:34:26AM +, Mariusz

svn commit: r345947 - head/sys/conf

2019-04-05 Thread Warner Losh
Author: imp Date: Fri Apr 5 14:27:48 2019 New Revision: 345947 URL: https://svnweb.freebsd.org/changeset/base/345947 Log: Remove another instance of All Rights Reserved. Remove the phrase from boilerplate copyright we stick on vers.c when we can't find the template file. In practice,

Re: svn commit: r345902 - in head/sys: amd64/conf i386/conf sparc64/conf

2019-04-04 Thread Warner Losh
On Thu, Apr 4, 2019 at 8:54 PM Warner Losh wrote: > Author: imp > Date: Fri Apr 5 02:54:02 2019 > New Revision: 345902 > URL: https://svnweb.freebsd.org/changeset/base/345902 > > Log: > Add mpr, mps, mpt to NOTES file > > Add these to all the architectures th

svn commit: r345902 - in head/sys: amd64/conf i386/conf sparc64/conf

2019-04-04 Thread Warner Losh
Author: imp Date: Fri Apr 5 02:54:02 2019 New Revision: 345902 URL: https://svnweb.freebsd.org/changeset/base/345902 Log: Add mpr, mps, mpt to NOTES file Add these to all the architectures that these are in the GENERIC kernel. Modified: head/sys/amd64/conf/NOTES

Re: svn commit: r345707 - in head: lib/clang lib/libc++ lib/libc++experimental lib/libc++fs lib/libc/tests/stdlib lib/libclang_rt lib/libcxxrt lib/libgcc_eh lib/libomp lib/ofed/libibnetdisc share/mk u

2019-03-30 Thread Warner Losh
On Fri, Mar 29, 2019, 9:15 PM Enji Cooper wrote: > > > On Mar 29, 2019, at 8:09 PM, Rodney W. Grimes > wrote: > > > >> Author: ngie > >> Date: Fri Mar 29 18:43:46 2019 > >> New Revision: 345707 > >> URL: https://svnweb.freebsd.org/changeset/base/345707 > >> > >> Log: > >> Revert r345706: the

Re: svn commit: r345455 - head/sys/mips/conf

2019-03-23 Thread Warner Losh
On Sat, Mar 23, 2019 at 12:53 PM Konstantin Belousov wrote: > On Sat, Mar 23, 2019 at 06:32:24PM +0000, Warner Losh wrote: > > Author: imp > > Date: Sat Mar 23 18:32:24 2019 > > New Revision: 345455 > > URL: https://svnweb.freebsd.org/changeset/base/345455 >

svn commit: r345456 - head/sys/mips/conf

2019-03-23 Thread Warner Losh
Author: imp Date: Sat Mar 23 18:32:28 2019 New Revision: 345456 URL: https://svnweb.freebsd.org/changeset/base/345456 Log: Remove duplicate options. Modified: head/sys/mips/conf/DIR-825C1 Modified: head/sys/mips/conf/DIR-825C1

svn commit: r345455 - head/sys/mips/conf

2019-03-23 Thread Warner Losh
Author: imp Date: Sat Mar 23 18:32:24 2019 New Revision: 345455 URL: https://svnweb.freebsd.org/changeset/base/345455 Log: Add device xz. This was somehow missed in the last round. Submitted by: Brandon Bergren Modified: head/sys/mips/conf/DIR-825C1 Modified:

Re: svn commit: r345359 - in head/sys/cddl/dev/dtrace: amd64 i386

2019-03-21 Thread Warner Losh
On Thu, Mar 21, 2019 at 1:32 PM Mark Johnston wrote: > On Thu, Mar 21, 2019 at 10:44:49PM +1100, Bruce Evans wrote: > > On Wed, 20 Mar 2019, Mark Johnston wrote: > > > > > On Wed, Mar 20, 2019 at 08:20:18PM -0700, Rodney W. Grimes wrote: > > >>> Author: markj > > >>> Date: Thu Mar 21 02:52:22

Re: svn commit: r345365 - head/bin/date

2019-03-21 Thread Warner Losh
On Thu, Mar 21, 2019 at 9:24 AM Ian Lepore wrote: > On Thu, 2019-03-21 at 06:47 +0000, Warner Losh wrote: > > Author: imp > > Date: Thu Mar 21 06:47:23 2019 > > New Revision: 345365 > > URL: https://svnweb.freebsd.org/changeset/base/345365 > > > > Log:

svn commit: r345365 - head/bin/date

2019-03-21 Thread Warner Losh
Author: imp Date: Thu Mar 21 06:47:23 2019 New Revision: 345365 URL: https://svnweb.freebsd.org/changeset/base/345365 Log: Remove -n flag, fix setting date / time r342139 bork setting the date. This fixes it by simply removing the -n flag. Differential Revision:

svn commit: r345363 - head/sbin/camcontrol

2019-03-21 Thread Warner Losh
Author: imp Date: Thu Mar 21 06:27:58 2019 New Revision: 345363 URL: https://svnweb.freebsd.org/changeset/base/345363 Log: Make WD and WDC aliases for HGST. HGST was bought by WDC. Over the years, it has sold different drives branded as HGST, WD or WDC. All of them need the HGST

svn commit: r345311 - head/sys/dev/pci

2019-03-19 Thread Warner Losh
Author: imp Date: Tue Mar 19 21:46:21 2019 New Revision: 345311 URL: https://svnweb.freebsd.org/changeset/base/345311 Log: Fix two typos: an -> and; the the -> the And justify the paragraph after the change (and set fill column to 80 instead of 70). Noticed by: rpokala@, vangyzen@

svn commit: r345298 - head/sys/dev/pci

2019-03-19 Thread Warner Losh
Author: imp Date: Tue Mar 19 15:03:20 2019 New Revision: 345298 URL: https://svnweb.freebsd.org/changeset/base/345298 Log: Add comment about why we bother to use endian macros here, and why we must use bitfields. Modified: head/sys/dev/pci/pcivar.h Modified: head/sys/dev/pci/pcivar.h

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Warner Losh
On Fri, Mar 15, 2019 at 11:27 AM Rodney W. Grimes wrote: > > On Fri, Mar 15, 2019 at 9:56 AM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes < > > > free...@gndrsh.dnsmgr.net> > > > > wrote: > > > > > > > > > > Author: chuck

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Warner Losh
On Fri, Mar 15, 2019 at 9:56 AM Rodney W. Grimes wrote: > > On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > Author: chuck > > > > Date: Fri Mar 15 02:11:28 2019 > > > > New Revision: 345171 > > > > URL:

Re: svn commit: r345171 - head/usr.sbin/bhyve

2019-03-15 Thread Warner Losh
On Thu, Mar 14, 2019 at 8:32 PM Rodney W. Grimes wrote: > > Author: chuck > > Date: Fri Mar 15 02:11:28 2019 > > New Revision: 345171 > > URL: https://svnweb.freebsd.org/changeset/base/345171 > > > > Log: > > Fix bhyve PCIe capability emulation > > > > PCIe devices starting with version 1.1

Re: svn commit: r345138 - head/share/man/man9

2019-03-14 Thread Warner Losh
On Thu, Mar 14, 2019 at 9:36 PM Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Thu, 14 Mar 2019 at 22:39, Rodney W. Grimes > > wrote: > > > > > > 4. There is no easy way to show > > >"changed byte at offset 0x432 from 0xef to 0xfe" > > How do we represent

Re: svn commit: r345138 - head/share/man/man9

2019-03-14 Thread Warner Losh
On Thu, Mar 14, 2019 at 9:31 PM Ed Maste wrote: > On Thu, 14 Mar 2019 at 22:39, Rodney W. Grimes > wrote: > > > > 4. There is no easy way to show > >"changed byte at offset 0x432 from 0xef to 0xfe" > > But this is not that easy with uuencoded files, either - I'd just end > up uudecoding

Re: svn commit: r345138 - head/share/man/man9

2019-03-14 Thread Warner Losh
On Thu, Mar 14, 2019 at 9:14 PM Ed Maste wrote: > On Thu, 14 Mar 2019 at 22:46, Warner Losh wrote: > > > > Libarchive tests and a few bzip2 files are all that is left in contrib. > All can be converted without hassle from what I can see. > > But these (libarchive

Re: svn commit: r345138 - head/share/man/man9

2019-03-14 Thread Warner Losh
On Thu, Mar 14, 2019, 8:35 PM Rodney W. Grimes wrote: > > On Thu, 14 Mar 2019 at 22:10, Rodney W. Grimes > > wrote: > > > > > > Covered this in my reply to Warners reply. I think we also need to > > > look at how this might affect vendor imported stuff, is there some if > > > it that was

Re: svn commit: r345138 - head/share/man/man9

2019-03-14 Thread Warner Losh
On Thu, Mar 14, 2019, 7:38 PM Rodney W. Grimes wrote: > > I think maybe there was also a limitation on the > (repo-replication-over-email?) mechanism that we used to use? That rings a > very faint bell for me for some reason, even though I'm pretty sure it was > dead long before I got my bit. >

Re: svn commit: r345138 - head/share/man/man9

2019-03-14 Thread Warner Losh
On Thu, Mar 14, 2019 at 3:43 PM Ed Maste wrote: > On Thu, 14 Mar 2019 at 14:55, Rodney W. Grimes > wrote: > > > > We should of documented what the decision process and criteria was > > that lead to the decission to uuencode the files. > > Doing some archaeology, the first instance of a

Re: svn commit: r345138 - head/share/man/man9

2019-03-14 Thread Warner Losh
CTM was fixed years ago... Warner On Thu, Mar 14, 2019, 1:32 PM Ravi Pokala wrote: > I think maybe there was also a limitation on the > (repo-replication-over-email?) mechanism that we used to use? That rings a > very faint bell for me for some reason, even though I'm pretty sure it was > dead

svn commit: r345081 - head/bin/date

2019-03-12 Thread Warner Losh
Author: imp Date: Tue Mar 12 21:03:56 2019 New Revision: 345081 URL: https://svnweb.freebsd.org/changeset/base/345081 Log: Remove the -d and -t flags from the man page Remove -d and -t flags that were removed in r345050. Noticed by: rgrimes@ Modified: head/bin/date/date.1

Re: svn commit: r345050 - head/bin/date

2019-03-12 Thread Warner Losh
On Tue, Mar 12, 2019, 9:43 AM John Baldwin wrote: > On 3/11/19 10:43 PM, Warner Losh wrote: > > On Mon, Mar 11, 2019 at 11:25 PM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > >>>> Author: imp > >>>> Date: Tue Mar 12

svn commit: r345053 - head

2019-03-12 Thread Warner Losh
Author: imp Date: Tue Mar 12 06:01:43 2019 New Revision: 345053 URL: https://svnweb.freebsd.org/changeset/base/345053 Log: Tweak wording a little. Submitted by: peterj@ Modified: head/UPDATING Modified: head/UPDATING

Re: svn commit: r344970 - head

2019-03-12 Thread Warner Losh
On Mon, Mar 11, 2019 at 2:17 AM Peter Jeremy wrote: > On 2019-Mar-10 09:38:53 -0600, Warner Losh wrote: > >On Sun, Mar 10, 2019 at 9:07 AM Alexey Dokuchaev > wrote: > > > >> On Sat, Mar 09, 2019 at 12:00:27PM -0800, Rodney W. Grimes wrote: > >> > >

Re: svn commit: r345050 - head/bin/date

2019-03-11 Thread Warner Losh
On Mon, Mar 11, 2019 at 11:25 PM Rodney W. Grimes wrote: > > > Author: imp > > > Date: Tue Mar 12 04:49:59 2019 > > > New Revision: 345050 > > > URL: https://svnweb.freebsd.org/changeset/base/345050 > > > > > > Log: > > > Remove now useless -d and -t flags. > > > > > > These were used to set

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

2019-03-11 Thread Warner Losh
On Mon, Mar 11, 2019 at 11:10 PM Warner Losh wrote: > Author: imp > Date: Tue Mar 12 05:10:41 2019 > New Revision: 345052 > URL: https://svnweb.freebsd.org/changeset/base/345052 > > Log: > Fix botched merge with 355066 > It was actually 335066. And since this

svn commit: r345052 - head/sys/kern

2019-03-11 Thread Warner Losh
Author: imp Date: Tue Mar 12 05:10:41 2019 New Revision: 345052 URL: https://svnweb.freebsd.org/changeset/base/345052 Log: Fix botched merge with 355066 When merging from Netflix's tree, resetting the carsize was dropped accidentally. This fix fixes that revision by properly resetting

svn commit: r345051 - head/sbin/camcontrol

2019-03-11 Thread Warner Losh
Author: imp Date: Tue Mar 12 04:57:05 2019 New Revision: 345051 URL: https://svnweb.freebsd.org/changeset/base/345051 Log: Add -l to camcontrol readcap. The -l flag sends only the READ CAPACITY (16) sevice action. Normally we send the READ CAPACITY (10) command, and only send RC16 when

svn commit: r345049 - in head/sys: amd64/linux32 compat/freebsd32 kern sys

2019-03-11 Thread Warner Losh
Author: imp Date: Tue Mar 12 04:49:47 2019 New Revision: 345049 URL: https://svnweb.freebsd.org/changeset/base/345049 Log: Kill tz_minuteswest and tz_dsttime. Research Unix, 7th Edition introduced TIMEZONE and DSTFLAG compile-time constants in sys/param.h to communicate these values for

svn commit: r345050 - head/bin/date

2019-03-11 Thread Warner Losh
Author: imp Date: Tue Mar 12 04:49:59 2019 New Revision: 345050 URL: https://svnweb.freebsd.org/changeset/base/345050 Log: Remove now useless -d and -t flags. These were used to set dst flag and minutes west of UTC respectively. These are obsolete and have been removed form the kernel.

svn commit: r345025 - head/sys/cam/scsi

2019-03-11 Thread Warner Losh
Author: imp Date: Mon Mar 11 20:57:54 2019 New Revision: 345025 URL: https://svnweb.freebsd.org/changeset/base/345025 Log: Upgrade Chipfancier SLC quirk to all versions The 16GB, 32GB and 128GB versions of this product all have the same problem. For some reason, the RC10 size is correct,

Re: svn commit: r344990 - in head: share/man/man9 sys/dev/ath sys/dev/bwi sys/dev/bwn sys/dev/ipw sys/dev/iwi sys/dev/iwm sys/dev/iwn sys/dev/malo sys/dev/mwl sys/dev/otus sys/dev/ral sys/dev/rtwn sys

2019-03-10 Thread Warner Losh
On Sun, Mar 10, 2019 at 8:12 PM Rodney W. Grimes wrote: > > Author: avos > > Date: Mon Mar 11 01:27:01 2019 > > New Revision: 344990 > > URL: https://svnweb.freebsd.org/changeset/base/344990 > > > > Log: > > Fix ieee80211_radiotap(9) usage in wireless drivers: > > > > - Alignment issues: > >

Re: svn commit: r344970 - head

2019-03-10 Thread Warner Losh
On Sun, Mar 10, 2019 at 9:07 AM Alexey Dokuchaev wrote: > On Sat, Mar 09, 2019 at 12:00:27PM -0800, Rodney W. Grimes wrote: > > > New Revision: 344970 > > > URL: https://svnweb.freebsd.org/changeset/base/344970 > > > > > > Log: > > > Misc fixes based on upgrading a laptop from 11.1R to

Re: svn commit: r344970 - head

2019-03-09 Thread Warner Losh
On Sat, Mar 9, 2019 at 10:25 AM Enji Cooper wrote: > > > On Mar 9, 2019, at 9:17 AM, Warner Losh wrote: > > > > Author: imp > > Date: Sat Mar 9 17:17:44 2019 > > New Revision: 344970 > > URL: https://svnweb.freebsd.org/changeset/base/344970 > >

Re: svn commit: r344972 - head

2019-03-09 Thread Warner Losh
On Sat, Mar 9, 2019 at 10:32 AM Alan Somers wrote: > On Sat, Mar 9, 2019 at 10:18 AM Warner Losh wrote: > > > > Author: imp > > Date: Sat Mar 9 17:17:59 2019 > > New Revision: 344972 > > URL: https://svnweb.freebsd.org/changeset/base/344972 > > > >

svn commit: r344972 - head

2019-03-09 Thread Warner Losh
Author: imp Date: Sat Mar 9 17:17:59 2019 New Revision: 344972 URL: https://svnweb.freebsd.org/changeset/base/344972 Log: Augment ino64 entry When updating across this change (the introduction of ino64), the "fast and loose" practice of rebooting to multiuser and then doing an

svn commit: r344971 - head

2019-03-09 Thread Warner Losh
Author: imp Date: Sat Mar 9 17:17:55 2019 New Revision: 344971 URL: https://svnweb.freebsd.org/changeset/base/344971 Log: Fix a number of entries (almost all mine) that were > 80 columns. When reading UPDATING from single user in vi, I noticed a few wrapped, so fix them to not wrap.

svn commit: r344970 - head

2019-03-09 Thread Warner Losh
Author: imp Date: Sat Mar 9 17:17:44 2019 New Revision: 344970 URL: https://svnweb.freebsd.org/changeset/base/344970 Log: Misc fixes based on upgrading a laptop from 11.1R to -current Add note about needing to start zfs because mount -a doesn't do that. Add the word 'supported' before

svn commit: r344955 - head/sys/dev/nvme

2019-03-08 Thread Warner Losh
Author: imp Date: Sat Mar 9 01:18:16 2019 New Revision: 344955 URL: https://svnweb.freebsd.org/changeset/base/344955 Log: Don't print all the I/O we abort on a reset, unless we're out of retries. When resetting the controller, we abort I/O. Prior to this fix, we printed a ton of abort

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

2019-03-03 Thread Warner Losh
On Sun, Mar 3, 2019, 1:29 PM Ian Lepore wrote: > On Sun, 2019-03-03 at 12:20 -0800, Enji Cooper wrote: > > > On Mar 3, 2019, at 11:12, Steven Hartland > > > wrote: > > > > > > Not really much more to say that isn't explained by that and the > > > code. > > > > > > Sure I could have used a

svn commit: r344736 - head/sys/dev/nvme

2019-03-03 Thread Warner Losh
Author: imp Date: Sun Mar 3 03:36:33 2019 New Revision: 344736 URL: https://svnweb.freebsd.org/changeset/base/344736 Log: Add ABORTED_BY_REQUEST to the list of things we look at DNR bit and tell why to comment (code already does this) Modified: head/sys/dev/nvme/nvme_qpair.c Modified:

svn commit: r344653 - head/sbin/nvmecontrol

2019-02-27 Thread Warner Losh
Author: imp Date: Thu Feb 28 02:29:48 2019 New Revision: 344653 URL: https://svnweb.freebsd.org/changeset/base/344653 Log: Add SPDX tag. Modified: head/sbin/nvmecontrol/nc_util.c Modified: head/sbin/nvmecontrol/nc_util.c

svn commit: r344642 - head/sys/dev/nvme

2019-02-27 Thread Warner Losh
Author: imp Date: Wed Feb 27 22:16:59 2019 New Revision: 344642 URL: https://svnweb.freebsd.org/changeset/base/344642 Log: Unconditionally support unmapped BIOs. This was another shim for supporting older kernels. However, all supported versions of FreeBSD have unmapped I/Os (as do several

svn commit: r344640 - head/sys/dev/nvme

2019-02-27 Thread Warner Losh
Author: imp Date: Wed Feb 27 22:05:01 2019 New Revision: 344640 URL: https://svnweb.freebsd.org/changeset/base/344640 Log: Remove #ifdef code to support FreeBSD versions that haven't been supported in years. A number of changes have been made to the driver that likely wouldn't work on those

svn commit: r344637 - head/sys/dev/drm2/radeon

2019-02-27 Thread Warner Losh
Author: imp Date: Wed Feb 27 21:52:08 2019 New Revision: 344637 URL: https://svnweb.freebsd.org/changeset/base/344637 Log: Remove empty directories. Deleted: head/sys/dev/drm2/radeon/ ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r344567 - in head: etc/mtree include sbin sbin/veriexec

2019-02-26 Thread Warner Losh
On Tue, Feb 26, 2019, 6:50 AM Alexey Dokuchaev wrote: > On Mon, Feb 25, 2019 at 10:19:45PM -0800, Rodney W. Grimes wrote: > > > Author: sjg > > > Date: Tue Feb 26 06:17:23 2019 > > > New Revision: 344567 > > > URL: https://svnweb.freebsd.org/changeset/base/344567 > > > > > > Log: > > > Add

Re: svn commit: r344562 - head/sys/ufs/ffs

2019-02-26 Thread Warner Losh
On Tue, Feb 26, 2019, 12:49 AM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Mon, 25 Feb 2019, Jason Harmening wrote: > > > > > On 2/25/19 9:46 PM, Bruce Evans wrote: > > >> > > >> block_size <= PAGE_SIZE is very uncommon for ffs, even on systems > with > > >> large > > >>

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-02-26 Thread Warner Losh
On Tue, Feb 26, 2019 at 8:46 AM Shawn Webb wrote: > On Mon, Feb 25, 2019 at 06:18:42PM -0800, Rodney W. Grimes wrote: > > > > The modest increase in activation energy for that task seems worth it > > > > for the short-term gains of reduced integration cost (this code will > > > > greatly improve

svn commit: r344469 - head/sbin/nvmecontrol

2019-02-22 Thread Warner Losh
Author: imp Date: Fri Feb 22 15:15:36 2019 New Revision: 344469 URL: https://svnweb.freebsd.org/changeset/base/344469 Log: Rework logpage extensibility. Move from using a linker set to a constructor function that's called. This simplifies the code and is slightly more obvious. We now

Re: svn commit: r344389 - head/usr.sbin/newsyslog

2019-02-20 Thread Warner Losh
On Wed, Feb 20, 2019, 9:59 PM Enji Cooper > > On Feb 20, 2019, at 5:17 PM, Bruce Evans wrote: > > > > On Wed, 20 Feb 2019, David Bright wrote: > > > >> Log: > >> Complete fix for CID 1007454, CID 1007453: Resource leak in newsyslog > >> > >> The result of a strdup() was stored in a global

svn commit: r344304 - in head/sys: amd64/conf i386/conf

2019-02-19 Thread Warner Losh
Author: imp Date: Tue Feb 19 21:20:50 2019 New Revision: 344304 URL: https://svnweb.freebsd.org/changeset/base/344304 Log: Remove drm from LINT kernels drm was accidentally left in the LINT kernels. Pointy hat to: imp Modified: head/sys/amd64/conf/NOTES head/sys/i386/conf/NOTES

svn commit: r344298 - in head/sys: conf modules modules/drm2 modules/drm2/drm2 modules/drm2/i915kms modules/drm2/radeonkms modules/drm2/radeonkmsfw modules/drm2/radeonkmsfw/ARUBA_me modules/drm2/ra...

2019-02-19 Thread Warner Losh
Author: imp Date: Tue Feb 19 19:36:56 2019 New Revision: 344298 URL: https://svnweb.freebsd.org/changeset/base/344298 Log: Remove drm2 modules. Remove support for compiling drm2 as a module. This has transitioned to the drm-kmod or drm-legacy-kmodw ports. Approved by: graphics team

svn commit: r344297 - in head/sys: conf dev/drm modules modules/drm modules/drm/drm modules/drm/mach64 modules/drm/mga modules/drm/r128 modules/drm/savage modules/drm/sis modules/drm/tdfx modules/d...

2019-02-19 Thread Warner Losh
Author: imp Date: Tue Feb 19 19:36:43 2019 New Revision: 344297 URL: https://svnweb.freebsd.org/changeset/base/344297 Log: Per discussions on arch@ and elsewhere, retire drm module / drives. Retire the drm modules / drivers. These are now handled by the drm-legacy-kmod port and/or the

svn commit: r344300 - in head: . sys/sys

2019-02-19 Thread Warner Losh
Author: imp Date: Tue Feb 19 19:37:09 2019 New Revision: 344300 URL: https://svnweb.freebsd.org/changeset/base/344300 Log: Add an UPDATING entry for the removal of drm and drm2 Also bump FreeBSD version to 1300013 since this series is a big change. Modified: head/UPDATING

svn commit: r344299 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/drm2/radeon/reg_srcs

2019-02-19 Thread Warner Losh
Author: imp Date: Tue Feb 19 19:37:02 2019 New Revision: 344299 URL: https://svnweb.freebsd.org/changeset/base/344299 Log: Remove the i915 and radeon drivers. Per discussions on arch@ and elsewhere, the maintenance of this code has moved to the drm-kmod and drm-legacy-kmod ports. Remove

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Warner Losh
On Mon, Feb 18, 2019 at 10:51 AM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Mon, Feb 18, 2019 at 7:31 AM Ian Lepore wrote: > > > > > On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: > > > > > On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > > > > > > > > > Author: ian

Re: svn commit: r344238 - head/stand/common

2019-02-18 Thread Warner Losh
On Mon, Feb 18, 2019 at 7:31 AM Ian Lepore wrote: > On Mon, 2019-02-18 at 15:09 +0200, Toomas Soome wrote: > > > On 18 Feb 2019, at 01:32, Ian Lepore wrote: > > > > > > Author: ian > > > Date: Sun Feb 17 23:32:09 2019 > > > New Revision: 344238 > > > URL:

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

2019-02-18 Thread Warner Losh
On Mon, Feb 18, 2019 at 12:17 AM Devin Teske wrote: > > > > On 17 Feb 2019, at 9:18 PM, Warner Losh wrote: > > > > We did a lot of that traditionally in the FORTH loader too, and weren't > always that good about it. > > Uh, no. I only clear regions of the scree

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

2019-02-17 Thread Warner Losh
On Sun, Feb 17, 2019 at 8:42 PM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote: > > > > > > Author: kevans > > > Date: Mon Feb 18 02:59:47 2019 > > > New Revision: 344243 > > > URL: https://svnweb.freebsd.org/changeset/base/344243 >

Re: svn commit: r344188 - in head: lib/libc/sys sys/vm

2019-02-16 Thread Warner Losh
On Sat, Feb 16, 2019, 10:08 AM Ian Lepore On Sun, 2019-02-17 at 02:58 +1100, Bruce Evans wrote: > > Slowness is relative. In FreeBSD-1, floppy disk devices were still in > > use and were especially slow. Now hard disks are slow relative to fast > > SSDs. But the number of buffers was

Re: svn commit: r344191 - head/sbin/nvmecontrol

2019-02-16 Thread Warner Losh
On Fri, Feb 15, 2019, 9:55 PM Enji Cooper > > On Feb 15, 2019, at 16:15, Warner Losh wrote: > > > > Author: imp > > Date: Sat Feb 16 00:15:02 2019 > > New Revision: 344191 > > URL: https://svnweb.freebsd.org/changeset/base/344191 > > > > Log:

Re: svn commit: r344191 - head/sbin/nvmecontrol

2019-02-16 Thread Warner Losh
On Fri, Feb 15, 2019, 11:42 PM Enji Cooper > On Feb 15, 2019, at 10:25 PM, Warner Losh wrote: > > On Fri, Feb 15, 2019, 9:55 PM Enji Cooper >> >> > On Feb 15, 2019, at 16:15, Warner Losh wrote: >> > >> > Author: imp >> > Date: Sat Feb 16 00:1

svn commit: r344191 - head/sbin/nvmecontrol

2019-02-15 Thread Warner Losh
Author: imp Date: Sat Feb 16 00:15:02 2019 New Revision: 344191 URL: https://svnweb.freebsd.org/changeset/base/344191 Log: Remove write-only s_flag. Modified: head/sbin/nvmecontrol/firmware.c Modified: head/sbin/nvmecontrol/firmware.c

Re: svn commit: r344129 - head

2019-02-14 Thread Warner Losh
On Thu, Feb 14, 2019, 1:42 PM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net wrote: > > On Thu, Feb 14, 2019 at 12:00:22PM -0700, Warner Losh wrote: > > > On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes < > > > > > Differential Review: https://reviews.fr

Re: svn commit: r344129 - head

2019-02-14 Thread Warner Losh
On Thu, Feb 14, 2019, 1:48 PM Juli Mallett On Thu, 14 Feb 2019 at 12:42, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > >> > On Thu, Feb 14, 2019 at 12:00:22PM -0700, Warner Losh wrote: >> > > On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes &

Re: svn commit: r344129 - head

2019-02-14 Thread Warner Losh
On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > Author: imp > > Date: Thu Feb 14 17:04:04 2019 > > New Revision: 344129 > > URL: https://svnweb.freebsd.org/changeset/base/344129 > > > > Log: > > Fix small typo. > > A small request, when we fix a

svn commit: r344129 - head

2019-02-14 Thread Warner Losh
Author: imp Date: Thu Feb 14 17:04:04 2019 New Revision: 344129 URL: https://svnweb.freebsd.org/changeset/base/344129 Log: Fix small typo. Differential Review: https://reviews.freebsd.org/D19193 Modified: head/UPDATING Modified: head/UPDATING

svn commit: r344070 - head/sys/cam

2019-02-12 Thread Warner Losh
Author: imp Date: Wed Feb 13 00:10:12 2019 New Revision: 344070 URL: https://svnweb.freebsd.org/changeset/base/344070 Log: Fix panic message. The panic message lead people to believe some userland CAM request had caused a problem when in reallity it was for a kernel request (eg the

<    5   6   7   8   9   10   11   12   13   14   >