svn commit: r325125 - head/sys/conf

2017-10-29 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:51:03 2017 New Revision: 325125 URL: https://svnweb.freebsd.org/changeset/base/325125 Log: Remove unnecessary C in .fwo file I accidentally made consistent MFC after:1 month MFC with: r325122, r325124 Modified: head/sys/conf/files Modified: hea

svn commit: r325124 - head/sys/conf

2017-10-29 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:48:38 2017 New Revision: 325124 URL: https://svnweb.freebsd.org/changeset/base/325124 Log: Fix a bad copy-paste (8000C -> 8265) done in r325122 This fixes the clean rule for "device iwm8265fw". MFC after:1 month MFC with: r325122 Modified:

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

2017-10-29 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:43:40 2017 New Revision: 325123 URL: https://svnweb.freebsd.org/changeset/base/325123 Log: Reference iwm8265fw support in iwm(4) as well This documentation update is similar to what was done in iwmfw(4) in r325121. MFC after:1 month MFC with:

svn commit: r325122 - head/sys/conf

2017-10-29 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:35:09 2017 New Revision: 325122 URL: https://svnweb.freebsd.org/changeset/base/325122 Log: Fill in the blanks for iwm8265fw(4) rules, missed in r324434 Now using "device iwmfw" or "device iwm8265fw" in one's kernel configuration will potentially result in

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

2017-10-29 Thread Ngie Cooper
Author: ngie Date: Mon Oct 30 06:06:37 2017 New Revision: 325121 URL: https://svnweb.freebsd.org/changeset/base/325121 Log: iwmfw(4): update support info - Document iwm8265fw firmware knobs. - Note that 8000 series cards are also covered by the iwmfw(4) firmware module set. Modified:

Re: svn commit: r325119 - head/share/examples

2017-10-29 Thread Cy Schubert
In message <201710300430.v9u4uylp050...@repo.freebsd.org>, Eitan Adler writes: > Author: eadler > Date: Mon Oct 30 04:30:34 2017 > New Revision: 325119 > URL: https://svnweb.freebsd.org/changeset/base/325119 > > Log: > Unbreak install > > Reported by:cy > > Modified: > head/shar

svn commit: r325119 - head/share/examples

2017-10-29 Thread Eitan Adler
Author: eadler Date: Mon Oct 30 04:30:34 2017 New Revision: 325119 URL: https://svnweb.freebsd.org/changeset/base/325119 Log: Unbreak install Reported by: cy Modified: head/share/examples/Makefile Modified: head/share/examples/Makefile ==

svn commit: r325118 - in head/sys: contrib/ncsw/Peripherals/BM contrib/ncsw/Peripherals/FM contrib/ncsw/Peripherals/FM/HC contrib/ncsw/Peripherals/FM/MAC contrib/ncsw/Peripherals/FM/MACSEC contrib/...

2017-10-29 Thread Justin Hibbits
Author: jhibbits Date: Mon Oct 30 03:41:04 2017 New Revision: 325118 URL: https://svnweb.freebsd.org/changeset/base/325118 Log: Update DPAA SDK to SDK 2.0 This adds some support for ARM as well as 64-bit. 64-bit on PowerPC is currently not working, and ARM support has not been completed

svn commit: r325117 - head/sys/cam/ata

2017-10-29 Thread Warner Losh
Author: imp Date: Mon Oct 30 03:25:22 2017 New Revision: 325117 URL: https://svnweb.freebsd.org/changeset/base/325117 Log: Send IDLE IMMEDIATE for warm boot. We must send either an IDLE IMMEDIATE or a STANDBY IMMEDIATE to drives on warm boot so their SMART and other volatile data is per

svn commit: r325115 - head/tools/boot

2017-10-29 Thread Warner Losh
Author: imp Date: Mon Oct 30 03:12:34 2017 New Revision: 325115 URL: https://svnweb.freebsd.org/changeset/base/325115 Log: Fix parallel build issues and add MK_ZFS=no case To ensure that I don't break the MK_ZFS=no case (currently working), add that to the build, at least for i386 and amd

svn commit: r325116 - head

2017-10-29 Thread Warner Losh
Author: imp Date: Mon Oct 30 03:12:38 2017 New Revision: 325116 URL: https://svnweb.freebsd.org/changeset/base/325116 Log: Return proper status from buildenv. make buildenv BUILDENV_SHELL= more useful. Remove '|| true' from the command line so that errors are properly returned. There ap

svn commit: r325114 - in head/sys/boot: mips/beri/boot2 mips/beri/loader mips/uboot ofw/libofw powerpc/boot1.chrp powerpc/kboot powerpc/ofw powerpc/ps3 powerpc/uboot sparc64/boot1 sparc64/loader

2017-10-29 Thread Warner Losh
Author: imp Date: Mon Oct 30 03:12:28 2017 New Revision: 325114 URL: https://svnweb.freebsd.org/changeset/base/325114 Log: Use defs.mk defins in most MD code Use defines from defs.mk in most MD code (the biggest exception is x86, which will be its own commit due to its size). Prefer inclu

svn commit: r325113 - head/sys/dev/flash

2017-10-29 Thread Justin Hibbits
Author: jhibbits Date: Mon Oct 30 02:31:08 2017 New Revision: 325113 URL: https://svnweb.freebsd.org/changeset/base/325113 Log: Add Microchip 1-MBit SPI flash ID Used on the AmigaOne X5000. Modified: head/sys/dev/flash/mx25l.c Modified: head/sys/dev/flash/mx25l.c ===

Re: svn commit: r325108 - head/sys/amd64/vmm/io

2017-10-29 Thread Peter Grehan
Hi Ian, In fact I did check maintainers, and I just now checked it again, and seeing nothing on-point, wrote a really snarky reply. Luckily, before hitting send I realized you wouldn't have said anything unless there was an entry in there, so I checked like 4 more times before I noticed the lin

Re: svn commit: r325097 - head

2017-10-29 Thread Alexey Dokuchaev
On Sun, Oct 29, 2017 at 05:57:06AM -0600, Warner Losh wrote: > On Oct 29, 2017 2:25 AM, "Eitan Adler" wrote: > > New Revision: 325097 > URL: https://svnweb.freebsd.org/changeset/base/325097 > > Log: > Update UPDATING > > - Remove FreeBSD 4.x of building the kernel. > > > It is not the 4.x

Re: svn commit: r325108 - head/sys/amd64/vmm/io

2017-10-29 Thread Ian Lepore
On Sun, 2017-10-29 at 15:15 -0700, Peter Grehan wrote: > > > > > > > >    Improve the performance of the hpet timer in bhyve guests by making the > > >    timer frequency a power of two.  This changes the frequency from 10 to > > >    16.7 MHz (2 ^ 24 HZ).  Using a power of two avoids roundoff er

Re: svn commit: r325111 - head/share/examples/printing

2017-10-29 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: eadler > Date: Mon Oct 30 00:36:08 2017 > New Revision: 325111 > URL: https://svnweb.freebsd.org/changeset/base/325111 > > Log: > Remove now bogus README > > The SGML referenced was removed in r4719 of the doc repo. > > Deleted: > he

svn commit: r325112 - head/sys/powerpc/include

2017-10-29 Thread Justin Hibbits
Author: jhibbits Date: Mon Oct 30 01:55:38 2017 New Revision: 325112 URL: https://svnweb.freebsd.org/changeset/base/325112 Log: Add P5010/P5010E for completeness Modified: head/sys/powerpc/include/spr.h Modified: head/sys/powerpc/include/spr.h

svn commit: r325111 - head/share/examples/printing

2017-10-29 Thread Eitan Adler
Author: eadler Date: Mon Oct 30 00:36:08 2017 New Revision: 325111 URL: https://svnweb.freebsd.org/changeset/base/325111 Log: Remove now bogus README The SGML referenced was removed in r4719 of the doc repo. Deleted: head/share/examples/printing/README ___

Re: svn commit: r325108 - head/sys/amd64/vmm/io

2017-10-29 Thread Peter Grehan
  Improve the performance of the hpet timer in bhyve guests by making the   timer frequency a power of two.  This changes the frequency from 10 to   16.7 MHz (2 ^ 24 HZ).  Using a power of two avoids roundoff errors when   doing arithmetic in sbintime_t units.   Testing shows this can fix

Re: svn commit: r325107 - head

2017-10-29 Thread Eitan Adler
On 29 October 2017 at 14:17, Warner Losh wrote: > >> >> Also remove references to 9.x > > > That's wrong. Please put them back. We "support" building from the tip of > releng/9 still. [60390 14:25:32.777 eax@FlyingEagle ~/svn/fbsd/head]∴svn ci -- UPDATING (svn:head)-[head:325108]-[3

svn commit: r325110 - head

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 21:25:58 2017 New Revision: 325110 URL: https://svnweb.freebsd.org/changeset/base/325110 Log: Revert removal of 9.x references in UPDATING Requested by: imp Modified: head/UPDATING Modified: head/UPDATING ==

svn commit: r325109 - head/rescue

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 21:21:39 2017 New Revision: 325109 URL: https://svnweb.freebsd.org/changeset/base/325109 Log: rescue: say gbye to 'boot floppies' and moderize Modified: head/rescue/README Modified: head/rescue/README ===

Re: svn commit: r325107 - head

2017-10-29 Thread Warner Losh
On Sun, Oct 29, 2017 at 2:40 PM, Eitan Adler wrote: > Author: eadler > Date: Sun Oct 29 20:40:56 2017 > New Revision: 325107 > URL: https://svnweb.freebsd.org/changeset/base/325107 > > Log: > Update the updating URL in UPDATING > That's fine. > Also remove references to 9.x > That's wrong

Re: svn commit: r325108 - head/sys/amd64/vmm/io

2017-10-29 Thread Ian Lepore
On Sun, 2017-10-29 at 20:50 +, Ian Lepore wrote: > Author: ian > Date: Sun Oct 29 20:50:03 2017 > New Revision: 325108 > URL: https://svnweb.freebsd.org/changeset/base/325108 > > Log: >   Improve the performance of the hpet timer in bhyve guests by making the >   timer frequency a power of two

svn commit: r325108 - head/sys/amd64/vmm/io

2017-10-29 Thread Ian Lepore
Author: ian Date: Sun Oct 29 20:50:03 2017 New Revision: 325108 URL: https://svnweb.freebsd.org/changeset/base/325108 Log: Improve the performance of the hpet timer in bhyve guests by making the timer frequency a power of two. This changes the frequency from 10 to 16.7 MHz (2 ^ 24 HZ). Usi

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Cy Schubert
In message , Eitan Adler writes: > On 29 October 2017 at 12:47, Devin Teske wrote: > > > I doubt many people use /bin/sh as an interactive shell, but the tip > ought not lead those who do astray > > Will fix. > > >>> > >>> Yes. /bin/sh on FreeBSD doesn't grok it, though bash and

svn commit: r325107 - head

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 20:40:56 2017 New Revision: 325107 URL: https://svnweb.freebsd.org/changeset/base/325107 Log: Update the updating URL in UPDATING Also remove references to 9.x Modified: head/UPDATING Modified: head/UPDATING ===

svn commit: r325106 - head

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 20:29:31 2017 New Revision: 325106 URL: https://svnweb.freebsd.org/changeset/base/325106 Log: Correct the URLs for both READMEs for tracking src Previously there were two different URLs in two different READMEs, neither of which went anywhere. Modified:

svn commit: r325105 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 20:20:51 2017 New Revision: 325105 URL: https://svnweb.freebsd.org/changeset/base/325105 Log: The !! trick does not apply to all shells Requested by: emaste Modified: head/usr.bin/fortune/datfiles/freebsd-tips Modified: head/usr.bin/fortune/datfiles/freeb

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Eitan Adler
On 29 October 2017 at 12:47, Devin Teske wrote: I doubt many people use /bin/sh as an interactive shell, but the tip ought not lead those who do astray Will fix. >>> >>> Yes. /bin/sh on FreeBSD doesn't grok it, though bash and some other shells >>> available as ports do. I think

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Devin Teske
> On Oct 29, 2017, at 11:51 AM, Cy Schubert wrote: > > In message om> > , Warner Losh writes: >> --94eb2c114c9a7c3c21055cb3566c >> Content-Type: text/plain; charset="UTF-8" >> On Sun, Oct 29, 2017 at 8:26 AM, Ed Maste wrote: On 29 October 2017 at 00:53, Eitan Adler wrote: >>>

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Steven Hartland
I’ve still had to use rehash on several occasions for it to detect new apps, so remove that reference might be a mistake On Sun, 29 Oct 2017 at 18:51, Cy Schubert wrote: > In message > om> > , Warner Losh writes: > > --94eb2c114c9a7c3c21055cb3566c > > Content-Type: text/plain; charset="UTF-8" >

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Ian Lepore
On Sun, 2017-10-29 at 11:51 -0700, Cy Schubert wrote: > In message gmail.c > om> > , Warner Losh writes: > > > > --94eb2c114c9a7c3c21055cb3566c > > Content-Type: text/plain; charset="UTF-8" > > > > On Sun, Oct 29, 2017 at 8:26 AM, Ed Maste > > wrote: > > > > > > > > On 29 October 2017 at 00:5

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Cy Schubert
In message , Warner Losh writes: > --94eb2c114c9a7c3c21055cb3566c > Content-Type: text/plain; charset="UTF-8" > > On Sun, Oct 29, 2017 at 8:26 AM, Ed Maste wrote: > > > On 29 October 2017 at 00:53, Eitan Adler wrote: > > > Author: eadler > > > Date: Sun Oct 29 04:53:33 2017 > > > New Revision:

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Warner Losh
On Sun, Oct 29, 2017 at 8:26 AM, Ed Maste wrote: > On 29 October 2017 at 00:53, Eitan Adler wrote: > > Author: eadler > > Date: Sun Oct 29 04:53:33 2017 > > New Revision: 325092 > > URL: https://svnweb.freebsd.org/changeset/base/325092 > > > > Log: > > Modernize freebsd-tips a bit > ... > > %

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-29 Thread Ed Maste
On 29 October 2017 at 00:53, Eitan Adler wrote: > Author: eadler > Date: Sun Oct 29 04:53:33 2017 > New Revision: 325092 > URL: https://svnweb.freebsd.org/changeset/base/325092 > > Log: > Modernize freebsd-tips a bit ... > % > Want to run the same command again? > -In tcsh you can type "!!". >

svn commit: r325103 - head/lib/libthr/arch/arm/include

2017-10-29 Thread Michal Meloun
Author: mmel Date: Sun Oct 29 14:26:37 2017 New Revision: 325103 URL: https://svnweb.freebsd.org/changeset/base/325103 Log: Fix misleading comment. Not a functional change. MFC after:3 days Modified: head/lib/libthr/arch/arm/include/pthread_md.h Modified: head/lib/libthr/arch/arm/

svn commit: r325102 - head/libexec/rtld-elf

2017-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Oct 29 12:07:27 2017 New Revision: 325102 URL: https://svnweb.freebsd.org/changeset/base/325102 Log: Plug memory leak on error case. Reported by: Coverity CID: 1382112 MFC after:2 weeks Modified: head/libexec/rtld-elf/libmap.c Modified: head/lib

svn commit: r325101 - head/sys/geom/mountver

2017-10-29 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Oct 29 12:03:06 2017 New Revision: 325101 URL: https://svnweb.freebsd.org/changeset/base/325101 Log: Add back missing MTX_DEF, it still needs to be there. (Although it's defined to be 0, so there's no functional change.) Reported by: glebius MFC after:2 w

Re: svn commit: r325097 - head

2017-10-29 Thread Warner Losh
On Oct 29, 2017 2:25 AM, "Eitan Adler" wrote: Author: eadler Date: Sun Oct 29 08:25:31 2017 New Revision: 325097 URL: https://svnweb.freebsd.org/changeset/base/325097 Log: Update UPDATING - Remove FreeBSD 4.x of building the kernel. It is not the 4.x way of building the kernel. It's a com

Re: svn commit: r325097 - head

2017-10-29 Thread Devin Teske
Can you describe said shooting of foot? Because... + I still build my kernels that way, because... + config can be given -C to retain the *entire* config file in the kernel, comments-and-all, because... + There has traditionally been no knob that can be set during the kernel targets of the top-l

svn commit: r325100 - head/lib/libcasper/libcasper

2017-10-29 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Oct 29 09:50:20 2017 New Revision: 325100 URL: https://svnweb.freebsd.org/changeset/base/325100 Log: Fix information about nv.h include. MFC after:1 week Modified: head/lib/libcasper/libcasper/libcasper.3 Modified: head/lib/libcasper/libcasper/libcasper.3 =

svn commit: r325097 - head

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 08:25:31 2017 New Revision: 325097 URL: https://svnweb.freebsd.org/changeset/base/325097 Log: Update UPDATING - Remove FreeBSD 4.x of building the kernel. While it might technically work, it is better to document the 'correct' way than how to shoot onesel

svn commit: r325096 - in head: . etc lib/csu/arm lib/csu/powerpc lib/csu/powerpc64 lib/libusb release/amd64 release/i386 release/powerpc release/sparc64 share/doc/papers/contents share/examples/BSD...

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 08:17:03 2017 New Revision: 325096 URL: https://svnweb.freebsd.org/changeset/base/325096 Log: Update several more URLs - Primarily http -> https - Primarily FreeBSD project URLs Modified: head/README head/README.md head/etc/printcap head/lib/csu/ar

svn commit: r325095 - in head/usr.bin: calendar calendar/calendars/pt_BR.UTF-8 fortune/datfiles mkcsmapper unifdef units xohtml

2017-10-29 Thread Eitan Adler
Author: eadler Date: Sun Oct 29 08:03:21 2017 New Revision: 325095 URL: https://svnweb.freebsd.org/changeset/base/325095 Log: Update URLs in usr.bin - http -> https - contents have moved locations - removal of URL if I could not find new location Modified: head/usr.bin/calendar/calen