Author: manu
Date: Mon Aug 13 06:40:20 2018
New Revision: 337703
URL: https://svnweb.freebsd.org/changeset/base/337703
Log:
Import DTS files from Linux 4.18
Added:
- copied unchanged from r337701,
vendor/device-tree/dist/src/arm/am335x-osd335x-common.dtsi
- copied unchanged from r337
Author: manu
Date: Mon Aug 13 05:54:42 2018
New Revision: 337702
URL: https://svnweb.freebsd.org/changeset/base/337702
Log:
Tag DTS files from Linux 4.18
Added:
vendor/device-tree/4.18/
- copied from r337701, vendor/device-tree/dist/
___
svn-sr
Author: manu
Date: Mon Aug 13 05:53:54 2018
New Revision: 337701
URL: https://svnweb.freebsd.org/changeset/base/337701
Log:
Import latest DTS files from Linux 4.18
Added:
vendor/device-tree/dist/Bindings/arm/mediatek/mediatek,g3dsys.txt
(contents, props changed)
vendor/device-tree/dist/B
-Original Message-
From: on behalf of Kyle Evans
Date: 2018-08-11, Saturday at 16:50
To: , ,
Subject: svn commit: r337663 - in head: . cddl/lib cddl/lib/libbe
contrib/mdocml lib/libbe sbin sbin/bectl share/mk
> Author: kevans
> Date: Sat Aug 11 23:50:09 2018
> New Revision: 337663
>
Author: kevans
Date: Mon Aug 13 05:16:27 2018
New Revision: 337700
URL: https://svnweb.freebsd.org/changeset/base/337700
Log:
Install symlink for sys/nvpair.h in include/Makefile symlinks target
Noticed while fixing the install/sysroot situation for libnvpair and
libzfs_core- if one uses
Author: kevans
Date: Mon Aug 13 05:01:19 2018
New Revision: 337699
URL: https://svnweb.freebsd.org/changeset/base/337699
Log:
libbe(3)/bectl(8): Remove now-redundant include paths
These were previously necessary because the libnvpair and libzfs_core
includes were not installed into the SY
Author: kevans
Date: Mon Aug 13 03:43:49 2018
New Revision: 337698
URL: https://svnweb.freebsd.org/changeset/base/337698
Log:
libbe(3): Light typo fix/word addition
Modified:
head/lib/libbe/be.c
Modified: head/lib/libbe/be.c
===
Author: kevans
Date: Mon Aug 13 03:42:14 2018
New Revision: 337697
URL: https://svnweb.freebsd.org/changeset/base/337697
Log:
libbe(3): Fix be_import to delete temp snapshot
Deleting the temp snapshot isn't immediately possible because it's the
origin of the newly imported boot environmen
Author: kevans
Date: Mon Aug 13 03:38:32 2018
New Revision: 337696
URL: https://svnweb.freebsd.org/changeset/base/337696
Log:
Use INCS for non-sys/ libnvpair and libzfs_core includes
While nothing was wrong with libnvpair.h, libzfs_core.h was only guarded by
MK_CDDL rather than MK_CDDL &&
On 2018-08-12 15:03:22 (-0700), Eitan Adler wrote:
On Sun, 12 Aug 2018 at 05:46, Philip Paeps wrote:
On 2018-08-12 20:40:34 (+0800), Philip Paeps wrote:
> On 2018-08-12 12:10:33 (+), Eitan Adler wrote:
>> Author: eadler
>> Date: Sun Aug 12 12:10:33 2018
>> New Revision: 337683
>> URL: htt
Author: eadler
Date: Sun Aug 12 22:07:13 2018
New Revision: 337695
URL: https://svnweb.freebsd.org/changeset/base/337695
Log:
tzdb: tag tzcode2018e
Added:
vendor/tzdb/tzcode2018e/
- copied from r337694, vendor/tzdb/dist/
___
svn-src-all@freebsd
Author: eadler
Date: Sun Aug 12 22:06:35 2018
New Revision: 337694
URL: https://svnweb.freebsd.org/changeset/base/337694
Log:
vendor/tzdb: reimport IANA database+code in a standard layout
I am using a new directory since the layout of both the vendor area
and contrib/ need to be changed.
I had two functional changes in mind for after this part (which I hoped
would be non controversial) that you would be included on the review.
Markj pointed me at the related D15592. I’m not sure that approach was the
correct one and hope to continue discussion there. Once that’s reached
consensus
On Sun, 12 Aug 2018 at 05:46, Philip Paeps wrote:
>
> On 2018-08-12 20:40:34 (+0800), Philip Paeps wrote:
>
> > On 2018-08-12 12:10:33 (+), Eitan Adler wrote:
> >> Author: eadler
> >> Date: Sun Aug 12 12:10:33 2018
> >> New Revision: 337683
> >> URL: https://svnweb.freebsd.org/changeset/base/3
Author: eadler
Date: Sun Aug 12 22:04:28 2018
New Revision: 337693
URL: https://svnweb.freebsd.org/changeset/base/337693
Log:
vendor/tzdb: clear in preperation for reimporting only code
Deleted:
vendor/tzdb/2018e/
vendor/tzdb/dist/
___
svn-src-all
Author: delphij
Date: Sun Aug 12 21:43:59 2018
New Revision: 337692
URL: https://svnweb.freebsd.org/changeset/base/337692
Log:
Remove mention of FreeBSD 9.x which is EoL'ed now.
Modified:
stable/10/etc/portsnap.conf
Modified: stable/10/etc/portsnap.conf
==
Author: delphij
Date: Sun Aug 12 21:42:21 2018
New Revision: 337691
URL: https://svnweb.freebsd.org/changeset/base/337691
Log:
Remove mention of FreeBSD 9.x which is EoL'ed now.
Modified:
stable/11/etc/portsnap.conf
Modified: stable/11/etc/portsnap.conf
==
Then maybe don’t keep bringing it up? Especially when it’s totally
irrelevant, like here. FreeBSD has certain assumptions of supported
platforms beyond the guarantees of standard C that have nothing whatsoever
to do with the boogeyman of a patched compiler.
On Thu, Aug 9, 2018 at 2:42 PM Benjamin
Author: mmacy
Date: Sun Aug 12 21:04:53 2018
New Revision: 337690
URL: https://svnweb.freebsd.org/changeset/base/337690
Log:
fix static ZFS linking
Static linking of ZFS is a newish option and LINT doesn't include it
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==
Author: jhibbits
Date: Sun Aug 12 20:33:55 2018
New Revision: 337689
URL: https://svnweb.freebsd.org/changeset/base/337689
Log:
ipmi/opal: Enable polled mode and proper callback
Fix a NULL dereference that would occur any time an ioctl() was done, due to a
missing ipmi_enqueue_request cal
> Author: kib
> Date: Sun Aug 12 08:45:23 2018
> New Revision: 337682
> URL: https://svnweb.freebsd.org/changeset/base/337682
>
> Log:
> MFC r336569:
> Move mostly useless examples binaries from OFED, as well as the Subnet
> Manager, under the new option WITH_OFED_EXTRA, disabled by default.
> Author: kib
> Date: Sun Aug 12 08:45:23 2018
> New Revision: 337682
> URL: https://svnweb.freebsd.org/changeset/base/337682
>
> Log:
> MFC r336569:
> Move mostly useless examples binaries from OFED, as well as the Subnet
> Manager, under the new option WITH_OFED_EXTRA, disabled by default.
Author: tuexen
Date: Sun Aug 12 14:05:15 2018
New Revision: 337688
URL: https://svnweb.freebsd.org/changeset/base/337688
Log:
Add explicit cast to silence a warning for the userland stack.
Thanks to Felix Weinrank for providing the patch.
Modified:
head/sys/netinet/sctp_output.c
Modifie
Author: brd
Date: Sun Aug 12 13:29:40 2018
New Revision: 337687
URL: https://svnweb.freebsd.org/changeset/base/337687
Log:
Move inetd.conf to usr.sbin/inetd/
This is pkgbase related as it uses CONFS to tag the file as a config file
Approved by: AllanJude (mentor)
Sponsored by: Essen
Author: brd
Date: Sun Aug 12 13:24:53 2018
New Revision: 337686
URL: https://svnweb.freebsd.org/changeset/base/337686
Log:
Move all the newsyslog related configs to usr.sbin/newsyslog/
This is related to pkgbase and changes these to use CONFS so that these are
tagged as config files.
Author: lwhsu
Date: Sun Aug 12 12:58:05 2018
New Revision: 337685
URL: https://svnweb.freebsd.org/changeset/base/337685
Log:
Adding myself to committers-src.dot
Approved by: markj (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
===
On 2018-08-12 20:40:34 (+0800), Philip Paeps wrote:
On 2018-08-12 12:10:33 (+), Eitan Adler wrote:
Author: eadler
Date: Sun Aug 12 12:10:33 2018
New Revision: 337683
URL: https://svnweb.freebsd.org/changeset/base/337683
Log:
vendor/tzdb: reimport IANA database+code in a standard layout
On 2018-08-12 12:10:33 (+), Eitan Adler wrote:
Author: eadler
Date: Sun Aug 12 12:10:33 2018
New Revision: 337683
URL: https://svnweb.freebsd.org/changeset/base/337683
Log:
vendor/tzdb: reimport IANA database+code in a standard layout
I am using a new directory since the layout of both th
Author: eadler
Date: Sun Aug 12 12:11:29 2018
New Revision: 337684
URL: https://svnweb.freebsd.org/changeset/base/337684
Log:
tzdb: tag 2018e
Added:
vendor/tzdb/2018e/
- copied from r337683, vendor/tzdb/dist/
___
svn-src-all@freebsd.org mailing
Author: eadler
Date: Sun Aug 12 12:10:33 2018
New Revision: 337683
URL: https://svnweb.freebsd.org/changeset/base/337683
Log:
vendor/tzdb: reimport IANA database+code in a standard layout
I am using a new directory since the layout of both the vendor area and
contrib/ need to be changed.
Author: kib
Date: Sun Aug 12 08:45:23 2018
New Revision: 337682
URL: https://svnweb.freebsd.org/changeset/base/337682
Log:
MFC r336569:
Move mostly useless examples binaries from OFED, as well as the Subnet
Manager, under the new option WITH_OFED_EXTRA, disabled by default.
Added:
stable/
/ObsoleteFiles.inc Sun Aug 12 08:42:06 2018(r337681)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180812: move of libmlx5.so.1 and libibverbs.so.1
+OLD_LIBS+=usr/lib/libmlx5.so.1
+OLD_LIBS+=usr/lib/libibverbs.so.1
# 20180714: new clang import which bumps version from 6.0.0 to 6.0.1
Author: cy
Date: Sun Aug 12 07:47:44 2018
New Revision: 337680
URL: https://svnweb.freebsd.org/changeset/base/337680
Log:
Chasing r337661, fix systat after arc accounting change.
Modified:
head/usr.bin/systat/main.c
Modified: head/usr.bin/systat/main.c
===
33 matches
Mail list logo