Author: delphij
Date: Wed Jul 12 07:19:06 2017
New Revision: 320906
URL: https://svnweb.freebsd.org/changeset/base/320906
Log:
MFV r320905: Import upstream fix for CVE-2017-11103.
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_par
Author: rlibby
Date: Wed Jul 12 07:30:14 2017
New Revision: 320908
URL: https://svnweb.freebsd.org/changeset/base/320908
Log:
kvprintf %b enhancements
Make the %b formatter accept number formatting flags. It will now accept
alternate form, precision, and length modifiers. It also now part
Clang knows about %b modifier and can do some semantic analysis on it.
Currently it type checks the first arg to be an int and the second to be
a char*.
Do you think it would be worth modifying the checks to include
this new functionality? Do you think you would like to take a stab
at it?
Search
On Wed, Jul 12, 2017 at 12:43 AM, Roman Divacky wrote:
> Clang knows about %b modifier and can do some semantic analysis on it.
> Currently it type checks the first arg to be an int and the second to be
> a char*.
>
> Do you think it would be worth modifying the checks to include
> this new functi
On Tue, 11 Jul 2017, John Baldwin wrote:
Log:
Consistently use vop_stdpathconf() for default pathconf values.
Update filesystems not currently using vop_stdpathconf() in pathconf
VOPs to use vop_stdpathconf() for any configuration variables that do
not have filesystem-specific values. vop_
On Tue, 11 Jul 2017, John Baldwin wrote:
On Tuesday, July 11, 2017 02:35:15 PM Ian Lepore wrote:
I think the docs on this are pretty clear... under -u it says:
The set of options is determined by applying the options specified
in the argument to -o and finally applying the -r or -w opt
Author: asomers
Date: Wed Jul 12 14:51:32 2017
New Revision: 320914
URL: https://svnweb.freebsd.org/changeset/base/320914
Log:
Remove an extraneous strlen from t_setdomainname.c
Reported by: Coverity
CID: 1377568
MFC after:15 days
X-MFC-With: 320737
Sponsored by: Spe
On Wed, 12 Jul 2017, Ian Lepore wrote:
Log:
Protect access to the AT realtime clock with its own mutex.
The mutex protecting access to the registered realtime clock should not be
overloaded to protect access to the atrtc hardware, which might not even be
the registered rtc. More importantly
On Wednesday, July 12, 2017 08:08:42 PM Bruce Evans wrote:
> On Tue, 11 Jul 2017, John Baldwin wrote:
>
> > Log:
> > Consistently use vop_stdpathconf() for default pathconf values.
> >
> > Update filesystems not currently using vop_stdpathconf() in pathconf
> > VOPs to use vop_stdpathconf() for
Author: sbruno
Date: Wed Jul 12 17:35:32 2017
New Revision: 320916
URL: https://svnweb.freebsd.org/changeset/base/320916
Log:
Reset unsupported SFP tuneable back to original entry name.
Reported by: olivier@
Modified:
head/sys/dev/ixgbe/if_ix.c
Modified: head/sys/dev/ixgbe/if_ix.c
Author: markj
Date: Wed Jul 12 18:29:25 2017
New Revision: 320918
URL: https://svnweb.freebsd.org/changeset/base/320918
Log:
Add a newline after the version string.
MFC after:3 days
Modified:
head/sbin/savecore/savecore.c
Modified: head/sbin/savecore/savecore.c
=
Author: bdrewery
Date: Wed Jul 12 19:01:25 2017
New Revision: 320919
URL: https://svnweb.freebsd.org/changeset/base/320919
Log:
META_MODE: Fix not writing .meta files in the kernel build.
This was a regression in r320220 due to improper porting of the
same logic from share/mk/bsd.dep.mk a
On Tuesday, July 11, 2017 11:55:47 PM Peter Wemm wrote:
> On Tuesday, July 11, 2017 11:08:15 PM Peter Wemm wrote:
> > On Wednesday, June 28, 2017 01:59:20 PM Andriy Gapon wrote:
> > > A side bonus of this change is that now a vdev zio has a pointer
> > > to its corresponding bio while the zio i
On Wednesday, July 12, 2017 06:29:25 PM Mark Johnston wrote:
> Author: markj
> Date: Wed Jul 12 18:29:25 2017
> New Revision: 320918
> URL: https://svnweb.freebsd.org/changeset/base/320918
>
> Log:
> Add a newline after the version string.
>
> MFC after: 3 days
I think the version string
On Wednesday, July 12, 2017 01:09:39 AM Ryan Libby wrote:
> On Wed, Jul 12, 2017 at 12:43 AM, Roman Divacky wrote:
> > Clang knows about %b modifier and can do some semantic analysis on it.
> > Currently it type checks the first arg to be an int and the second to be
> > a char*.
> >
> > Do you thi
On Wed, Jul 12, 2017 at 02:23:52PM -0700, John Baldwin wrote:
> On Wednesday, July 12, 2017 06:29:25 PM Mark Johnston wrote:
> > Author: markj
> > Date: Wed Jul 12 18:29:25 2017
> > New Revision: 320918
> > URL: https://svnweb.freebsd.org/changeset/base/320918
> >
> > Log:
> > Add a newline afte
On Wed, Jul 12, 2017 at 10:35 AM, Sean Bruno wrote:
> Author: sbruno
> Date: Wed Jul 12 17:35:32 2017
> New Revision: 320916
> URL: https://svnweb.freebsd.org/changeset/base/320916
>
> Log:
> Reset unsupported SFP tuneable back to original entry name.
>
> Reported by: olivier@
The new name k
On Wed, Jul 12, 2017 at 3:20 PM, John Baldwin wrote:
> On Wednesday, July 12, 2017 01:09:39 AM Ryan Libby wrote:
>> On Wed, Jul 12, 2017 at 12:43 AM, Roman Divacky wrote:
>> > Clang knows about %b modifier and can do some semantic analysis on it.
>> > Currently it type checks the first arg to be
Author: mm
Date: Thu Jul 13 00:28:36 2017
New Revision: 320927
URL: https://svnweb.freebsd.org/changeset/base/320927
Log:
MFV r320924:
Bump libarchive to 3.3.2
Vendor changes:
PR #901: don't depend on stdin in a testcase
MFC after:1 week
Modified:
head/contrib/libarchive/N
On Wed, Jul 12, 2017 at 5:28 PM, Martin Matuska wrote:
> Author: mm
> Date: Thu Jul 13 00:28:36 2017
> New Revision: 320927
> URL: https://svnweb.freebsd.org/changeset/base/320927
>
> Log:
> MFV r320924:
> Bump libarchive to 3.3.2
>
> Vendor changes:
> PR #901: don't depend on stdin in a
Author: ian
Date: Thu Jul 13 02:16:15 2017
New Revision: 320928
URL: https://svnweb.freebsd.org/changeset/base/320928
Log:
Support the "disable-over-current" property for imx ehci controllers.
It turns out that this is more than a power optization. The OTG port
won't work on boards that
Author: ian
Date: Thu Jul 13 02:20:07 2017
New Revision: 320929
URL: https://svnweb.freebsd.org/changeset/base/320929
Log:
Put an #ifdef notyet wrapper around a function that's not being used yet,
to avoid compile warnings.
Modified:
head/sys/dev/usb/controller/ehci_imx.c
Modified: head/sy
Author: kevans
Date: Thu Jul 13 03:52:54 2017
New Revision: 320930
URL: https://svnweb.freebsd.org/changeset/base/320930
Log:
Add some basic tests for hexdump(1)'s various output flags. Formatting
tests are omitted for this initial run as there are still some bugs to work
out there.
Thi
Author: mm
Date: Thu Jul 13 04:42:29 2017
New Revision: 320931
URL: https://svnweb.freebsd.org/changeset/base/320931
Log:
Fix libarchive mismerge of r320927
MFC after:1 week
X-MFC-with: 320927
Reported by: Ngie Cooper
Modified:
head/contrib/libarchive/libarchive/archive.h
Mo
Author: mm
Date: Thu Jul 13 04:46:00 2017
New Revision: 320932
URL: https://svnweb.freebsd.org/changeset/base/320932
Log:
Fix libarchive mismerge of r320927 in libarchive_entry.h
MFC after:1 week
X-MFC-with: 320927
Reported by: Ngie Cooper
Modified:
head/contrib/libarchive/li
25 matches
Mail list logo