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

2015-03-31 Thread Adrian Chadd
Author: adrian Date: Wed Apr 1 06:44:39 2015 New Revision: 280948 URL: https://svnweb.freebsd.org/changeset/base/280948 Log: Migrate the TL-WR1043nd v2 to use the new map based MAC hints mechanism. This programs separate, correct mac addresses for the ethernet and wlan interfaces. Modif

Re: svn commit: r280818 - in head: lib/libc/include lib/libc/sys lib/libthr/thread share/man/man3

2015-03-31 Thread John-Mark Gurney
Konstantin Belousov wrote this message on Sun, Mar 29, 2015 at 19:14 +: > -.Fn EV_SET "&kev" ident filter flags fflags data udata > +.Fn EV_SET "kev" ident filter flags fflags data udata I'm wondering if this change was intentional? Are you planning on changing the EV_SET macro? -- John-M

svn commit: r280943 - head/tools/tools/ath/athstats

2015-03-31 Thread Adrian Chadd
Author: adrian Date: Wed Apr 1 04:57:27 2015 New Revision: 280943 URL: https://svnweb.freebsd.org/changeset/base/280943 Log: Don't use a private copy of the ANI definitions - use the HAL definitions. Whilst I'm at it: * fix the NI+ to be correct, rather than NI-; * use the diag api

svn commit: r280942 - head/sys/dev/ath/ath_hal/ar5212

2015-03-31 Thread Adrian Chadd
Author: adrian Date: Wed Apr 1 04:56:22 2015 New Revision: 280942 URL: https://svnweb.freebsd.org/changeset/base/280942 Log: Use the HAL API for returning ar5212AniState, rather than just dumping AniState itself. Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212.h head/sys/dev/ath/ath_hal

svn commit: r280941 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-03-31 Thread Adrian Chadd
Author: adrian Date: Wed Apr 1 04:56:10 2015 New Revision: 280941 URL: https://svnweb.freebsd.org/changeset/base/280941 Log: Expose the ANI state / statistics using the public ANI function, rather than the ar9300_* definitions. .. which of course don't match, and athstats was reading gar

svn commit: r280940 - in head/sys/dev/ath/ath_hal: . ar5212

2015-03-31 Thread Adrian Chadd
Author: adrian Date: Wed Apr 1 03:42:46 2015 New Revision: 280940 URL: https://svnweb.freebsd.org/changeset/base/280940 Log: Start the process of migrating the ANI statistics out of the HALs and into the top-level HAL. The athstats program is blindly using a copy of the ar5212 ANI stats

svn commit: r280939 - in head: sys/boot/forth usr.sbin/bsdinstall/scripts

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 02:05:26 2015 New Revision: 280939 URL: https://svnweb.freebsd.org/changeset/base/280939 Log: Whoops! "arc commit --revision" != "arc diff --update" Modified: head/sys/boot/forth/check-password.4th head/sys/boot/forth/check-password.4th.8 head/sys/boot/fort

svn commit: r280938 - in head: sys/boot/forth usr.sbin/bsdinstall/scripts

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 02:01:34 2015 New Revision: 280938 URL: https://svnweb.freebsd.org/changeset/base/280938 Log: Add "GELI Passphrase:" prompt to boot loader. Summary: Add "GELI Passphrase:" prompt to boot loader. A new loader.conf(5) option of geom_eli_passphrase_prompt

Re: svn commit: r280308 - head/sys/fs/devfs

2015-03-31 Thread Bruce Evans
On Mon, 30 Mar 2015, Konstantin Belousov wrote: On Mon, Mar 30, 2015 at 03:14:10PM +1100, Bruce Evans wrote: File timestamps use CLOCK_REALTIME, so they are supposed to go backwards sometimes. More importantly, if the time is set to a future time (by utimes(), etc., not due to a clock step), t

svn commit: r280937 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 01:54:28 2015 New Revision: 280937 URL: https://svnweb.freebsd.org/changeset/base/280937 Log: Solve dreaded "dictionary full" issue by segregating words into new vocabularies delay-processing, password-processing, version-processing, frame-drawing, menu-infras

svn commit: r280936 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 01:25:58 2015 New Revision: 280936 URL: https://svnweb.freebsd.org/changeset/base/280936 Log: When forced to draw ASCII lines/boxen, use `=' for the horizontal line when double frames are requested versus single. MFC after:3 days X-MFC-to: stable/

svn commit: r280935 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 01:22:30 2015 New Revision: 280935 URL: https://svnweb.freebsd.org/changeset/base/280935 Log: Securely overwrite (zero) user input when we finish password checks. MFC after:3 days X-MFC-to: stable/10 Modified: head/sys/boot/forth/check-password.4

svn commit: r280934 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 01:17:36 2015 New Revision: 280934 URL: https://svnweb.freebsd.org/changeset/base/280934 Log: Add remainder of supported ANSI escape sequences. MFC after:3 days X-MFC-to: stable/10 Modified: head/sys/boot/forth/screen.4th Modified: head/sys/boot

svn commit: r280933 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 01:14:19 2015 New Revision: 280933 URL: https://svnweb.freebsd.org/changeset/base/280933 Log: Move beastie to logo-*.4th; brands to brand-*.4th Suggested by: jkh, alfred MFC after:3 days X-MFC-to: stable/10 Added: head/sys/boot/forth/brand-fbsd

svn commit: r280932 - in head/contrib/elftoolchain: addr2line common cxxfilt elfcopy libdwarf libelf libelftc nm readelf size strings

2015-03-31 Thread Ed Maste
Author: emaste Date: Wed Apr 1 01:08:01 2015 New Revision: 280932 URL: https://svnweb.freebsd.org/changeset/base/280932 Log: Update elftoolchain to upstream revision 3179 Some notable changes: - libdwarf: Fixed DWARF4 line section - elfcopy: Implement --localize-hidden - nm: handle o

svn commit: r280931 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Wed Apr 1 00:49:34 2015 New Revision: 280931 URL: https://svnweb.freebsd.org/changeset/base/280931 Log: Comments. No functional change. MFC after:3 days X-MFC-to: stable/10 Modified: head/sys/boot/forth/menu-commands.4th Modified: head/sys/boot/forth/menu

svn commit: r280930 - head/sys/rpc

2015-03-31 Thread Garrett Wollman
Author: wollman Date: Wed Apr 1 00:45:47 2015 New Revision: 280930 URL: https://svnweb.freebsd.org/changeset/base/280930 Log: Fix overflow bugs in and remove obsolete limit from kernel RPC implementation. The kernel RPC code, which is responsible for the low-level scheduling of incomin

Re: svn commit: r280915 - head/contrib/ntp/ntpd

2015-03-31 Thread NGie Cooper
On Tue, Mar 31, 2015 at 5:13 PM, Cy Schubert wrote: > In message om> > , NGie Cooper writes: >> On Tue, Mar 31, 2015 at 12:35 PM, Cy Schubert wrote: >> > Author: cy >> > Date: Tue Mar 31 19:35:32 2015 >> > New Revision: 280915 >> > URL: https://svnweb.freebsd.org/changeset/base/280915 >> > >> >

svn commit: r280929 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm

2015-03-31 Thread Tycho Nightingale
Author: tychon Date: Wed Apr 1 00:15:31 2015 New Revision: 280929 URL: https://svnweb.freebsd.org/changeset/base/280929 Log: Fix "MOVS" instruction memory to MMIO emulation. Currently updates to %rdi, %rsi, etc are inadvertently bypassed along with the check to see if the instruction needs

Re: svn commit: r280915 - head/contrib/ntp/ntpd

2015-03-31 Thread Cy Schubert
In message , NGie Cooper writes: > On Tue, Mar 31, 2015 at 12:35 PM, Cy Schubert wrote: > > Author: cy > > Date: Tue Mar 31 19:35:32 2015 > > New Revision: 280915 > > URL: https://svnweb.freebsd.org/changeset/base/280915 > > > > Log: > > Fix build. > > > > Modified: > > head/contrib/ntp/ntpd/

svn commit: r280928 - head/release

2015-03-31 Thread Colin Percival
Author: cperciva Date: Wed Apr 1 00:00:17 2015 New Revision: 280928 URL: https://svnweb.freebsd.org/changeset/base/280928 Log: Add code for creating an EC2 AMI. Added: head/release/Makefile.ec2 (contents, props changed) Modified: head/release/Makefile.vm Added: head/release/Makefile.ec2

Re: svn commit: r280915 - head/contrib/ntp/ntpd

2015-03-31 Thread NGie Cooper
On Tue, Mar 31, 2015 at 12:35 PM, Cy Schubert wrote: > Author: cy > Date: Tue Mar 31 19:35:32 2015 > New Revision: 280915 > URL: https://svnweb.freebsd.org/changeset/base/280915 > > Log: > Fix build. > > Modified: > head/contrib/ntp/ntpd/ntp_parser.y That fixed it -- thanks :)! __

svn commit: r280926 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Tue Mar 31 23:09:54 2015 New Revision: 280926 URL: https://svnweb.freebsd.org/changeset/base/280926 Log: Whitespace and cleanup. No functional change(s). MFC after:3 days X-MFC-to: stable/10 Modified: head/sys/boot/forth/screen.4th Modified: head/sys/boot/

svn commit: r280925 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Tue Mar 31 23:00:48 2015 New Revision: 280925 URL: https://svnweb.freebsd.org/changeset/base/280925 Log: Optimize bootmsg to use fg/bg/me from screen.4th NB: screen.4th is included by way of check-password.4th MFC after:3 days X-MFC-to: stable/10 Modified:

svn commit: r280924 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Tue Mar 31 22:32:35 2015 New Revision: 280924 URL: https://svnweb.freebsd.org/changeset/base/280924 Log: Comments. No functional change(s). MFC after:3 days X-MFC-to: stable/10 Modified: head/sys/boot/forth/beastie.4th head/sys/boot/forth/brand.4th head

svn commit: r280923 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Tue Mar 31 22:10:40 2015 New Revision: 280923 URL: https://svnweb.freebsd.org/changeset/base/280923 Log: Whitespace. No functional change(s). MFC after:3 days MFH: stable/10 Modified: head/sys/boot/forth/beastie.4th head/sys/boot/forth/brand.4th Mod

svn commit: r280922 - head/sys/boot/forth

2015-03-31 Thread Devin Teske
Author: dteske Date: Tue Mar 31 21:46:44 2015 New Revision: 280922 URL: https://svnweb.freebsd.org/changeset/base/280922 Log: Change contents of the exec variable in loader.conf to be friendly to both Ficl/Forth and Lua. No visible change for Forth while enabling Lua support. Submitted by

svn commit: r280921 - head/usr.sbin/bsdconfig/share

2015-03-31 Thread Devin Teske
Author: dteske Date: Tue Mar 31 21:34:42 2015 New Revision: 280921 URL: https://svnweb.freebsd.org/changeset/base/280921 Log: Fix typo in a comment. MFC after:3 days X-MFC-to: stable/10 stable/9 Modified: head/usr.sbin/bsdconfig/share/geom.subr Modified: head/usr.sbin/bsdconfi

svn commit: r280920 - head/bin/sh/tests/expansion

2015-03-31 Thread Jilles Tjoelker
Author: jilles Date: Tue Mar 31 20:59:37 2015 New Revision: 280920 URL: https://svnweb.freebsd.org/changeset/base/280920 Log: sh: Add more tests for exotic IFS splitting. Added: head/bin/sh/tests/expansion/ifs6.0 (contents, props changed) head/bin/sh/tests/expansion/ifs7.0 (contents, pr

svn commit: r280919 - head/lib/libc/gen

2015-03-31 Thread Jilles Tjoelker
Author: jilles Date: Tue Mar 31 20:51:01 2015 New Revision: 280919 URL: https://svnweb.freebsd.org/changeset/base/280919 Log: wordexp: Explicitly pass along IFS. Per Austin group issue #884, sh should not import IFS from the environment but always set it to $' \t\n'. For wordexp(), howeve

svn commit: r280916 - head/etc

2015-03-31 Thread Xin LI
Author: delphij Date: Tue Mar 31 19:56:46 2015 New Revision: 280916 URL: https://svnweb.freebsd.org/changeset/base/280916 Log: Add limited to the default restrictions. X-MFC-with: r280849 Modified: head/etc/ntp.conf Modified: head/etc/ntp.conf =

Re: svn commit: r280849 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/html contrib/ntp/html/build contrib/ntp/html/drivers contri

2015-03-31 Thread Cy Schubert
In message , NGie Cooper writes: > On Mon, Mar 30, 2015 at 6:30 AM, Cy Schubert wrote: > > Author: cy > > Date: Mon Mar 30 13:30:15 2015 > > New Revision: 280849 > > URL: https://svnweb.freebsd.org/changeset/base/280849 > > > > Log: > > MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r2760

svn commit: r280915 - head/contrib/ntp/ntpd

2015-03-31 Thread Cy Schubert
Author: cy Date: Tue Mar 31 19:35:32 2015 New Revision: 280915 URL: https://svnweb.freebsd.org/changeset/base/280915 Log: Fix build. Modified: head/contrib/ntp/ntpd/ntp_parser.y Modified: head/contrib/ntp/ntpd/ntp_parser.y =

svn commit: r280914 - head/sbin/md5

2015-03-31 Thread Xin LI
Author: delphij Date: Tue Mar 31 19:12:13 2015 New Revision: 280914 URL: https://svnweb.freebsd.org/changeset/base/280914 Log: Constify. Suggested by: rdivacky MFC after:2 weeks Modified: head/sbin/md5/md5.c Modified: head/sbin/md5/md5.c ===

svn commit: r280913 - head/lib/msun/aarch64

2015-03-31 Thread Andrew Turner
Author: andrew Date: Tue Mar 31 19:07:28 2015 New Revision: 280913 URL: https://svnweb.freebsd.org/changeset/base/280913 Log: Add the fe* symbols to libm for arm64. Sponsored by: The FreeBSD Foundation Added: head/lib/msun/aarch64/fenv.c (contents, props changed) Added: head/lib/msun/

Re: svn commit: r280849 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/html contrib/ntp/html/build contrib/ntp/html/drivers contrib/n

2015-03-31 Thread NGie Cooper
On Mon, Mar 30, 2015 at 6:30 AM, Cy Schubert wrote: > Author: cy > Date: Mon Mar 30 13:30:15 2015 > New Revision: 280849 > URL: https://svnweb.freebsd.org/changeset/base/280849 > > Log: > MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284) > > Thanks to roberto for providing

Re: svn commit: r280279 - head/sys/sys

2015-03-31 Thread Konstantin Belousov
On Tue, Mar 31, 2015 at 03:49:28PM +1100, Bruce Evans wrote: > It looks a bit overengineered to me. A bit like my function pointers > for the bcopy() family on i386. bcopy() is a bulk operation, so in > theory you can do it much faster by selecting the best available > version at runtime. In pra

Re: svn commit: r280866 - in head/sys: amd64/amd64 i386/i386

2015-03-31 Thread Konstantin Belousov
On Tue, Mar 31, 2015 at 12:51:04PM -0400, John Baldwin wrote: > Also, I believe that the 100 millisecond timer referred to in step 14 above is > a timeout on the entire AP-enumeration process and is the timer waited for in > step 16. It also seems that the BIOS uses broadcast (all-but-self) IPIs,

Re: svn commit: r280866 - in head/sys: amd64/amd64 i386/i386

2015-03-31 Thread John Baldwin
On Tuesday, March 31, 2015 03:38:50 AM Konstantin Belousov wrote: > But apparently, that did not helped, and it seems that there are > sporadic reports of Linux having similar issues with x2APIC on similar > mobile SandyBridge, which are proof-less charged to BIOS bugs. > > Mostly, my question is,

Re: svn commit: r280785 - in head/sys: kern netgraph/atm/sscop netgraph/atm/uni sys

2015-03-31 Thread Julian Elischer
On 4/1/15 12:01 AM, Eric van Gyzen wrote: Now as to the -1 -> NOCPU This is like pulling on a string on your sweater.. the only sensible solution that I could come up with after chatting with Lawrence is to add #include to everyone that uses the callout.h and does not have it already… (puttin

Re: svn commit: r280785 - in head/sys: kern netgraph/atm/sscop netgraph/atm/uni sys

2015-03-31 Thread Julian Elischer
On 3/31/15 8:26 AM, Randall Stewart wrote: On Mar 30, 2015, at 9:16 AM, John Baldwin > wrote: On Saturday, March 28, 2015 12:50:24 PM Randall Stewart wrote: Author: rrs Date: Sat Mar 28 12:50:24 2015 New Revision: 280785 URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r280785 - in head/sys: kern netgraph/atm/sscop netgraph/atm/uni sys

2015-03-31 Thread Eric van Gyzen
>> Now as to the >> >> -1 -> NOCPU >> >> This is like pulling on a string on your sweater.. the only sensible >> solution that >> I could come up with after chatting with Lawrence is to add >> #include >> to everyone that uses the callout.h and does not have it already… (putting >> it into cal

Re: svn commit: r280785 - in head/sys: kern netgraph/atm/sscop netgraph/atm/uni sys

2015-03-31 Thread John Baldwin
On Monday, March 30, 2015 04:21:03 PM Randall Stewart wrote: > John: > > As I just said, Warner and I feel we can get by with making the int -> > short/short so > we preserver the KPI and at the same time achieve the objective .. > > My big concern was no intel platforms but Warner gave me a gre

Re: svn commit: r280785 - in head/sys: kern netgraph/atm/sscop netgraph/atm/uni sys

2015-03-31 Thread John Baldwin
On Monday, March 30, 2015 06:26:25 PM Randall Stewart wrote: > > On Mar 30, 2015, at 9:16 AM, John Baldwin wrote: > > > On Saturday, March 28, 2015 12:50:24 PM Randall Stewart wrote: > >> Author: rrs > >> Date: Sat Mar 28 12:50:24 2015 > >> New Revision: 280785 > >> URL: https://svnweb.freebsd.o

svn commit: r280911 - in head/usr.bin: col column

2015-03-31 Thread Kevin Lo
Author: kevlo Date: Tue Mar 31 15:03:58 2015 New Revision: 280911 URL: https://svnweb.freebsd.org/changeset/base/280911 Log: Remove bogus cast. Modified: head/usr.bin/col/col.c head/usr.bin/column/column.c Modified: head/usr.bin/col/col.c ===

svn commit: r280910 - head/sys/netpfil/ipfw

2015-03-31 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 31 14:41:29 2015 New Revision: 280910 URL: https://svnweb.freebsd.org/changeset/base/280910 Log: The offset variable has been cleared all bits except IP6F_OFF_MASK. Use ip6f_mf variable instead of checking its bits. Modified: head/sys/netpfil/ipfw/ip_fw_log.c Modif

svn commit: r280909 - head/contrib/gcc

2015-03-31 Thread Ed Maste
Author: emaste Date: Tue Mar 31 13:37:32 2015 New Revision: 280909 URL: https://svnweb.freebsd.org/changeset/base/280909 Log: unwind-d2 build workaround for arm64 The __builtin_init_dwarf_reg_size_table function is unimplemented in clang 3.6 for AArch64. Comment it out for now and replace

svn commit: r280908 - head/libexec/rtld-elf/aarch64

2015-03-31 Thread Ed Maste
Author: emaste Date: Tue Mar 31 12:53:07 2015 New Revision: 280908 URL: https://svnweb.freebsd.org/changeset/base/280908 Log: Correct copyright typo Modified: head/libexec/rtld-elf/aarch64/reloc.c Modified: head/libexec/rtld-elf/aarch64/reloc.c ===

svn commit: r280907 - head/sys/arm/conf

2015-03-31 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Tue Mar 31 11:59:57 2015 New Revision: 280907 URL: https://svnweb.freebsd.org/changeset/base/280907 Log: Add kernel config files for Hardkernel Odroid-C1 and Visson ATV-102 devices. Submitted by: John Wehle Approved by:stas (mentor) Added: head/sys/arm/conf/

svn commit: r280906 - head/sys/boot/fdt/dts/arm

2015-03-31 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Tue Mar 31 11:55:56 2015 New Revision: 280906 URL: https://svnweb.freebsd.org/changeset/base/280906 Log: Add device tree files for Hardkernel Odroid-C1 and Visson ATV-102 devices. Submitted by: John Wehle Approved by: stas (mentor) Added: head/sys/boot/fdt/dts/ar

svn commit: r280905 - in head/sys: arm/amlogic arm/amlogic/aml8726 arm/arm conf dev/mmc

2015-03-31 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Tue Mar 31 11:50:46 2015 New Revision: 280905 URL: https://svnweb.freebsd.org/changeset/base/280905 Log: Add necessary changes to support various Amlogic SoC devices specially aml8726-m6 and aml8726-m8b SoC based devices. aml8726-m6 SoC exist in devices such as Visson A

Re: svn commit: r280759 - head/sys/netinet

2015-03-31 Thread Emeric POUPON
I tested it on a 4 core system: - I still can't see any duplicated id in my tests, so this is good. - as already discussed before, I don't see any performance impact So for me it is good! Emeric - Mail original - De: "Gleb Smirnoff" À: "Emeric POUPON" Cc: "Slawa Olhovchenkov" , "Hans P

svn commit: r280904 - head/sys/netinet

2015-03-31 Thread Julien Charbon
Author: jch Date: Tue Mar 31 10:17:13 2015 New Revision: 280904 URL: https://svnweb.freebsd.org/changeset/base/280904 Log: Use appropriate timeout_t* instead of void* in tcp_timer_activate() Suggested by: imp Differential Revision:https://reviews.freebsd.org/D2154 Review

svn commit: r280903 - in head/libexec/rtld-elf: . aarch64

2015-03-31 Thread Andrew Turner
Author: andrew Date: Tue Mar 31 09:51:19 2015 New Revision: 280903 URL: https://svnweb.freebsd.org/changeset/base/280903 Log: Add the arm64 code to the runtime linker. It's not able to be built as we still need libc_pic for a few things, but this is expected to be ready soon. Differenti