Author: alc
Date: Sun Feb 21 03:49:39 2010
New Revision: 204161
URL: http://svn.freebsd.org/changeset/base/204161
Log:
Since create_pagetables() zeroes the page tables, pmap_bootstrap() needn't
zero *CMAP1.
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
===
On Sat, Feb 20, 2010 at 10:09:48PM +, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Sat Feb 20 22:09:48 2010
> New Revision: 204145
> URL: http://svn.freebsd.org/changeset/base/204145
>
> Log:
> Start to implement ifnet DDB support:
> - 'show ifnets' prints a list of ifnet *s per virtual netw
Author: kmacy
Date: Sun Feb 21 01:13:34 2010
New Revision: 204160
URL: http://svn.freebsd.org/changeset/base/204160
Log:
- fix bootstrap for variable KVA_PAGES
- remove unused CADDR1
- hold lock across page table update
MFC after:3 days
Modified:
head/sys/i386/xen/pmap.c
head/s
Author: kmacy
Date: Sun Feb 21 01:12:18 2010
New Revision: 204159
URL: http://svn.freebsd.org/changeset/base/204159
Log:
don't hold spin lock across free
Modified:
head/sys/xen/evtchn/evtchn_dev.c
Modified: head/sys/xen/evtchn/evtchn_dev.c
Author: kmacy
Date: Sun Feb 21 01:11:39 2010
New Revision: 204158
URL: http://svn.freebsd.org/changeset/base/204158
Log:
- make printf conditional
- fix witness warnings by making configuration lock a mutex
Modified:
head/sys/dev/xen/netfront/netfront.c
Modified: head/sys/dev/xen/netfront/
Author: kmacy
Date: Sun Feb 21 01:06:07 2010
New Revision: 204157
URL: http://svn.freebsd.org/changeset/base/204157
Log:
remove atkbd from default config to avoid pulling in real-mode bios emulation
Modified:
head/sys/i386/conf/XEN
Modified: head/sys/i386/conf/XEN
===
Author: yongari
Date: Sun Feb 21 00:07:45 2010
New Revision: 204156
URL: http://svn.freebsd.org/changeset/base/204156
Log:
Add __FBSDID.
Reviewed by: sam
Modified:
head/sys/net/if_vlan.c
Modified: head/sys/net/if_vlan.c
==
Author: yongari
Date: Sun Feb 21 00:00:55 2010
New Revision: 204155
URL: http://svn.freebsd.org/changeset/base/204155
Log:
Increase PCIe maximuim read request size to 2048. Because re(4) uses
Tx DMA burst size 2048, I beleive PCIe maximum read request size
also should match to the value of T
Author: marius
Date: Sat Feb 20 23:42:24 2010
New Revision: 204153
URL: http://svn.freebsd.org/changeset/base/204153
Log:
Starting with UltraSPARC IV CPUs the CPU caches are described with different
OFW properties.
Modified:
head/sys/sparc64/sparc64/cache.c
Modified: head/sys/sparc64/sparc
Author: marius
Date: Sat Feb 20 23:24:19 2010
New Revision: 204152
URL: http://svn.freebsd.org/changeset/base/204152
Log:
Some machines can not only consist of CPUs running at different speeds
but also of different types, f.e. Sun Fire V890 can be equipped with a
mix of UltraSPARC IV and IV+
Author: yongari
Date: Sat Feb 20 23:21:06 2010
New Revision: 204151
URL: http://svn.freebsd.org/changeset/base/204151
Log:
Add TSO support on VLAN. Controller requires VLAN hardware tagging
to make TSO work on VLAN. So if VLAN hardware tagging is disabled
explicitly clear TSO on VLAN. While
Author: yongari
Date: Sat Feb 20 23:01:09 2010
New Revision: 204150
URL: http://svn.freebsd.org/changeset/base/204150
Log:
Add TSO support on VLAN in fconfig(8).
Reviewed by: thompsa
Modified:
head/sbin/ifconfig/ifconfig.8
head/sbin/ifconfig/ifconfig.c
head/sbin/ifconfig/ifvlan.c
M
Author: yongari
Date: Sat Feb 20 22:47:20 2010
New Revision: 204149
URL: http://svn.freebsd.org/changeset/base/204149
Log:
Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSO
from IFCAP_VLAN_HWTAGGING. I think some hardwares may be able to
TSO over VLAN without VLAN hardware t
Author: bz
Date: Sat Feb 20 22:29:28 2010
New Revision: 204147
URL: http://svn.freebsd.org/changeset/base/204147
Log:
Set curvnet earlier so that it also covers calls to sodisconnect(), which
before were possibly panicing the system in ULP code in the VIMAGE case.
Submitted by: Igor (igor
Author: yongari
Date: Sat Feb 20 22:24:24 2010
New Revision: 204146
URL: http://svn.freebsd.org/changeset/base/204146
Log:
Correct inversed programming of ethernet hardware address on
big-endian architecture.
Submitted by: C. Jayachandran (initial
version)
Modified:
head/sys/dev/msk/
Author: bz
Date: Sat Feb 20 22:09:48 2010
New Revision: 204145
URL: http://svn.freebsd.org/changeset/base/204145
Log:
Start to implement ifnet DDB support:
- 'show ifnets' prints a list of ifnet *s per virtual network stack,
- 'show ifnet ' prints fields matching the given ifp.
We do no
Author: marius
Date: Sat Feb 20 22:01:24 2010
New Revision: 204144
URL: http://svn.freebsd.org/changeset/base/204144
Log:
Add support for BCM54K2 found in combination with Apple K2 GMAC.
Submitted by: Andreas Tobler
Obtained from: OpenBSD
MFC after: 1 week
Modified:
head/sys/
Author: bz
Date: Sat Feb 20 21:45:04 2010
New Revision: 204143
URL: http://svn.freebsd.org/changeset/base/204143
Log:
Upon virtual network stack teardown properly release the TCP syncache
resources.
Sponsored by: ISPsystem
Reviewed by: rwatson
MFC After:5 days
Modified:
head/s
Author: bz
Date: Sat Feb 20 21:43:36 2010
New Revision: 204142
URL: http://svn.freebsd.org/changeset/base/204142
Log:
Enhance a panic string to contain more useful debugging information.
Sponsored by: ISPsystem
Reviewed by: rwatson
MFC after:5 days
Modified:
head/sys/net/if.c
M
Author: tuexen
Date: Sat Feb 20 20:30:40 2010
New Revision: 204141
URL: http://svn.freebsd.org/changeset/base/204141
Log:
Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_input.c
head/sys/netinet/sctp_output.c
head
Author: bz
Date: Sat Feb 20 19:59:52 2010
New Revision: 204140
URL: http://svn.freebsd.org/changeset/base/204140
Log:
Split up ip_drain() into an outer lock and iterator part and
a "locked" version that will only handle a single network stack
instance. The latter is called directly from ip_d
Author: alc
Date: Sat Feb 20 19:30:04 2010
New Revision: 204139
URL: http://svn.freebsd.org/changeset/base/204139
Log:
Eliminate an unused declaration.
Modified:
head/sys/sys/systm.h
Modified: head/sys/sys/systm.h
==
Rafal Jaworowski wrote:
On 2010-02-20, at 17:13, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Sat Feb 20 16:13:43 2010
New Revision: 204126
URL: http://svn.freebsd.org/changeset/base/204126
Log:
Merge r198724 to Book-E. casuword() non-atomically read the current value
of its argument
On 2010-02-20, at 17:13, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Sat Feb 20 16:13:43 2010
> New Revision: 204126
> URL: http://svn.freebsd.org/changeset/base/204126
>
> Log:
> Merge r198724 to Book-E. casuword() non-atomically read the current value
> of its argument before atomic
Author: rrs
Date: Sat Feb 20 17:29:27 2010
New Revision: 204138
URL: http://svn.freebsd.org/changeset/base/204138
Log:
These contain JC's patch to get gdb sort of working
on mips. Its not fully done yet but its a start.
Obtained from: JC - c.jayachand...@gmail.com
Mgnu/usr.bin/gd
Author: rrs
Date: Sat Feb 20 17:24:33 2010
New Revision: 204137
URL: http://svn.freebsd.org/changeset/base/204137
Log:
Fix for the rge driver for boards without rge6 and rge7.
- changes to avoid adding theses instances on specific chips
Obtained from:C. Jayachandran - JC - c.jayachan
Author: rrs
Date: Sat Feb 20 17:19:16 2010
New Revision: 204136
URL: http://svn.freebsd.org/changeset/base/204136
Log:
Changes for pci and pci-e support
- add bus_space_rmi_pci.c for PCI bus space
- files.xlr update for changes in files
- pcibus.c merged into xlr_pci.c (they were small fil
Author: rrs
Date: Sat Feb 20 17:12:07 2010
New Revision: 204135
URL: http://svn.freebsd.org/changeset/base/204135
Log:
Opps forgot to add this:
- add bus_space_rmi_pci.c for PCI bus space
Obtained from:C. Jayachandran -
Added:
head/sys/mips/rmi/bus_space_rmi_pci.c (contents
Author: rrs
Date: Sat Feb 20 16:32:33 2010
New Revision: 204131
URL: http://svn.freebsd.org/changeset/base/204131
Log:
Cleanups for sys/mips/rmi/bus_space_rmi.c
- remove pci related code from bus_space_rmi.c, we will have another
file for PCI bus space functions which will do byte-swapping.
Author: rrs
Date: Sat Feb 20 16:30:29 2010
New Revision: 204130
URL: http://svn.freebsd.org/changeset/base/204130
Log:
Some fixes to the current RMI interrupt handling, changes in this patch are:
- (cleanup) remove rmi specific 'struct mips_intrhand' - this is no
longer needed since 'struct
Author: nwhitehorn
Date: Sat Feb 20 16:28:37 2010
New Revision: 204129
URL: http://svn.freebsd.org/changeset/base/204129
Log:
Enable NETIF_OPEN_CLOSE_ONCE on PowerPC OFW. This fixes netbooting on
PowerPC Book-S hardware, which had been broken for a very long time.
Submitted by: Andreas To
Author: nwhitehorn
Date: Sat Feb 20 16:23:29 2010
New Revision: 204128
URL: http://svn.freebsd.org/changeset/base/204128
Log:
Reduce KVA pressure on OEA64 systems running in bridge mode by mapping
UMA segments at their physical addresses instead of into KVA. This emulates
the direct mapping
Author: nwhitehorn
Date: Sat Feb 20 16:14:19 2010
New Revision: 204127
URL: http://svn.freebsd.org/changeset/base/204127
Log:
Turn on experimental support for DEEPNAP on the 970MP.
Modified:
head/sys/powerpc/powerpc/cpu.c
Modified: head/sys/powerpc/powerpc/cpu.c
=
Author: nwhitehorn
Date: Sat Feb 20 16:13:43 2010
New Revision: 204126
URL: http://svn.freebsd.org/changeset/base/204126
Log:
Merge r198724 to Book-E. casuword() non-atomically read the current value
of its argument before atomically replacing it, which could occasionally
return the wrong va
Author: attilio
Date: Sat Feb 20 15:20:28 2010
New Revision: 204123
URL: http://svn.freebsd.org/changeset/base/204123
Log:
Add a regression test for the kthread(9) interface.
Submitted by: Giovanni Trematerra
Added:
head/tools/regression/kthread/
head/tools/regression/
Author: kevlo
Date: Sat Feb 20 14:54:11 2010
New Revision: 204122
URL: http://svn.freebsd.org/changeset/base/204122
Log:
Show the cpu info for fa526
Submitted by: Yohanes Nugroho
Modified:
head/sys/arm/arm/cpufunc.c
head/sys/arm/arm/identcpu.c
head/sys/arm/include/md_var.h
Modified
Author: kevlo
Date: Sat Feb 20 14:52:07 2010
New Revision: 204121
URL: http://svn.freebsd.org/changeset/base/204121
Log:
Correct both FA526/FA626TE cpu ids since the cpu id is always
masked with 0xfff0
Modified:
head/sys/arm/include/armreg.h
Modified: head/sys/arm/include/armreg.h
On Sat, Feb 20, 2010 at 5:35 AM, Ulrich Spörlein wrote:
> On Sat, 20.02.2010 at 11:58:38 +, Alexey Dokuchaev wrote:
>> On Fri, Feb 19, 2010 at 11:54:12PM +, Xin LI wrote:
>> > Author: delphij
>> > Date: Fri Feb 19 23:54:12 2010
>> > New Revision: 204103
>> > URL: http://svn.freebsd.org/cha
Author: ed
Date: Sat Feb 20 14:13:47 2010
New Revision: 204120
URL: http://svn.freebsd.org/changeset/base/204120
Log:
Remove redundant inclusion of .
In my previous commit I should have moved the inclusion to the top,
instead of adding a second one.
Modified:
head/sys/amd64/include/sys
On Sat, Feb 20, 2010 at 02:35:20PM +0100, Ulrich Sp??rlein wrote:
> On Sat, 20.02.2010 at 11:58:38 +, Alexey Dokuchaev wrote:
> > Why do we need [seq] when we have jot(1)?
>
> Compatibility with shell scripts, I suppose. Some ports may use seq(1)
> in their test or build targets, etc. There is
On Sat, 20.02.2010 at 11:58:38 +, Alexey Dokuchaev wrote:
> On Fri, Feb 19, 2010 at 11:54:12PM +, Xin LI wrote:
> > Author: delphij
> > Date: Fri Feb 19 23:54:12 2010
> > New Revision: 204103
> > URL: http://svn.freebsd.org/changeset/base/204103
> >
> > Log:
> > Add seq(1), a small utili
Author: ed
Date: Sat Feb 20 13:33:50 2010
New Revision: 204118
URL: http://svn.freebsd.org/changeset/base/204118
Log:
Add .
This header file uses __packed, without including . This
means it cannot be used in the way described in sysarch(3) by only
including .
Modified:
head/sys/amd64
On Sat, Feb 20, 2010 at 02:19:34PM +0100, Dimitry Andric wrote:
> On 2010-02-20 12:56, Alexey Dokuchaev wrote:
> >>URL: http://svn.freebsd.org/changeset/base/204101
> >>
> >>Don't set f_bsize to recordsize. It might confuse some software (like
> >>squid).
> >
> >Can submitter (or maybe you, Pawel)
On 2010-02-20 12:56, Alexey Dokuchaev wrote:
URL: http://svn.freebsd.org/changeset/base/204101
Don't set f_bsize to recordsize. It might confuse some software (like squid).
Can submitter (or maybe you, Pawel) elaborate on the subject please?
Particularly, what exactly breaks squid and in what
On Fri, Feb 19, 2010 at 11:54:12PM +, Xin LI wrote:
> Author: delphij
> Date: Fri Feb 19 23:54:12 2010
> New Revision: 204103
> URL: http://svn.freebsd.org/changeset/base/204103
>
> Log:
> Add seq(1), a small utility to generate sequence number.
Why do we need this when we have jot(1)?
./d
On Fri, Feb 19, 2010 at 08:18:17PM +, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Fri Feb 19 20:18:16 2010
> New Revision: 204101
> URL: http://svn.freebsd.org/changeset/base/204101
>
> Don't set f_bsize to recordsize. It might confuse some software (like squid).
Can submitter (or maybe
Author: uqs
Date: Sat Feb 20 10:19:19 2010
New Revision: 204111
URL: http://svn.freebsd.org/changeset/base/204111
Log:
Fix common misspelling of hierarchy
Pointed out by: bf1783 at gmail
Approved by: np (cxgb), kientzle (tar, etc.), philip (mentor)
Modified:
head
On 19/02/2010 1:45 AM, Ken Smith wrote:
> Author: kensmith
> Date: Thu Feb 18 15:45:43 2010
> New Revision: 204044
> URL: http://svn.freebsd.org/changeset/base/204044
>
> Log:
> Provide a script that can be used to create the memstick images. For now
> it isn't being integrated into 'make rel
Author: gabor
Date: Sat Feb 20 08:19:19 2010
New Revision: 204110
URL: http://svn.freebsd.org/changeset/base/204110
Log:
- More style(9) fixups
Approved by: delphij (mentor)
Modified:
head/lib/libc/nls/msgcat.c
Modified: head/lib/libc/nls/msgcat.c
==
49 matches
Mail list logo