Author: adrian
Date: Wed May 8 07:30:33 2013
New Revision: 250355
URL: http://svnweb.freebsd.org/changeset/base/250355
Log:
Revert a previous commit - this is causing hardware errors.
I'm not sure why this is failing. The holding descriptor should be being
re-read when starting DMA of t
Author: adrian
Date: Wed May 8 08:53:55 2013
New Revision: 250356
URL: http://svnweb.freebsd.org/changeset/base/250356
Log:
This shouldn't have made it into this commit, sorry.
Modified:
head/sys/dev/ath/if_ath_misc.h
Modified: head/sys/dev/ath/if_ath_misc.h
Author: ray
Date: Wed May 8 09:42:50 2013
New Revision: 250357
URL: http://svnweb.freebsd.org/changeset/base/250357
Log:
Update copyright date.
Modified:
head/sys/arm/freescale/imx/bus_space.c
head/sys/arm/freescale/imx/common.c
head/sys/arm/freescale/imx/console.c
head/sys/arm/freesca
Author: attilio
Date: Wed May 8 10:55:39 2013
New Revision: 250361
URL: http://svnweb.freebsd.org/changeset/base/250361
Log:
Fix-up r250338 by completing the removal of VM_NDOMAIN in favor of
MAXMEMDOM.
This unbreak builds.
Sponsored by: EMC / Isilon storage division
Reported by: ad
On Wed, May 8, 2013 at 5:21 AM, Adrian Chadd wrote:
> Hi,
>
> This broke a fresh buildworld for me. sys/vm/vm_phys.c still
> references VM_NDOMAIN.
Fixed in r250361. Sorry for the breakage.
Thanks,
Attilio
--
Peace can only be achieved by understanding - A. Einstein
___
Author: takawata
Date: Wed May 8 12:53:21 2013
New Revision: 250363
URL: http://svnweb.freebsd.org/changeset/base/250363
Log:
A driver for Intel Rapid Start Technology ACPI device.
Note that it is just for 'Advanced' configuration for Rapid start technology.
Added:
head/sys/dev/acpi_suppor
Author: takawata
Date: Wed May 8 13:26:17 2013
New Revision: 250364
URL: http://svnweb.freebsd.org/changeset/base/250364
Log:
Manual page for acpi_rapidstart(4) driver.
> Description of fields to fill in above: 76 columns --|
> PR:If a GNATS PR is a
Author: andre
Date: Wed May 8 14:13:14 2013
New Revision: 250365
URL: http://svnweb.freebsd.org/changeset/base/250365
Log:
When the accept queue is full print the number of already pending
new connections instead of by how many we're over the limit, which
is always 1.
Noticed by: jma
On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote:
> Author: attilio
> Date: Tue May 7 22:49:56 2013
> New Revision: 250339
> URL: http://svnweb.freebsd.org/changeset/base/250339
>
> Log:
> Add functions to do ACPI System Locality Information Table parsing
> and printing at boot.
> For
Author: sbruno
Date: Wed May 8 16:29:12 2013
New Revision: 250371
URL: http://svnweb.freebsd.org/changeset/base/250371
Log:
s/Numer/Number/
Submitted by: Jeremy Chadwick
Modified:
head/share/man/man4/igb.4
Modified: head/share/man/man4/igb.4
===
Author: delphij
Date: Wed May 8 17:45:22 2013
New Revision: 250374
URL: http://svnweb.freebsd.org/changeset/base/250374
Log:
According to the documentation, on Linux, cancel_delayed_work() does not
do drain (flush_workqueue() in Linux terms) but instead returns true if
the work was removed
On Wed, May 8, 2013 at 6:01 PM, John Baldwin wrote:
> On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote:
>> Author: attilio
>> Date: Tue May 7 22:49:56 2013
>> New Revision: 250339
>> URL: http://svnweb.freebsd.org/changeset/base/250339
>>
>> Log:
>> Add functions to do ACPI System Locality
Author: davidcs
Date: Wed May 8 18:25:46 2013
New Revision: 250375
URL: http://svnweb.freebsd.org/changeset/base/250375
Log:
No need to set if_mtu since it automatically updated by ether_ifattach().
Use if_initbaudrate() to set baudrate.
Add IFCAP_LINKSTATE to if_capabilities.
Submitt
Author: eadler
Date: Wed May 8 18:55:38 2013
New Revision: 250377
URL: http://svnweb.freebsd.org/changeset/base/250377
Log:
Allow the use of lowercase 'yes'
PR: bin/178422
Submitted by: Garrett Cooper
Modified:
head/sbin/growfs/growfs.c
Modified: head/sbin/growfs/growfs.c
Author: trociny
Date: Wed May 8 19:11:47 2013
New Revision: 250378
URL: http://svnweb.freebsd.org/changeset/base/250378
Log:
Make errbuf optional, so if a caller is not interested in an error
message she can pass NULL (procstat(1) already does this).
MFC after:2 weeks
Modified:
he
Author: trociny
Date: Wed May 8 20:03:37 2013
New Revision: 250379
URL: http://svnweb.freebsd.org/changeset/base/250379
Log:
HAST module for bsnmpd(1).
Reviewed by: harti, pjd
MFC after:2 weeks
Added:
head/usr.sbin/bsnmpd/modules/snmp_hast/
head/usr.sbin/bsnmpd/modules/snmp_has
Author: trociny
Date: Wed May 8 20:04:32 2013
New Revision: 250380
URL: http://svnweb.freebsd.org/changeset/base/250380
Log:
Register OID for HAST module.
MFC after:2 weeks
Modified:
head/contrib/bsnmp/oid-list
Modified: head/contrib/bsnmp/oid-list
=
Author: adrian
Date: Wed May 8 20:46:54 2013
New Revision: 250381
URL: http://svnweb.freebsd.org/changeset/base/250381
Log:
Add the ability to change the vlan operation mode.
This adds a vlan capability field to etherswitch_info structure and some
definitions of ports flags.
It adds
Author: adrian
Date: Wed May 8 20:52:22 2013
New Revision: 250382
URL: http://svnweb.freebsd.org/changeset/base/250382
Log:
Add vlan configuration support to etherswitchcfg.
This adds the support to the config keyword (vlan operation mode), ports
flags, prints the vlan mode and vlan capa
On Wednesday, May 08, 2013 2:21:12 pm Attilio Rao wrote:
> On Wed, May 8, 2013 at 6:01 PM, John Baldwin wrote:
> > On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote:
> >> Author: attilio
> >> Date: Tue May 7 22:49:56 2013
> >> New Revision: 250339
> >> URL: http://svnweb.freebsd.org/changeset
Author: adrian
Date: Wed May 8 20:54:59 2013
New Revision: 250383
URL: http://svnweb.freebsd.org/changeset/base/250383
Log:
Correctly mark the CPU port.
Submitted by: Luiz Otavio O Souza
Reviewed by: ray
Modified:
head/sys/dev/etherswitch/arswitch/arswitch.c
Modified: head/sys/dev/
Author: adrian
Date: Wed May 8 20:56:43 2013
New Revision: 250384
URL: http://svnweb.freebsd.org/changeset/base/250384
Log:
Fix the ukswitch code to work with the new vlan changes:
* Fix API changes;
* remove unused code;
* Allow some switches to be used that don't expose a set of PHY
Author: adrian
Date: Wed May 8 20:57:37 2013
New Revision: 250385
URL: http://svnweb.freebsd.org/changeset/base/250385
Log:
Modify the routerstation config to use ukswitch for now.
Until an ADM6996 driver shows up, this allows for the two switch
ports to be used.
Submitted by: Luiz
Author: adrian
Date: Wed May 8 20:58:41 2013
New Revision: 250386
URL: http://svnweb.freebsd.org/changeset/base/250386
Log:
Bring in a basic ethernet switch driver for the IP17x series of
switches.
These are notably found on some AR71xx based Mikrotik boards.
Submitted by: Luiz Otav
Author: joel (doc committer)
Date: Wed May 8 21:02:48 2013
New Revision: 250387
URL: http://svnweb.freebsd.org/changeset/base/250387
Log:
mdoc: new sentence, new line.
Modified:
head/sbin/etherswitchcfg/etherswitchcfg.8
Modified: head/sbin/etherswitchcfg/etherswitchcfg.8
===
Author: joel (doc committer)
Date: Wed May 8 21:04:19 2013
New Revision: 250388
URL: http://svnweb.freebsd.org/changeset/base/250388
Log:
Remove EOL whitespace.
Modified:
head/sbin/ping6/ping6.8
Modified: head/sbin/ping6/ping6.8
==
Author: attilio
Date: Wed May 8 21:06:47 2013
New Revision: 250389
URL: http://svnweb.freebsd.org/changeset/base/250389
Log:
Revert r250339 as apparently it is more clutter than help.
Sponsored by: EMC / Isilon storage division
Requested by: jhb
Modified:
head/sys/x86/acpica/srat.c
M
Author: joel (doc committer)
Date: Wed May 8 21:07:11 2013
New Revision: 250390
URL: http://svnweb.freebsd.org/changeset/base/250390
Log:
Minor improvements.
Modified:
head/share/man/man4/acpi_rapidstart.4
Modified: head/share/man/man4/acpi_rapidstart.4
=
On Wed, May 8, 2013 at 10:53 PM, John Baldwin wrote:
> On Wednesday, May 08, 2013 2:21:12 pm Attilio Rao wrote:
>> On Wed, May 8, 2013 at 6:01 PM, John Baldwin wrote:
>> > On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote:
>> >> Author: attilio
>> >> Date: Tue May 7 22:49:56 2013
>> >> New R
Author: adrian
Date: Wed May 8 21:23:51 2013
New Revision: 250391
URL: http://svnweb.freebsd.org/changeset/base/250391
Log:
Fix the holding descriptor logic to actually be "right" (for values
of "right".)
Flip back on the "always continue TX DMA using the holding descriptor"
code - by
Author: dim
Date: Wed May 8 22:50:36 2013
New Revision: 250392
URL: http://svnweb.freebsd.org/changeset/base/250392
Log:
For some reason, the gcc intrinsics header tmmintrin.h was imported with
two copies of itself pasted together. Remove the extraneous copy.
MFC after:3 days
Modif
Author: dim
Date: Wed May 8 22:54:53 2013
New Revision: 250393
URL: http://svnweb.freebsd.org/changeset/base/250393
Log:
When gcc 4.2.0 was imported, the 3DNow intrinsics header was
not added to the list of intrinsics headers to install, so belatedly (5
years :) add it.
MFC after:
On Wed, May 8, 2013 at 1:03 PM, Mikolaj Golub wrote:
> Author: trociny
> Date: Wed May 8 20:03:37 2013
> New Revision: 250379
> URL: http://svnweb.freebsd.org/changeset/base/250379
>
> Log:
> HAST module for bsnmpd(1).
>
> Reviewed by: harti, pjd
> MFC after:2 weeks
This breaks world
Author: peter
Date: Wed May 8 23:30:24 2013
New Revision: 250394
URL: http://svnweb.freebsd.org/changeset/base/250394
Log:
Unbreak build - this can only build on i386 as-is due to use of libl in
a .so file, and we currently (intentionally) only build libl.a.
Modified:
head/usr.sbin/bsnmpd/
On Wed, May 8, 2013 at 4:25 PM, Peter Wemm wrote:
> On Wed, May 8, 2013 at 1:03 PM, Mikolaj Golub wrote:
>> Author: trociny
>> Date: Wed May 8 20:03:37 2013
>> New Revision: 250379
>> URL: http://svnweb.freebsd.org/changeset/base/250379
>>
>> Log:
>> HAST module for bsnmpd(1).
>>
>> Reviewed
On Wed, May 08, 2013 at 04:44:54PM -0700, Peter Wemm wrote:
> Hmm. It seems clang optimizes something away that gcc doesn't. When
> building with clang the problem doesn't show up.
>
This is becoming more and more common of a problem... :(
Glen
pgpG2f9xV15x2.pgp
Description: PGP signature
Author: attilio
Date: Thu May 9 00:04:59 2013
New Revision: 250395
URL: http://svnweb.freebsd.org/changeset/base/250395
Log:
Generalize the bitset operations, present in cpuset and offer a KPI to
redefine such operations for different consumers.
This will be used when NUMA support will be f
Hello,
This commit leads to a TLB miss at device_get_parent on boot on the RS.
RedBoot> load -p 6969 kernel/kernel
Using default protocol (TFTP)
Entry point: 0x80050100, address range: 0x8005-0x8056ae38
RedBoot> exec
Now booting linux kernel:
Base address 0x8005 Entry 0x80050100
Cmdline
Author: eadler
Date: Thu May 9 02:04:28 2013
New Revision: 250400
URL: http://svnweb.freebsd.org/changeset/base/250400
Log:
Start sentences on new lines.
Modified:
head/share/man/man3/queue.3
Modified: head/share/man/man3/queue.3
=
Author: davidxu
Date: Thu May 9 04:41:03 2013
New Revision: 250402
URL: http://svnweb.freebsd.org/changeset/base/250402
Log:
Fix return value for setcontext and swapcontext.
Modified:
head/lib/libthr/thread/thr_sig.c
Modified: head/lib/libthr/thread/thr_sig.c
===
40 matches
Mail list logo