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
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
_
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
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
Author: delphij
Date: Fri May 18 04:13:58 2018
New Revision: 333780
URL: https://svnweb.freebsd.org/changeset/base/333780
Log:
Tag xz 5.2.4.
Added:
vendor/xz/5.2.4/
- copied from r333779, vendor/xz/dist/
___
svn-src-all@freebsd.org mailing list
Author: delphij
Date: Fri May 18 04:06:35 2018
New Revision: 333779
URL: https://svnweb.freebsd.org/changeset/base/333779
Log:
Vendor import of xz-5.2.4 (trimmed).
Modified:
vendor/xz/dist/COPYING
vendor/xz/dist/ChangeLog
vendor/xz/dist/README
vendor/xz/dist/THANKS
vendor/xz/dist/src/
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
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
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
==
> - 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
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
Author: gjb
Date: Thu May 17 23:59:56 2018
New Revision: 333774
URL: https://svnweb.freebsd.org/changeset/base/333774
Log:
Update stable/11 to BETA2 as part of the 11.2-RELEASE cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/sys/conf/newvers.
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
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
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
Author: marius
Date: Thu May 17 21:49:34 2018
New Revision: 333770
URL: https://svnweb.freebsd.org/changeset/base/333770
Log:
MFC: r333600 (phil)
Handle thread-local storage (TLS) segments correctly when
copying (objcopy) and displaying (readelf) them.
PR: 227552
Submitte
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
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
Author: marius
Date: Thu May 17 21:23:14 2018
New Revision: 333768
URL: https://svnweb.freebsd.org/changeset/base/333768
Log:
MFC: r333614
Let mmcsd_ioctl() ensure appropriate privileges via priv_check(9).
Approved by: re (gjb, kib)
Modified:
stable/11/sys/dev/mmc/mmcsd.c
Directory
Author: marius
Date: Thu May 17 21:22:19 2018
New Revision: 333767
URL: https://svnweb.freebsd.org/changeset/base/333767
Log:
MFC: r333613
The broken DDR52 support of Intel Bay Trail eMMC controllers rumored
in the commit log of r321385 has been confirmed via the public VLI54
erratum. T
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
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
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
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.
Author: cognet
Date: Thu May 17 20:59:18 2018
New Revision: 333763
URL: https://svnweb.freebsd.org/changeset/base/333763
Log:
Tag import as of commit deca119d14bfffd440770eb67cbdbeaf7b57eb7b.
Added:
vendor-sys/ck/20180517/
- copied from r333762, vendor-sys/ck/dist
Author: cognet
Date: Thu May 17 20:57:30 2018
New Revision: 333762
URL: https://svnweb.freebsd.org/changeset/base/333762
Log:
Import CK as of commit deca119d14bfffd440770eb67cbdbeaf7b57eb7b
This brings us ck_epoch_deferred, which is used by the new facility
epoch(9).
Modified:
vendor-s
We offer three types of personal loans to suit your individual needs. You can
rest easy knowing that your repayment amount is the same each month and comes
with a fixed interest rate that protects you from interest hikes. Use your loan
to build your home, pay for your education or to consolidate
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
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
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
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
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
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
>>
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
-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
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
===
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
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
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
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
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:
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
Author: gjb
Date: Thu May 17 18:59:12 2018
New Revision: 333753
URL: https://svnweb.freebsd.org/changeset/base/333753
Log:
Document r333410, i386 memory stick installer images now use MBR.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/
Author: gjb
Date: Thu May 17 18:40:06 2018
New Revision: 333752
URL: https://svnweb.freebsd.org/changeset/base/333752
Log:
Further expand on the description of r333006, noting the ISO images
can now be used to write to a memory stick, as well as a CD.
Suggested by: benno
Approved by: r
Author: gjb
Date: Thu May 17 18:40:04 2018
New Revision: 333750
URL: https://svnweb.freebsd.org/changeset/base/333750
Log:
Document r333412, lmc(4) deprecation in FreeBSD 12.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-
Author: gjb
Date: Thu May 17 18:40:05 2018
New Revision: 333751
URL: https://svnweb.freebsd.org/changeset/base/333751
Log:
Document r333738, vxge(4) deprecation in FreeBSD 12.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859
Author: gjb
Date: Thu May 17 18:40:03 2018
New Revision: 333749
URL: https://svnweb.freebsd.org/changeset/base/333749
Log:
Document r67, nxge(4) deprecation in FreeBSD 12.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859
Author: gjb
Date: Thu May 17 18:40:01 2018
New Revision: 333747
URL: https://svnweb.freebsd.org/changeset/base/333747
Log:
Document r332519, various GEOM classes deprecation in FreeBSD 12.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/
Author: gjb
Date: Thu May 17 18:40:02 2018
New Revision: 333748
URL: https://svnweb.freebsd.org/changeset/base/333748
Log:
Document r333171, ixgb(4) deprecation in FreeBSD 12.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859
Author: gjb
Date: Thu May 17 18:40:00 2018
New Revision: 333746
URL: https://svnweb.freebsd.org/changeset/base/333746
Log:
Document r331882, cm(4) and fpa(4) deprecation in FreeBSD 12.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_U
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
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
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
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
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
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
===
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
Emmanuel Vadot (m...@freebsd.org) wrote:
> Author: manu
> Date: Thu May 17 17:00:07 2018
> New Revision: 333739
> URL: https://svnweb.freebsd.org/changeset/base/333739
>
> Log:
> MFC r333737:
>
> release: arm: Format FAT partition as FAT16
>
> r332674 raised the size of the FAT partiti
Author: kib
Date: Thu May 17 17:40:06 2018
New Revision: 333741
URL: https://svnweb.freebsd.org/changeset/base/333741
Log:
MFC r333229:
Add helper macros to hide some boring repeatable ceremonies to define
ifuncs on x86.
Approved by: re (marius)
Added:
stable/11/sys/x86/include/ifun
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
Author: gjb
Date: Thu May 17 17:00:49 2018
New Revision: 333740
URL: https://svnweb.freebsd.org/changeset/base/333740
Log:
MFC r333079 (imp):
No need to make objects here.
This fixes polluting the src checkout when building arm64/aarch64.
Approved by: re (marius)
Sponsored by: T
Author: manu
Date: Thu May 17 17:00:07 2018
New Revision: 333739
URL: https://svnweb.freebsd.org/changeset/base/333739
Log:
MFC r333737:
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 FA
Author: sbruno
Date: Thu May 17 16:32:38 2018
New Revision: 333738
URL: https://svnweb.freebsd.org/changeset/base/333738
Log:
MFC r333499
Add deprecation notice for vxge.
This driver was merged to HEAD one week prior to Exar publicly
announcing theyhad left the Ethernet market. It is
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
Author: gjb
Date: Thu May 17 15:53:46 2018
New Revision: 333736
URL: https://svnweb.freebsd.org/changeset/base/333736
Log:
Document r12, tzdata version 2018e.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/a
Author: gjb
Date: Thu May 17 15:53:44 2018
New Revision: 333733
URL: https://svnweb.freebsd.org/changeset/base/333733
Log:
Document r322753, mount(8) 'autoro' option addition.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859
Author: gjb
Date: Thu May 17 15:53:41 2018
New Revision: 333730
URL: https://svnweb.freebsd.org/changeset/base/333730
Log:
Document r328138, indent(1) supports the SIMPLE_BACKUP_SUFFIX
environment variable also used by patch(1).
Approved by: re (implicit)
Sponsored by: The FreeBSD Foun
Author: gjb
Date: Thu May 17 15:53:44 2018
New Revision: 333734
URL: https://svnweb.freebsd.org/changeset/base/333734
Log:
Document r332460, makefs(8) default block and fragment sizes
synced with newfs(8).
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
sta
Author: gjb
Date: Thu May 17 15:53:45 2018
New Revision: 333735
URL: https://svnweb.freebsd.org/changeset/base/333735
Log:
Document r332929, pwd_mkdb(8) deprecation notice when legacy (-l)
mode is used.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable
Author: gjb
Date: Thu May 17 15:53:42 2018
New Revision: 333731
URL: https://svnweb.freebsd.org/changeset/base/333731
Log:
Document r332947, etdump(1) utility addition.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/reln
Author: gjb
Date: Thu May 17 15:53:40 2018
New Revision: 333729
URL: https://svnweb.freebsd.org/changeset/base/333729
Log:
Document r322509, top(1) enhancement to filter on multiple user
names.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/relea
Author: gjb
Date: Thu May 17 15:53:43 2018
New Revision: 333732
URL: https://svnweb.freebsd.org/changeset/base/333732
Log:
Document r333006, amd64 hybrid ISO images.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnote
Author: gjb
Date: Thu May 17 15:53:36 2018
New Revision: 333726
URL: https://svnweb.freebsd.org/changeset/base/333726
Log:
Document r322555, various bsdgrep(1) pattern matching fixes.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US
Author: gjb
Date: Thu May 17 15:53:37 2018
New Revision: 333727
URL: https://svnweb.freebsd.org/changeset/base/333727
Log:
Bump copyright year.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml
stable
Author: gjb
Date: Thu May 17 15:53:34 2018
New Revision: 333724
URL: https://svnweb.freebsd.org/changeset/base/333724
Log:
Document r324124, getconf(1) '-a' flag addition.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/r
Author: gjb
Date: Thu May 17 15:53:39 2018
New Revision: 333728
URL: https://svnweb.freebsd.org/changeset/base/333728
Log:
Document r327837, lint(1) is no longer built and installed by
default.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/relea
Author: gjb
Date: Thu May 17 15:53:35 2018
New Revision: 333725
URL: https://svnweb.freebsd.org/changeset/base/333725
Log:
Document r322525, rgrep(1) hard link addition.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/rel
Author: gjb
Date: Thu May 17 15:53:32 2018
New Revision: 333722
URL: https://svnweb.freebsd.org/changeset/base/333722
Log:
Document r328495, dtc(1) update from upstream.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/rel
Author: gjb
Date: Thu May 17 15:53:31 2018
New Revision: 333721
URL: https://svnweb.freebsd.org/changeset/base/333721
Log:
Document r331465, BSD-licensed diff(1) imported from OpenBSD.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_U
Author: gjb
Date: Thu May 17 15:53:33 2018
New Revision: 333723
URL: https://svnweb.freebsd.org/changeset/base/333723
Log:
Document r328139, du(1) '--si' option.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/ar
> 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
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
Author: kib
Date: Thu May 17 15:24:53 2018
New Revision: 333720
URL: https://svnweb.freebsd.org/changeset/base/333720
Log:
MFC r333228
Implement support for ifuncs in the kernel linker on x86.
MFC r333411:
Avoid calls to bzero() before ireloc
Approved by: re (marius)
Modified:
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
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
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
(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
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
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
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
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
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
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
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
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
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,
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
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/
Author: ae
Date: Thu May 17 10:01:47 2018
New Revision: 333705
URL: https://svnweb.freebsd.org/changeset/base/333705
Log:
MFC r333458:
Fix the printing of rule comments.
Change uint8_t type of opcode argument to int in the print_opcode()
function. Use negative value to print the r
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
100 matches
Mail list logo