Re: svn commit: r205487 - head/sys/vm

2010-03-23 Thread Ivan Voras
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

Re: svn commit: r205487 - head/sys/vm

2010-03-23 Thread K. Macy
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

svn commit: r205512 - head/lib/libpmc

2010-03-23 Thread Rui Paulo
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

svn commit: r205513 - head/sys/net80211

2010-03-23 Thread Rui Paulo
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

svn commit: r205514 - head/sbin/ifconfig

2010-03-23 Thread Rui Paulo
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

svn commit: r205515 - head/sys/net

2010-03-23 Thread Rui Paulo
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 ===

Re: svn commit: r205487 - head/sys/vm

2010-03-23 Thread John Baldwin
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

svn commit: r205516 - head/sys/net80211

2010-03-23 Thread Rui Paulo
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

Re: svn commit: r205487 - head/sys/vm

2010-03-23 Thread K. Macy
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

svn commit: r205520 - head/share/man/man3

2010-03-23 Thread Xin LI
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 =

Re: svn commit: r205444 - head/sys/i386/i386

2010-03-23 Thread Ed Schouten
* 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

svn commit: r205527 - in head/sys/powerpc: booke powerpc

2010-03-23 Thread Marcel Moolenaar
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

Re: svn commit: r205444 - head/sys/i386/i386

2010-03-23 Thread Kostik Belousov
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

svn commit: r205534 - head/sys/dev/ppc

2010-03-23 Thread Xin LI
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

svn commit: r205535 - head/sys/powerpc/mpc85xx

2010-03-23 Thread Marcel Moolenaar
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

Re: svn commit: r205444 - head/sys/i386/i386

2010-03-23 Thread Paul B Mahol
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

Re: svn commit: r205444 - head/sys/i386/i386

2010-03-23 Thread Kostik Belousov
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

svn commit: r205536 - in head: lib/libc/sys sys/vm

2010-03-23 Thread John Baldwin
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

Re: svn commit: r205536 - in head: lib/libc/sys sys/vm

2010-03-23 Thread John Baldwin
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

svn commit: r205541 - head/sys/compat/linprocfs

2010-03-23 Thread John Baldwin
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

Re: svn commit: r205541 - head/sys/compat/linprocfs

2010-03-23 Thread Kostik Belousov
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

svn commit: r205550 - head/sys/dev/syscons

2010-03-23 Thread Jung-uk Kim
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

Re: svn commit: r205536 - in head: lib/libc/sys sys/vm

2010-03-23 Thread Alexander Best
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"

svn commit: r205557 - head/sys/dev/fb

2010-03-23 Thread Jung-uk Kim
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

svn commit: r205558 - head/sys/dev/fb

2010-03-23 Thread Jung-uk Kim
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

svn commit: r205561 - head/contrib/netcat

2010-03-23 Thread Xin LI
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/

svn commit: r205562 - head/sys/rpc

2010-03-23 Thread Rick Macklem
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

svn commit: r205564 - head/sys/dev/fb

2010-03-23 Thread Jung-uk Kim
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

svn commit: r205566 - head/sys/dev/fb

2010-03-23 Thread Jung-uk Kim
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 =

svn commit: r205569 - head/sys/powerpc/mpc85xx

2010-03-23 Thread Marcel Moolenaar
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

svn commit: r205570 - head/contrib/netcat

2010-03-23 Thread Xin LI
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

svn commit: r205572 - head/sys/fs/nfs

2010-03-23 Thread Rick Macklem
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:

Re: svn commit: r205444 - head/sys/i386/i386

2010-03-23 Thread Paul B Mahol
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.

svn commit: r205573 - in head/sys/i386: i386 include

2010-03-23 Thread Alan Cox
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

svn commit: r205574 - head/sys/kern

2010-03-23 Thread Nathan Whitehorn
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

svn commit: r205576 - head/sys/mips/mips

2010-03-23 Thread Neel Natu
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

svn commit: r205578 - head/share/misc

2010-03-23 Thread Maxim Konovalov
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 ==