On 22 March 2010 23:39, Kip Macy wrote:
> Author: kmacy
> Date: Mon Mar 22 22:39:32 2010
> New Revision: 205487
> URL: http://svn.freebsd.org/changeset/base/205487
>
> Log:
> - enable alignment on amd64 only
Does this mean you have determined that aligning these structures is
not as beneficial o
The size change causes the initialization path to change in a way that
currently causes crashes.
On Mar 23, 2010 2:57 AM, "Ivan Voras" wrote:
On 22 March 2010 23:39, Kip Macy wrote:
> Author: kmacy
> Date: Mon Mar 22 22:39...
Does this mean you have determined that aligning these structures is
Author: rpaulo
Date: Tue Mar 23 11:33:08 2010
New Revision: 205512
URL: http://svn.freebsd.org/changeset/base/205512
Log:
Finish the much belated Intel XScale hwpmc(4) man page.
Modified:
head/lib/libpmc/pmc.xscale.3
Modified: head/lib/libpmc/pmc.xscale.3
Author: rpaulo
Date: Tue Mar 23 12:03:09 2010
New Revision: 205513
URL: http://svn.freebsd.org/changeset/base/205513
Log:
Add a new field for extended HT capabilities.
Submitted by: Alexander Egorenkov
MFC after:2 weeks
Sponsored by: iXsystems, inc.
Modified:
head/sys/net80211/i
Author: rpaulo
Date: Tue Mar 23 12:05:25 2010
New Revision: 205514
URL: http://svn.freebsd.org/changeset/base/205514
Log:
Add a missing LINE_BREAK() after printing the roaming parameters in
verbose mode.
Sponsored by: iXsystems, inc.
MFC after:2 weeks
Modified:
head/sbin/ifconfig
Author: rpaulo
Date: Tue Mar 23 13:15:11 2010
New Revision: 205515
URL: http://svn.freebsd.org/changeset/base/205515
Log:
Add MCS to the list of media types.
Sponsored by: iXsystems, inc.
Modified:
head/sys/net/if_media.h
Modified: head/sys/net/if_media.h
===
On Tuesday 23 March 2010 6:33:51 am K. Macy wrote:
> The size change causes the initialization path to change in a way that
> currently causes crashes.
Are you planning on debugging it further? Does UMA_BOOTPAGES or NKPT need to
be larger?
> On Mar 23, 2010 2:57 AM, "Ivan Voras" wrote:
>
> On
Author: rpaulo
Date: Tue Mar 23 14:31:31 2010
New Revision: 205516
URL: http://svn.freebsd.org/changeset/base/205516
Log:
When receiving a management frame, pass the mbuf to bpf before calling
iv_recv_mgmt(). iv_recv_mgmt() will generate management frame responses
and pass them to bpf before
On Tue, Mar 23, 2010 at 6:54 AM, John Baldwin wrote:
> On Tuesday 23 March 2010 6:33:51 am K. Macy wrote:
>> The size change causes the initialization path to change in a way that
>> currently causes crashes.
>
> Are you planning on debugging it further? Does UMA_BOOTPAGES or NKPT need to
> be la
Author: delphij
Date: Tue Mar 23 18:00:50 2010
New Revision: 205520
URL: http://svn.freebsd.org/changeset/base/205520
Log:
Correct cross reference.
MFC after:2 weeks
Modified:
head/share/man/man3/pthread_affinity_np.3
Modified: head/share/man/man3/pthread_affinity_np.3
=
* Ed Maste wrote:
> I was just about to follow up with a comment to that effect. We do want
> it to become a panic, but I would prefer to hold off until we address
> the known issue with padlock(4).
I have seen this message appear when using the ndisulator as well. How
are we going to solve it i
Author: marcel
Date: Tue Mar 23 19:30:56 2010
New Revision: 205527
URL: http://svn.freebsd.org/changeset/base/205527
Log:
Enable power management for E500 cores. Use "doze" for now to make
sure the caches remain coherent. For single-core configurations and
with busdma changes we could eventu
On Tue, Mar 23, 2010 at 08:21:31PM +0100, Ed Schouten wrote:
> * Ed Maste wrote:
> > I was just about to follow up with a comment to that effect. We do want
> > it to become a panic, but I would prefer to hold off until we address
> > the known issue with padlock(4).
>
> I have seen this message
Author: delphij
Date: Tue Mar 23 20:08:18 2010
New Revision: 205534
URL: http://svn.freebsd.org/changeset/base/205534
Log:
Add PCI ID for MCS9901's parallel port.
PR: kern/144713
Submitted by: gcooper
MFC after:2 weeks
Modified:
head/sys/dev/ppc/ppc_pci.c
Modified: hea
Author: marcel
Date: Tue Mar 23 20:12:53 2010
New Revision: 205535
URL: http://svn.freebsd.org/changeset/base/205535
Log:
Add definitions for a 4th PCI host controller. No Freescale processor
has all 4 implemented, but across the processors we now support all the
combinations. For example, t
On 3/23/10, Kostik Belousov wrote:
> On Tue, Mar 23, 2010 at 08:21:31PM +0100, Ed Schouten wrote:
>> * Ed Maste wrote:
>> > I was just about to follow up with a comment to that effect. We do want
>> > it to become a panic, but I would prefer to hold off until we address
>> > the known issue with
On Tue, Mar 23, 2010 at 09:35:09PM +0100, Paul B Mahol wrote:
> On 3/23/10, Kostik Belousov wrote:
> > On Tue, Mar 23, 2010 at 08:21:31PM +0100, Ed Schouten wrote:
> >> * Ed Maste wrote:
> >> > I was just about to follow up with a comment to that effect. We do want
> >> > it to become a panic, b
Author: jhb
Date: Tue Mar 23 21:08:07 2010
New Revision: 205536
URL: http://svn.freebsd.org/changeset/base/205536
Log:
Reject attempts to create a MAP_ANON mapping with a non-zero offset.
PR: kern/71258
Submitted by: Alexander Best
MFC after:2 weeks
Modified:
head/lib/l
On Tuesday 23 March 2010 5:08:07 pm John Baldwin wrote:
> Author: jhb
> Date: Tue Mar 23 21:08:07 2010
> New Revision: 205536
> URL: http://svn.freebsd.org/changeset/base/205536
>
> Log:
> Reject attempts to create a MAP_ANON mapping with a non-zero offset.
>
> PR: kern/71258
> Su
Author: jhb
Date: Tue Mar 23 21:49:33 2010
New Revision: 205541
URL: http://svn.freebsd.org/changeset/base/205541
Log:
Implement /proc/filesystems.
Submitted by: Fernando Apesteguia fernando.apesteguia (gmail)
Modified:
head/sys/compat/linprocfs/linprocfs.c
Modified: head/sys/compat/lin
On Tue, Mar 23, 2010 at 09:49:34PM +, John Baldwin wrote:
> Author: jhb
> Date: Tue Mar 23 21:49:33 2010
> New Revision: 205541
> URL: http://svn.freebsd.org/changeset/base/205541
>
> Log:
> Implement /proc/filesystems.
>
> Submitted by: Fernando Apesteguia fernando.apesteguia (gm
Author: jkim
Date: Tue Mar 23 22:16:57 2010
New Revision: 205550
URL: http://svn.freebsd.org/changeset/base/205550
Log:
Separate 24-bit pixel draw from 32-bit case. Although it is slower, we do
not want to write a useless zero to inaccessible memory region.
Modified:
head/sys/dev/syscons/s
thanks a bunch. :)
--
Alexander Best
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: jkim
Date: Tue Mar 23 22:35:52 2010
New Revision: 205557
URL: http://svn.freebsd.org/changeset/base/205557
Log:
Map entire video memory again. This is a partial backout of r203535.
Although we do not use them all directly, it seems VGA render may access
unmapped memory region and ca
Author: jkim
Date: Tue Mar 23 22:50:22 2010
New Revision: 205558
URL: http://svn.freebsd.org/changeset/base/205558
Log:
Fall back to VGA palette functions if VESA function failed and DAC is still
in 6-bit mode. Although we have to check non-VGA compatibility bit here,
it seems there are too
Author: delphij
Date: Tue Mar 23 23:00:35 2010
New Revision: 205561
URL: http://svn.freebsd.org/changeset/base/205561
Log:
MFV: Update nc to the version from OpenBSD 4.7.
MFC after:1 month
Modified:
head/contrib/netcat/nc.1
head/contrib/netcat/netcat.c
Directory Properties:
head/
Author: rmacklem
Date: Tue Mar 23 23:03:30 2010
New Revision: 205562
URL: http://svn.freebsd.org/changeset/base/205562
Log:
When the regular NFS server replied to a UDP client out of the replay
cache, it did not free the request argument mbuf list, resulting in a leak.
This patch fixes that
Author: jkim
Date: Tue Mar 23 23:10:17 2010
New Revision: 205564
URL: http://svn.freebsd.org/changeset/base/205564
Log:
Be extremely careful when we determine bytes per scan line information.
First, we compare mode table data against minimum value. If the mode table
does not make sense, we
Author: jkim
Date: Tue Mar 23 23:19:23 2010
New Revision: 205566
URL: http://svn.freebsd.org/changeset/base/205566
Log:
Add my copyright here. It seems I have contributed enough code. :-)
Modified:
head/sys/dev/fb/vesa.c
Modified: head/sys/dev/fb/vesa.c
=
Author: marcel
Date: Tue Mar 23 23:46:28 2010
New Revision: 205569
URL: http://svn.freebsd.org/changeset/base/205569
Log:
Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus.
We failed to setup PCI devices on slot 31 and that's where the
SATA controller is for the P2020 eval boa
Author: delphij
Date: Tue Mar 23 23:56:22 2010
New Revision: 205570
URL: http://svn.freebsd.org/changeset/base/205570
Log:
Update metadata information as well as upgrade instructions.
Modified:
head/contrib/netcat/FREEBSD-upgrade
head/contrib/netcat/FREEBSD-vendor
Modified: head/contrib/ne
Author: rmacklem
Date: Wed Mar 24 02:02:02 2010
New Revision: 205572
URL: http://svn.freebsd.org/changeset/base/205572
Log:
Fix the experimental NFS subsystem so that it uses the correct
preprocessor macro name for not requiring strict data alignment.
Suggested by: marius
MFC after:
On 3/23/10, Kostik Belousov wrote:
> On Tue, Mar 23, 2010 at 09:35:09PM +0100, Paul B Mahol wrote:
>> On 3/23/10, Kostik Belousov wrote:
>> > On Tue, Mar 23, 2010 at 08:21:31PM +0100, Ed Schouten wrote:
>> >> * Ed Maste wrote:
>> >> > I was just about to follow up with a comment to that effect.
Author: alc
Date: Wed Mar 24 03:07:35 2010
New Revision: 205573
URL: http://svn.freebsd.org/changeset/base/205573
Log:
Adapt r204907 and r205402, the amd64 implementation of the workaround for
AMD Family 10h Erratum 383, to i386.
Enable machine check exceptions by default, just like r2049
Author: nwhitehorn
Date: Wed Mar 24 03:13:24 2010
New Revision: 205574
URL: http://svn.freebsd.org/changeset/base/205574
Log:
The nargvstr and nenvstr properties of arginfo are ints, not longs,
so should be copied to userspace with suword32() instead of suword().
This alleviates problems on
Author: neel
Date: Wed Mar 24 04:52:15 2010
New Revision: 205576
URL: http://svn.freebsd.org/changeset/base/205576
Log:
Fix periodic "t_delta 16.01359db7eb5eb3c0 too long" messages on the console by
accounting for the "lost time" between when the timer interrupt fired
and when clock_intr() a
Author: maxim
Date: Wed Mar 24 06:08:51 2010
New Revision: 205578
URL: http://svn.freebsd.org/changeset/base/205578
Log:
o FreeBSD 7.3 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
37 matches
Mail list logo