svn commit: r316323 - stable/10/sys/boot/zfs

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:51:08 2017 New Revision: 316323 URL: https://svnweb.freebsd.org/changeset/base/316323 Log: MFC r316106: Don't shadow read(2) definition with `read` argument in vdev_{create,probe} This fixes several -Wshadow warnings introduced in r192194, but now

svn commit: r316322 - stable/11/sys/boot/zfs

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:51:03 2017 New Revision: 316322 URL: https://svnweb.freebsd.org/changeset/base/316322 Log: MFC r316106: Don't shadow read(2) definition with `read` argument in vdev_{create,probe} This fixes several -Wshadow warnings introduced in r192194, but now

svn commit: r316321 - stable/10/sys/boot/zfs

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:44:37 2017 New Revision: 316321 URL: https://svnweb.freebsd.org/changeset/base/316321 Log: MFC r316107: Remove redundant declaration for `zfs_crc64_table` zfssubr.c already defines this statically. Besides, zfsimpl.c defined it, but didn't use it.

svn commit: r316320 - stable/11/sys/boot/zfs

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:44:35 2017 New Revision: 316320 URL: https://svnweb.freebsd.org/changeset/base/316320 Log: MFC r316107: Remove redundant declaration for `zfs_crc64_table` zfssubr.c already defines this statically. Besides, zfsimpl.c defined it, but didn't use it.

svn commit: r316318 - stable/11/sys/boot/common

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:43:21 2017 New Revision: 316318 URL: https://svnweb.freebsd.org/changeset/base/316318 Log: MFC r316108: Remove -Wunused-but-set variable, `tail` in `ls_getdir(..)` This variable has been unused since its inception in r40106. Modified:

svn commit: r316319 - stable/10/sys/boot/common

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:43:25 2017 New Revision: 316319 URL: https://svnweb.freebsd.org/changeset/base/316319 Log: MFC r316108: Remove -Wunused-but-set variable, `tail` in `ls_getdir(..)` This variable has been unused since its inception in r40106. Modified:

svn commit: r316316 - stable/10/lib/libcam

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:42:00 2017 New Revision: 316316 URL: https://svnweb.freebsd.org/changeset/base/316316 Log: MFC r316080,r316081,r316115: r316080: Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE description The CAM_ERRBUF_SIZE description rewording

svn commit: r316317 - stable/11/lib/libcam

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Fri Mar 31 04:42:11 2017 New Revision: 316317 URL: https://svnweb.freebsd.org/changeset/base/316317 Log: MFC r316080,r316081,r316115: r316080: Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE description The CAM_ERRBUF_SIZE description rewording

svn commit: r316315 - head/usr.bin/bsdiff/bsdiff

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 03:11:25 2017 New Revision: 316315 URL: https://svnweb.freebsd.org/changeset/base/316315 Log: Revert debugging that was accidently committed in r316314 Modified: head/usr.bin/bsdiff/bsdiff/bsdiff.c Modified: head/usr.bin/bsdiff/bsdiff/bsdiff.c

svn commit: r316314 - in head/usr.bin: bsdiff/bsdiff top

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 03:08:07 2017 New Revision: 316314 URL: https://svnweb.freebsd.org/changeset/base/316314 Log: fix top(1) ZFS compressed ARC support top(1) read the wrong amount of data from sysctl, uint64_t instead of boolean_t, resulting in the stats not showing in

svn commit: r316313 - in head: . sys/netinet

2017-03-30 Thread Steven Hartland
Author: smh Date: Fri Mar 31 00:41:54 2017 New Revision: 316313 URL: https://svnweb.freebsd.org/changeset/base/316313 Log: Allow explicitly assigned IPv4 loopback address to be used in jails If a jail has an explicitly assigned loopback address then allow it to be used instead of

svn commit: r316312 - head/sys/geom/eli

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 00:07:03 2017 New Revision: 316312 URL: https://svnweb.freebsd.org/changeset/base/316312 Log: sys/geom/eli: Switch bzero() to explicit_bzero() for sensitive data In GELI, anywhere we are zeroing out possibly sensitive data, like the metadata struct, the

svn commit: r316311 - in head: lib/libstand sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/loader sys/boot/i386/zfsboot

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 00:04:32 2017 New Revision: 316311 URL: https://svnweb.freebsd.org/changeset/base/316311 Log: Add explicit_bzero() to libstand, and switch GELIBoot to using it Make sure sensitive memory is properly cleared when finished with it Reviewed by: Eric

svn commit: r316310 - head/share/man/man4

2017-03-30 Thread David C Somayajulu
Author: davidcs Date: Thu Mar 30 23:49:57 2017 New Revision: 316310 URL: https://svnweb.freebsd.org/changeset/base/316310 Log: Update man page for commit r316309 "Add support for optional Soft LRO". The driver provides the ability to select either HW or Software LRO, when LRO is enabled

RE: svn commit: r316309 - head/sys/dev/qlxgbe

2017-03-30 Thread Somayajulu, David
>> > I know this is not a new topic but a little more descriptive commit-log >> > would have been nicer. Also, you should update the manpage reflecting this >> > change. i.e. now it also supports software LRO when h/w LRO is disabled. >> Will do. Sorry about that. Minor correction. Please note

Re: svn commit: r316309 - head/sys/dev/qlxgbe

2017-03-30 Thread hiren panchasara
On 03/30/17 at 11:07P, Somayajulu, David wrote: > Hi Hiren, > > I know this is not a new topic but a little more descriptive commit-log > > would have been nicer. Also, you should update the manpage reflecting this > > change. i.e. now it also supports software LRO when h/w LRO is disabled. >

RE: svn commit: r316309 - head/sys/dev/qlxgbe

2017-03-30 Thread Somayajulu, David
Hi Hiren, > I know this is not a new topic but a little more descriptive commit-log would > have been nicer. Also, you should update the manpage reflecting this change. > i.e. now it also supports software LRO when h/w LRO is disabled. Will do. Sorry about that. > Do you know of a case where

Re: svn commit: r316309 - head/sys/dev/qlxgbe

2017-03-30 Thread hiren panchasara
On 03/30/17 at 10:43P, David C Somayajulu wrote: > Author: davidcs > Date: Thu Mar 30 22:43:32 2017 > New Revision: 316309 > URL: https://svnweb.freebsd.org/changeset/base/316309 > > Log: > Add support for optional Soft LRO Hi David, I know this is not a new topic but a little more

svn commit: r316309 - head/sys/dev/qlxgbe

2017-03-30 Thread David C Somayajulu
Author: davidcs Date: Thu Mar 30 22:43:32 2017 New Revision: 316309 URL: https://svnweb.freebsd.org/changeset/base/316309 Log: Add support for optional Soft LRO MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_hw.c head/sys/dev/qlxgbe/ql_hw.h head/sys/dev/qlxgbe/ql_isr.c

svn commit: r316308 - in head/sys: kern security/audit

2017-03-30 Thread Robert Watson
Author: rwatson Date: Thu Mar 30 22:26:15 2017 New Revision: 316308 URL: https://svnweb.freebsd.org/changeset/base/316308 Log: Audit arguments to System V IPC system calls implementing sempahores, message queues, and shared memory. Obtained from:TrustedBSD Project MFC after:

svn commit: r316307 - head/sys/kern

2017-03-30 Thread Robert Watson
Author: rwatson Date: Thu Mar 30 22:00:58 2017 New Revision: 316307 URL: https://svnweb.freebsd.org/changeset/base/316307 Log: Add system-call argument auditing for ACL-related system calls. Obtained from:TrustedBSD Project MFC after:3 weeks Sponsored by: DARPA, AFRL

svn commit: r316306 - head/sys/arm/ti/am335x

2017-03-30 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Mar 30 21:54:57 2017 New Revision: 316306 URL: https://svnweb.freebsd.org/changeset/base/316306 Log: [am335x] Fix HDMI suport for Beaglebone Black Fallback to Linux video interface bindings introduced in r313068 worked with then current DTS but that DTS turned out

svn commit: r316305 - head/sys/security/audit

2017-03-30 Thread Robert Watson
Author: rwatson Date: Thu Mar 30 21:39:03 2017 New Revision: 316305 URL: https://svnweb.freebsd.org/changeset/base/316305 Log: Various BSM generation improvements when auditing AUE_ACCEPT, AUE_PROCCTL, AUE_SENDFILE, AUE_ACL_*, and AUE_POSIX_FALLOCATE. Audit AUE_SHMUNLINK path in the path

svn commit: r316304 - head/lib/libprocstat

2017-03-30 Thread Tycho Nightingale
Author: tychon Date: Thu Mar 30 20:42:16 2017 New Revision: 316304 URL: https://svnweb.freebsd.org/changeset/base/316304 Log: Reorder includes to placate MIPS build. Reported by: markj Sponsored by: Dell EMC Isilon Modified: head/lib/libprocstat/libprocstat.c Modified:

svn commit: r316303 - in stable/11: sys/arm64/acpica sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/con...

2017-03-30 Thread Jung-uk Kim
Author: jkim Date: Thu Mar 30 20:18:34 2017 New Revision: 316303 URL: https://svnweb.freebsd.org/changeset/base/316303 Log: MFC: r306686, r308953, r311462, r311529, r312438, r314611 - Merge ACPICA 20170303. - Remove '-vd' option to make iasl(8) reproducible. Relnotes: yes

svn commit: r316302 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:14:43 2017 New Revision: 316302 URL: https://svnweb.freebsd.org/changeset/base/316302 Log: MFC r314404: Linux epoll return EEXIST on case when op is EPOLL_CTL_ADD, and the supplied file descriptor fd is already registered with this epoll instance.

svn commit: r316301 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:13:47 2017 New Revision: 316301 URL: https://svnweb.freebsd.org/changeset/base/316301 Log: MFC r314403: Linux epoll return ENOENT error in case when op is EPOLL_CTL_MOD or EPOLL_CTL_DEL, and fd is not registered with this epoll instance. Modified:

svn commit: r316300 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:12:23 2017 New Revision: 316300 URL: https://svnweb.freebsd.org/changeset/base/316300 Log: MFC r314402: FreeBSD does not have analgue for epoll EPOLLPRI event type. So, do not set EPOLLPRI event acidently. Also, do not set EPOLLWRNORM and EPOLLRDNORM

svn commit: r316299 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:10:57 2017 New Revision: 316299 URL: https://svnweb.freebsd.org/changeset/base/316299 Log: MFC r314344: Return EINVAL when an invalid file descriptor specified. Modified: stable/11/sys/compat/linux/linux_event.c Directory Properties: stable/11/

svn commit: r316298 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:09:49 2017 New Revision: 316298 URL: https://svnweb.freebsd.org/changeset/base/316298 Log: MFC r314343: Unify eventfd ioctl method and use it for other similar interfaces. Modified: stable/11/sys/compat/linux/linux_event.c Directory Properties:

svn commit: r316297 - in stable/11/sys: amd64/linux amd64/linux32 compat/linux i386/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:08:25 2017 New Revision: 316297 URL: https://svnweb.freebsd.org/changeset/base/316297 Log: MFC r314312: Change Linux epoll_pwait syscall definition to match Linux actual one. MFC r314313: Regen for r314312 (Linux epoll_pwait). MFC r314314:

svn commit: r316296 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:05:16 2017 New Revision: 316296 URL: https://svnweb.freebsd.org/changeset/base/316296 Log: MFC r314311: Restore signal mask in epoll_pwait. Modified: stable/11/sys/compat/linux/linux_event.c Directory Properties: stable/11/ (props changed)

svn commit: r316295 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:04:28 2017 New Revision: 316295 URL: https://svnweb.freebsd.org/changeset/base/316295 Log: MFC r314309: Return EINVAL when an invalid file descriptor is specified. Modified: stable/11/sys/compat/linux/linux_event.c Directory Properties: stable/11/

svn commit: r316294 - in stable/11/sys: amd64/linux amd64/linux32 compat/linux i386/linux sys

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:03:20 2017 New Revision: 316294 URL: https://svnweb.freebsd.org/changeset/base/316294 Log: MFC r314295: Implement timerfd family syscalls. Modified: stable/11/sys/amd64/linux/linux_dummy.c stable/11/sys/amd64/linux32/linux32_dummy.c

svn commit: r316293 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:02:19 2017 New Revision: 316293 URL: https://svnweb.freebsd.org/changeset/base/316293 Log: MFC r314294: Mostly style(9) changes, replace unused eventfd_truncate() by default invfo_truncate() method. Modified: stable/11/sys/compat/linux/linux_event.c

svn commit: r316292 - stable/11/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 20:00:57 2017 New Revision: 316292 URL: https://svnweb.freebsd.org/changeset/base/316292 Log: MFC r314293: Return EOVERFLOW error in case then the size of tv_sec field of struct timespec in COMPAT_LINUX32 Linuxulator's not equal to the size of native

svn commit: r316291 - in stable/11/sys: amd64/linux amd64/linux32 i386/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 19:59:23 2017 New Revision: 316291 URL: https://svnweb.freebsd.org/changeset/base/316291 Log: MFC r314292: Regen after r314291 (timerfd definition). Modified: stable/11/sys/amd64/linux/linux_proto.h stable/11/sys/amd64/linux/linux_syscall.h

svn commit: r316290 - in stable/11/sys: amd64/linux amd64/linux32 i386/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 19:56:41 2017 New Revision: 316290 URL: https://svnweb.freebsd.org/changeset/base/316290 Log: MFC r314291: Change Linuxulator timerfd syscalls definition to match actual Linux one. Modified: stable/11/sys/amd64/linux/syscalls.master

svn commit: r316289 - head/sys/compat/linux

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 19:45:07 2017 New Revision: 316289 URL: https://svnweb.freebsd.org/changeset/base/316289 Log: Use kern_mincore() helper instead of abusing syscall entry. Suggested by: kib@ Reviewed by: kib@ MFC after:1 month Differential Revision:

svn commit: r316288 - in head/sys: sys vm

2017-03-30 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 30 19:42:49 2017 New Revision: 316288 URL: https://svnweb.freebsd.org/changeset/base/316288 Log: Add kern_mincore() helper for micore() syscall. Suggested by: kib@ Reviewed by: kib@ MFC after:1 month Differential Revision:

svn commit: r316287 - in head: lib/libstand sys/boot/i386/libi386

2017-03-30 Thread Toomas Soome
Author: tsoome Date: Thu Mar 30 19:32:25 2017 New Revision: 316287 URL: https://svnweb.freebsd.org/changeset/base/316287 Log: Remove OLD_NFSV2 from loader and libstand We have parallel NFSv2 and NFSv3 reader implementations, only configurable at build time, defaulting to v3. Remove v2.

Re: svn commit: r316286 - in head: lib/libprocstat sys/kern sys/sys usr.bin/gcore usr.bin/procstat

2017-03-30 Thread Tycho Nightingale
Additionally: Differential Revision: https://reviews.freebsd.org/D9995 Tycho > On Mar 30, 2017, at 2:21 PM, Tycho Nightingale wrote: > > Author: tychon > Date: Thu Mar 30 18:21:36 2017 > New Revision: 316286 > URL: https://svnweb.freebsd.org/changeset/base/316286 > >

svn commit: r316286 - in head: lib/libprocstat sys/kern sys/sys usr.bin/gcore usr.bin/procstat

2017-03-30 Thread Tycho Nightingale
Author: tychon Date: Thu Mar 30 18:21:36 2017 New Revision: 316286 URL: https://svnweb.freebsd.org/changeset/base/316286 Log: Add support for capturing 'struct ptrace_lwpinfo' for signals resulting in a process dumping core in the corefile. Also extend procstat to view select members of

svn commit: r316285 - head/sbin/dhclient

2017-03-30 Thread Nick Hibma
Author: n_hibma Date: Thu Mar 30 18:20:04 2017 New Revision: 316285 URL: https://svnweb.freebsd.org/changeset/base/316285 Log: Make dhcp-lease-time option supersedable as well. Note: It is not recommended to set this value to above the value that the server provided, unless that value is

Re: svn commit: r316282 - stable/11/sys/boot/efi/boot1

2017-03-30 Thread Ed Maste
On 30 March 2017 at 13:23, Toomas Soome wrote: > Author: tsoome > Date: Thu Mar 30 17:23:40 2017 > New Revision: 316282 > URL: https://svnweb.freebsd.org/changeset/base/316282 > ... > Differential Revision:https://reviews.freebsd.org/D9870 In general I think

svn commit: r316284 - head/contrib/elftoolchain/elfcopy

2017-03-30 Thread Ed Maste
Author: emaste Date: Thu Mar 30 17:37:12 2017 New Revision: 316284 URL: https://svnweb.freebsd.org/changeset/base/316284 Log: elfcopy: remove temporary ELF file when converting from binary Previously a command like objcopy --input-target binary --output-target elf64-x86-64-freebsd \

svn commit: r316283 - head/sbin/dhclient

2017-03-30 Thread Nick Hibma
Author: n_hibma Date: Thu Mar 30 17:31:12 2017 New Revision: 316283 URL: https://svnweb.freebsd.org/changeset/base/316283 Log: Allow superseding the lease renewal and rebind times. Also make sure that the renewal is never more than 1/2 * expiry and rebind never more than 7/4 * renewal

svn commit: r316282 - stable/11/sys/boot/efi/boot1

2017-03-30 Thread Toomas Soome
Author: tsoome Date: Thu Mar 30 17:23:40 2017 New Revision: 316282 URL: https://svnweb.freebsd.org/changeset/base/316282 Log: boot1.efi: can't boot from ZFS on 4kn HDD The boot1.efi immediate issue from PR216964 is that we are reading into too small buffer, from UEFI spec 2.6: The

svn commit: r316281 - head/sys/net

2017-03-30 Thread Sean Bruno
Author: sbruno Date: Thu Mar 30 16:54:01 2017 New Revision: 316281 URL: https://svnweb.freebsd.org/changeset/base/316281 Log: Don't call init functions directly from the timer/watchdog function. Enqueue this in the admin task now that it can process it. Submitted by: Matt Macy

svn commit: r316280 - head/sys/boot/efi/loader

2017-03-30 Thread Toomas Soome
Author: tsoome Date: Thu Mar 30 16:31:35 2017 New Revision: 316280 URL: https://svnweb.freebsd.org/changeset/base/316280 Log: loader: simplify efi_zfs_probe and avoid double probing for zfs. The current efi_zfs_probe() is overcomplicated and can be made simpler. Still we need to pick up

svn commit: r316279 - head/sys/boot/efi/libefi

2017-03-30 Thread Toomas Soome
Author: tsoome Date: Thu Mar 30 16:23:31 2017 New Revision: 316279 URL: https://svnweb.freebsd.org/changeset/base/316279 Log: loader: efipart should check disk size from partition table While testing 32bit UEFI OVMF (which has bug about how the disk size is presented), I did witness the

svn commit: r316278 - head/sys/net

2017-03-30 Thread Sean Bruno
Author: sbruno Date: Thu Mar 30 16:03:51 2017 New Revision: 316278 URL: https://svnweb.freebsd.org/changeset/base/316278 Log: Assert IFF_DRV_OACTIVE in iflib_timer() when the "hung" case is detected so that iflib's admin task can still process the reset directive and restore functionality.

!!!! Greetings !!!!

2017-03-30 Thread kong khemara
Hello, I am Barr Kong Khemara, I humbly ask if you are related to my client who died couple of years ago in a car accident here in my country Cambodia. I wish to also inquire if it is possible to have different families with the same last name as yours by coincidence who do not share the same

svn commit: r316277 - stable/10/sys/sys

2017-03-30 Thread Ed Schouten
Author: ed Date: Thu Mar 30 15:05:58 2017 New Revision: 316277 URL: https://svnweb.freebsd.org/changeset/base/316277 Log: MFC r315732: Add forward declaration for struct vnode. The coredump() function provided by this header file has struct vnode * as an argument. Modified:

svn commit: r316276 - stable/11/sys/sys

2017-03-30 Thread Ed Schouten
Author: ed Date: Thu Mar 30 15:05:49 2017 New Revision: 316276 URL: https://svnweb.freebsd.org/changeset/base/316276 Log: MFC r315732: Add forward declaration for struct vnode. The coredump() function provided by this header file has struct vnode * as an argument. Modified:

svn commit: r316275 - head/sys/conf

2017-03-30 Thread Nick Hibma
Author: n_hibma Date: Thu Mar 30 15:05:10 2017 New Revision: 316275 URL: https://svnweb.freebsd.org/changeset/base/316275 Log: Add nctgpio conf lines so it can be compiled into the kernel. MFC after:2 days Modified: head/sys/conf/files.amd64 head/sys/conf/files.i386 Modified:

svn commit: r316274 - in stable/11: sbin/ipfw sys/netinet sys/netpfil/ipfw

2017-03-30 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 30 14:20:27 2017 New Revision: 316274 URL: https://svnweb.freebsd.org/changeset/base/316274 Log: MFC r303018: Add named dynamic states support to ipfw(4). The keep-state, limit and check-state now will have additional argument flowname. This flowname will

svn commit: r316273 - stable/10/sys/boot/efi/loader

2017-03-30 Thread Dexuan Cui
Author: dexuan Date: Thu Mar 30 12:51:44 2017 New Revision: 316273 URL: https://svnweb.freebsd.org/changeset/base/316273 Log: MFC: 314547, 314770, 314828, 314891, 314956, 314962, 315235 r314547 loader.efi: reduce the size of the staging area if necessary The loader assumes

svn commit: r316272 - stable/11/sys/boot/efi/loader

2017-03-30 Thread Dexuan Cui
Author: dexuan Date: Thu Mar 30 12:41:21 2017 New Revision: 316272 URL: https://svnweb.freebsd.org/changeset/base/316272 Log: MFC: 314547, 314770, 314828, 314891, 314956, 314962, 315235 r314547 loader.efi: reduce the size of the staging area if necessary The loader assumes

svn commit: r316271 - head/sys/security/audit

2017-03-30 Thread Robert Watson
Author: rwatson Date: Thu Mar 30 12:35:56 2017 New Revision: 316271 URL: https://svnweb.freebsd.org/changeset/base/316271 Log: Don't ifdef KDTRACE_HOOKS struct, variable, and function prototype definitions for the DTrace audit provider, so that the dtaudit module can compile in the absence

Re: svn commit: r316182 - in head/sys: compat/freebsd32 kern sys

2017-03-30 Thread Konstantin Belousov
On Thu, Mar 30, 2017 at 09:22:07AM +0100, Robert Watson wrote: > On Thu, 30 Mar 2017, Konstantin Belousov wrote: > > >> Hook up new audit event identifiers for various non-Orange Book/CAPP > >> system calls supported by OpenBSM 1.2-alpha5. > >> > >> Obtained from: TrustedBSD Project > >>

Re: svn commit: r316140 - stable/10/sys/dev/xen/netfront

2017-03-30 Thread Ngie Cooper (yaneurabeya)
> On Mar 30, 2017, at 01:36, Roger Pau Monné wrote: > > On Wed, Mar 29, 2017 at 10:12:23AM -0700, Ngie Cooper (yaneurabeya) wrote: >> >>> On Mar 29, 2017, at 08:34, Roger Pau Monné wrote: >>> >>> Author: royger >>> Date: Wed Mar 29 15:34:52 2017 >>>

Re: svn commit: r316140 - stable/10/sys/dev/xen/netfront

2017-03-30 Thread Roger Pau Monné
On Wed, Mar 29, 2017 at 10:12:23AM -0700, Ngie Cooper (yaneurabeya) wrote: > > > On Mar 29, 2017, at 08:34, Roger Pau Monné wrote: > > > > Author: royger > > Date: Wed Mar 29 15:34:52 2017 > > New Revision: 316140 > > URL: https://svnweb.freebsd.org/changeset/base/316140 > >

Re: svn commit: r316182 - in head/sys: compat/freebsd32 kern sys

2017-03-30 Thread Robert Watson
On Thu, 30 Mar 2017, Konstantin Belousov wrote: Hook up new audit event identifiers for various non-Orange Book/CAPP system calls supported by OpenBSM 1.2-alpha5. Obtained from:TrustedBSD Project MFC after:3 weeks Sponsored by: DARPA, AFRL Modified:

Re: svn commit: r316213 - in head: include lib/libc/include lib/libc/stdlib lib/libc/string lib/libc/tests/stdlib lib/libc/tests/string sys/sys

2017-03-30 Thread Konstantin Belousov
On Thu, Mar 30, 2017 at 02:10:55AM -0500, Pedro Giffuni wrote: > The thing about the Annex K is that it is not used by anything AFAICT, > so I guess it would be considered bloat but with Microsoft being such > a good open-source citizen lately perhaps it will find uses in the > near future. If you

Re: svn commit: r316132 - head/sys/boot/i386/boot2

2017-03-30 Thread Bruce Evans
On Thu, 30 Mar 2017, Warner Losh wrote: On Thu, Mar 30, 2017 at 12:23 AM, Bruce Evans wrote: I doubt that gcc-6.3 is very broken. Did its CFLAGS even have -Os? Yes. boot2 doesn't use the kernel CFLAGS. I know. I even understand most of the magic. My point was that

svn commit: r316260 - head/contrib/netbsd-tests/lib/libc/sys

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 07:13:47 2017 New Revision: 316260 URL: https://svnweb.freebsd.org/changeset/base/316260 Log: Annotate all changes made in r316178-r316180 with __FreeBSD__ Restore the stock (upstream) code under an #else block, so it's easier for me to visualize and

Re: svn commit: r316132 - head/sys/boot/i386/boot2

2017-03-30 Thread Warner Losh
On Thu, Mar 30, 2017 at 12:42 AM, Ngie Cooper (yaneurabeya) wrote: > >> On Mar 29, 2017, at 23:38, Warner Losh wrote: >> >> On Thu, Mar 30, 2017 at 12:23 AM, Bruce Evans wrote: >>> I doubt that gcc-6.3 is very broken. Did its CFLAGS

Re: svn commit: r316179 - head/contrib/netbsd-tests/lib/libc/sys

2017-03-30 Thread Ngie Cooper (yaneurabeya)
> On Mar 29, 2017, at 14:26, Conrad Meyer wrote: > > Author: cem > Date: Wed Mar 29 21:26:13 2017 > New Revision: 316179 > URL: https://svnweb.freebsd.org/changeset/base/316179 > > Log: > t_msgsnd: Use msgsnd()'s msgsz argument correctly to avoid overflow > > msgsnd's

Re: svn commit: r316132 - head/sys/boot/i386/boot2

2017-03-30 Thread Ngie Cooper (yaneurabeya)
> On Mar 29, 2017, at 23:38, Warner Losh wrote: > > On Thu, Mar 30, 2017 at 12:23 AM, Bruce Evans wrote: >> I doubt that gcc-6.3 is very broken. Did its CFLAGS even have -Os? > > Yes. boot2 doesn't use the kernel CFLAGS. > >> Kernel CFLAGS are still

Re: svn commit: r316132 - head/sys/boot/i386/boot2

2017-03-30 Thread Warner Losh
On Thu, Mar 30, 2017 at 12:23 AM, Bruce Evans wrote: > I doubt that gcc-6.3 is very broken. Did its CFLAGS even have -Os? Yes. boot2 doesn't use the kernel CFLAGS. > Kernel CFLAGS are still broken even for gcc-4.2, by sprinkling inline > parameter magic that was more

Re: svn commit: r316176 - in head/sys: conf modules/dtrace modules/dtrace/dtaudit security/audit

2017-03-30 Thread Konstantin Belousov
On Wed, Mar 29, 2017 at 07:58:00PM +, Robert Watson wrote: > Author: rwatson > Date: Wed Mar 29 19:58:00 2017 > New Revision: 316176 > URL: https://svnweb.freebsd.org/changeset/base/316176 > > Log: > Add an experimental DTrace audit provider, which allows users of DTrace to > instrument

Re: svn commit: r316213 - in head: include lib/libc/include lib/libc/stdlib lib/libc/string lib/libc/tests/stdlib lib/libc/tests/string sys/sys

2017-03-30 Thread Konstantin Belousov
On Thu, Mar 30, 2017 at 12:51:04AM -0500, Pedro Giffuni wrote: > Thanks! > > On 30/3/2017 00:00, Konstantin Belousov wrote: > > On Thu, Mar 30, 2017 at 04:57:26AM +, Konstantin Belousov wrote: > >> Author: kib > >> Date: Thu Mar 30 04:57:26 2017 > >> New Revision: 316213 > >> URL:

svn commit: r316258 - head/sys/sys

2017-03-30 Thread Konstantin Belousov
Author: kib Date: Thu Mar 30 06:24:30 2017 New Revision: 316258 URL: https://svnweb.freebsd.org/changeset/base/316258 Log: Only activate __EXT1_VISIBLE block when using sys/errno.h in userspace. The prerequisite for '#if __EXT1_VISIBLE' functionality is the inclusion of sys/cdefs.h.

Re: svn commit: r316132 - head/sys/boot/i386/boot2

2017-03-30 Thread Bruce Evans
On Wed, 29 Mar 2017, Warner Losh wrote: On Wed, Mar 29, 2017 at 3:36 PM, Poul-Henning Kamp wrote: In message <7448826.asyms2t...@ralph.baldwin.cx>, John Baldwin writes: On Wednesday, March 29, 2017 09:30:03 AM Ngie Cooper wrote: Log: Parameterize out 7680

svn commit: r316257 - in stable/10: . usr.bin/col/tests usr.sbin/pw/tests

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:20:58 2017 New Revision: 316257 URL: https://svnweb.freebsd.org/changeset/base/316257 Log: MFC r315776: Rename tests from to _test to match the FreeBSD test suite naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to

svn commit: r316256 - in stable/11: . usr.bin/col/tests usr.bin/ident/tests usr.bin/mkimg/tests usr.bin/sdiff/tests usr.bin/soelim/tests usr.sbin/pw/tests

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:20:24 2017 New Revision: 316256 URL: https://svnweb.freebsd.org/changeset/base/316256 Log: MFC r315776: Rename tests from to _test to match the FreeBSD test suite naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to

svn commit: r316254 - stable/11/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:14:32 2017 New Revision: 316254 URL: https://svnweb.freebsd.org/changeset/base/316254 Log: MFC r315798: DB_COMMAND(9): fix mandoc markup Start new sentences on new lines. Modified: stable/11/share/man/man9/DB_COMMAND.9 Directory Properties:

svn commit: r316255 - stable/10/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:14:36 2017 New Revision: 316255 URL: https://svnweb.freebsd.org/changeset/base/316255 Log: MFC r315798: DB_COMMAND(9): fix mandoc markup Start new sentences on new lines. Modified: stable/10/share/man/man9/DB_COMMAND.9 Directory Properties:

svn commit: r316253 - in stable/10/usr.sbin: ctladm ctld

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:13:54 2017 New Revision: 316253 URL: https://svnweb.freebsd.org/changeset/base/316253 Log: MFC r316050,r316051: r316050: ctld: sort #includes per style(9) - Only include sys/types.h or sys/param.h, not both. - Sort alphabetically. r316051:

svn commit: r316252 - in stable/11/usr.sbin: ctladm ctld

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:13:39 2017 New Revision: 316252 URL: https://svnweb.freebsd.org/changeset/base/316252 Log: MFC r316050,r316051: r316050: ctld: sort #includes per style(9) - Only include sys/types.h or sys/param.h, not both. - Sort alphabetically. r316051:

svn commit: r316251 - stable/11/share/man/man5

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:11:56 2017 New Revision: 316251 URL: https://svnweb.freebsd.org/changeset/base/316251 Log: Regenerate src.conf(5) Differential Revision:Dell EMC Isilon Modified: stable/11/share/man/man5/src.conf.5 Modified: stable/11/share/man/man5/src.conf.5

svn commit: r316250 - stable/11/tools/build/options

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:09:39 2017 New Revision: 316250 URL: https://svnweb.freebsd.org/changeset/base/316250 Log: MFC r315764,r315765: r315764: Add a WITHOUT_IPSEC_SUPPORT option description for src.conf(5) This is a follow up commit to r313330. r315765: Fix

svn commit: r316248 - stable/11/share/man/man5

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:07:36 2017 New Revision: 316248 URL: https://svnweb.freebsd.org/changeset/base/316248 Log: MFC r315762: rc.conf(5): fix a .Xr call for chroot(8) Add the missing section number to the .Xr call. Modified: stable/11/share/man/man5/rc.conf.5 Directory

svn commit: r316249 - stable/10/share/man/man5

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:07:38 2017 New Revision: 316249 URL: https://svnweb.freebsd.org/changeset/base/316249 Log: MFC r315762: rc.conf(5): fix a .Xr call for chroot(8) Add the missing section number to the .Xr call. Modified: stable/10/share/man/man5/rc.conf.5 Directory

svn commit: r316247 - stable/10/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:06:49 2017 New Revision: 316247 URL: https://svnweb.freebsd.org/changeset/base/316247 Log: MFC r315795: alq(9): fix mandoc markup Start new sentence on a new line. Modified: stable/10/share/man/man9/alq.9 Directory Properties: stable/10/ (props

svn commit: r316246 - stable/11/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:06:47 2017 New Revision: 316246 URL: https://svnweb.freebsd.org/changeset/base/316246 Log: MFC r315795: alq(9): fix mandoc markup Start new sentence on a new line. Modified: stable/11/share/man/man9/alq.9 Directory Properties: stable/11/ (props

svn commit: r316245 - stable/10/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:06:09 2017 New Revision: 316245 URL: https://svnweb.freebsd.org/changeset/base/316245 Log: MFC r315803: memguard(9): fix igor/manlint warnings - Expand a contraction [1]. - Add a missing section number when referring to uma(9) with .Xr . Modified:

svn commit: r316244 - stable/11/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:05:30 2017 New Revision: 316244 URL: https://svnweb.freebsd.org/changeset/base/316244 Log: MFC r315803: memguard(9): fix igor/manlint warnings - Expand a contraction [1]. - Add a missing section number when referring to uma(9) with .Xr . Modified:

svn commit: r316243 - stable/11/share/man/man7

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:04:13 2017 New Revision: 316243 URL: https://svnweb.freebsd.org/changeset/base/316243 Log: MFC r315790: tuning(7): fix SEE ALSO section sorting dummynet(4) should come before eventtimers(4) Modified: stable/11/share/man/man7/tuning.7 Directory

svn commit: r316242 - stable/11/share/man/man7

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:02:48 2017 New Revision: 316242 URL: https://svnweb.freebsd.org/changeset/base/316242 Log: MFC r315788: build(7): sort SEE ALSO section tests(7) should be grouped in the man section 7 group, not the section 8 group. Modified:

svn commit: r316241 - stable/10/share/man/man7

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:02:39 2017 New Revision: 316241 URL: https://svnweb.freebsd.org/changeset/base/316241 Log: MFC r315788: build(7): sort SEE ALSO section tests(7) should be grouped in the man section 7 group, not the section 8 group. Modified:

svn commit: r316240 - stable/11/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:00:36 2017 New Revision: 316240 URL: https://svnweb.freebsd.org/changeset/base/316240 Log: MFC r315802: ifnet(9): fix some igor/manlint warnings - Fix typos (queueing -> queuing) [1]. - Add missing section number for polling .Xr reference [2].

svn commit: r316239 - stable/10/share/man/man9

2017-03-30 Thread Ngie Cooper
Author: ngie Date: Thu Mar 30 06:00:30 2017 New Revision: 316239 URL: https://svnweb.freebsd.org/changeset/base/316239 Log: MFC r315802: ifnet(9): fix some igor/manlint warnings - Fix typos (queueing -> queuing) [1]. - Add missing section number for polling .Xr reference [2].