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

2010-03-23 Thread Ivan Voras
On 22 March 2010 23:39, Kip Macy km...@freebsd.org 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

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: 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

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

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

2010-03-23 Thread K. Macy
On Tue, Mar 23, 2010 at 6:54 AM, John Baldwin j...@freebsd.org 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

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 ema...@freebsd.org 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

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:

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:

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

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

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

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:

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

2010-03-23 Thread Paul B Mahol
On 3/23/10, Kostik Belousov kostik...@gmail.com wrote: On Tue, Mar 23, 2010 at 09:35:09PM +0100, Paul B Mahol wrote: On 3/23/10, Kostik Belousov kostik...@gmail.com wrote: On Tue, Mar 23, 2010 at 08:21:31PM +0100, Ed Schouten wrote: * Ed Maste ema...@freebsd.org wrote: I was just about to

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()