Author: asomers
Date: Fri Sep 29 23:47:23 2017
New Revision: 324112
URL: https://svnweb.freebsd.org/changeset/base/324112
Log:
Fix Makefile entries from r323275
Reported by: Vladimir Zakharov
Reviewed by: ngie
MFC after:3 weeks
X-MFC-With: 3232
Author: rmacklem
Date: Fri Sep 29 23:13:01 2017
New Revision: 324111
URL: https://svnweb.freebsd.org/changeset/base/324111
Log:
Add support for Flex File Layout to the pNFS client structures.
This patch modifies the pNFS client layout and deviceinfo structures
to add fields and unions for
Author: jkim
Date: Fri Sep 29 23:02:49 2017
New Revision: 324109
URL: https://svnweb.freebsd.org/changeset/base/324109
Log:
Merge ACPICA 20170929.
Added:
head/sys/contrib/dev/acpica/compiler/aslallocate.c
- copied, changed from r324104,
vendor-sys/acpica/dist/source/compiler
Author: ian
Date: Fri Sep 29 22:21:42 2017
New Revision: 324108
URL: https://svnweb.freebsd.org/changeset/base/324108
Log:
Remove spurious $flags; it's a paste-o from copying the line from rc.subr.
Also, add a comment documenting the args passed to mount_md().
Modified:
head/etc/rc.initdisk
Author: ian
Date: Fri Sep 29 22:13:26 2017
New Revision: 324107
URL: https://svnweb.freebsd.org/changeset/base/324107
Log:
Enhance mdmfs(8) to work with tmpfs(5).
Existing scripts and associated config such as rc.initdiskless, rc.d/var,
and others, use mdmfs to create memory filesystems.
Author: cem
Date: Fri Sep 29 19:56:09 2017
New Revision: 324106
URL: https://svnweb.freebsd.org/changeset/base/324106
Log:
aesni(4): Fix GCC build
The GCC xmmintrin.h header brokenly includes mm_malloc.h unconditionally.
(The Clang version of xmmintrin.h only includes mm_malloc.h if not c
Author: bdrewery
Date: Fri Sep 29 16:30:50 2017
New Revision: 324103
URL: https://svnweb.freebsd.org/changeset/base/324103
Log:
__setrunelocale: Fix asprintf(3) failure not returning an error.
Also fix the style of the asprintf(3) call in __collate_load_tables_l().
Both of these lines wer
Author: cem
Date: Fri Sep 29 15:53:26 2017
New Revision: 324102
URL: https://svnweb.freebsd.org/changeset/base/324102
Log:
netsmb: Fix buggy/racy smb_strdupin()
smb_strdupin() tried to roll a copyin() based strlen to allocate a buffer
and then blindly copyin that size. Of course, a malic
Author: bapt
Date: Fri Sep 29 07:44:48 2017
New Revision: 324100
URL: https://svnweb.freebsd.org/changeset/base/324100
Log:
man(1): silent the output of mandoc when testing
This reduce the spam a user may face when mandoc tries to
figure out if it can renders a manpage or fallback on grof