Author: neel
Date: Wed May 5 04:37:45 2010
New Revision: 207645
URL: http://svn.freebsd.org/changeset/base/207645
Log:
Fix DDB backtrace involving kernel modules.
We can no longer assume that all valid program counter values reside
within the kernel object file.
Modified:
head/sys/mip
Author: alc
Date: Wed May 5 03:45:46 2010
New Revision: 207644
URL: http://svn.freebsd.org/changeset/base/207644
Log:
Push down the acquisition of the page queues lock into vm_page_unwire().
Update the comment describing which lock should be held on entry to
vm_page_wire().
Reviewed
Author: np
Date: Wed May 5 00:41:40 2010
New Revision: 207643
URL: http://svn.freebsd.org/changeset/base/207643
Log:
Add support for hardware filters to cxgb(4). The T3 chip can inspect
L2/3/4 headers and can drop or steer packets as instructed. Filtering
based on src ip, dst ip, src port
Author: np
Date: Tue May 4 23:55:08 2010
New Revision: 207639
URL: http://svn.freebsd.org/changeset/base/207639
Log:
Add IFCAP_LINKSTATE to cxgb's capabilities.
MFC after:3 days
Modified:
head/sys/dev/cxgb/cxgb_main.c
Modified: head/sys/dev/cxgb/cxgb_main.c
Author: yongari
Date: Tue May 4 22:24:19 2010
New Revision: 207638
URL: http://svn.freebsd.org/changeset/base/207638
Log:
When VLAN hardware tagging is disabled, make sure to disable VLAN
checksum offloading as well as TSO over VLAN.
Reported by: jhb
Modified:
head/sys/dev/msk/if_msk
Author: yongari
Date: Tue May 4 21:23:59 2010
New Revision: 207635
URL: http://svn.freebsd.org/changeset/base/207635
Log:
Free entire mbuf chain instead of the first mbuf.
Modified:
head/sys/dev/sge/if_sge.c
Modified: head/sys/dev/sge/if_sge.c
===
On Tue, May 04, 2010 at 05:30:07PM +, Martin Matuska wrote:
> Author: mm
> Date: Tue May 4 17:30:07 2010
> New Revision: 207624
> URL: http://svn.freebsd.org/changeset/base/207624
>
> Log:
> Fix deadlock during zfs receive.
>
> OpenSolaris onnv revision: 9299:8809e849f63e
>
I beli
Author: delphij
Date: Tue May 4 19:58:55 2010
New Revision: 207630
URL: http://svn.freebsd.org/changeset/base/207630
Log:
Remove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect the current modules
available, they were removed due to NEEDSGIANT.
While I'm there, add if_et which was missed
Author: yongari
Date: Tue May 4 19:04:51 2010
New Revision: 207628
URL: http://svn.freebsd.org/changeset/base/207628
Log:
Enable multi-descriptor transmisstion for fragmented mbufs. There
is no more need to defragment mbufs. After transmitting the
multi-fragmented frame, the controller upda
Author: mm
Date: Tue May 4 17:44:40 2010
New Revision: 207627
URL: http://svn.freebsd.org/changeset/base/207627
Log:
Enable "zfs list" to list explicitly requested snapshots.
Partial import of OpenSolaris onnv revision:
8415:8809e849f63e
PR: kern/146297
Submitted by: mys
Author: mm
Date: Tue May 4 17:40:24 2010
New Revision: 207626
URL: http://svn.freebsd.org/changeset/base/207626
Log:
Speed up ZFS list operation with objset prefetching.
Partial import of OpenSolaris onnv revisions:
8415:8809e849f63e, 10474:0e96dd3b905a
PR: kern/146297
S
Author: yongari
Date: Tue May 4 17:34:00 2010
New Revision: 207625
URL: http://svn.freebsd.org/changeset/base/207625
Log:
Remove clearing RxHashTable2 register. The register is reprogrammed
in sge_rxfilter().
Modified:
head/sys/dev/sge/if_sge.c
Modified: head/sys/dev/sge/if_sge.c
Author: mm
Date: Tue May 4 17:30:07 2010
New Revision: 207624
URL: http://svn.freebsd.org/changeset/base/207624
Log:
Fix deadlock during zfs receive.
OpenSolaris onnv revision:9299:8809e849f63e
PR: kern/146296
Submitted by: myself
Approved by: pjd, delphij (mentor)
Author: yongari
Date: Tue May 4 17:12:36 2010
New Revision: 207623
URL: http://svn.freebsd.org/changeset/base/207623
Log:
Make sure to check whether driver is running before processing
received frames. Also check driver has valid ifp pointer before
calling msk_stop() in device_shutdown hand
Author: yongari
Date: Tue May 4 17:02:34 2010
New Revision: 207622
URL: http://svn.freebsd.org/changeset/base/207622
Log:
Drop driver lock before exiting from interrupt handler.
Submitted by: jhb
MFC after:3 days
Modified:
head/sys/dev/msk/if_msk.c
Modified: head/sys/dev/msk/if_m
Author: imp
Date: Tue May 4 17:00:18 2010
New Revision: 207621
URL: http://svn.freebsd.org/changeset/base/207621
Log:
Doh! Add another new file forgotten by the importer of edwin@'s tftp
improvements.
MFC after:1 week
Pointy Hat: imp-o-rama...
Added:
head/usr.bin/tftp/tftp.h
Author: jkim
Date: Tue May 4 16:56:59 2010
New Revision: 207620
URL: http://svn.freebsd.org/changeset/base/207620
Log:
- Remove more dead code[1]. Since r207330, we only need to check division
by zero of the second argument 'from'.
- Prefer u_int32_t over unsigned int to make its intention
On 5/4/2010 7:02 AM, Alexander Leidinger wrote:
> Quoting Norikatsu Shigemura (from Tue, 4 May 2010
> 11:25:04 + (UTC)):
>
>> Author: nork
>> Date: Tue May 4 11:25:04 2010
>> New Revision: 207612
>> URL: http://svn.freebsd.org/changeset/base/207612
>>
>> Log:
>> Add support run services_
Author: alc
Date: Tue May 4 15:55:41 2010
New Revision: 207617
URL: http://svn.freebsd.org/changeset/base/207617
Log:
Add page locking to the vm_page_cow* functions.
Push down the acquisition and release of the page queues lock into
vm_page_wire().
Reviewed by: kib
Modified:
hea
Author: csjp
Date: Tue May 4 15:29:07 2010
New Revision: 207615
URL: http://svn.freebsd.org/changeset/base/207615
Log:
Add a case to make sure that internal audit records get converted
to BSM format for lpathconf(2) events.
MFC after:2 weeks
Modified:
head/sys/security/audit/audit
Quoting Norikatsu Shigemura (from Tue, 4 May 2010
23:22:46 +0900):
Hi netchild.
On Tue, 04 May 2010 16:02:55 +0200
Alexander Leidinger wrote:
> URL: http://svn.freebsd.org/changeset/base/207612
> Log:
> Add support run services_mkdb(8).
Shouldn't this (and similar messages) only be done
Hi netchild.
On Tue, 04 May 2010 16:02:55 +0200
Alexander Leidinger wrote:
> > URL: http://svn.freebsd.org/changeset/base/207612
> > Log:
> > Add support run services_mkdb(8).
> Shouldn't this (and similar messages) only be done if there is a
> corresponding DB file?
> Everything is working j
On Tuesday 04 May 2010 2:13:18 am Warner Losh wrote:
> Author: imp
> Date: Tue May 4 06:13:17 2010
> New Revision: 207607
> URL: http://svn.freebsd.org/changeset/base/207607
>
> Log:
> Go ahead and merge the work edwin@ on tftpd into the tree. It is a
> lot better than what's in the tree now
Quoting Norikatsu Shigemura (from Tue, 4 May 2010
11:25:04 + (UTC)):
Author: nork
Date: Tue May 4 11:25:04 2010
New Revision: 207612
URL: http://svn.freebsd.org/changeset/base/207612
Log:
Add support run services_mkdb(8).
Shouldn't this (and similar messages) only be done if there i
Author: imp
Date: Tue May 4 13:07:40 2010
New Revision: 207614
URL: http://svn.freebsd.org/changeset/base/207614
Log:
Bring in new files from edwin's tftp
Added:
head/libexec/tftpd/tftp-file.c (contents, props changed)
head/libexec/tftpd/tftp-file.h (contents, props changed)
head/lib
Author: emaste
Date: Tue May 4 11:34:13 2010
New Revision: 207613
URL: http://svn.freebsd.org/changeset/base/207613
Log:
Restore historical behaviour of only executing chflags on files that exist.
This eliminates cosmetic errors of the form "chflags: ...: No such file or
directory" during a
Author: nork
Date: Tue May 4 11:25:04 2010
New Revision: 207612
URL: http://svn.freebsd.org/changeset/base/207612
Log:
Add support run services_mkdb(8).
Approved by: dougb, imp (mentor)
Reviewed by: ume
MFC after:2 weeks
Modified:
head/usr.sbin/mergemaster/mergemaster.sh
Modi
Author: kevlo
Date: Tue May 4 10:14:05 2010
New Revision: 207611
URL: http://svn.freebsd.org/changeset/base/207611
Log:
Add support for FA626TE.
Tested on GM8181 development board.
Modified:
head/sys/arm/arm/cpufunc.c
head/sys/arm/arm/cpufunc_asm_fa526.S
head/sys/arm/arm/elf_trampoline
28 matches
Mail list logo