Author: allanjude
Date: Thu Jun 6 05:10:32 2019
New Revision: 348726
URL: https://svnweb.freebsd.org/changeset/base/348726
Log:
MFC r348065:
Correct the way remaining battery life is calculated
Previously, if a system had multiple batteries, the remaining life
percentage was calcula
Author: allanjude
Date: Thu Jun 6 05:09:43 2019
New Revision: 348725
URL: https://svnweb.freebsd.org/changeset/base/348725
Log:
MFC r347953:
MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first
zfsonlinux/zfs@88cfff182432e4d1c24c877f33b47ee6cf109eee
zfs_main: fix
Author: gjb
Date: Thu Jun 6 03:31:55 2019
New Revision: 348724
URL: https://svnweb.freebsd.org/changeset/base/348724
Log:
MFC r348439:
Increase the size of the Vagrant default image size, as the 3GB
size is too small to bootstrap the firstboot_pkgs list.
While here, add the growfs(8
Author: gjb
Date: Thu Jun 6 03:30:21 2019
New Revision: 348723
URL: https://svnweb.freebsd.org/changeset/base/348723
Log:
MFC r348438, r348474:
r348438:
Fix GCE virtual machine startup.
r348474:
Revert previous commit.
Note: no-op to appease the merge tracker
Sponso
Author: imp
Date: Thu Jun 6 03:07:10 2019
New Revision: 348722
URL: https://svnweb.freebsd.org/changeset/base/348722
Log:
Don't make the efifat thing if NOFAT is defined.
Modified:
head/stand/efi/boot1/Makefile
Modified: head/stand/efi/boot1/Makefile
Author: markj
Date: Thu Jun 6 03:04:33 2019
New Revision: 348721
URL: https://svnweb.freebsd.org/changeset/base/348721
Log:
MFC r348545:
Typo.
Modified:
stable/12/lib/libutil/pw_util.3
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib/libutil/pw_util.3
=
Author: markj
Date: Thu Jun 6 03:03:54 2019
New Revision: 348720
URL: https://svnweb.freebsd.org/changeset/base/348720
Log:
MFC r348431:
elfcopy: Optimize for insertions at the end of the section list.
PR: 234949
Modified:
stable/12/contrib/elftoolchain/elfcopy/elfcopy.h
stable/12
Author: markj
Date: Thu Jun 6 03:02:43 2019
New Revision: 348719
URL: https://svnweb.freebsd.org/changeset/base/348719
Log:
MFC r348430:
elfcopy: Remove an unneeded memset.
Modified:
stable/12/contrib/elftoolchain/elfcopy/main.c
Directory Properties:
stable/12/ (props changed)
Modifie
Author: markj
Date: Thu Jun 6 03:01:52 2019
New Revision: 348717
URL: https://svnweb.freebsd.org/changeset/base/348717
Log:
MFC r348443:
readelf: Make -t imply -S, for compatibility with GNU binutils.
Modified:
stable/12/contrib/elftoolchain/readelf/readelf.1
stable/12/contrib/elftoolcha
Author: cy
Date: Thu Jun 6 03:02:25 2019
New Revision: 348718
URL: https://svnweb.freebsd.org/changeset/base/348718
Log:
Whitespace adjustment.
MFC after:3 days
Modified:
head/sys/modules/ipfilter/Makefile
Modified: head/sys/modules/ipfilter/Makefile
===
Author: markj
Date: Thu Jun 6 03:01:05 2019
New Revision: 348716
URL: https://svnweb.freebsd.org/changeset/base/348716
Log:
MFC r348547:
rpc.yppasswdd: Fix dirname(3) usage after r305952.
PR: 234972
Modified:
stable/12/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
Directory Properties:
Author: markj
Date: Thu Jun 6 02:58:11 2019
New Revision: 348715
URL: https://svnweb.freebsd.org/changeset/base/348715
Log:
MFC r348444:
libelftc: Add MLINKS.
Modified:
stable/12/lib/libelftc/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib/libelftc/Ma
Author: allanjude
Date: Thu Jun 6 01:32:00 2019
New Revision: 348714
URL: https://svnweb.freebsd.org/changeset/base/348714
Log:
zpool.8: the comment property is not read-only
The comment property was listed in the man page twice, once under the list
of read-only properties, and again (co
Author: mav
Date: Thu Jun 6 01:16:04 2019
New Revision: 348713
URL: https://svnweb.freebsd.org/changeset/base/348713
Log:
MFC r348417: Fix busy status leak in case of incorrect passthrough args.
Modified:
stable/12/sys/dev/mpr/mpr_user.c
stable/12/sys/dev/mps/mps_user.c
Directory Propertie
Author: jhb
Date: Wed Jun 5 23:37:50 2019
New Revision: 348712
URL: https://svnweb.freebsd.org/changeset/base/348712
Log:
Use parse_integer to avoid sign extension.
Coverity warned about gdb_write_mem sign extending the result of
parse_byte shifted left by 24 bits when generating a 32-bi
Author: oshogbo
Date: Wed Jun 5 22:55:00 2019
New Revision: 348711
URL: https://svnweb.freebsd.org/changeset/base/348711
Log:
tail: disable capsicum in rescue mode
All rescue application are not capsicumized.
Reported by: jenkins
Modified:
head/usr.bin/tail/Makefile
Modified: hea
Author: oshogbo
Date: Wed Jun 5 22:47:37 2019
New Revision: 348710
URL: https://svnweb.freebsd.org/changeset/base/348710
Log:
tail: fix style nit introduced in the r348708
Modified:
head/usr.bin/tail/tail.c
Modified: head/usr.bin/tail/tail.c
=
Author: oshogbo
Date: Wed Jun 5 22:46:18 2019
New Revision: 348709
URL: https://svnweb.freebsd.org/changeset/base/348709
Log:
geli: build warning fixes
Submitted by: Aaron Prieger
Reviewed by: sbruno
Differential Revision:https://reviews.freebsd.org/D11068
Modified:
head/s
Author: oshogbo
Date: Wed Jun 5 22:40:49 2019
New Revision: 348708
URL: https://svnweb.freebsd.org/changeset/base/348708
Log:
tail: capsicumize
Submitted by: Nik Sultana
Differential Revision:https://reviews.freebsd.org/D20393
Modified:
head/usr.bin/tail/Makefile
head/usr.b
Author: oshogbo
Date: Wed Jun 5 22:36:19 2019
New Revision: 348707
URL: https://svnweb.freebsd.org/changeset/base/348707
Log:
unlink: add missing function to unlink.2 man page
Modified:
head/lib/libc/sys/unlink.2
Modified: head/lib/libc/sys/unlink.2
=
Author: oshogbo
Date: Wed Jun 5 22:32:26 2019
New Revision: 348706
URL: https://svnweb.freebsd.org/changeset/base/348706
Log:
DTrace: create an amd64 test suit
Create two tests checking if we can read urgs registers and if the
rax register returns a correct number.
Reviewed by: mar
Author: oshogbo
Date: Wed Jun 5 22:29:05 2019
New Revision: 348705
URL: https://svnweb.freebsd.org/changeset/base/348705
Log:
dtrace: 64-bits registers support
The registers in ilumos and FreeBSD have a different number.
In the illumos, last 32-bits register defined is SS an in FreeBSD i
Author: np
Date: Wed Jun 5 21:46:56 2019
New Revision: 348704
URL: https://svnweb.freebsd.org/changeset/base/348704
Log:
MFC r348491:
cxgbe/t4_tom: adjust the hardware receive window to match changes to the
receive sockbuf's high water mark.
Calculate rx credits on the spot instead
Author: allanjude
Date: Wed Jun 5 20:31:09 2019
New Revision: 348703
URL: https://svnweb.freebsd.org/changeset/base/348703
Log:
MFC r348065:
Correct the way remaining battery life is calculated
Previously, if a system had multiple batteries, the remaining life
percentage was calcula
Author: allanjude
Date: Wed Jun 5 20:27:26 2019
New Revision: 348702
URL: https://svnweb.freebsd.org/changeset/base/348702
Log:
MFC r348068, r348071
r348068:
ZFS: Make deadman tunables no longer read-only
This allows the user to enable, disable, and adjust the I/O deadman at
runti
Author: kib
Date: Wed Jun 5 20:21:17 2019
New Revision: 348701
URL: https://svnweb.freebsd.org/changeset/base/348701
Log:
In vm_map_entry_set_vnode_text(), tolerate tmpfs mappings for which
vnode is no longer resident.
Mapping of tmpfs file does not bump use count on the vnode, because
Author: allanjude
Date: Wed Jun 5 20:18:08 2019
New Revision: 348699
URL: https://svnweb.freebsd.org/changeset/base/348699
Log:
sha.3: clarify admonition against use in NEW signature schemes
Reported by: cem, cperciva (grammar)
Modified:
head/lib/libmd/sha.3
Modified: head/lib/libmd/s
Author: kib
Date: Wed Jun 5 20:16:25 2019
New Revision: 348698
URL: https://svnweb.freebsd.org/changeset/base/348698
Log:
Manually clear text references on reclaim for nullfs and tmpfs.
Both filesystems do no use vnode_pager_dealloc() which would handle
this case otherwise. Nullfs becau
Author: mizhka
Date: Wed Jun 5 19:55:30 2019
New Revision: 348697
URL: https://svnweb.freebsd.org/changeset/base/348697
Log:
[ath] [fix] athani compilation was broken by recent ath change
* This commit is going to fix build of AR724x on 13-CURRENT with additional
tools like athani. See
Author: allanjude
Date: Wed Jun 5 19:46:35 2019
New Revision: 348696
URL: https://svnweb.freebsd.org/changeset/base/348696
Log:
MFC r347953:
MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first
zfsonlinux/zfs@88cfff182432e4d1c24c877f33b47ee6cf109eee
zfs_main: fix
Author: jhb
Date: Wed Jun 5 19:30:32 2019
New Revision: 348695
URL: https://svnweb.freebsd.org/changeset/base/348695
Log:
Support MSI-X for passthrough devices with a separate PBA BAR.
pci_alloc_msix() requires both the table and PBA BARs to be allocated
by the driver. ppt was only allo
Author: jhb
Date: Wed Jun 5 19:29:02 2019
New Revision: 348694
URL: https://svnweb.freebsd.org/changeset/base/348694
Log:
Don't simulate PBA access if the PBA is in a separate BAR.
bhyve has to virtualize the MSI-X table to trap reads and writes to
that table and map those to virtual int
Author: pkubaj (ports committer)
Date: Wed Jun 5 16:01:05 2019
New Revision: 348693
URL: https://svnweb.freebsd.org/changeset/base/348693
Log:
Add my birthday entry.
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebsd
===
Author: emaste
Date: Wed Jun 5 15:23:48 2019
New Revision: 348692
URL: https://svnweb.freebsd.org/changeset/base/348692
Log:
vtfontcvt: exit on error if the input font has too many glyphs
The kernel has a limit of 131072 glyphs in a font; add the same check to
vtfontcvt so that we won't
On Wed, Jun 5, 2019 at 9:09 AM Ed Maste wrote:
>
> On Tue, 4 Jun 2019 at 21:35, Kyle Evans wrote:
> >
> > Just to confirm... the commit for llvm-symbolizer included the move
> > from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles.
>
> Not the man page though, it turns out - I moved it now i
Author: luporl
Date: Wed Jun 5 14:23:10 2019
New Revision: 348691
URL: https://svnweb.freebsd.org/changeset/base/348691
Log:
MFC r345676:
powerpc64: Use medium code model in asm files for TOC references
Summary:
With a sufficiently large TOC, it's possible to index out of range, as
Author: luporl
Date: Wed Jun 5 14:19:54 2019
New Revision: 348690
URL: https://svnweb.freebsd.org/changeset/base/348690
Log:
MFC r343744:
powerpc64: Add a trap stack area
Currently, the trap code switches to the the temporary stack in the dbtrap
section. It works in most cases, but
On Tue, 4 Jun 2019 at 21:35, Kyle Evans wrote:
>
> Just to confirm... the commit for llvm-symbolizer included the move
> from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles.
Not the man page though, it turns out - I moved it now in r348689.
___
sv
Author: emaste
Date: Wed Jun 5 14:08:39 2019
New Revision: 348689
URL: https://svnweb.freebsd.org/changeset/base/348689
Log:
Use CLANG knob to remove llvm-symbolizer man page
r348504 moved llvm-symbolizer from the CLANG_EXTRAS knob to CLANG, but
the man page was still in the CLANG_EXTRAS
Author: avg
Date: Wed Jun 5 13:18:00 2019
New Revision: 348688
URL: https://svnweb.freebsd.org/changeset/base/348688
Log:
first step towards enforcing must-succeed semantics for bus accessors
Unlike BUS_READ_IVAR / BUS_WRITE_IVAR, bus accessors do not have a
return code. It is assumed t
Author: tychon
Date: Wed Jun 5 13:08:21 2019
New Revision: 348687
URL: https://svnweb.freebsd.org/changeset/base/348687
Log:
another occurrence where a very large dma mapping can cause integer overflow
Submitted by: rlibby
Sponsored by: Dell EMC Isilon
Modified:
head/sys/x86/iommu/bus
Author: luporl
Date: Wed Jun 5 12:53:36 2019
New Revision: 348686
URL: https://svnweb.freebsd.org/changeset/base/348686
Log:
MFC r348028:
stand/powerpc: Only build loader.kboot for powerpc64
kboot is only made for powerpc64 systems, not 32-bit systems.
This unbreaks the build for
Author: luporl
Date: Wed Jun 5 12:43:45 2019
New Revision: 348685
URL: https://svnweb.freebsd.org/changeset/base/348685
Log:
MFC r348112:
Fix PPC64 kernel build with clang8 + lld8
This patch fixes the following lld link errors:
- unsupported dynamic relocations on read-only sections
Author: luporl
Date: Wed Jun 5 12:38:58 2019
New Revision: 348684
URL: https://svnweb.freebsd.org/changeset/base/348684
Log:
MFC r348025:
Unbreak the build when `ELF_VERBOSE` is defined after r348005
This change properly terminates the formatting string quote modification done
in r3480
Author: luporl
Date: Wed Jun 5 12:34:28 2019
New Revision: 348683
URL: https://svnweb.freebsd.org/changeset/base/348683
Log:
MFC r348005:
[PowerPC64] stand: fix build using clang 8 as compiler
This change fixes "stand" build issues when using clang 8
as compiler.
Submitted by: alf
Author: ae
Date: Wed Jun 5 09:25:40 2019
New Revision: 348682
URL: https://svnweb.freebsd.org/changeset/base/348682
Log:
Initialize V_nat64out methods explicitly.
It looks like initialization of static variable doesn't work for
VIMAGE and this leads to panic.
Reported by: olivier
46 matches
Mail list logo