svn commit: r272295 - head/sys/dev/ath

2014-09-29 Thread Adrian Chadd
Author: adrian Date: Tue Sep 30 05:50:34 2014 New Revision: 272295 URL: http://svnweb.freebsd.org/changeset/base/272295 Log: Add a missing file from the last commit. Noticed by: jhibbits Added: head/sys/dev/ath/if_ath_pci_devlist.h (contents, props changed) Added: head/sys/dev/ath/if_

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

2014-09-29 Thread Gavin Atkinson
Author: gavin Date: Tue Sep 30 05:36:16 2014 New Revision: 272294 URL: http://svnweb.freebsd.org/changeset/base/272294 Log: Make clear in the ipheth(4) hardware notes that this driver is for the tethering functionality only. Add a "bugs" section to give a pointer to usbconfig set_config if

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

2014-09-29 Thread Adrian Chadd
Author: adrian Date: Tue Sep 30 03:29:46 2014 New Revision: 272293 URL: http://svnweb.freebsd.org/changeset/base/272293 Log: Remove this stuff - it's no longer needed here. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar

svn commit: r272292 - in head/sys: contrib/dev/ath/ath_hal/ar9300 dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_hal...

2014-09-29 Thread Adrian Chadd
Author: adrian Date: Tue Sep 30 03:19:29 2014 New Revision: 272292 URL: http://svnweb.freebsd.org/changeset/base/272292 Log: Add initial support for the AR9485 CUS198 / CUS230 variants. These variants have a few differences from the default AR9485 NIC, namely: * a non-default antenna

svn commit: r272291 - head/lib/libc/sys

2014-09-29 Thread Bryan Drewery
Author: bdrewery Date: Tue Sep 30 00:06:53 2014 New Revision: 272291 URL: http://svnweb.freebsd.org/changeset/base/272291 Log: Document [EPERM] for UNIX sockets. MFC after:2 weeks Modified: head/lib/libc/sys/connect.2 Modified: head/lib/libc/sys/connect.2 ===

svn commit: r272290 - head/sys/kern

2014-09-29 Thread Mateusz Guzik
Author: mjg Date: Mon Sep 29 23:59:19 2014 New Revision: 272290 URL: http://svnweb.freebsd.org/changeset/base/272290 Log: Use bzero instead of explicitly zeroing stuff in do_execve. While strictly speaking this is not correct since some fields are pointers, it makes no difference on all s

svn commit: r272289 - head/usr.bin/at

2014-09-29 Thread Xin LI
Author: delphij Date: Mon Sep 29 21:54:46 2014 New Revision: 272289 URL: http://svnweb.freebsd.org/changeset/base/272289 Log: Sigh, remove a line that needs to be removed along with previous commit. Submitted by: mjg MFC after:3 days X-MFC-with: 272288 Modified: head/usr.bin/at

Re: svn commit: r272288 - head/usr.bin/at

2014-09-29 Thread Mateusz Guzik
On Mon, Sep 29, 2014 at 09:45:57PM +, Xin LI wrote: > Author: delphij > Date: Mon Sep 29 21:45:57 2014 > New Revision: 272288 > URL: http://svnweb.freebsd.org/changeset/base/272288 > > Log: > When setting environment variables in the atrun script, use the > "export foo=bar" form instead of

svn commit: r272288 - head/usr.bin/at

2014-09-29 Thread Xin LI
Author: delphij Date: Mon Sep 29 21:45:57 2014 New Revision: 272288 URL: http://svnweb.freebsd.org/changeset/base/272288 Log: When setting environment variables in the atrun script, use the "export foo=bar" form instead of "foo=bar; export foo" since the former allows the shell to catch vari

svn commit: r272286 - in vendor-sys/acpica/dist: . generate/unix/acpiexamples generate/unix/acpiexec generate/unix/iasl source/common source/compiler source/components/disassembler source/component...

2014-09-29 Thread Jung-uk Kim
Author: jkim Date: Mon Sep 29 19:53:38 2014 New Revision: 272286 URL: http://svnweb.freebsd.org/changeset/base/272286 Log: Import ACPICA 20140926. Added: vendor-sys/acpica/dist/source/compiler/aslmapenter.c (contents, props changed) vendor-sys/acpica/dist/source/compiler/aslmapoutput.c

svn commit: r272287 - vendor-sys/acpica/20140926

2014-09-29 Thread Jung-uk Kim
Author: jkim Date: Mon Sep 29 19:54:17 2014 New Revision: 272287 URL: http://svnweb.freebsd.org/changeset/base/272287 Log: Tag ACPICA 20140926. Added: vendor-sys/acpica/20140926/ - copied from r272286, vendor-sys/acpica/dist/ ___ svn-src-all@fr

Re: svn commit: r272209 - in head/sys/arm: arm include

2014-09-29 Thread Andreas Tobler
Hi Andrew, On 27.09.14 11:57, Andrew Turner wrote: Author: andrew Date: Sat Sep 27 09:57:34 2014 New Revision: 272209 URL: http://svnweb.freebsd.org/changeset/base/272209 Log: Add machine/sysreg.h to simplify accessing the system control coprocessor registers and use it in the ARMv7 CPU f

svn commit: r272285 - head/sys/dev/ixl

2014-09-29 Thread Ryan Stone
Author: rstone Date: Mon Sep 29 17:51:39 2014 New Revision: 272285 URL: http://svnweb.freebsd.org/changeset/base/272285 Log: Ensure that ixl_flush() uses a defined register on VFs In some code that is shared between the ixl(4) and ixlv(4) drivers, a macro hard-coded a register offset that

svn commit: r272284 - head/usr.bin/systat

2014-09-29 Thread Ryan Stone
Author: rstone Date: Mon Sep 29 17:38:50 2014 New Revision: 272284 URL: http://svnweb.freebsd.org/changeset/base/272284 Log: Fix integer truncation in affecting systat -ifstat The "systat -ifstat" command was using a u_int to store byte counters. With a 10Gbps or faster interface, this ov

Re: svn commit: r272261 - head/sys/net

2014-09-29 Thread Gleb Smirnoff
On Sun, Sep 28, 2014 at 05:09:40PM +, Bjoern A. Zeeb wrote: B> Author: bz B> Date: Sun Sep 28 17:09:40 2014 B> New Revision: 272261 B> URL: http://svnweb.freebsd.org/changeset/base/272261 B> B> Log: B> Move the unconditional #include of net/ifq.h to the very end of file. B> This seems to a

Re: svn commit: r272207 - in head/games: factor primes

2014-09-29 Thread John Baldwin
On Saturday, September 27, 2014 06:00:28 AM Colin Percival wrote: > On 09/27/14 05:52, John Baldwin wrote: > > On Saturday, September 27, 2014 09:00:39 AM Colin Percival wrote: > >> #define BIG ULONG_MAX /* largest value will sieve */ > > > > Should this be UINT64_MAX (or howe

svn commit: r272282 - head/share/mk

2014-09-29 Thread Will Andrews
Author: will Date: Mon Sep 29 15:05:23 2014 New Revision: 272282 URL: http://svnweb.freebsd.org/changeset/base/272282 Log: Search for the nearest PORTSDIR where Mk/bsd.ports.mk exists, from .CURDIR. This will only take effect if PORTSDIR is not set, as previously supported. Use .if exists

Re: svn commit: r272281 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Bruce Evans
On Mon, 29 Sep 2014, Bjoern A. Zeeb wrote: On 29 Sep 2014, at 11:10 , Dimitry Andric wrote: On 29 Sep 2014, at 12:36, Bjoern A. Zeeb wrote: ... Log: Hopefully fix build breakage with gcc passing void * instead of char * to "%s" format string after r272280. Modified: head/lib/libpam/module

Re: svn commit: r271241 - head/lib/libnv

2014-09-29 Thread Pawel Jakub Dawidek
On Sun, Sep 07, 2014 at 10:56:57PM +, Garrett Cooper wrote: > Author: ngie > Date: Sun Sep 7 22:56:57 2014 > New Revision: 271241 > URL: http://svnweb.freebsd.org/changeset/base/271241 > > Log: > Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to > /lib , not /us

Re: svn commit: r272281 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Bjoern A. Zeeb
On 29 Sep 2014, at 11:10 , Dimitry Andric wrote: > On 29 Sep 2014, at 12:36, Bjoern A. Zeeb wrote: >> Author: bz >> Date: Mon Sep 29 10:36:14 2014 >> New Revision: 272281 >> URL: http://svnweb.freebsd.org/changeset/base/272281 >> >> Log: >> Hopefully fix build breakage with gcc passing void *

Re: svn commit: r272281 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Dimitry Andric
On 29 Sep 2014, at 12:36, Bjoern A. Zeeb wrote: > Author: bz > Date: Mon Sep 29 10:36:14 2014 > New Revision: 272281 > URL: http://svnweb.freebsd.org/changeset/base/272281 > > Log: > Hopefully fix build breakage with gcc passing void * instead of char * > to "%s" format string after r272280. >

svn commit: r272281 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Bjoern A. Zeeb
Author: bz Date: Mon Sep 29 10:36:14 2014 New Revision: 272281 URL: http://svnweb.freebsd.org/changeset/base/272281 Log: Hopefully fix build breakage with gcc passing void * instead of char * to "%s" format string after r272280. PR: 83099 193927 MFC after:3 days X-MFC wi

Re: svn commit: r272280 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Bjoern A. Zeeb
On 29 Sep 2014, at 08:57 , Dag-Erling Smørgrav wrote: > Author: des > Date: Mon Sep 29 08:57:36 2014 > New Revision: 272280 > URL: http://svnweb.freebsd.org/changeset/base/272280 > > Log: > Instead of failing when neither PAM_TTY nor PAM_RHOST are available, call > login_access() with "**unkn

svn commit: r272280 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Dag-Erling Smørgrav
Author: des Date: Mon Sep 29 08:57:36 2014 New Revision: 272280 URL: http://svnweb.freebsd.org/changeset/base/272280 Log: Instead of failing when neither PAM_TTY nor PAM_RHOST are available, call login_access() with "**unknown**" as the second argument. This will allow "ALL" rules to match.