Author: hrs
Date: Thu Mar 18 07:28:02 2010
New Revision: 205274
URL: http://svn.freebsd.org/changeset/base/205274
Log:
Update relnotes for 7.3R (first round):
ddb(8) pager support for show_geom*,
deadlock involving malloc(3) and fork(2) fixed,
gptzfsboot added,
zf
Author: ed
Date: Thu Mar 18 07:35:20 2010
New Revision: 205275
URL: http://svn.freebsd.org/changeset/base/205275
Log:
Remove an unneeded variable.
Reported by: tinderbox
Modified:
head/sys/dev/mii/mii.c
Modified: head/sys/dev/mii/mii.c
==
Author: bz
Date: Thu Mar 18 09:09:59 2010
New Revision: 205276
URL: http://svn.freebsd.org/changeset/base/205276
Log:
Add ddb support to the "new" link layer code ("new-arp"):
- show all lltables [1] (optional flag to also show the llentries as well)
- show lltable
- show llentry
On Wed, 17 Mar 2010, Kip Macy wrote:
Author: kmacy
Date: Wed Mar 17 21:18:28 2010
New Revision: 205266
URL: http://svn.freebsd.org/changeset/base/205266
Log:
Cache line align various structures and move volatile counters to
not share a cache line with (mostly) immutable state
Reviewed by:
Author: rpaulo
Date: Thu Mar 18 11:06:38 2010
New Revision: 205277
URL: http://svn.freebsd.org/changeset/base/205277
Log:
Fix a couple of bugs with 802.11n:
o Process the BAR frame on the adhoc, mesh and sta modes
o Fix the format of the ADDBA reply frame
o Fix references to the spec secti
Author: raj
Date: Thu Mar 18 11:53:32 2010
New Revision: 205278
URL: http://svn.freebsd.org/changeset/base/205278
Log:
MFC r205027
Let detailed info about CPU features print on Marvell Sheeva CPU as well.
Provide missing entry in the cpu_classes[].
Reported by: Maks Verver
Modif
Author: pjd
Date: Thu Mar 18 13:11:43 2010
New Revision: 205279
URL: http://svn.freebsd.org/changeset/base/205279
Log:
Simplify loops.
Modified:
head/sys/geom/gate/g_gate.c
Modified: head/sys/geom/gate/g_gate.c
==
--
On Wed, 17 Mar 2010, [utf-8] Dag-Erling Sm??rgrav wrote:
Bruce Evans writes:
Even if the child causes the flush, the content of stdout and stderr
is not flushed normally since it is redirected to /dev/null. Unflushed
input in stdin is handled more brokenly: although stdin is redirected
to /de
Bruce Evans writes:
> The above is missing purging of stdout and stderr. Someone may have
> freopen()ed these in "rw" mode.
If you did that, you're on your own... :)
I didn't notice that fpurge() is actually a superset of fflush().
> Callers of daemon() shouldn't do this,
> but if fpurge(NULL
Author: syrinx
Date: Thu Mar 18 14:54:31 2010
New Revision: 205280
URL: http://svn.freebsd.org/changeset/base/205280
Log:
Add support for retrieving labeled pf filter rule counters.
PR: bin/132847
Submitted by: Szalai Andras
Modified:
head/usr.sbin/bsnmpd/modules/snmp_pf/BEG
Author: rpaulo
Date: Thu Mar 18 15:28:17 2010
New Revision: 205281
URL: http://svn.freebsd.org/changeset/base/205281
Log:
Unbreak build by removing a code bit that is only related to other code
in my branch.
Modified:
head/sys/net80211/ieee80211_ht.c
Modified: head/sys/net80211/ieee80211_h
Author: rpaulo
Date: Thu Mar 18 16:55:47 2010
New Revision: 205282
URL: http://svn.freebsd.org/changeset/base/205282
Log:
Fix HTCAP's SM power save bits to match the ones in HEAD.
PR: 144476
Submitted by: Alexander Egorenkov
Modified:
stable/7/sys/net80211/ieee80211.h
Modif
Author: mlaier
Date: Thu Mar 18 17:00:44 2010
New Revision: 205283
URL: http://svn.freebsd.org/changeset/base/205283
Log:
MFC r203834 and r205197: Make ALTQ work for drbr consumers.
Modified:
stable/8/sys/dev/cxgb/cxgb_sge.c
stable/8/sys/dev/e1000/if_em.c
stable/8/sys/dev/e1000/if_igb.c
Author: yongari
Date: Thu Mar 18 18:35:28 2010
New Revision: 205284
URL: http://svn.freebsd.org/changeset/base/205284
Log:
MFC r202821-202822.
r202821:
Fix a long standing ASF heartbeat sending bug. The initial
implementation of heartbeat interval was 2 but there was typo which
Author: yongari
Date: Thu Mar 18 18:38:53 2010
New Revision: 205285
URL: http://svn.freebsd.org/changeset/base/205285
Log:
MFC r202821-202822.
r202821:
Fix a long standing ASF heartbeat sending bug. The initial
implementation of heartbeat interval was 2 but there was typo which
Author: yongari
Date: Thu Mar 18 18:44:08 2010
New Revision: 205286
URL: http://svn.freebsd.org/changeset/base/205286
Log:
MFC r203355:
Add more bit definitions to PCI express device control and device
status register.
Modified:
stable/8/sys/dev/pci/pcireg.h
Directory Properties:
st
Author: yongari
Date: Thu Mar 18 18:45:45 2010
New Revision: 205287
URL: http://svn.freebsd.org/changeset/base/205287
Log:
MFC r203355:
Add more bit definitions to PCI express device control and device
status register.
Modified:
stable/7/sys/dev/pci/pcireg.h
Directory Properties:
st
Author: yongari
Date: Thu Mar 18 18:50:20 2010
New Revision: 205288
URL: http://svn.freebsd.org/changeset/base/205288
Log:
MFC r203358,203716:
r203358:
PCI express device status register has W1C feature. Writing 0 has
no effect. Make sure to clear error bits by writing 1. [1]
Wh
Author: yongari
Date: Thu Mar 18 18:52:18 2010
New Revision: 205289
URL: http://svn.freebsd.org/changeset/base/205289
Log:
MFC r203358,203716:
r203358:
PCI express device status register has W1C feature. Writing 0 has
no effect. Make sure to clear error bits by writing 1. [1]
Wh
Author: dougb
Date: Thu Mar 18 18:58:17 2010
New Revision: 205290
URL: http://svn.freebsd.org/changeset/base/205290
Log:
For those of us mere mortals who do not aspire to the lofty heights
of kernel hackery, add MAKE_JUST_WORLDS so that we can take part in
the 'make universe' goodnes without
Author: yongari
Date: Thu Mar 18 18:58:24 2010
New Revision: 205291
URL: http://svn.freebsd.org/changeset/base/205291
Log:
MFC r202826-202827,204146
r202826:
s/Mhz/MHz/g
Submitted by: N.J. Mann njm dot me dot uk >
r202827:
Yukon Ultra2 has 125MHz clock.
r2041
Author: yongari
Date: Thu Mar 18 19:00:37 2010
New Revision: 205293
URL: http://svn.freebsd.org/changeset/base/205293
Log:
MFC r202826-202827,204146
r202826:
s/Mhz/MHz/g
Submitted by: N.J. Mann njm dot me dot uk >
r202827:
Yukon Ultra2 has 125MHz clock.
r2041
Author: yongari
Date: Thu Mar 18 19:04:04 2010
New Revision: 205294
URL: http://svn.freebsd.org/changeset/base/205294
Log:
MFC r204149:
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 wi
Author: yongari
Date: Thu Mar 18 19:10:03 2010
New Revision: 205295
URL: http://svn.freebsd.org/changeset/base/205295
Log:
MFC r204150:
Add TSO support on VLAN in fconfig(8).
Modified:
stable/8/sbin/ifconfig/ifconfig.8
stable/8/sbin/ifconfig/ifconfig.c
stable/8/sbin/ifconfig/ifvlan.c
On Thursday 18 March 2010 19:58:17 Doug Barton wrote:
> Author: dougb
> Date: Thu Mar 18 18:58:17 2010
> New Revision: 205290
> URL: http://svn.freebsd.org/changeset/base/205290
>
> Log:
> For those of us mere mortals who do not aspire to the lofty heights
> of kernel hackery, add MAKE_JUST_WO
On Thu, 18 Mar 2010, Doug Barton wrote:
Author: dougb
Date: Thu Mar 18 18:58:17 2010
New Revision: 205290
URL: http://svn.freebsd.org/changeset/base/205290
Log:
For those of us mere mortals who do not aspire to the lofty heights
of kernel hackery, add MAKE_JUST_WORLDS so that we can take part
On 03/18/10 12:45, Max Laier wrote:
> On Thursday 18 March 2010 19:58:17 Doug Barton wrote:
>> Author: dougb
>> Date: Thu Mar 18 18:58:17 2010
>> New Revision: 205290
>> URL: http://svn.freebsd.org/changeset/base/205290
>>
>> Log:
>> For those of us mere mortals who do not aspire to the lofty hei
Author: ed
Date: Thu Mar 18 20:13:04 2010
New Revision: 205296
URL: http://svn.freebsd.org/changeset/base/205296
Log:
Properly progress through the list of IPv6 addresses using in6_addr size.
Right now if a jail has multiple IPv6 addresses, it will print them
shifting only 4 bytes at a ti
Author: jkim
Date: Thu Mar 18 20:15:34 2010
New Revision: 205297
URL: http://svn.freebsd.org/changeset/base/205297
Log:
Detect illegal access to unmapped memory within real mode emulator to aid
debugging. Update copyright date while I am here.
Modified:
head/sys/compat/x86bios/x86bios.c
M
Author: kmacy
Date: Thu Mar 18 20:30:25 2010
New Revision: 205298
URL: http://svn.freebsd.org/changeset/base/205298
Log:
turn 205266 in to a no-op until the problem can be properly diagnosed
Modified:
head/sys/vm/uma_int.h
Modified: head/sys/vm/uma_int.h
=
Author: davidch
Date: Thu Mar 18 20:57:57 2010
New Revision: 205299
URL: http://svn.freebsd.org/changeset/base/205299
Log:
- Added support for 5709S/5716S PHYs.
Submitted by: pyunyh
MFC after:2 weeks
Modified:
head/sys/dev/mii/brgphy.c
head/sys/dev/mii/brgphyreg.h
head/sys/dev/
Author: davidch
Date: Thu Mar 18 21:00:53 2010
New Revision: 205300
URL: http://svn.freebsd.org/changeset/base/205300
Log:
- Added support for 5709S/5716S PHYs.
- Update copyright to 2010.
- Add new debug code for RV2P block.
- Improve output formatting for various debug functions.
MF
Author: yongari
Date: Fri Mar 19 00:18:53 2010
New Revision: 205301
URL: http://svn.freebsd.org/changeset/base/205301
Log:
MFC r194781:
- Added code to read bootcode firwmare version.
- Created dedicated shared memory access routines.
Modified:
stable/7/sys/dev/bce/if_bce.c
stable/7
Author: yongari
Date: Fri Mar 19 00:26:45 2010
New Revision: 205303
URL: http://svn.freebsd.org/changeset/base/205303
Log:
MFC r202717:
- Added a workaround for NC-SI management firmware that would allow
frames to be accepted while the driver is resetting the hardware.
This failu
Author: yongari
Date: Fri Mar 19 00:29:52 2010
New Revision: 205304
URL: http://svn.freebsd.org/changeset/base/205304
Log:
MFC r202717:
- Added a workaround for NC-SI management firmware that would allow
frames to be accepted while the driver is resetting the hardware.
This failu
Author: delphij
Date: Fri Mar 19 01:16:53 2010
New Revision: 205307
URL: http://svn.freebsd.org/changeset/base/205307
Log:
SSE is enabled by default about 5 years ago so there is no point pretending
that we support I486 and I586 CPUs in the GENERIC kernel, users wants these
support would hav
On 3/18/2010 6:16 PM, Xin LI wrote:
Author: delphij
Date: Fri Mar 19 01:16:53 2010
New Revision: 205307
URL: http://svn.freebsd.org/changeset/base/205307
Log:
SSE is enabled by default about 5 years ago so there is no point pretending
that we support I486 and I586 CPUs in the GENERIC kerne
On Thu, Mar 18, 2010 at 06:18:23PM -0700, Matthew Jacob wrote:
> On 3/18/2010 6:16 PM, Xin LI wrote:
> >Author: delphij
> >Date: Fri Mar 19 01:16:53 2010
> >New Revision: 205307
> >URL: http://svn.freebsd.org/changeset/base/205307
> >
> >Log:
> > SSE is enabled by default about 5 years ago so the
Matthew Jacob wrote:
On 3/18/2010 6:16 PM, Xin LI wrote:
Author: delphij
Date: Fri Mar 19 01:16:53 2010
New Revision: 205307
URL: http://svn.freebsd.org/changeset/base/205307
Log:
SSE is enabled by default about 5 years ago so there is no point
pretending
that we support I486 and I586 CP
And the crowd roars it's approval!
or not.
If I'm not mistaken this means that the install CDs will no longer
even boot on a lot of machines.
If I'm not mistaken, the GENERIC kernels won't boot and run fully on a
real i386/i486 anyway.
___
sv
On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote:
> If I'm not mistaken this means that the install CDs will no longer even
> boot on a lot of machines.
I wonder how much RAM most of those systems have ...
mcl
___
svn-src-all@freebsd.org
On Thu, 18 Mar 2010 19:16:53 -0600, Xin LI wrote:
Author: delphij
Date: Fri Mar 19 01:16:53 2010
New Revision: 205307
URL: http://svn.freebsd.org/changeset/base/205307
Log:
SSE is enabled by default about 5 years ago so there is no point
pretending
that we support I486 and I586 CPUs in t
Does anyone out there have a 486 DX4 even? Can you boot 8.0 CDs?
or not.
If I'm not mistaken this means that the install CDs will no longer
even boot on a lot of machines.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailma
On 3/18/2010 7:11 PM, Mark Linimon wrote:
On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote:
If I'm not mistaken this means that the install CDs will no longer even
boot on a lot of machines.
I wonder how much RAM most of those systems have ...
mcl
IIRC, my DX2 486
Matthew Jacob wrote:
On 3/18/2010 7:11 PM, Mark Linimon wrote:
On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote:
If I'm not mistaken this means that the install CDs will no longer even
boot on a lot of machines.
I wonder how much RAM most of those systems have ...
mcl
Mark Linimon wrote:
On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote:
If I'm not mistaken this means that the install CDs will no longer even
boot on a lot of machines.
I wonder how much RAM most of those systems have ...
mcl
CPU: Geode(TM) Integrated Processor by AMD PCS (49
Julian Elischer wrote:
Matthew Jacob wrote:
On 3/18/2010 7:11 PM, Mark Linimon wrote:
On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote:
If I'm not mistaken this means that the install CDs will no longer even
boot on a lot of machines.
I wonder how much RAM most of those
Author: imp
Date: Fri Mar 19 05:40:47 2010
New Revision: 205310
URL: http://svn.freebsd.org/changeset/base/205310
Log:
Fix typo in comment
Modified:
head/gnu/usr.bin/gdb/arch/arm/nm-fbsd.h
Modified: head/gnu/usr.bin/gdb/arch/arm/nm-fbsd.h
=
On Thu, Mar 18, 2010 at 6:16 PM, Xin LI wrote:
> Author: delphij
> Date: Fri Mar 19 01:16:53 2010
> New Revision: 205307
> URL: http://svn.freebsd.org/changeset/base/205307
>
> Log:
> SSE is enabled by default about 5 years ago so there is no point pretending
> that we support I486 and I586 CPUs
49 matches
Mail list logo