On 16/5/17 4:11 am, Ian Lepore wrote:
On Mon, 2017-05-15 at 12:22 -0700, John Baldwin wrote:
On Monday, May 15, 2017 11:43:21 AM Ian Lepore wrote:
On Mon, 2017-05-15 at 10:13 -0700, John Baldwin wrote:
On Saturday, May 13, 2017 10:39:15 AM Warner Losh wrote:
- It's really easy to screw u
Author: delphij
Date: Fri May 19 06:37:16 2017
New Revision: 318517
URL: https://svnweb.freebsd.org/changeset/base/318517
Log:
Sync qsort.c with userland r318515.
(Note that MIN macro is removed in favor of sys/param.h's version).
PR: 213922
Modified:
head/sys/libkern/qsor
Author: mav
Date: Fri May 19 05:12:58 2017
New Revision: 318516
URL: https://svnweb.freebsd.org/changeset/base/318516
Log:
Fix time handling in cv_timedwait_hires().
pthread_cond_timedwait() receives absolute time, not relative. Passing
wrong time there caused two threads of zdb to spin
Author: delphij
Date: Fri May 19 04:59:12 2017
New Revision: 318515
URL: https://svnweb.freebsd.org/changeset/base/318515
Log:
The current qsort(3) implementation ignores the sizes of partitions, and
always perform recursion on the left partition, then use a tail call to
handle the right par
Author: delphij
Date: Fri May 19 04:44:14 2017
New Revision: 318514
URL: https://svnweb.freebsd.org/changeset/base/318514
Log:
Use size_t.
Inspired by: OpenBSD src/lib/libc/stdlib/qsort.c,v 1.11
Modified:
head/lib/libc/stdlib/qsort.c
Modified: head/lib/libc/stdlib/qsort.c
=
Author: rgrimes
Date: Fri May 19 02:12:10 2017
New Revision: 318513
URL: https://svnweb.freebsd.org/changeset/base/318513
Log:
MFC r314693
Change /etc/rmt symlink from absolute to relative path,
correcting the mistake made in r6499
Approved by: grehan (mentor)
Modified:
stable/1
Author: rgrimes
Date: Fri May 19 02:12:10 2017
New Revision: 318513
URL: https://svnweb.freebsd.org/changeset/base/318513
Log:
MFC r314693
Change /etc/rmt symlink from absolute to relative path,
correcting the mistake made in r6499
Approved by: grehan (mentor)
Modified:
stable/1
Author: sephe
Date: Fri May 19 01:42:31 2017
New Revision: 318512
URL: https://svnweb.freebsd.org/changeset/base/318512
Log:
net/vlan: Revert 305177
Miss read the parentheses.
Reported by: oleg@
Reviewed by: hps@
MFC after:3 days
Sponsored by: Microsoft
Modified:
head/sy
Author: truckman
Date: Fri May 19 01:23:06 2017
New Revision: 318511
URL: https://svnweb.freebsd.org/changeset/base/318511
Log:
The result of right shifting a negative signed value is implementation
defined. On machines without arithmetic shift instructions, zero bits
may be shifted in from
Oh, my fault. I will revert it.
On Thu, May 18, 2017 at 11:11 PM, Hans Petter Selasky wrote:
> On 05/18/17 17:00, Oleg Bulyzhin wrote:
>>
>> On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote:
>>>
>>> On 05/18/17 16:04, Oleg Bulyzhin wrote:
On Thu, Sep 01, 2016 at 06:3
Author: emaste
Date: Fri May 19 00:43:49 2017
New Revision: 318510
URL: https://svnweb.freebsd.org/changeset/base/318510
Log:
MFC r317159: libstdc++: fix symbol version script for LLD
LLD is less tolerant of inconsistencies in the symbol version script.
- Add a ; on the last entry in a
Author: vangyzen
Date: Fri May 19 00:33:48 2017
New Revision: 318509
URL: https://svnweb.freebsd.org/changeset/base/318509
Log:
MFC r318354 (by cem)
Correct page frame mask constant used in pmap_change_attr_locked
This was introduced in r290156. It's present in 11.0, but not any 10.x
Author: markj
Date: Fri May 19 00:25:09 2017
New Revision: 318508
URL: https://svnweb.freebsd.org/changeset/base/318508
Log:
Remove the EXFAIL annotation for tests which pass as of r309596.
Reported by: bdrewery
Sponsored by: Dell EMC Isilon
Modified:
head/cddl/usr.sbin/dtrace/tests/t
Author: gjb
Date: Fri May 19 00:00:38 2017
New Revision: 318507
URL: https://svnweb.freebsd.org/changeset/base/318507
Log:
Update stable/11 from 11.0-STABLE to 11.1-PRERELEASE, marking the
official start of the code slush.
Set the default mdoc(7) version to 11.1, and update the clang(1)
Author: jkim
Date: Thu May 18 23:52:28 2017
New Revision: 318506
URL: https://svnweb.freebsd.org/changeset/base/318506
Log:
MFC: r317171, r317173, r317560, r317561, r318326
Always clear borders when the terminal is flushed.
PR: 202288
Modified:
stable/11/sys/dev/vt/vt_cor
Author: rpokala
Date: Thu May 18 23:41:18 2017
New Revision: 318504
URL: https://svnweb.freebsd.org/changeset/base/318504
Log:
Persistently store NIC's hardware MAC address, and add a way to retrive it
jhb pointed out that (struct ifnet) is part of the network driver KBI, and
thus the off
Author: rpokala
Date: Thu May 18 23:41:34 2017
New Revision: 318505
URL: https://svnweb.freebsd.org/changeset/base/318505
Log:
Persistently store NIC's hardware MAC address, and add a way to retrive it
jhb pointed out that (struct ifnet) is part of the network driver KBI, and
thus the off
Author: pfg
Date: Thu May 18 22:50:16 2017
New Revision: 318503
URL: https://svnweb.freebsd.org/changeset/base/318503
Log:
Release Piotr Stephaniak from mentorship.
He is doing pretty well on his own so lets get out of the way.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/men
Author: jilles
Date: Thu May 18 22:10:04 2017
New Revision: 318502
URL: https://svnweb.freebsd.org/changeset/base/318502
Log:
sh: Keep output buffer across builtins.
Allocating and deallocating repeatedly the 1024-byte buffer for stdout from
builtins costs CPU time for little or no benefi
Author: jilles
Date: Thu May 18 21:44:14 2017
New Revision: 318501
URL: https://svnweb.freebsd.org/changeset/base/318501
Log:
sh: Ensure memout.bufsize matches allocated buffer, if it exists.
Modified:
head/bin/sh/eval.c
head/bin/sh/output.c
Modified: head/bin/sh/eval.c
===
On 05/18/2017 16:34, Ian Lepore wrote:
> On Thu, 2017-05-18 at 23:29 +0200, Baptiste Daroussin wrote:
>> On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote:
>>>
>>> On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote:
On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin
On Thu, May 18, 2017 at 03:34:38PM -0600, Ian Lepore wrote:
> On Thu, 2017-05-18 at 23:29 +0200, Baptiste Daroussin wrote:
> > On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote:
> > >
> > > On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote:
> > > >
> > > > On Thu, May 18, 2017
On Thu, 2017-05-18 at 23:29 +0200, Baptiste Daroussin wrote:
> On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote:
> >
> > On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote:
> > >
> > > On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote:
> > > >
> > > >
> > > > On Th
On Thu, May 18, 2017 at 03:27:49PM -0600, Ian Lepore wrote:
> On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote:
> > On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote:
> > >
> > > On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote:
> > > >
> > > > On Thu, May 18,
On Thu, 2017-05-18 at 23:24 +0200, Baptiste Daroussin wrote:
> On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote:
> >
> > On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote:
> > >
> > > On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote:
> > > >
> > > > >
>
On 2017-05-19 00:23, Vladimir Kondratyev wrote:
Author: wulf
Date: Thu May 18 21:23:39 2017
New Revision: 318500
URL: https://svnweb.freebsd.org/changeset/base/318500
Log:
MFC r317811:
...
MFC r317819:
Approved by: gonzo (mentor)
--
WBR
Vladimir Kondratyev
__
On Thu, May 18, 2017 at 09:48:25AM -0700, John Baldwin wrote:
> On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote:
> > On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote:
> > > > Author: ngie
> > > > Date: Thu May 18 06:25:39 2017
> > > > New Revision: 318441
> > > > URL:
Author: wulf
Date: Thu May 18 21:23:39 2017
New Revision: 318500
URL: https://svnweb.freebsd.org/changeset/base/318500
Log:
MFC r317811:
Fix triple-finger taps reported as double-finger for Elan hw v.4 touchpads
Wait for all advertised head packets after status packet have been receive
Author: marius
Date: Thu May 18 21:09:31 2017
New Revision: 318499
URL: https://svnweb.freebsd.org/changeset/base/318499
Log:
MFC: r314345, r318276
- Add ID for NEC uPD720202 xHCI controller.
- Describe Intel Apollo Lake and Braswell USB 3.0 controllers.
Modified:
stable/10/sys/dev/usb
Author: marius
Date: Thu May 18 21:09:24 2017
New Revision: 318498
URL: https://svnweb.freebsd.org/changeset/base/318498
Log:
MFC: r314345, r318276
- Add ID for NEC uPD720202 xHCI controller.
- Describe Intel Apollo Lake and Braswell USB 3.0 controllers.
Modified:
stable/11/sys/dev/usb
Author: marius
Date: Thu May 18 21:00:53 2017
New Revision: 318497
URL: https://svnweb.freebsd.org/changeset/base/318497
Log:
MFC: r318282
- Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail
and Braswell eMMC and SDXC controllers share the same IDs. Like in
the PCI c
Author: marius
Date: Thu May 18 21:00:50 2017
New Revision: 318496
URL: https://svnweb.freebsd.org/changeset/base/318496
Log:
MFC: r318282
- Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail
and Braswell eMMC and SDXC controllers share the same IDs. Like in
the PCI c
Author: marius
Date: Thu May 18 20:46:27 2017
New Revision: 318495
URL: https://svnweb.freebsd.org/changeset/base/318495
Log:
MFC: r315598
o Add support for eMMC DDR bus speed mode up to 52 MHz to sdhci(4)
and mmc(4). Given that support for DDR52 is not denoted by SDHCI
capability r
Author: marius
Date: Thu May 18 20:46:20 2017
New Revision: 318494
URL: https://svnweb.freebsd.org/changeset/base/318494
Log:
MFC: r315598
o Add support for eMMC DDR bus speed mode up to 52 MHz to sdhci(4)
and mmc(4). Given that support for DDR52 is not denoted by SDHCI
capability r
Author: trasz
Date: Thu May 18 20:45:09 2017
New Revision: 318493
URL: https://svnweb.freebsd.org/changeset/base/318493
Log:
MFC r317463:
Add information about device nodes to man pages for USB serial drivers.
MFC r318016:
Fix mistake introduced to uart(4) man page in r317463.
Author: trasz
Date: Thu May 18 20:41:55 2017
New Revision: 318492
URL: https://svnweb.freebsd.org/changeset/base/318492
Log:
MFC r317460:
Add some .Xrs to USB serial driver man pages.
Modified:
stable/11/share/man/man4/ubser.4
stable/11/share/man/man4/ucom.4
stable/11/share/man/man4/
Author: trasz
Date: Thu May 18 20:40:49 2017
New Revision: 318491
URL: https://svnweb.freebsd.org/changeset/base/318491
Log:
MFC r317517:
Advertise kldxref(8) a little better.
Modified:
stable/11/sbin/kldconfig/kldconfig.8
stable/11/sbin/kldload/kldload.8
Directory Properties:
stable
Author: trasz
Date: Thu May 18 20:37:47 2017
New Revision: 318490
URL: https://svnweb.freebsd.org/changeset/base/318490
Log:
MFC r317803:
Enable automounting of exFAT media.
With fstyp(8) being updated to detect exfat in base r312003, it seems
like a good time to add support for auto
Author: trasz
Date: Thu May 18 20:36:07 2017
New Revision: 318489
URL: https://svnweb.freebsd.org/changeset/base/318489
Log:
MFC r317459:
Make fstyp(8) recognize exFAT even without the -u option.
While it's not directly mountable with mount(8), it's something that's
mountable - diffe
Author: trasz
Date: Thu May 18 20:34:25 2017
New Revision: 318488
URL: https://svnweb.freebsd.org/changeset/base/318488
Log:
MFC r317348:
Make it possible to terminate "show lockedbufs" by pressing "q".
Modified:
stable/11/sys/kern/vfs_bio.c
Directory Properties:
stable/11/ (props ch
Author: trasz
Date: Thu May 18 20:32:12 2017
New Revision: 318487
URL: https://svnweb.freebsd.org/changeset/base/318487
Log:
MFC r317280:
Add basic example to the cu(1) man page. Srsly, folks, you don't
need to install minicom for this...
Modified:
stable/11/usr.bin/tip/tip/cu.1
Direc
Author: trasz
Date: Thu May 18 20:31:09 2017
New Revision: 318486
URL: https://svnweb.freebsd.org/changeset/base/318486
Log:
MFC r317212:
Mention GEOM_MOUNTVER.
Modified:
stable/11/share/man/man4/geom.4
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/m
Author: trasz
Date: Thu May 18 20:29:47 2017
New Revision: 318485
URL: https://svnweb.freebsd.org/changeset/base/318485
Log:
MFC r316941:
Don't try to write out bufs that have already failed with ENXIO.
This fixes some panics after disconnecting mounted disks.
Modified:
stable/11/sys/k
Author: mm
Date: Thu May 18 19:50:15 2017
New Revision: 318483
URL: https://svnweb.freebsd.org/changeset/base/318483
Log:
MFC r317782,318181:
MFC r317782 (mm):
Sync libarchive with vendor
Vendor changes (FreeBSD-related):
PR 897: add test for ZIP archives with invalid EOCD
Author: mm
Date: Thu May 18 19:47:43 2017
New Revision: 318482
URL: https://svnweb.freebsd.org/changeset/base/318482
Log:
MFC r317782,318181:
MFC r317782 (mm):
Sync libarchive with vendor
Vendor changes (FreeBSD-related):
PR 897: add test for ZIP archives with invalid EOCD
Author: trasz
Date: Thu May 18 19:42:19 2017
New Revision: 318481
URL: https://svnweb.freebsd.org/changeset/base/318481
Log:
Language fixes.
Submitted by: wblock
MFC after:2 weeks
Modified:
head/usr.bin/resizewin/resizewin.1
Modified: head/usr.bin/resizewin/resizewin.1
===
On 18 May 2017 at 13:55, Ed Maste wrote:
> Author: emaste
> Date: Thu May 18 17:55:33 2017
> New Revision: 318474
> URL: https://svnweb.freebsd.org/changeset/base/318474
>
> Log:
> makefs: drop WARNS back to 2
>
> GCC warns about additional signed comparision issues compared to Clang.
> Drop
Author: markj
Date: Thu May 18 18:39:23 2017
New Revision: 318480
URL: https://svnweb.freebsd.org/changeset/base/318480
Log:
MFC r318193:
Set the right variable when overriding the default console speed.
Modified:
stable/11/sys/boot/efi/loader/main.c
Directory Properties:
stable/11/ (pr
Author: markj
Date: Thu May 18 18:37:19 2017
New Revision: 318479
URL: https://svnweb.freebsd.org/changeset/base/318479
Log:
Don't bother enqueuing a page immediately before freeing it.
No functional change intended.
MFC after:1 week
Modified:
head/sys/dev/drm2/ttm/ttm_page_allo
Author: markj
Date: Thu May 18 18:35:14 2017
New Revision: 318478
URL: https://svnweb.freebsd.org/changeset/base/318478
Log:
Fix a few uses of kern_yield() in the TTM and the LinuxKPI.
kern_yield(0) effectively causes the calling thread to be rescheduled
immediately since it resets the th
Author: markj
Date: Thu May 18 18:24:11 2017
New Revision: 318476
URL: https://svnweb.freebsd.org/changeset/base/318476
Log:
Avoid open-coding PRI_UNCHANGED.
MFC after:1 week
Modified:
head/sys/kern/kern_fail.c
Modified: head/sys/kern/kern_fail.c
Author: gjb
Date: Thu May 18 18:18:39 2017
New Revision: 318475
URL: https://svnweb.freebsd.org/changeset/base/318475
Log:
Add the installation/article.xml for installation.html.
This is not yet connected to the build.
Sponsored by: The FreeBSD Foundation
Added:
stable/11/release/doc/e
Author: emaste
Date: Thu May 18 17:55:33 2017
New Revision: 318474
URL: https://svnweb.freebsd.org/changeset/base/318474
Log:
makefs: drop WARNS back to 2
GCC warns about additional signed comparision issues compared to Clang.
Drop WARNS for now until the underlying issue is fixed.
Modif
Author: emaste
Date: Thu May 18 17:44:45 2017
New Revision: 318473
URL: https://svnweb.freebsd.org/changeset/base/318473
Log:
regen src.conf(5) after r318472
Modified:
stable/11/share/man/man5/src.conf.5
Modified: stable/11/share/man/man5/src.conf.5
==
472)
@@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITH
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20170518:
+ arm64 builds now use the base system LLD 4.0.0 linker b
On Thu, May 18, 2017 at 3:56 AM, Rodney W. Grimes
wrote:
>> Author: ngie
>> Date: Thu May 18 06:25:39 2017
>> New Revision: 318441
>> URL: https://svnweb.freebsd.org/changeset/base/318441
>>
>> Log:
>> Handle the cron.d entry for MK_AT in cron conditionally
>>
>> Install /etc/cron.d/at if MK_A
Author: pstef
Date: Thu May 18 17:15:58 2017
New Revision: 318471
URL: https://svnweb.freebsd.org/changeset/base/318471
Log:
indent(1): Support binary integer literals.
This was done by Romain Tartière for PR123553. I initially thought that it
would break code like this:
#define b00101010 -
> On 18 May, 2017, at 10:53, Ian Lepore wrote:
>
> On Thu, 2017-05-18 at 10:43 -0600, Adam Weinberger wrote:
>>>
>>> On 18 May, 2017, at 10:24, Glen Barber wrote:
>>>
>>> Author: gjb
>>> Date: Thu May 18 16:24:11 2017
>>> New Revision: 318468
>>> URL: https://svnweb.freebsd.org/changeset/base/
On Thu, May 18, 2017 at 10:43:28AM -0600, Adam Weinberger wrote:
> > On 18 May, 2017, at 10:24, Glen Barber wrote:
> >
> > Author: gjb
> > Date: Thu May 18 16:24:11 2017
> > New Revision: 318468
> > URL: https://svnweb.freebsd.org/changeset/base/318468
> >
> > Log:
> > Fix grammar nits.
> >
>
Author: gjb
Date: Thu May 18 17:01:26 2017
New Revision: 318470
URL: https://svnweb.freebsd.org/changeset/base/318470
Log:
Further refine grammar.
Submitted by: adamw
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml
Modified: st
On Thursday, May 18, 2017 03:09:32 PM Baptiste Daroussin wrote:
> On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote:
> > > Author: ngie
> > > Date: Thu May 18 06:25:39 2017
> > > New Revision: 318441
> > > URL: https://svnweb.freebsd.org/changeset/base/318441
> > >
> > > Log:
> > >
On Thu, 2017-05-18 at 10:43 -0600, Adam Weinberger wrote:
> >
> > On 18 May, 2017, at 10:24, Glen Barber wrote:
> >
> > Author: gjb
> > Date: Thu May 18 16:24:11 2017
> > New Revision: 318468
> > URL: https://svnweb.freebsd.org/changeset/base/318468
> >
> > Log:
> > Fix grammar nits.
> >
> >
On Thu, 2017-05-18 at 02:56 -0700, Rodney W. Grimes wrote:
> >
> > Author: ngie
> > Date: Thu May 18 06:25:39 2017
> > New Revision: 318441
> > URL: https://svnweb.freebsd.org/changeset/base/318441
> >
> > Log:
> > Handle the cron.d entry for MK_AT in cron conditionally
> >
> > Install /et
> On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote:
> > > Author: ngie
> > > Date: Thu May 18 06:25:39 2017
> > > New Revision: 318441
> > > URL: https://svnweb.freebsd.org/changeset/base/318441
> > >
> > > Log:
> > > Handle the cron.d entry for MK_AT in cron conditionally
> > >
> On 18 May, 2017, at 10:24, Glen Barber wrote:
>
> Author: gjb
> Date: Thu May 18 16:24:11 2017
> New Revision: 318468
> URL: https://svnweb.freebsd.org/changeset/base/318468
>
> Log:
> Fix grammar nits.
>
> Sponsored by:The FreeBSD Foundation
>
> Modified:
> stable/11/release/doc/
Author: gjb
Date: Thu May 18 16:32:41 2017
New Revision: 318469
URL: https://svnweb.freebsd.org/changeset/base/318469
Log:
Prefer https://download.FreeBSD.org as the official release site.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/readme/article
Author: gjb
Date: Thu May 18 16:24:11 2017
New Revision: 318468
URL: https://svnweb.freebsd.org/changeset/base/318468
Log:
Fix grammar nits.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml
stable/11/release/doc/en_US.ISO8859-1/r
Author: gjb
Date: Thu May 18 16:24:10 2017
New Revision: 318467
URL: https://svnweb.freebsd.org/changeset/base/318467
Log:
Fix FDP style nits reported by igor(1).
Bump copyright year in readme/article.xml.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO88
Author: gjb
Date: Thu May 18 15:41:58 2017
New Revision: 318465
URL: https://svnweb.freebsd.org/changeset/base/318465
Log:
Document r311686, bsdinstall(8) hidden wifi network support.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xm
Author: gjb
Date: Thu May 18 15:41:59 2017
New Revision: 318466
URL: https://svnweb.freebsd.org/changeset/base/318466
Log:
Fix FDP style nits found by igor(1).
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/errata/article.xml
Modified: stable/11/rel
Author: gjb
Date: Thu May 18 15:41:56 2017
New Revision: 318463
URL: https://svnweb.freebsd.org/changeset/base/318463
Log:
Document r310852, miibus(4) Microchip/Micrel KSZ9031 support.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.x
Author: gjb
Date: Thu May 18 15:41:56 2017
New Revision: 318462
URL: https://svnweb.freebsd.org/changeset/base/318462
Log:
Document r315330, etherswitch(4) support for RTL8366RB and RTL8366SR.
Correct the Netgate sponsor entity while here.
Sponsored by: The FreeBSD Foundation
Modified:
Author: gjb
Date: Thu May 18 15:41:53 2017
New Revision: 318459
URL: https://svnweb.freebsd.org/changeset/base/318459
Log:
Add missing revision for cloudabi 32-bit support.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified
Author: gjb
Date: Thu May 18 15:41:57 2017
New Revision: 318464
URL: https://svnweb.freebsd.org/changeset/base/318464
Log:
Move the ixl(4) entry to the network driver section.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modif
Author: gjb
Date: Thu May 18 15:41:55 2017
New Revision: 318461
URL: https://svnweb.freebsd.org/changeset/base/318461
Log:
Clarify the cxgbe(4) firmware update is for T4, T5, and T6 cards.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/artic
Author: gjb
Date: Thu May 18 15:41:48 2017
New Revision: 318453
URL: https://svnweb.freebsd.org/changeset/base/318453
Log:
Document r307144, cloudabi 32-bit support on 64-bit envionments.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/articl
Author: gjb
Date: Thu May 18 15:41:51 2017
New Revision: 318457
URL: https://svnweb.freebsd.org/changeset/base/318457
Log:
Document r312358, alc(4) Killer E2400 support.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: s
Author: gjb
Date: Thu May 18 15:41:49 2017
New Revision: 318455
URL: https://svnweb.freebsd.org/changeset/base/318455
Log:
Add qlnxe(4)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml
Modified: stable/11/release/doc/en_US.ISO8859
Author: gjb
Date: Thu May 18 15:41:49 2017
New Revision: 318454
URL: https://svnweb.freebsd.org/changeset/base/318454
Log:
Document r318357, ixl(4) updated to version 1.7.12-k.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modi
Author: gjb
Date: Thu May 18 15:41:54 2017
New Revision: 318460
URL: https://svnweb.freebsd.org/changeset/base/318460
Log:
Document r307576, Elantech support added to atkbdc(4).
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Mod
Author: gjb
Date: Thu May 18 15:41:50 2017
New Revision: 318456
URL: https://svnweb.freebsd.org/changeset/base/318456
Log:
Document r311506, cxgbe(4) firmware version 1.16.26.0.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Mod
Author: gjb
Date: Thu May 18 15:41:52 2017
New Revision: 318458
URL: https://svnweb.freebsd.org/changeset/base/318458
Log:
Document r314005, alc(4) Killer E2500 support.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
stable/11/
On 05/18/17 17:00, Oleg Bulyzhin wrote:
On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote:
On 05/18/17 16:04, Oleg Bulyzhin wrote:
On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote:
Author: sephe
Date: Thu Sep 1 06:32:35 2016
New Revision: 305177
URL: https://
On Thu, May 18, 2017 at 10:00 AM, Oleg Bulyzhin wrote:
> On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote:
> >
> > Can you explain a bit more what is wrong?
> >
> > > If you care about readability it should be:
> > > pri) & 7) << 13) | (((cfi) & 1) << 12) | ((vlid) & EVL_VL
On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote:
> On 05/18/17 16:04, Oleg Bulyzhin wrote:
> > On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote:
> >> Author: sephe
> >> Date: Thu Sep 1 06:32:35 2016
> >> New Revision: 305177
> >> URL: https://svnweb.freebsd.org/
On 05/18/17 16:04, Oleg Bulyzhin wrote:
On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote:
Author: sephe
Date: Thu Sep 1 06:32:35 2016
New Revision: 305177
URL: https://svnweb.freebsd.org/changeset/base/305177
Log:
net/vlan: Shift for pri is 13 (pri mask 0xe000) not 1.
Author: manu
Date: Thu May 18 14:19:06 2017
New Revision: 318452
URL: https://svnweb.freebsd.org/changeset/base/318452
Log:
makefs: Add soft-updates option
Add the ffs option to enable soft-updates.
The option is only processed is ufs2 has been selected.
Reviewed by: emaste, bapt (e
On Thu, Sep 01, 2016 at 06:32:35AM +, Sepherosa Ziehau wrote:
> Author: sephe
> Date: Thu Sep 1 06:32:35 2016
> New Revision: 305177
> URL: https://svnweb.freebsd.org/changeset/base/305177
>
> Log:
> net/vlan: Shift for pri is 13 (pri mask 0xe000) not 1.
>
> Reviewed by:araujo,
Author: emaste
Date: Thu May 18 14:05:29 2017
New Revision: 318451
URL: https://svnweb.freebsd.org/changeset/base/318451
Log:
makefs: clean up signedness warnings and bump WARNS to 3
Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.fre
Author: kib
Date: Thu May 18 13:49:53 2017
New Revision: 318450
URL: https://svnweb.freebsd.org/changeset/base/318450
Log:
Add tests for some cases in r318298.
The first test triggers the out of bounds read of the 'left' array. It
only fails when realpath.c is compiled with '-fsanitize=ad
Author: allanjude
Date: Thu May 18 13:19:07 2017
New Revision: 318449
URL: https://svnweb.freebsd.org/changeset/base/318449
Log:
MFC r315435:
Add ZFS compressed ARC stats to top(1)
MFC r316314:
top(1) read the wrong amount of data from sysctl
MFC r318448:
Explai
On 05/18/17 04:13, Baptiste Daroussin wrote:
On Wed, May 17, 2017 at 10:51:28PM +, Jonathan Anderson wrote:
+void print_usage(const char *argv0)
Style(9) bug :)
Duly noted. :)
It looks like kib@ has already sorted this out in his timezone.
Jon
--
jonat...@freebsd.org
On Thu, May 18, 2017 at 02:56:31AM -0700, Rodney W. Grimes wrote:
> > Author: ngie
> > Date: Thu May 18 06:25:39 2017
> > New Revision: 318441
> > URL: https://svnweb.freebsd.org/changeset/base/318441
> >
> > Log:
> > Handle the cron.d entry for MK_AT in cron conditionally
> >
> > Install /
Author: allanjude
Date: Thu May 18 12:55:07 2017
New Revision: 318448
URL: https://svnweb.freebsd.org/changeset/base/318448
Log:
Explain the new fields in top(1) related to ZFS compressed ARC
Reviewed by: bcr
X-MFC-with: 316314
Differential Revision:https://reviews.freebsd.or
Author: gjb
Date: Thu May 18 12:27:41 2017
New Revision: 318447
URL: https://svnweb.freebsd.org/changeset/base/318447
Log:
MFC r318294:
Correct the URL to instructions for updating system sources.
PR: 219303
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/README
D
Author: gjb
Date: Thu May 18 12:27:41 2017
New Revision: 318447
URL: https://svnweb.freebsd.org/changeset/base/318447
Log:
MFC r318294:
Correct the URL to instructions for updating system sources.
PR: 219303
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/README
D
> Author: ngie
> Date: Thu May 18 06:25:39 2017
> New Revision: 318441
> URL: https://svnweb.freebsd.org/changeset/base/318441
>
> Log:
> Handle the cron.d entry for MK_AT in cron conditionally
>
> Install /etc/cron.d/at if MK_AT != no, always using it, which tries
> to run a non-existent
-- Start of PGP signed section.
[ Charset UTF-8 unsupported, converting... ]
> On 18.05.2017 03:49, Rodney W. Grimes wrote:
> > [ Charset UTF-8 unsupported, converting... ]
> >> Author: ae
> >> Date: Wed May 17 10:56:22 2017
> >> New Revision: 318400
> >> URL: https://svnweb.freebsd.org/changeset/b
Author: kib
Date: Thu May 18 09:34:26 2017
New Revision: 318446
URL: https://svnweb.freebsd.org/changeset/base/318446
Log:
Update my copyright, note The FreeBSD Foundation involvement.
While tweaking copyright block, switch to use __FBSDID for tag.
Sponsored by: The FreeBSD Foundation
M
Author: kib
Date: Thu May 18 09:31:30 2017
New Revision: 318445
URL: https://svnweb.freebsd.org/changeset/base/318445
Log:
Fix style [1], add static keyword before static function definition.
Noted by: bapt [1]
Sponsored by: The FreeBSD Foundation
MFC after:2 weeks
Modified:
1 - 100 of 101 matches
Mail list logo