Author: ae
Date: Mon Jul 16 10:32:11 2018
New Revision: 336334
URL: https://svnweb.freebsd.org/changeset/base/336334
Log:
MFC r335795,335796:
Make debug output produced by `setkey -x` command a more human readable.
Add text names of SADB message types and extension headers to the outp
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
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: 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: markj
Date: Mon Jul 16 13:21:49 2018
New Revision: 336338
URL: https://svnweb.freebsd.org/changeset/base/336338
Log:
MFC r336257, r336258, r336263:
Use the MSR name.
Modified:
stable/11/usr.sbin/cpucontrol/amd10h.c
Directory Properties:
stable/11/ (props changed)
Modified: stab
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: brooks
Date: Mon Jul 16 14:17:23 2018
New Revision: 336340
URL: https://svnweb.freebsd.org/changeset/base/336340
Log:
MFC r336238:
Round down the location of execpathp to slightly improve copyout speed.
In practice, this moves the padding from below the canary to above
execpa
Author: kevans
Date: Mon Jul 16 14:32:25 2018
New Revision: 336341
URL: https://svnweb.freebsd.org/changeset/base/336341
Log:
Record-only MFC of r335995, r335997; latter reverts the former
Modified:
Directory Properties:
stable/11/ (props changed)
___
Author: kevans
Date: Mon Jul 16 14:34:25 2018
New Revision: 336342
URL: https://svnweb.freebsd.org/changeset/base/336342
Log:
Record-only MFC r336011-r336013
r336013 reverts the previous two commits, which broke the build due to poor
testing form.
Modified:
Directory Properties:
stable
Author: kevans
Date: Mon Jul 16 14:38:57 2018
New Revision: 336343
URL: https://svnweb.freebsd.org/changeset/base/336343
Log:
MFC r335652-r335654
r335652:
config(8): Make 'env' files consistent with other file-accepting options
Previously, only one 'env' file could be specified. Late
Author: kevans
Date: Mon Jul 16 14:42:45 2018
New Revision: 336344
URL: https://svnweb.freebsd.org/changeset/base/336344
Log:
MFC r335757:
ifconfig(8): Attempt to render non-printable sequences w/ UTF-8 Environment
Currently ifconfig(8) only prints the hex representation of ssid names
Author: kevans
Date: Mon Jul 16 14:56:30 2018
New Revision: 336345
URL: https://svnweb.freebsd.org/changeset/base/336345
Log:
MFC r304908-r304909
r304908:
Add cnv API.
cnv API is a set of functions for managing name/value pairs by cookie.
The cookie can be obtained by nvlist_next()
Author: kevans
Date: Mon Jul 16 15:02:21 2018
New Revision: 336346
URL: https://svnweb.freebsd.org/changeset/base/336346
Log:
MFC r304910, r304912, r304915, r304952, r325019, r328164, r331094, r332664,
r335341-r335345, r335347, r335379-r335380, r335382
r304910:
Introduce cnv man page.
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: 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
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
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
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/
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.
-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: 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
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
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: 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
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: 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: 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: 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: 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
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-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To un
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
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
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
34 matches
Mail list logo