Author: allanjude
Date: Sat Apr 1 05:05:22 2017
New Revision: 316343
URL: https://svnweb.freebsd.org/changeset/base/316343
Log:
Implement boot-time encryption key passing (keybuf)
This patch adds a general mechanism for providing encryption keys to the
kernel from the boot loader. This i
Author: asomers
Date: Sat Apr 1 04:42:35 2017
New Revision: 316342
URL: https://svnweb.freebsd.org/changeset/base/316342
Log:
Consolidate random sleeps in periodic scripts
Multiple periodic scripts sleep for a random amount of time in order to
mitigate the thundering herd problem. This i
Author: pfg
Date: Sat Apr 1 01:00:36 2017
New Revision: 316341
URL: https://svnweb.freebsd.org/changeset/base/316341
Log:
ext2fs: Initial support for Extended Attributes.
Currently read-only.
Submitted by: Fedor Uporov
MFC after:3 weeks
Differential Revision:https://re
Author: adrian
Date: Fri Mar 31 22:05:10 2017
New Revision: 316340
URL: https://svnweb.freebsd.org/changeset/base/316340
Log:
[ifconfig] add some comments around missing net80211 VHT configuration.
VHT STBC, A-MPDU density and A-MPDU size configuration parameters are
different when doing
Author: rwatson
Date: Fri Mar 31 21:29:43 2017
New Revision: 316339
URL: https://svnweb.freebsd.org/changeset/base/316339
Log:
Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompati
Author: mm
Date: Fri Mar 31 20:17:30 2017
New Revision: 316338
URL: https://svnweb.freebsd.org/changeset/base/316338
Log:
MFC r315636,315876,316095:
Sync libarchive with vendor
Vendor changes/bugfixes (FreeBSD-related):
r315636:
PR 867 (bsdcpio): show numeric uid/gid when names are
Author: mm
Date: Fri Mar 31 20:16:24 2017
New Revision: 316337
URL: https://svnweb.freebsd.org/changeset/base/316337
Log:
MFC r315636,315876,316095:
Sync libarchive with vendor
Vendor changes/bugfixes (FreeBSD-related):
r315636:
PR 867 (bsdcpio): show numeric uid/gid when names are
On Fri, Mar 31, 2017 at 11:29:20AM -0700, John Baldwin wrote:
> On Friday, March 31, 2017 09:04:51 AM Peter Grehan wrote:
> > > So... can anyone provide a clue what's "explicit" (or different in any
> > > way) between explicit_bzero() and normal bzero()?
> >
> >
> > https://www.freebsd.org/cgi/m
On Friday, March 31, 2017 09:04:51 AM Peter Grehan wrote:
> > So... can anyone provide a clue what's "explicit" (or different in any
> > way) between explicit_bzero() and normal bzero()?
>
>
> https://www.freebsd.org/cgi/man.cgi?query=explicit_bzero&sektion=3&manpath=FreeBSD+12-current
It shoul
Author: zbb
Date: Fri Mar 31 18:04:34 2017
New Revision: 316336
URL: https://svnweb.freebsd.org/changeset/base/316336
Log:
Rework BGX detection to support both new and old firmware
Improve existing BGX detection and adjust it to support both
new and older ThunderX firmwares. Match BGX FDT
So... can anyone provide a clue what's "explicit" (or different in any
way) between explicit_bzero() and normal bzero()?
https://www.freebsd.org/cgi/man.cgi?query=explicit_bzero&sektion=3&manpath=FreeBSD+12-current
later,
Peter.
___
svn-src-all@fre
Author: kib
Date: Fri Mar 31 15:46:47 2017
New Revision: 316335
URL: https://svnweb.freebsd.org/changeset/base/316335
Log:
MFC r309551:
Release DMAR table after using it.
Modified:
stable/11/sys/x86/iommu/intel_drv.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/
On Fri, 2017-03-31 at 16:27 +0100, Steven Hartland wrote:
> On 31/03/2017 16:16, Ian Lepore wrote:
> >
> > On Fri, 2017-03-31 at 00:04 +, Allan Jude wrote:
> > >
> > > Add explicit_bzero() to libstand, and switch GELIBoot to using
> > > it
> > revolution > man explicit_bzero
> >
On 31/03/2017 16:16, Ian Lepore wrote:
On Fri, 2017-03-31 at 00:04 +, Allan Jude wrote:
Add explicit_bzero() to libstand, and switch GELIBoot to using it
revolution > man explicit_bzero
No manual entry for explicit_bzero
revolution > svn log -v explicit_bzero.c
...
On Fri, 2017-03-31 at 00:04 +, Allan Jude wrote:
>
> Add explicit_bzero() to libstand, and switch GELIBoot to using it
revolution > man explicit_bzero
No manual entry for explicit_bzero
revolution > svn log -v explicit_bzero.c
...
r272673 | delphij | 2014-10-06 22:54:11
Author: rwatson
Date: Fri Mar 31 14:17:14 2017
New Revision: 316334
URL: https://svnweb.freebsd.org/changeset/base/316334
Log:
Audit arguments to posix_fallocate(2) and posix_fadvise(2) system calls.
As posix_fadvise() does not lock the vnode argument, don't capture
detailed vnode informa
Author: rwatson
Date: Fri Mar 31 14:13:13 2017
New Revision: 316333
URL: https://svnweb.freebsd.org/changeset/base/316333
Log:
Correct macro names and signatures for !AUDIT versions of canonical
path auditing.
Obtained from:TrustedBSD Project
MFC after:3 weeks
Sponsored by
Author: rwatson
Date: Fri Mar 31 13:43:00 2017
New Revision: 316332
URL: https://svnweb.freebsd.org/changeset/base/316332
Log:
Audit arguments to POSIX message queues, semaphores, and shared memory.
This requires minor changes to the audit framework to allow capturing
paths that are not f
Author: royger
Date: Fri Mar 31 10:26:14 2017
New Revision: 316330
URL: https://svnweb.freebsd.org/changeset/base/316330
Log:
MFC r315402:
x86/srat: fix parsing of APIC IDs > MAX_APIC_ID
Modified:
stable/11/sys/x86/acpica/srat.c
Directory Properties:
stable/11/ (props changed)
Modif
Author: ae
Date: Fri Mar 31 09:26:08 2017
New Revision: 316329
URL: https://svnweb.freebsd.org/changeset/base/316329
Log:
Reset the cached state of last lookup in the dynamic states when an
external action is completed, but the rule search is continued.
External action handler can change
** SPECIAL WARNING: **
20170331:
- Binds and sends to the IPv4 loopback address (127.0.0.1) will now
+ Binds and sends to the loopback addresses, IPv6 and IPv4, will now
use any explicitly assigned loopback address available in the jail
- instead
Author: ed
Date: Fri Mar 31 08:43:07 2017
New Revision: 316327
URL: https://svnweb.freebsd.org/changeset/base/316327
Log:
MFC r315892:
Include to obtain the memcpy() prototype.
I got a report of this source file not building on Raspberry Pi. It's
interesting that this only fai
Author: kevlo
Date: Fri Mar 31 08:20:59 2017
New Revision: 316326
URL: https://svnweb.freebsd.org/changeset/base/316326
Log:
Add support for ThingM blink(1) notification LED to uled(4).
Modified:
head/share/man/man4/uled.4
head/sys/dev/usb/misc/uled.c
head/sys/dev/usb/usbdevs
Modified: h
23 matches
Mail list logo