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_
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
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
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
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
===
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 *
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.
>
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
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
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.
24 matches
Mail list logo