svn commit: r333783 - in head: contrib/xz contrib/xz/src/common contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/common contrib/xz/src/liblzma/lzma contrib/xz/src/l...

2018-05-17 Thread Xin LI
Author: delphij Date: Fri May 18 06:10:16 2018 New Revision: 333783 URL: https://svnweb.freebsd.org/changeset/base/333783 Log: MFV r333779: xz 5.2.4. MFC after:2 weeks Modified: head/contrib/xz/COPYING head/contrib/xz/ChangeLog head/contrib/xz/README head/contrib/xz/THANKS he

svn commit: r333782 - head/sys/dev/cxgbe

2018-05-17 Thread Navdeep Parhar
Author: np Date: Fri May 18 06:09:15 2018 New Revision: 333782 URL: https://svnweb.freebsd.org/changeset/base/333782 Log: cxgbe(4): Implement ifnet callbacks that deal with send tags. An etid (ethoffload tid) is allocated for a send tag and it acquires a reference on the traffic class tha

Joy of Reading - Last Invitation

2018-05-17 Thread Stories for Everyone - AS8
 _ Pedagogical Project “The Joy of Reading” __ You are invited to visit our Blog   JOY OF READING   Dear Sir/Madam,   The team responsible for the Project "Joy of Reading" consists of a group of people dedicated to raise

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

2018-05-17 Thread Matt Macy
Author: mmacy Date: Fri May 18 04:13:58 2018 New Revision: 333781 URL: https://svnweb.freebsd.org/changeset/base/333781 Log: epoch(9): fix error in example and update API reference Submitted by: hps Approved by: sbruno Modified: head/share/man/man9/epoch.9 Modified: head/share/man/ma

svn commit: r333778 - in head/sys: conf dev/netmap

2018-05-17 Thread Matt Macy
Author: mmacy Date: Fri May 18 03:38:17 2018 New Revision: 333778 URL: https://svnweb.freebsd.org/changeset/base/333778 Log: netmap: pull fix for 32-bit support from upstream Approved by: sbruno Modified: head/sys/conf/makeLINT.mk head/sys/dev/netmap/if_ptnet.c head/sys/dev/netmap/n

svn commit: r333777 - head/sys/dev/vt/hw/vga

2018-05-17 Thread Ed Maste
Author: emaste Date: Fri May 18 02:58:26 2018 New Revision: 333777 URL: https://svnweb.freebsd.org/changeset/base/333777 Log: vt: add more cp437 mappings for vga textmode In UTF-8 locales mandoc uses a number of characters outside of the Basic Latin group, e.g. from general punctuation or

svn commit: r333776 - head/sys/kern

2018-05-17 Thread Matt Macy
Author: mmacy Date: Fri May 18 02:57:39 2018 New Revision: 333776 URL: https://svnweb.freebsd.org/changeset/base/333776 Log: epoch: actually allocate the counters we've assigned sysctls too Approved by: sbruno Modified: head/sys/kern/subr_epoch.c Modified: head/sys/kern/subr_epoch.c ==

Re: svn commit: r333775 - in head/sys: kern net sys tests/epoch

2018-05-17 Thread Matthew Macy
> - epoch_enter_critical() - can be called inside a different epoch, > starts a section that will acquire any MTX_DEF mutexes or do > anything that might sleep. Should read will _not_ acquire ... > - epoch_exit_critical() - corresponding exit call > - epoch_wait_critical() - wait va

svn commit: r333775 - in head/sys: kern net sys tests/epoch

2018-05-17 Thread Matt Macy
Author: mmacy Date: Fri May 18 01:52:51 2018 New Revision: 333775 URL: https://svnweb.freebsd.org/changeset/base/333775 Log: epoch: add non-preemptible "critical" variant adds: - epoch_enter_critical() - can be called inside a different epoch, starts a section that will acquire any MT

svn commit: r333773 - head/sys/kern

2018-05-17 Thread Brooks Davis
Author: brooks Date: Thu May 17 23:07:51 2018 New Revision: 333773 URL: https://svnweb.freebsd.org/changeset/base/333773 Log: Use strsep() to parse init_path in start_init(). This simplifies the use of the path variable by making it NUL terminated. This is a prerequisite for further clea

svn commit: r333772 - head/sys/arm64/arm64

2018-05-17 Thread Olivier Houchard
Author: cognet Date: Thu May 17 22:40:22 2018 New Revision: 333772 URL: https://svnweb.freebsd.org/changeset/base/333772 Log: In pmap_get_tables(), check that the L2 is indeed a table before attempting to get the l3. Modified: head/sys/arm64/arm64/pmap.c Modified: head/sys/arm64/arm64/pmap

svn commit: r333771 - head/sys/arm64/arm64

2018-05-17 Thread Olivier Houchard
Author: cognet Date: Thu May 17 22:38:16 2018 New Revision: 333771 URL: https://svnweb.freebsd.org/changeset/base/333771 Log: In vfp_save_state(), don't bother trying to save the VFP registers if the provided PCB doesn't have a pcb_fpusaved. All PCBs associated to a thread should have one, b

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

2018-05-17 Thread Matthew Macy
It's not breaking the build there, but I'd be fine with removing it more generally. -M On Thu, May 17, 2018 at 2:08 PM, Nathan Whitehorn wrote: > > > On 05/17/18 14:04, Matt Macy wrote: >> >> Author: mmacy >> Date: Thu May 17 21:04:19 2018 >> New Revision: 333765 >> URL: https://svnweb.freebsd.o

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

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 21:39:15 2018 New Revision: 333769 URL: https://svnweb.freebsd.org/changeset/base/333769 Log: epoch: skip poll function call in hardclock unless there are callbacks pending Reported by: mjg Approved by: sbruno Modified: head/sys/kern/kern_clock.c head

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

2018-05-17 Thread Nathan Whitehorn
On 05/17/18 14:04, Matt Macy wrote: Author: mmacy Date: Thu May 17 21:04:19 2018 New Revision: 333765 URL: https://svnweb.freebsd.org/changeset/base/333765 Log: powerpc: fix LINT build netmap currently doesn't build, take it out of LINT to prevent hiding regressions in universe

svn commit: r333766 - head/sys/fs/nfsserver

2018-05-17 Thread Rick Macklem
Author: rmacklem Date: Thu May 17 21:17:20 2018 New Revision: 333766 URL: https://svnweb.freebsd.org/changeset/base/333766 Log: Add a missing nfsrv_freesession() call for an unlikely failure case. Since NFSv4.1 clients normally create a single session which supports both fore and back cha

svn commit: r333764 - head/sys/contrib/ck

2018-05-17 Thread Olivier Houchard
Author: cognet Date: Thu May 17 21:03:36 2018 New Revision: 333764 URL: https://svnweb.freebsd.org/changeset/base/333764 Log: Import CK as of commit deca119d14bfffd440770eb67cbdbeaf7b57eb7b. This is mostly a noop, for mergeinfo purpose, because the relevant changes were committed directly.

svn commit: r333765 - head/sys/conf

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 21:04:19 2018 New Revision: 333765 URL: https://svnweb.freebsd.org/changeset/base/333765 Log: powerpc: fix LINT build netmap currently doesn't build, take it out of LINT to prevent hiding regressions in universe Reviewed by: jhibbits Approved by: sb

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

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 19:57:07 2018 New Revision: 333761 URL: https://svnweb.freebsd.org/changeset/base/333761 Log: epoch(9): schedule pcpu callback task in hardclock if there are callbacks pending Approved by: sbruno Modified: head/sys/kern/kern_clock.c head/sys/kern/subr_e

svn commit: r333760 - in head: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/template sys/modules/usb/template

2018-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 17 19:54:11 2018 New Revision: 333760 URL: https://svnweb.freebsd.org/changeset/base/333760 Log: Add a "multifunction" device side USB template, which provides mass storage, CDC ACM (serial), and CDC ECM (ethernet) at the same time. It's quite similar in function

svn commit: r333759 - head/sys/kern

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 19:50:55 2018 New Revision: 333759 URL: https://svnweb.freebsd.org/changeset/base/333759 Log: epoch(9): eliminate the need to wait when polling for callbacks to run by using ck's own callback handling mechanism we can simply check which callbacks have had a

svn commit: r333758 - head/sys/kern

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 19:41:58 2018 New Revision: 333758 URL: https://svnweb.freebsd.org/changeset/base/333758 Log: epoch(9): fix potential deadlock Don't acquire a waiting thread's lock while holding our own Approved by: sbruno Modified: head/sys/kern/subr_epoch.c Modifi

Re: svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Pedro Giffuni
On 17/05/2018 14:35, Matthew Macy wrote: On Thu, May 17, 2018 at 12:32 PM, Pedro Giffuni wrote: On 17/05/2018 14:27, Emmanuel Vadot wrote: On Thu, 17 May 2018 14:20:05 -0500 Pedro Giffuni wrote: On 17/05/2018 14:12, Matthew Macy wrote: How do I avoid problems while allowing timely updat

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

2018-05-17 Thread Mateusz Piotrowski
On Thu, 17 May 2018 21:26:01 +0200 "O. Hartmann" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA512 > >Am Thu, 17 May 2018 19:08:28 + (UTC) >Matt Macy schrieb: > >> Author: mmacy >> Date: Thu May 17 19:08:28 2018 >> New Revision: 333755 >> URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Matthew Macy
On Thu, May 17, 2018 at 12:32 PM, Pedro Giffuni wrote: > > > On 17/05/2018 14:27, Emmanuel Vadot wrote: >> >> On Thu, 17 May 2018 14:20:05 -0500 >> Pedro Giffuni wrote: >> >>> On 17/05/2018 14:12, Matthew Macy wrote: How do I avoid problems while allowing timely updates? -M >>

Re: svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Pedro Giffuni
On 17/05/2018 14:27, Emmanuel Vadot wrote: On Thu, 17 May 2018 14:20:05 -0500 Pedro Giffuni wrote: On 17/05/2018 14:12, Matthew Macy wrote: How do I avoid problems while allowing timely updates? -M On Thu, May 17, 2018 at 11:38 AM, Emmanuel Vadot wrote: Hi Matt, On Thu, 17 May 2018

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

2018-05-17 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Thu, 17 May 2018 19:08:28 + (UTC) Matt Macy schrieb: > Author: mmacy > Date: Thu May 17 19:08:28 2018 > New Revision: 333755 > URL: https://svnweb.freebsd.org/changeset/base/333755 > > Log: > epoch(9): restore thread priority on exit if i

svn commit: r333757 - head/sys/sys

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 19:30:57 2018 New Revision: 333757 URL: https://svnweb.freebsd.org/changeset/base/333757 Log: epoch(9): missed add from r333755 Reported by: flo Approved by: sbruno Modified: head/sys/sys/proc.h Modified: head/sys/sys/proc.h ===

Re: svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Emmanuel Vadot
On Thu, 17 May 2018 14:20:05 -0500 Pedro Giffuni wrote: > > On 17/05/2018 14:12, Matthew Macy wrote: > > How do I avoid problems while allowing timely updates? > > > > -M > > > > On Thu, May 17, 2018 at 11:38 AM, Emmanuel Vadot > > wrote: > >> Hi Matt, > >> > >> On Thu, 17 May 2018 18:14:10

Re: svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Pedro Giffuni
On 17/05/2018 14:12, Matthew Macy wrote: How do I avoid problems while allowing timely updates? -M On Thu, May 17, 2018 at 11:38 AM, Emmanuel Vadot wrote: Hi Matt, On Thu, 17 May 2018 18:14:10 + (UTC) Matt Macy wrote: Author: mmacy Date: Thu May 17 18:14:10 2018 New Revision: 33374

Re: svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Matthew Macy
How do I avoid problems while allowing timely updates? -M On Thu, May 17, 2018 at 11:38 AM, Emmanuel Vadot wrote: > > Hi Matt, > > On Thu, 17 May 2018 18:14:10 + (UTC) > Matt Macy wrote: > >> Author: mmacy >> Date: Thu May 17 18:14:10 2018 >> New Revision: 333745 >> URL: https://svnweb.fre

svn commit: r333756 - head/release/arm64

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 19:10:13 2018 New Revision: 333756 URL: https://svnweb.freebsd.org/changeset/base/333756 Log: release: rpi3: Copy the special rpi3 config.txt RPI* 32bits and RPI* 64bits have a different config.txt Copy to correct config.txt to the fat partition of the releas

svn commit: r333755 - head/sys/kern

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 19:08:28 2018 New Revision: 333755 URL: https://svnweb.freebsd.org/changeset/base/333755 Log: epoch(9): restore thread priority on exit if it was changed by a waiter Reported by: markj Approved by: sbruno Modified: head/sys/kern/subr_epoch.c Modified:

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

2018-05-17 Thread Mark Johnston
Author: markj Date: Thu May 17 19:06:44 2018 New Revision: 333754 URL: https://svnweb.freebsd.org/changeset/base/333754 Log: Remove a reference to NETDUMP_DEBUG, and document sysctls. NETDUMP_DEBUG was removed and replaced with a sysctl which enables debug output without requiring a recom

Re: svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Emmanuel Vadot
Hi Matt, On Thu, 17 May 2018 18:14:10 + (UTC) Matt Macy wrote: > Author: mmacy > Date: Thu May 17 18:14:10 2018 > New Revision: 333745 > URL: https://svnweb.freebsd.org/changeset/base/333745 > > Log: > ck: add support for executing callbacks outside of main poll loop > > Pull in ch

Re: svn commit: r333703 - head/sys/vm

2018-05-17 Thread Andrew Gallatin
On 05/17/18 14:07, Mark Johnston wrote: On Thu, May 17, 2018 at 10:07:34AM -0700, Conrad Meyer wrote: On Wed, May 16, 2018 at 9:27 PM, Mark Johnston wrote: Author: markj Date: Thu May 17 04:27:08 2018 New Revision: 333703 URL: https://urldefense.proofpoint.com/v2/url?u=https-3A__svnweb.freebs

svn commit: r333745 - in head/sys/contrib/ck: include src

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 18:14:10 2018 New Revision: 333745 URL: https://svnweb.freebsd.org/changeset/base/333745 Log: ck: add support for executing callbacks outside of main poll loop Pull in change from upstream deca119d14bfffd440770eb67cbdbeaf7b57eb7b |ck_epoch: introduce

Re: svn commit: r333703 - head/sys/vm

2018-05-17 Thread Mark Johnston
On Thu, May 17, 2018 at 10:07:34AM -0700, Conrad Meyer wrote: > On Wed, May 16, 2018 at 9:27 PM, Mark Johnston wrote: > > Author: markj > > Date: Thu May 17 04:27:08 2018 > > New Revision: 333703 > > URL: https://svnweb.freebsd.org/changeset/base/333703 > > > > Log: > > Fix a race in vm_page_pag

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

2018-05-17 Thread Matt Macy
Author: mmacy Date: Thu May 17 17:59:35 2018 New Revision: 333744 URL: https://svnweb.freebsd.org/changeset/base/333744 Log: AF_UNIX: make unix socket locking finer grained This change moves to using a reference count across lock drop / reacquire to guarantee liveness. Currently send

svn commit: r333743 - head/sys/dev/usb/net

2018-05-17 Thread Andreas Tobler
Author: andreast Date: Thu May 17 17:57:41 2018 New Revision: 333743 URL: https://svnweb.freebsd.org/changeset/base/333743 Log: Fix build if USB_DEBUG is defined. Modified: head/sys/dev/usb/net/if_muge.c Modified: head/sys/dev/usb/net/if_muge.c ===

svn commit: r333742 - head/tools/tools/intel-ucode-split

2018-05-17 Thread Ed Maste
Author: emaste Date: Thu May 17 17:45:47 2018 New Revision: 333742 URL: https://svnweb.freebsd.org/changeset/base/333742 Log: intel-ucode-split: incorporate review feedback, using asprintf As reported by delphij in review D15443 asprintf cleans this up a little by avoiding hardcoded buffe

Re: svn commit: r333703 - head/sys/vm

2018-05-17 Thread Conrad Meyer
On Wed, May 16, 2018 at 9:27 PM, Mark Johnston wrote: > Author: markj > Date: Thu May 17 04:27:08 2018 > New Revision: 333703 > URL: https://svnweb.freebsd.org/changeset/base/333703 > > Log: > Fix a race in vm_page_pagequeue_lockptr(). > > The value of m->queue must be cached after comparing i

svn commit: r333737 - head/release/arm

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 16:21:12 2018 New Revision: 333737 URL: https://svnweb.freebsd.org/changeset/base/333737 Log: release: arm: Format FAT partition as FAT16 r332674 raised the size of the FAT partition from 2MB to 41MB for some boards. But we format them in FAT12 and this size

Re: svn commit: r333717 - in head: . share/man/man4 sys/conf sys/dev/vxge sys/modules sys/modules/vxge tools/kerneldoc/subsys tools/tools tools/tools/vxge

2018-05-17 Thread Rodney W. Grimes
> On 05/17/18 09:11, Rodney W. Grimes wrote: > >> Author: sbruno > >> Date: Thu May 17 14:55:41 2018 > >> New Revision: 333717 > >> URL: https://svnweb.freebsd.org/changeset/base/333717 > >> > >> Log: > >> Retire vxge(4). > >> > >> This driver was merged to HEAD one week prior to Exar public

Re: svn commit: r333717 - in head: . share/man/man4 sys/conf sys/dev/vxge sys/modules sys/modules/vxge tools/kerneldoc/subsys tools/tools tools/tools/vxge

2018-05-17 Thread Sean Bruno
On 05/17/18 09:11, Rodney W. Grimes wrote: >> Author: sbruno >> Date: Thu May 17 14:55:41 2018 >> New Revision: 333717 >> URL: https://svnweb.freebsd.org/changeset/base/333717 >> >> Log: >> Retire vxge(4). >> >> This driver was merged to HEAD one week prior to Exar publicly announcing >> th

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

2018-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 17 15:21:19 2018 New Revision: 333719 URL: https://svnweb.freebsd.org/changeset/base/333719 Log: Mark usfs(4) as obsolete; users are advised to use cfumass(4) instead. Reviewed by: hselasky@ MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modifie

svn commit: r333718 - head/sys/dev/usb/template

2018-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 17 15:19:29 2018 New Revision: 333718 URL: https://svnweb.freebsd.org/changeset/base/333718 Log: Fix off-by-one in usb_decode_str_desc(). Previously it would decode one character too many. Note that this function is only used to decode string descriptors generat

Re: svn commit: r333717 - in head: . share/man/man4 sys/conf sys/dev/vxge sys/modules sys/modules/vxge tools/kerneldoc/subsys tools/tools tools/tools/vxge

2018-05-17 Thread Rodney W. Grimes
7 14:51:22 2018(r333716) > +++ head/ObsoleteFiles.incThu May 17 14:55:41 2018(r333717) > @@ -38,6 +38,9 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20180517: retire vxge > +OLD_FILES+=usr/share/man/man4/if_vxge.4.gz > +OLD_FILES+=usr/share/ma

svn commit: r333717 - in head: . share/man/man4 sys/conf sys/dev/vxge sys/modules sys/modules/vxge tools/kerneldoc/subsys tools/tools tools/tools/vxge

2018-05-17 Thread Sean Bruno
(r333717) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20180517: retire vxge +OLD_FILES+=usr/share/man/man4/if_vxge.4.gz +OLD_FILES+=usr/share/man/man4/vxge.4.gz # 20180512: Rename Unbound tools OLD_FILES+=usr/sbin/unbound OLD_FILES+=usr/sbin/unbound-anchor Modified: head

svn commit: r333716 - head/sys/arm/allwinner

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 14:51:22 2018 New Revision: 333716 URL: https://svnweb.freebsd.org/changeset/base/333716 Log: aw_spi: Fix some silly clock mistake The module uses the mod clock and not the ahb one. We need to set the mod clock to twice the speed requested as the smallest d

svn commit: r333715 - head/contrib/llvm/lib/CodeGen

2018-05-17 Thread Dimitry Andric
Author: dim Date: Thu May 17 14:38:58 2018 New Revision: 333715 URL: https://svnweb.freebsd.org/changeset/base/333715 Log: Pull in r322325 from upstream llvm trunk (by Matthias Braun): PeepholeOpt cleanup/refactor; NFC - Less unnecessary use of `auto` - Add early `using RegSubR

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

2018-05-17 Thread Ed Maste
Author: emaste Date: Thu May 17 14:26:12 2018 New Revision: 333714 URL: https://svnweb.freebsd.org/changeset/base/333714 Log: Add initial man page for Microchip USB 3 Gigabit Ethernet controller Sponsored by: The FreeBSD Foundation Added: head/share/man/man4/muge.4 (contents, props cha

svn commit: r333713 - in head/sys: dev/usb/net modules/usb/muge

2018-05-17 Thread Ed Maste
Author: emaste Date: Thu May 17 14:04:59 2018 New Revision: 333713 URL: https://svnweb.freebsd.org/changeset/base/333713 Log: Add driver for Microchip LAN78xx USB3-GigE controller This driver supports two Microchip USB-Ethernet controllers: LAN7800 USB 3.1 to 10/100/1000 Mbps Ethernet

svn commit: r333712 - head/usr.sbin/bhyve

2018-05-17 Thread Rodney W. Grimes
Author: rgrimes Date: Thu May 17 12:18:41 2018 New Revision: 333712 URL: https://svnweb.freebsd.org/changeset/base/333712 Log: Add missing newline to end of -c usage string . Pointy hat: me Submitted by: novel Approved by: bde(mentor), grehan (maintainer) MFC after:3 days Dif

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

2018-05-17 Thread Emmanuel Vadot
On Thu, 17 May 2018 13:46:45 +0200 Mateusz Piotrowski <0...@freebsd.org> wrote: > Hello, > > I think something went wrong here. > > On Thu, 17 May 2018 10:25:49 + (UTC) > Emmanuel Vadot wrote: > > >Author: manu > >Date: Thu May 17 10:25:49 2018 > >New Revision: 333710 > >URL: https://svnwe

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

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 11:53:04 2018 New Revision: 333711 URL: https://svnweb.freebsd.org/changeset/base/333711 Log: aw_spi: Fix manpages Somehow two copies of the man was in the file, remove one. Replace an occurence of 'SD/MMC' that was left from copy/paste. Remove space before

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

2018-05-17 Thread Mateusz Piotrowski
Hello, I think something went wrong here. On Thu, 17 May 2018 10:25:49 + (UTC) Emmanuel Vadot wrote: >Author: manu >Date: Thu May 17 10:25:49 2018 >New Revision: 333710 >URL: https://svnweb.freebsd.org/changeset/base/333710 > >Log: > aw_spi: Add manpage for this driver > >Added: > head/sh

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

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 10:25:49 2018 New Revision: 333710 URL: https://svnweb.freebsd.org/changeset/base/333710 Log: aw_spi: Add manpage for this driver Added: head/share/man/man4/aw_spi.4 (contents, props changed) Modified: head/share/man/man4/Makefile Modified: head/share/man/ma

svn commit: r333709 - in head/sys: arm/allwinner modules/allwinner modules/allwinner/aw_spi

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 10:25:01 2018 New Revision: 333709 URL: https://svnweb.freebsd.org/changeset/base/333709 Log: alwinner: Add missing files in r333708 Added: head/sys/arm/allwinner/aw_spi.c (contents, props changed) head/sys/modules/allwinner/ head/sys/modules/allwinner/Make

svn commit: r333708 - in head/sys: conf modules

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 10:19:52 2018 New Revision: 333708 URL: https://svnweb.freebsd.org/changeset/base/333708 Log: allwinner: Add h3 spi driver This driver is compatible with H3/H5/A64. Test was done on the OrangePi-PC2 board (H5 based), which have a mx25l1606e spi flash on it,

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

2018-05-17 Thread Emmanuel Vadot
Author: manu Date: Thu May 17 10:13:18 2018 New Revision: 333706 URL: https://svnweb.freebsd.org/changeset/base/333706 Log: mx25l: Add mx25l1606e This is a 16Mbits spi flash arranged in 32x64k blocks or 512x4k sectors. Modified: head/sys/dev/flash/mx25l.c Modified: head/sys/dev/flash/

svn commit: r333707 - head/sys/x86/x86

2018-05-17 Thread Andriy Gapon
Author: avg Date: Thu May 17 10:16:20 2018 New Revision: 333707 URL: https://svnweb.freebsd.org/changeset/base/333707 Log: fix a problem with bad performance after wakeup caused by r21 This change reverts a "while here" part of r21 that moved clearing of suspended_cpus to an earli

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

2018-05-17 Thread Ed Schouten
Hi Matt, 2018-05-14 1:16 GMT+02:00 Matt Macy : > +Epochs do not have any lock ordering issues. Entering and leaving It looks like the man page is missing some newlines between sentences. Quick question: How does this work relate to RCU (https://en.wikipedia.org/wiki/Read-copy-update)? If there i