Author: adrian
Date: Sun Sep 28 05:28:11 2014
New Revision: 272237
URL: http://svnweb.freebsd.org/changeset/base/272237
Log:
Fix the ar724x PCI config space register read.
It was doing incorrect things with masks. This was fixed in the
AR71xx codebase but it wasn't yet fixed in the AR724
On Sat, Sep 27, 2014 at 04:50:21PM +, Alexander Kabaev wrote:
> New Revision: 272214
> URL: http://svnweb.freebsd.org/changeset/base/272214
>
> Log:
> Remove obsolete compatibility glue and improve firewire code readability.
>
> Commit my version of style(9) pass over the firewire code.
On Sat, 27 Sep 2014, Sean Bruno wrote:
Log:
Update factor for changes to types in primes, which is a dependency.
Fixes build-fail on mips32 introduced at 272207.
Modified:
head/games/factor/factor.c
Modified: head/games/factor/factor.c
==
On Sat, 27 Sep 2014, Colin Percival wrote:
Log:
Switch primes(6) from using unsigned long to using uint64_t. This fixes
'limited range of type' warnings about comparisons on 32-bit systems, and
allows 32-bit systems to compute the full range of primes.
Since it no longer pretends to suppor
Author: glebius
Date: Sat Sep 27 20:54:57 2014
New Revision: 272227
URL: http://svnweb.freebsd.org/changeset/base/272227
Log:
Convert driver to if_get_counter method.
Submitted by: rstone
Reviewed by: Eric Joyner
Modified:
head/sys/dev/ixl/if_ixl.c
head/sys/dev/ixl/if_ixlv.c
head
Author: glebius
Date: Sat Sep 27 20:43:01 2014
New Revision: 272226
URL: http://svnweb.freebsd.org/changeset/base/272226
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/dev/dwc/if_dwc.c
Modified: head/sys/dev/dwc/if_dwc.c
On Sat, Sep 27, 2014 at 01:57:48PM +, Alexander V. Chernikov wrote:
A> Author: melifaro
A> Date: Sat Sep 27 13:57:48 2014
A> New Revision: 272211
A> URL: http://svnweb.freebsd.org/changeset/base/272211
A>
A> Log:
A> Use underlying ports counters to get lagg statistics instead of
A> per-pac
Author: glebius
Date: Sat Sep 27 20:39:24 2014
New Revision: 272225
URL: http://svnweb.freebsd.org/changeset/base/272225
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c
hea
On Sat, Sep 27, 2014 at 06:35:17PM +, Navdeep Parhar wrote:
N> Author: np
N> Date: Sat Sep 27 18:35:16 2014
N> New Revision: 27
N> URL: http://svnweb.freebsd.org/changeset/base/27
N>
N> Log:
N> cxgb(4): implement if_get_counter.
Thanks a lot again :)
--
Totus tuus, Glebius.
__
Author: mav
Date: Sat Sep 27 20:08:34 2014
New Revision: 272224
URL: http://svnweb.freebsd.org/changeset/base/272224
Log:
Fix page length reported for Block Limits VPD page.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
Author: smh
Date: Sat Sep 27 19:14:22 2014
New Revision: 272223
URL: http://svnweb.freebsd.org/changeset/base/272223
Log:
Use a local STAILQ for unlocked done CCB processing in ahci direct mode
Previously it was possible for issues e.g. use after free, to result
from processing the done q
Author: np
Date: Sat Sep 27 18:35:16 2014
New Revision: 27
URL: http://svnweb.freebsd.org/changeset/base/27
Log:
cxgb(4): implement if_get_counter.
Modified:
head/sys/dev/cxgb/cxgb_adapter.h
head/sys/dev/cxgb/cxgb_main.c
head/sys/dev/cxgb/cxgb_sge.c
Modified: head/sys/dev/cxgb/cx
Author: marcel
Date: Sat Sep 27 17:58:03 2014
New Revision: 272217
URL: http://svnweb.freebsd.org/changeset/base/272217
Log:
Update the usage message and the man page to account for the new long
options. Bump the version number to 20140927.
While here, use explicit fputc() calls to skip a
Author: bz
Date: Sat Sep 27 17:11:51 2014
New Revision: 272216
URL: http://svnweb.freebsd.org/changeset/base/272216
Log:
Disable the makeoption with MFS_IMAGE= set as we don't ship that file
and it thus breaks the default build. You can still use various other
ways (tools) to embedd the im
Author: kan
Date: Sat Sep 27 16:50:24 2014
New Revision: 272215
URL: http://svnweb.freebsd.org/changeset/base/272215
Log:
Do not pass whole descriptor block size as align to fwdma_malloc_multiseg
Do not pass wrong alignment value to fwdma_malloc_multiseg and ultimately
to contigalloc. In
Author: kan
Date: Sat Sep 27 16:50:21 2014
New Revision: 272214
URL: http://svnweb.freebsd.org/changeset/base/272214
Log:
Remove obsolete compatibility glue and improve firewire code readability.
Commit my version of style(9) pass over the firewire code. Now that
other people have started
Author: kevlo
Date: Sat Sep 27 14:39:00 2014
New Revision: 272213
URL: http://svnweb.freebsd.org/changeset/base/272213
Log:
Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it to
AT91SAM9G45_IRQ_PIODE. According to the data sheet, both PIOD and PIOE
use the same IRQ.
While here r
Author: melifaro
Date: Sat Sep 27 13:57:48 2014
New Revision: 272211
URL: http://svnweb.freebsd.org/changeset/base/272211
Log:
Use underlying ports counters to get lagg statistics instead of
per-packet accounting.
This introduce user-visible changes like aggregating error counters.
Revi
On 27 Sep 2014, at 08:59 , Sean Bruno wrote:
> Author: sbruno
> Date: Sat Sep 27 08:59:43 2014
> New Revision: 272206
> URL: http://svnweb.freebsd.org/changeset/base/272206
>
> Log:
> Add kernel support for the TP-LINK MR3020 Atheros MIPS 24k router.
>
> AR9331 based system.
>
> Phabric:
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 however that is spelled) instead of ULONG_MAX
> now? (or is it even still us
On Saturday, September 27, 2014 09:00:39 AM Colin Percival wrote:
> Author: cperciva
> Date: Sat Sep 27 09:00:38 2014
> New Revision: 272207
> URL: http://svnweb.freebsd.org/changeset/base/272207
>
> Log:
> Switch primes(6) from using unsigned long to using uint64_t. This fixes
> 'limited ran
On Sat, Sep 27, 2014 at 05:50:31AM +, Navdeep Parhar wrote:
N> Author: np
N> Date: Sat Sep 27 05:50:31 2014
N> New Revision: 272200
N> URL: http://svnweb.freebsd.org/changeset/base/272200
N>
N> Log:
N> cxgbe(4): implement if_get_counter.
Thanks a lot, Navdeep!
--
Totus tuus, Glebius.
Author: sbruno
Date: Sat Sep 27 10:57:34 2014
New Revision: 272210
URL: http://svnweb.freebsd.org/changeset/base/272210
Log:
Update factor for changes to types in primes, which is a dependency.
Fixes build-fail on mips32 introduced at 272207.
Modified:
head/games/factor/factor.c
Modifie
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 functions.
The sysreg.h file has been checked by han
Author: delphij
Date: Sat Sep 27 09:39:19 2014
New Revision: 272208
URL: http://svnweb.freebsd.org/changeset/base/272208
Log:
Revert r272189, the committed version was an old version and breaks build.
Pointy hat to:delphij
Modified:
head/cddl/lib/libzfs/Makefile
Modified: head/c
Author: cperciva
Date: Sat Sep 27 09:00:38 2014
New Revision: 272207
URL: http://svnweb.freebsd.org/changeset/base/272207
Log:
Switch primes(6) from using unsigned long to using uint64_t. This fixes
'limited range of type' warnings about comparisons on 32-bit systems, and
allows 32-bit syst
Author: sbruno
Date: Sat Sep 27 08:59:43 2014
New Revision: 272206
URL: http://svnweb.freebsd.org/changeset/base/272206
Log:
Add kernel support for the TP-LINK MR3020 Atheros MIPS 24k router.
AR9331 based system.
Phabric: https://reviews.freebsd.org/D780
Reviewed by: adrian
Ad
Author: melifaro
Date: Sat Sep 27 07:04:12 2014
New Revision: 272201
URL: http://svnweb.freebsd.org/changeset/base/272201
Log:
* Split tcp_signature_compute() into 2 pieces:
- tcp_get_sav() - SADB key lookup
- tcp_signature_do_compute() - actual computation
* Fix TCP signature case for l
28 matches
Mail list logo