On 2018-Jul-1, at 6:34 AM, Mark Millard wrote:
> My brain finally engaged for showing exactly what files are included
> for the gcc builds: the .meta files include that information explicitly
> (along with other files that are opened during the operation).
>
> amd64 is as I reported, just one he
Author: mckusick
Date: Tue Jul 17 04:43:58 2018
New Revision: 336361
URL: https://svnweb.freebsd.org/changeset/base/336361
Log:
Add needed locking for um_flags added in -r335808.
While here document required locking details in ufsmount structure.
Reported by: kib
Reviewed by: kib
Mo
Author: pfg
Date: Tue Jul 17 02:20:51 2018
New Revision: 336360
URL: https://svnweb.freebsd.org/changeset/base/336360
Log:
FreeBSD_version bump as per r336351,
Updating the libstdc++ is likely to have consequences for archs that are
still using the older GCC based toolchain.
Requeste
On 16/07/2018 19:11, Mark Linimon wrote:
On Mon, Jul 16, 2018 at 06:53:28PM +, Pedro F. Giffuni wrote:
Update libstdc++ configuration.
Will FreeBSD version be incremented for this?
mcl
I thought about it, but then I was not sure anyone will notice.
Nevermind, version bumps are chea
On Mon, Jul 16, 2018 at 06:53:28PM +, Pedro F. Giffuni wrote:
> Update libstdc++ configuration.
Will FreeBSD version be incremented for this?
mcl
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To
Author: kevans
Date: Mon Jul 16 23:32:24 2018
New Revision: 336359
URL: https://svnweb.freebsd.org/changeset/base/336359
Log:
Revert 336358 and step away fron machine for the day...
VERSREQ < 7.+ physically will not work with new config(8) due to major bump,
which is why I bumped it in th
Author: kevans
Date: Mon Jul 16 21:53:30 2018
New Revision: 336358
URL: https://svnweb.freebsd.org/changeset/base/336358
Log:
Partially revert r336353: sys/conf/* %VERSREQ bumps
The changes made in r335998 don't strictly require a newer config(8),
though it is advised. The %VERSREQ bumps
Author: rmacklem
Date: Mon Jul 16 21:32:50 2018
New Revision: 336357
URL: https://svnweb.freebsd.org/changeset/base/336357
Log:
Modify the reasons for not issuing a delegation in the NFSv4.1 server.
The ESXi NFSv4.1 client will generate warning messages when the reason for
not issuing a d
Author: marius
Date: Mon Jul 16 19:47:57 2018
New Revision: 336356
URL: https://svnweb.freebsd.org/changeset/base/336356
Log:
Update igb_sctx_init for r336313, missed when incorporating shurd@'s
feedback on the initial D15720.
Reported by: kib
Modified:
head/sys/dev/e1000/if_em.c
Mod
Author: jhibbits
Date: Mon Jul 16 19:47:29 2018
New Revision: 336355
URL: https://svnweb.freebsd.org/changeset/base/336355
Log:
dtrace/powerpc: Correct register indices for non-indexed registers in the
trapframe
Fix an off-by-one error, LR starts at index 32, not index 33, and the others
Author: lwhsu (ports committer)
Date: Mon Jul 16 19:21:50 2018
New Revision: 336354
URL: https://svnweb.freebsd.org/changeset/base/336354
Log:
zfsboot: fix build with WITHOUT_LOADER_GELI
Reviewed by: ian
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews
On Mon, Jul 16, 2018 at 2:05 PM, Kyle Evans wrote:
> Author: kevans
> Date: Mon Jul 16 19:05:50 2018
> New Revision: 336353
> URL: https://svnweb.freebsd.org/changeset/base/336353
>
> Log:
> config(8): Bump major version after r335998
>
> config-generated hints.c/env.c from r335998 and later a
Author: kevans
Date: Mon Jul 16 19:05:50 2018
New Revision: 336353
URL: https://svnweb.freebsd.org/changeset/base/336353
Log:
config(8): Bump major version after r335998
config-generated hints.c/env.c from r335998 and later are incompatible with
earlier kernels due to no longer setting en
Author: cem
Date: Mon Jul 16 19:01:05 2018
New Revision: 336352
URL: https://svnweb.freebsd.org/changeset/base/336352
Log:
OCF: Convert consumers to the session id typedef
These were missed in the earlier r336269.
No functional change.
Sponsored by: Dell EMC Isilon
Modified:
he
-Original Message-
From: on behalf of Andrew Turner
Date: 2018-07-16, Monday at 08:39
To: , ,
Subject: svn commit: r336348 - in head/sys: conf crypto/armv8
modules/armv8crypto
> Author: andrew
> Date: Mon Jul 16 15:39:33 2018
> New Revision: 336348
> URL: https://svnweb.freebsd.org/c
Author: pfg
Date: Mon Jul 16 18:53:28 2018
New Revision: 336351
URL: https://svnweb.freebsd.org/changeset/base/336351
Log:
Update libstdc++ configuration.
Its been quite a while since the last time we updated this and since then
we have grown iconv and a bunch of complex math functions.
Author: dteske
Date: Mon Jul 16 18:53:17 2018
New Revision: 336350
URL: https://svnweb.freebsd.org/changeset/base/336350
Log:
sysrc(8): Send error message to stderr (not stdout)
PR: bin/229806
Reported by: Andreas Sommer
MFC after:3 days
X-MFC-to: stable/11 stable/
On Mon, Jul 16, 2018, 10:57 AM John Baldwin wrote:
> On 7/15/18 6:34 PM, Oleksandr Tymoshenko wrote:
> > Author: gonzo
> > Date: Mon Jul 16 01:34:45 2018
> > New Revision: 336326
> > URL: https://svnweb.freebsd.org/changeset/base/336326
> >
> > Log:
> > Remove MODULE_PNP_INFO for ig4(4) driver
Author: andrew
Date: Mon Jul 16 18:21:29 2018
New Revision: 336349
URL: https://svnweb.freebsd.org/changeset/base/336349
Log:
Don't use the static keyword with DPCPU defines in arm64 modules.
On arm64 compiler will create PC-relative loads and stores for static data.
This means it doesn't
On 7/15/18 6:34 PM, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Mon Jul 16 01:34:45 2018
> New Revision: 336326
> URL: https://svnweb.freebsd.org/changeset/base/336326
>
> Log:
> Remove MODULE_PNP_INFO for ig4(4) driver
>
> ig4(4) does not support suspend/resume but present on the h
Author: andrew
Date: Mon Jul 16 15:39:33 2018
New Revision: 336348
URL: https://svnweb.freebsd.org/changeset/base/336348
Log:
Create an empty stdint.h for arm_neon.h to include.
The armv8crypto module includes arm_neon.h for the compiler intrinsic
functions. This includes the userland std
Author: imp
Date: Mon Jul 16 15:29:32 2018
New Revision: 336347
URL: https://svnweb.freebsd.org/changeset/base/336347
Log:
Add pointer to freebsd-numerics for libm.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
=
Author: manu
Date: Mon Jul 16 13:38:16 2018
New Revision: 336339
URL: https://svnweb.freebsd.org/changeset/base/336339
Log:
allwinner: a83t: Fix PLL_CPU clocks
The PLL_CPU clocks formula is 24Mhz * N and not 24Mhz / N
Fix it by using a NKMP clock with fixed factor values for the one
unu
Author: kevans
Date: Mon Jul 16 13:14:53 2018
New Revision: 336337
URL: https://svnweb.freebsd.org/changeset/base/336337
Log:
Unconditionally build libnv in legacy
Rather than using a config(8) built from new tree linking libnv built on
host.
Modified:
head/Makefile.inc1
Modified: hea
Author: arichardson
Date: Mon Jul 16 11:03:05 2018
New Revision: 336336
URL: https://svnweb.freebsd.org/changeset/base/336336
Log:
Fix buildworld on FreeBSD 10
Since r336126 we depend on explicit_bzero() for the libmd
bootstrap. Add it to -legacy if it is not found in /usr/include/strings
Author: arichardson
Date: Mon Jul 16 10:57:26 2018
New Revision: 336335
URL: https://svnweb.freebsd.org/changeset/base/336335
Log:
No longer install sys/nv.h and sys/cnv.h in lib/libnv/Makefile
Use tools/build/Makefile to install the headers into ${WORLDTMP}/legacy
instead. Compared to r3
26 matches
Mail list logo