svn commit: r289743 - head/usr.sbin/makefs/tests

2015-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 22 07:22:05 2015 New Revision: 289743 URL: https://svnweb.freebsd.org/changeset/base/289743 Log: Revise "create_test_inputs" to simplify the file structure as these testcases don't need to be nested as much as bin/ls/ls_tests.sh do when verifying ls -a, ls -A,

svn commit: r289745 - head/sys/mips/conf

2015-10-22 Thread Adrian Chadd
Author: adrian Date: Thu Oct 22 08:08:06 2015 New Revision: 289745 URL: https://svnweb.freebsd.org/changeset/base/289745 Log: Add support for the TP-Link TL-WR740N v4. This is an AR9331 part based on the AP121 reference design but with 32MB RAM. Yes, it has 4MB flash and it has no USB,

svn commit: r289746 - head/usr.sbin/bhyve

2015-10-22 Thread Garrett Cooper
Author: ngie Date: Thu Oct 22 08:37:11 2015 New Revision: 289746 URL: https://svnweb.freebsd.org/changeset/base/289746 Log: Exit with a user-friendly message instead of tripping an assert if vm_activate_cpu(..) fails when called from fbsdrun_addcpu(..) MFC after: 1 week PR: 203884

svn commit: r289744 - head/sys/mips/atheros

2015-10-22 Thread Adrian Chadd
Author: adrian Date: Thu Oct 22 08:02:27 2015 New Revision: 289744 URL: https://svnweb.freebsd.org/changeset/base/289744 Log: arge: use 1-byte TX and RX alignment for AR9330/AR9331. This part seems to work bug-free with single byte TX/RX buffer alignment. This drops the CPU

svn commit: r289763 - head/tools/bsdbox

2015-10-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 18:05:11 2015 New Revision: 289763 URL: https://svnweb.freebsd.org/changeset/base/289763 Log: Fix warning about redefined *_crunchdir_hostname target after r289734. 'hostname' was in the build list twice. X-MFC-With: r289734 MFC after:2 weeks

svn commit: r289764 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel contrib/ntp/kernel/sys contrib...

2015-10-22 Thread Gleb Smirnoff
Author: glebius Date: Thu Oct 22 19:42:57 2015 New Revision: 289764 URL: https://svnweb.freebsd.org/changeset/base/289764 Log: MFV ntp-4.2.8p4 (r289715) Security: VuXML: c4a18a12-77fc-11e5-a687-206a8a720317 Security: CVE-2015-7871 Security: CVE-2015-7855 Security:

svn commit: r289751 - head/usr.bin/sort

2015-10-22 Thread Gabor Kovesdan
Author: gabor Date: Thu Oct 22 10:57:15 2015 New Revision: 289751 URL: https://svnweb.freebsd.org/changeset/base/289751 Log: -C and -c allow at most one input file. Ensure this is the case when the input files are specified through --files0-from. Submitted by: tim@OpenBSD Obtained

svn commit: r289752 - in head: share/man/man4 sys/arm64/cloudabi64 sys/conf sys/modules

2015-10-22 Thread Ed Schouten
Author: ed Date: Thu Oct 22 11:09:25 2015 New Revision: 289752 URL: https://svnweb.freebsd.org/changeset/base/289752 Log: Add support for CloudABI on ARM64. It turns out that it is pretty easy to make CloudABI work on ARM64. We essentially only need to copy over the sysvec from AMD64 and

svn commit: r289753 - head/sys/dev/usb/wlan

2015-10-22 Thread Andriy Voskoboinyk
Author: avos Date: Thu Oct 22 12:15:40 2015 New Revision: 289753 URL: https://svnweb.freebsd.org/changeset/base/289753 Log: Initialize radiotap header fields before calling ieee80211_radiotap_rx() Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:

svn commit: r289765 - in head/sys: conf libkern sys

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 20:28:37 2015 New Revision: 289765 URL: https://svnweb.freebsd.org/changeset/base/289765 Log: Add libkern ffsll() for parity with flsll() Sponsored by: EMC / Isilon Storage Division Differential Revision:https://reviews.freebsd.org/D3962 Added:

Re: svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread NGie Cooper
On Thu, Oct 22, 2015 at 2:24 PM, Bryan Drewery wrote: > On 10/22/15 2:22 PM, NGie Cooper wrote: ... >> -grope is a weird option name... and it sounds like something I really >> wouldn't want to describe to my boss. >> > > I *may* have violated the CoC due to this commit

Re: svn commit: r289772 - head/share/mk

2015-10-22 Thread Bryan Drewery
On 10/22/15 3:29 PM, Bryan Drewery wrote: > .endif > .endfor > -.endif > +.endif # ${MK_MANCOMPRESS} == "no" > .endif > > .if !defined(NO_MLINKS) && defined(MLINKS) && !empty(MLINKS) This shows oddly with local 'svn diff' using svn 1.9.2: # svn diff -c r289772 <...> .endif .endfor

Re: svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread NGie Cooper
On Thu, Oct 22, 2015 at 2:13 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Oct 22 21:13:35 2015 > New Revision: 289767 > URL: https://svnweb.freebsd.org/changeset/base/289767 > > Log: > Stop suggesting -grope argument when -grope argument was actually given -grope

svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 22 21:13:35 2015 New Revision: 289767 URL: https://svnweb.freebsd.org/changeset/base/289767 Log: Stop suggesting -grope argument when -grope argument was actually given Modified: head/usr.sbin/mptable/mptable.c Modified: head/usr.sbin/mptable/mptable.c

svn commit: r289766 - head/sys/libkern

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 21:04:47 2015 New Revision: 289766 URL: https://svnweb.freebsd.org/changeset/base/289766 Log: libkern: ffs, fls: s/4/3/ the 3rd BSD clause Approved by: emaste Sponsored by: EMC / Isilon Storage Division Modified: head/sys/libkern/ffs.c

Re: svn commit: r289767 - head/usr.sbin/mptable

2015-10-22 Thread Bryan Drewery
On 10/22/15 2:22 PM, NGie Cooper wrote: > On Thu, Oct 22, 2015 at 2:13 PM, Baptiste Daroussin wrote: >> Author: bapt >> Date: Thu Oct 22 21:13:35 2015 >> New Revision: 289767 >> URL: https://svnweb.freebsd.org/changeset/base/289767 >> >> Log: >> Stop suggesting -grope argument

svn commit: r289768 - head/sys/amd64/linux32

2015-10-22 Thread John Baldwin
Author: jhb Date: Thu Oct 22 21:23:58 2015 New Revision: 289768 URL: https://svnweb.freebsd.org/changeset/base/289768 Log: Merge r289055 to amd64/linux32: linux: fix handling of out-of-bounds syscall attempts Due to an off by one the code would read an entry past the table, as

svn commit: r289770 - in head/sys: kern sys

2015-10-22 Thread John Baldwin
Author: jhb Date: Thu Oct 22 21:30:39 2015 New Revision: 289770 URL: https://svnweb.freebsd.org/changeset/base/289770 Log: Missing regen after last change to sys/kern/syscalls.master. Modified: head/sys/kern/init_sysent.c head/sys/kern/syscalls.c head/sys/sys/syscall.h

svn commit: r289769 - in head/sys: amd64/linux amd64/linux32 cddl/dev/systrace kern modules/dtrace modules/dtrace/systrace_linux modules/dtrace/systrace_linux32

2015-10-22 Thread John Baldwin
Author: jhb Date: Thu Oct 22 21:28:20 2015 New Revision: 289769 URL: https://svnweb.freebsd.org/changeset/base/289769 Log: Rename remaining linux32 symbols such as linux_sysent[] and linux_syscallnames[] from linux_* to linux32_* to avoid conflicts with linux64.ko. While here, add support

svn commit: r289771 - in head/sys/amd64: linux linux32

2015-10-22 Thread John Baldwin
Author: jhb Date: Thu Oct 22 21:33:37 2015 New Revision: 289771 URL: https://svnweb.freebsd.org/changeset/base/289771 Log: Regen for linux32 rename and linux64 systrace. Modified: head/sys/amd64/linux/linux_proto.h head/sys/amd64/linux/linux_syscall.h

Re: svn commit: r289772 - head/share/mk

2015-10-22 Thread Bryan Drewery
On 10/22/15 3:29 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Oct 22 22:29:25 2015 > New Revision: 289772 > URL: https://svnweb.freebsd.org/changeset/base/289772 > > Log: > Fix installation of manpages with WITHOUT_COMPRESS broken since r284685. WITHOUT_MANCOMPRESS of course. --

svn commit: r289772 - head/share/mk

2015-10-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 22:29:25 2015 New Revision: 289772 URL: https://svnweb.freebsd.org/changeset/base/289772 Log: Fix installation of manpages with WITHOUT_COMPRESS broken since r284685. This partially reverts r284685. An attempt was made in r285295 to fix this but was not

Re: svn commit: r289778 - head/share/mk

2015-10-22 Thread Ian Lepore
On Thu, 2015-10-22 at 23:41 +, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Oct 22 23:41:56 2015 > New Revision: 289778 > URL: https://svnweb.freebsd.org/changeset/base/289778 > > Log: > For SUBDIR_PARALLEL, when doing 'make clean*' or 'make obj' there > is no need to > respect

svn commit: r289777 - head/sys/dev/ioat

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 23:08:08 2015 New Revision: 289777 URL: https://svnweb.freebsd.org/changeset/base/289777 Log: ioat_test: Add a colon (':') for style Missed in r289776. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat_test.c Modified:

svn commit: r289778 - head/share/mk

2015-10-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 22 23:41:56 2015 New Revision: 289778 URL: https://svnweb.freebsd.org/changeset/base/289778 Log: For SUBDIR_PARALLEL, when doing 'make clean*' or 'make obj' there is no need to respect SUBDIR_DEPEND_* or .WAIT. MFC after:2 weeks Sponsored by: EMC /

svn commit: r289774 - head/sys/dev/ntb/ntb_hw

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 23:03:15 2015 New Revision: 289774 URL: https://svnweb.freebsd.org/changeset/base/289774 Log: NTB: Add device introspection sysctl hierarchy This should export all of the same information as the Linux ntb_hw_intel debugfs info file, but with a bit more

svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 23:03:06 2015 New Revision: 289773 URL: https://svnweb.freebsd.org/changeset/base/289773 Log: Sysctl: Add common support for U8, U16 types Sponsored by: EMC / Isilon Storage Division Modified: head/sbin/sysctl/sysctl.c head/sys/kern/kern_sysctl.c

svn commit: r289775 - head/sys/dev/ntb/if_ntb

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 23:03:24 2015 New Revision: 289775 URL: https://svnweb.freebsd.org/changeset/base/289775 Log: if_ntb: Use ffsll() now that it is broadly available Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/if_ntb/if_ntb.c Modified:

svn commit: r289776 - head/sys/dev/ioat

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 23:03:33 2015 New Revision: 289776 URL: https://svnweb.freebsd.org/changeset/base/289776 Log: ioat: Clean up logging Replace custom Linux-like logging with a thin shim around device_printf(), when the softc is available. In ioat_test, shim around

Re: svn commit: r289778 - head/share/mk

2015-10-22 Thread Bryan Drewery
> On Oct 22, 2015, at 16:59, Ian Lepore wrote: > >> On Thu, 2015-10-22 at 23:41 +, Bryan Drewery wrote: >> Author: bdrewery >> Date: Thu Oct 22 23:41:56 2015 >> New Revision: 289778 >> URL: https://svnweb.freebsd.org/changeset/base/289778 >> >> Log: >> For

svn commit: r289779 - head/sys/dev/otus

2015-10-22 Thread Adrian Chadd
Author: adrian Date: Fri Oct 23 00:48:00 2015 New Revision: 289779 URL: https://svnweb.freebsd.org/changeset/base/289779 Log: otus(4): begin supporting raw transmit parameters in otus_tx() * Add a comment about the parameters I should support, stolen shamelessly from iwn(4); *

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-22 Thread NGie Cooper
On Thu, Oct 22, 2015 at 4:03 PM, Conrad E. Meyer wrote: > Author: cem > Date: Thu Oct 22 23:03:06 2015 > New Revision: 289773 > URL: https://svnweb.freebsd.org/changeset/base/289773 > > Log: > Sysctl: Add common support for U8, U16 types > > Sponsored by: EMC / Isilon

svn commit: r289749 - in head/sys: conf contrib/rdma/krping dev/cxgb/ulp/iw_cxgb dev/cxgbe/iw_cxgbe modules modules/linuxapi modules/linuxkpi ofed/drivers/infiniband/core ofed/drivers/infiniband/hw...

2015-10-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 22 09:50:45 2015 New Revision: 289749 URL: https://svnweb.freebsd.org/changeset/base/289749 Log: Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a kernel programming interface module, KPI, to avoid confusion with the existing Linux userspace

svn commit: r289750 - head/usr.sbin/rtadvd

2015-10-22 Thread Hiroki Sato
Author: hrs Date: Thu Oct 22 09:55:40 2015 New Revision: 289750 URL: https://svnweb.freebsd.org/changeset/base/289750 Log: - Fix a bug which prevented dnssl[0-9] and rdnss[0-9] parameters from working. - Fix a pointer calculation for padding when multiple dnssl[0-9] parameters are

svn commit: r289747 - in head/sys: amd64/cloudabi64 compat/cloudabi64 conf modules/cloudabi64

2015-10-22 Thread Ed Schouten
Author: ed Date: Thu Oct 22 09:07:53 2015 New Revision: 289747 URL: https://svnweb.freebsd.org/changeset/base/289747 Log: Refactoring: move out generic bits from cloudabi64_sysvec.c. In order to make it easier to support CloudABI on ARM64, move out all of the bits from the AMD64

svn commit: r289748 - in head/sys: kern sys

2015-10-22 Thread Ed Schouten
Author: ed Date: Thu Oct 22 09:33:34 2015 New Revision: 289748 URL: https://svnweb.freebsd.org/changeset/base/289748 Log: Add a way to distinguish between forking and thread creation in schedtail. For CloudABI we need to initialize the registers of new threads differently based on

svn commit: r289783 - head/usr.sbin/ntp

2015-10-22 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 23 05:03:34 2015 New Revision: 289783 URL: https://svnweb.freebsd.org/changeset/base/289783 Log: A miss from r289764. Modified: head/usr.sbin/ntp/config.h Modified: head/usr.sbin/ntp/config.h

Re: svn commit: r289773 - in head: sbin/sysctl sys/kern sys/sys

2015-10-22 Thread Bruce Evans
On Thu, 22 Oct 2015, Conrad E. Meyer wrote: Log: Sysctl: Add common support for U8, U16 types Sponsored by: EMC / Isilon Storage Division This uses similar low-quality code to other sysctls, and more. Modified: head/sbin/sysctl/sysctl.c

Re: svn commit: r289764 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel contrib/ntp/kernel/sys contri

2015-10-22 Thread Gleb Smirnoff
On Thu, Oct 22, 2015 at 10:13:09PM -0700, NGie Cooper wrote: N> On Thu, Oct 22, 2015 at 12:42 PM, Gleb Smirnoff wrote: N> > Author: glebius N> > Date: Thu Oct 22 19:42:57 2015 N> > New Revision: 289764 N> > URL: https://svnweb.freebsd.org/changeset/base/289764 N> > N> > Log:

svn commit: r289781 - head/sys/dev/otus

2015-10-22 Thread Adrian Chadd
Author: adrian Date: Fri Oct 23 02:08:47 2015 New Revision: 289781 URL: https://svnweb.freebsd.org/changeset/base/289781 Log: otus(4) - demagicify register names. Obtained from:Linux carl9170 hw.h Modified: head/sys/dev/otus/if_otus.c head/sys/dev/otus/if_otusreg.h Modified:

svn commit: r289782 - head/sys/dev/otus

2015-10-22 Thread Adrian Chadd
Author: adrian Date: Fri Oct 23 02:09:23 2015 New Revision: 289782 URL: https://svnweb.freebsd.org/changeset/base/289782 Log: otus(4) - add missing ieee80211_free_node() call. Modified: head/sys/dev/otus/if_otus.c Modified: head/sys/dev/otus/if_otus.c

Re: svn commit: r289764 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel contrib/ntp/kernel/sys contri

2015-10-22 Thread NGie Cooper
On Thu, Oct 22, 2015 at 12:42 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Oct 22 19:42:57 2015 > New Revision: 289764 > URL: https://svnweb.freebsd.org/changeset/base/289764 > > Log: > MFV ntp-4.2.8p4 (r289715) MFC after..?

Re: svn commit: r289421 - in head/etc: . mtree ntp

2015-10-22 Thread Cy Schubert
We already have an example to work from. The family of ports (ntp, ntp-devel) installs ${LOCALBASE}/sbin/update-leap. It would be fine except for the fact that it's written in Perl, not something we'd want to visit on FreeBSD again. I'm sure it could be rewritten in shell script or C/C++. --

Re: svn commit: r289728 - head

2015-10-22 Thread Julian Elischer
On 10/22/15 9:45 AM, Alexander Kabaev wrote: On Thu, 22 Oct 2015 01:32:11 + (UTC) Ed Maste wrote: Author: emaste Date: Thu Oct 22 01:32:11 2015 New Revision: 289728 URL: https://svnweb.freebsd.org/changeset/base/289728 Log: Warn that NOCLEAN is deprecated - use

svn commit: r289756 - head/sys/mips/conf

2015-10-22 Thread Adrian Chadd
Author: adrian Date: Thu Oct 22 15:15:45 2015 New Revision: 289756 URL: https://svnweb.freebsd.org/changeset/base/289756 Log: Commit the right board file - use the right name + hints. Modified: head/sys/mips/conf/TL-WR740Nv4 Modified: head/sys/mips/conf/TL-WR740Nv4

svn commit: r289757 - head/sys/dev/wtap

2015-10-22 Thread Andriy Voskoboinyk
Author: avos Date: Thu Oct 22 15:20:33 2015 New Revision: 289757 URL: https://svnweb.freebsd.org/changeset/base/289757 Log: wtap: remove some obsolete radiotap(9) code This code is not needed since r192468. Approved by: adrian (mentor) Differential Revision:

svn commit: r289758 - head/sys/dev/usb/wlan

2015-10-22 Thread Andriy Voskoboinyk
Author: avos Date: Thu Oct 22 15:42:53 2015 New Revision: 289758 URL: https://svnweb.freebsd.org/changeset/base/289758 Log: urtwn(4): replace hardcoded rate indices with their names Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:

svn commit: r289755 - head/sys/dev/ispfw

2015-10-22 Thread Alexander Motin
Author: mav Date: Thu Oct 22 15:13:47 2015 New Revision: 289755 URL: https://svnweb.freebsd.org/changeset/base/289755 Log: Remove residual verbosity. firmware_register() already reports errors. Modified: head/sys/dev/ispfw/ispfw.c Modified: head/sys/dev/ispfw/ispfw.c

svn commit: r289759 - in head/sys/arm: arm include

2015-10-22 Thread Jason A. Harmening
Author: jah Date: Thu Oct 22 16:38:01 2015 New Revision: 289759 URL: https://svnweb.freebsd.org/changeset/base/289759 Log: Use pmap_quick* functions in armv6 busdma, for bounce buffers and cache maintenance. This makes it safe to sync buffers that have no VA mapping associated with the

svn commit: r289760 - head/sys/dev/ioat

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 16:46:21 2015 New Revision: 289760 URL: https://svnweb.freebsd.org/changeset/base/289760 Log: ioat: Fix some attach/detach issues Don't run the selftest until after we've enabled bus mastering, or the DMA engine can't copy anything for our test. Create

svn commit: r289761 - head/share/man/man9

2015-10-22 Thread Conrad E. Meyer
Author: cem Date: Thu Oct 22 16:46:30 2015 New Revision: 289761 URL: https://svnweb.freebsd.org/changeset/base/289761 Log: getenv.9: Document behavior of freeenv(NULL) Fix a couple igor(1)-indicated spelling issues while here. Suggested by: jhb Sponsored by: EMC / Isilon Storage

svn commit: r289762 - in head/tools/regression/net80211: ccmp tkip wep

2015-10-22 Thread Andriy Voskoboinyk
Author: avos Date: Thu Oct 22 17:08:12 2015 New Revision: 289762 URL: https://svnweb.freebsd.org/changeset/base/289762 Log: Unbreak regression testing tools for net80211 crypto cipher modules Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D3441