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

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

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

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: 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: r205568 - in stable/7: contrib/less usr.bin/less

2010-03-23 Thread Xin LI
Author: delphij Date: Tue Mar 23 23:28:14 2010 New Revision: 205568 URL: http://svn.freebsd.org/changeset/base/205568 Log: MFC: less v436. Added: stable/7/contrib/less/cvt.c - copied unchanged from r204195, head/contrib/less/cvt.c stable/7/contrib/less/pattern.c - copied unchanged

svn commit: r205567 - stable/8/lib/csu/i386-elf

2010-03-23 Thread Jilles Tjoelker
Author: jilles Date: Tue Mar 23 23:25:17 2010 New Revision: 205567 URL: http://svn.freebsd.org/changeset/base/205567 Log: MFC r205398: Do not create *.gmon files for PIE executables on i386. Scrt1_c.o was accidentally compiled with -DGCRT (profiling), like gcrt1_c.o. This problem is i386-

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: r205565 - in stable/8/contrib: less netcat

2010-03-23 Thread Xin LI
Author: delphij Date: Tue Mar 23 23:16:35 2010 New Revision: 205565 URL: http://svn.freebsd.org/changeset/base/205565 Log: Collapase mergeinfo. No content change. Modified: Directory Properties: stable/8/contrib/less/ (props changed) stable/8/contrib/netcat/ (props changed) ___

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: r205563 - stable/7/contrib/netcat

2010-03-23 Thread Xin LI
Author: delphij Date: Tue Mar 23 23:09:38 2010 New Revision: 205563 URL: http://svn.freebsd.org/changeset/base/205563 Log: MFC: nc from OpenBSD 4.6. Deleted: stable/7/contrib/netcat/FREEBSD-Xlist stable/7/contrib/netcat/FREEBSD-upgrade Modified: stable/7/contrib/netcat/atomicio.c (conte

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: 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: r205560 - vendor/netcat/4.7

2010-03-23 Thread Xin LI
Author: delphij Date: Tue Mar 23 22:56:53 2010 New Revision: 205560 URL: http://svn.freebsd.org/changeset/base/205560 Log: Tag for nc from OpenBSD 4.7. Added: vendor/netcat/4.7/ - copied from r205559, vendor/netcat/dist/ ___ svn-src-all@freebsd

svn commit: r205559 - vendor/netcat/dist

2010-03-23 Thread Xin LI
Author: delphij Date: Tue Mar 23 22:56:19 2010 New Revision: 205559 URL: http://svn.freebsd.org/changeset/base/205559 Log: Import nc from OpenBSD's OPENBSD_4_7 as of today. Modified: vendor/netcat/dist/nc.1 vendor/netcat/dist/netcat.c Modified: vendor/netcat/dist/nc.1 =

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

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

2010-03-23 Thread Alexander Best
thanks a bunch. :) -- Alexander Best ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r205556 - stable/7/sys/dev/ale

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:24:02 2010 New Revision: 205556 URL: http://svn.freebsd.org/changeset/base/205556 Log: MFC r204378: Add TSO support on VLANs. While I'm here remove unnecessary check of VLAN hardware checksum offloading. vlan(4) already takes care of this. Modifie

svn commit: r205555 - stable/8/sys/dev/ale

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:22:26 2010 New Revision: 20 URL: http://svn.freebsd.org/changeset/base/20 Log: MFC r204378: Add TSO support on VLANs. While I'm here remove unnecessary check of VLAN hardware checksum offloading. vlan(4) already takes care of this. Modifie

svn commit: r205554 - stable/7/sys/dev/age

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:20:51 2010 New Revision: 205554 URL: http://svn.freebsd.org/changeset/base/205554 Log: MFC r204377: Add TSO support on VLANs. While I'm here remove unnecessary check of VLAN hardware checksum offloading. vlan(4) already takes care of this. Modifie

svn commit: r205553 - stable/8/sys/dev/age

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:19:27 2010 New Revision: 205553 URL: http://svn.freebsd.org/changeset/base/205553 Log: MFC r204377: Add TSO support on VLANs. While I'm here remove unnecessary check of VLAN hardware checksum offloading. vlan(4) already takes care of this. Modifie

svn commit: r205552 - stable/7/sys/dev/bge

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:17:49 2010 New Revision: 205552 URL: http://svn.freebsd.org/changeset/base/205552 Log: MFC r204376: Disable TSO on BCM5755M controller until I understand better for the issue. I still have no idea why TSO does not work on this controller. davidch@

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

svn commit: r205549 - stable/8/sys/dev/bge

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:16:12 2010 New Revision: 205549 URL: http://svn.freebsd.org/changeset/base/205549 Log: MFC r204376: Disable TSO on BCM5755M controller until I understand better for the issue. I still have no idea why TSO does not work on this controller. davidch@

svn commit: r205548 - stable/7/sys/dev/bce

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:14:05 2010 New Revision: 205548 URL: http://svn.freebsd.org/changeset/base/205548 Log: MFC r204373-204374: r204373: Move TSO setup to new function bce_tso_setup(). Also remove VLAN parsing code in TSO path as the controller requires VLAN hardware

svn commit: r205547 - stable/8/sys/dev/bce

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:11:39 2010 New Revision: 205547 URL: http://svn.freebsd.org/changeset/base/205547 Log: MFC r204373-204374: r204373: Move TSO setup to new function bce_tso_setup(). Also remove VLAN parsing code in TSO path as the controller requires VLAN hardware

svn commit: r205546 - stable/7/sys/dev/bce

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:06:59 2010 New Revision: 205546 URL: http://svn.freebsd.org/changeset/base/205546 Log: MFC r204368,204370-204372: r204368: Allow disabling VLAN hardware tag stripping with software work around. Management firmware(ASF/IPMI/UMP) requires the VLAN

svn commit: r205544 - stable/8/sys/dev/bce

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 22:04:18 2010 New Revision: 205544 URL: http://svn.freebsd.org/changeset/base/205544 Log: MFC r204368,204370-204372: r204368: Allow disabling VLAN hardware tag stripping with software work around. Management firmware(ASF/IPMI/UMP) requires the VLAN

svn commit: r205543 - stable/7/sys/dev/msk

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 21:56:07 2010 New Revision: 205543 URL: http://svn.freebsd.org/changeset/base/205543 Log: MFC r204363,204365-204367,204539-204540: r204363: Optimize inserting LE for TX checksum computation. Controller does not require checksum LE configuration if check

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: r205542 - stable/8/sys/dev/msk

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 21:51:31 2010 New Revision: 205542 URL: http://svn.freebsd.org/changeset/base/205542 Log: MFC r204363,204365-204367,204539-204540: r204363: Optimize inserting LE for TX checksum computation. Controller does not require checksum LE configuration if check

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

svn commit: r205540 - stable/7/sys/dev/msk

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 21:43:01 2010 New Revision: 205540 URL: http://svn.freebsd.org/changeset/base/205540 Log: MFC r204361-204362: r204361: Reuse the configured LE for VLAN if new LE was created for TSO. Only old controllers need to create new LE for TSO. This change ma

svn commit: r205539 - stable/7/sys/boot/i386/loader

2010-03-23 Thread John Baldwin
Author: jhb Date: Tue Mar 23 21:39:33 2010 New Revision: 205539 URL: http://svn.freebsd.org/changeset/base/205539 Log: Enable the ability to build ZFS into the loader so that /boot/zfsloader actually contains ZFS support. Submitted by: Alexander Zagrebin alexz of visp ru Modified: sta

svn commit: r205538 - stable/7/sys/dev/mxge

2010-03-23 Thread Andrew Gallatin
Author: gallatin Date: Tue Mar 23 21:38:41 2010 New Revision: 205538 URL: http://svn.freebsd.org/changeset/base/205538 Log: MFC 204212: Update mxge to support IFCAP_VLAN_HWTSO Modified: stable/7/sys/dev/mxge/if_mxge.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl

svn commit: r205537 - stable/8/sys/dev/msk

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 21:38:25 2010 New Revision: 205537 URL: http://svn.freebsd.org/changeset/base/205537 Log: MFC r204361-204362: r204361: Reuse the configured LE for VLAN if new LE was created for TSO. Only old controllers need to create new LE for TSO. This change ma

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

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

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

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

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: r205532 - stable/7/sys/dev/alc

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:44:59 2010 New Revision: 205532 URL: http://svn.freebsd.org/changeset/base/205532 Log: MFC r204228,204230: r204228: Add TSO support on VLANs. Also make sure to update TSO capability whenever jumbo frame is configured. While I'm here remove unnece

svn commit: r205531 - stable/8/sys/dev/alc

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:41:43 2010 New Revision: 205531 URL: http://svn.freebsd.org/changeset/base/205531 Log: MFC r204228,204230: r204228: Add TSO support on VLANs. Also make sure to update TSO capability whenever jumbo frame is configured. While I'm here remove unnece

svn commit: r205530 - stable/7/sys/dev/jme

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:38:45 2010 New Revision: 205530 URL: http://svn.freebsd.org/changeset/base/205530 Log: MFC r204225: Add TSO support on VLANs. jme(4) controllers do not require VLAN hardware tagging to make TSO work over VLANs. Modified: stable/7/sys/dev/jme/if_jme.

svn commit: r205529 - stable/8/sys/dev/jme

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:37:15 2010 New Revision: 205529 URL: http://svn.freebsd.org/changeset/base/205529 Log: MFC r204225: Add TSO support on VLANs. jme(4) controllers do not require VLAN hardware tagging to make TSO work over VLANs. Modified: stable/8/sys/dev/jme/if_jme.

svn commit: r205528 - stable/7/sys/dev/re

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:34:34 2010 New Revision: 205528 URL: http://svn.freebsd.org/changeset/base/205528 Log: MFC r204155,204219: r204155: Increase PCIe maximuim read request size to 2048. Because re(4) uses Tx DMA burst size 2048, I beleive PCIe maximum read request size

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

svn commit: r205526 - stable/8/sys/dev/re

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:30:15 2010 New Revision: 205526 URL: http://svn.freebsd.org/changeset/base/205526 Log: MFC r204155,204219: r204155: Increase PCIe maximuim read request size to 2048. Because re(4) uses Tx DMA burst size 2048, I beleive PCIe maximum read request size

svn commit: r205524 - stable/7/sys/dev/bge

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:24:17 2010 New Revision: 205524 URL: http://svn.freebsd.org/changeset/base/205524 Log: MFC r204151,204223: r204151: Add TSO support on VLAN. Controller requires VLAN hardware tagging to make TSO work on VLAN. So if VLAN hardware tagging is disabled

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: r205523 - stable/8/sys/dev/bge

2010-03-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 23 19:16:35 2010 New Revision: 205523 URL: http://svn.freebsd.org/changeset/base/205523 Log: MFC r204151,204223: r204151: Add TSO support on VLAN. Controller requires VLAN hardware tagging to make TSO work on VLAN. So if VLAN hardware tagging is disabled

svn commit: r205522 - stable/7/sys/conf

2010-03-23 Thread Ken Smith
Author: kensmith Date: Tue Mar 23 19:11:25 2010 New Revision: 205522 URL: http://svn.freebsd.org/changeset/base/205522 Log: 7.3-RELEASE is out so shift from PRERELEASE to STABLE. Modified: stable/7/sys/conf/newvers.sh Modified: stable/7/sys/conf/newvers.sh ===

svn commit: r205521 - in stable/7/release/doc: en_US.ISO8859-1/errata share/sgml

2010-03-23 Thread Hiroki Sato
Author: hrs Date: Tue Mar 23 18:36:45 2010 New Revision: 205521 URL: http://svn.freebsd.org/changeset/base/205521 Log: Trim old items and add an errata item for 7.3R. Modified: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml stable/7/release/doc/share/sgml/release.ent Modified: st

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 =

svn commit: r205519 - stable/8/share/man/man9

2010-03-23 Thread Andriy Gapon
Author: avg Date: Tue Mar 23 17:14:50 2010 New Revision: 205519 URL: http://svn.freebsd.org/changeset/base/205519 Log: MFC r205333: vfs_mount.9: drop cross-reference to a removed manual Modified: stable/8/share/man/man9/vfs_mount.9 Directory Properties: stable/8/share/man/man9/ (props cha

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: r205518 - stable/8/etc/rc.d

2010-03-23 Thread Jaakko Heinonen
Author: jh Date: Tue Mar 23 16:45:29 2010 New Revision: 205518 URL: http://svn.freebsd.org/changeset/base/205518 Log: MFC r205121: Use an unique directory name instead of hardcoded /tmp/.diskless. A malicious user could create a file named /tmp/.diskless and cause the script to misbehav

Re: svn commit: r205511 - in stable/8: . contrib/top lib lib/libusb sbin/ipfw sys/conf sys/net sys/netgraph sys/netinet sys/netinet/ipfw sys/netinet/ipfw/test tools/regression/lib/msun tools/regressio

2010-03-23 Thread Luigi Rizzo
On Tue, Mar 23, 2010 at 09:55:28AM -0400, John Baldwin wrote: > On Tuesday 23 March 2010 6:15:27 am Luigi Rizzo wrote: > > On Tue, Mar 23, 2010 at 09:58:59AM +, Luigi Rizzo wrote: > > ... > > > > > Directory Properties: > > > stable/8/ (props changed) > > > stable/8/Makefile.inc1 (prop

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: r205511 - in stable/8: . contrib/top lib lib/libusb sbin/ipfw sys/conf sys/net sys/netgraph sys/netinet sys/netinet/ipfw sys/netinet/ipfw/test tools/regression/lib/msun tools/regressio

2010-03-23 Thread John Baldwin
On Tuesday 23 March 2010 6:15:27 am Luigi Rizzo wrote: > On Tue, Mar 23, 2010 at 09:58:59AM +, Luigi Rizzo wrote: > ... > > > Directory Properties: > > stable/8/ (props changed) > > stable/8/Makefile.inc1 (props changed) > > stable/8/ObsoleteFiles.inc (props changed) > ... > > st

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

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

Re: svn commit: r205511 - in stable/8: . contrib/top lib lib/libusb sbin/ipfw sys/conf sys/net sys/netgraph sys/netinet sys/netinet/ipfw sys/netinet/ipfw/test tools/regression/lib/msun tools/regressio

2010-03-23 Thread Luigi Rizzo
On Tue, Mar 23, 2010 at 09:58:59AM +, Luigi Rizzo wrote: ... > Directory Properties: > stable/8/ (props changed) > stable/8/Makefile.inc1 (props changed) > stable/8/ObsoleteFiles.inc (props changed) ... > stable/8/usr.sbin/wpa/ (props changed) > stable/8/usr.sbin/ypserv/ (p

svn commit: r205511 - in stable/8: . contrib/top lib lib/libusb sbin/ipfw sys/conf sys/net sys/netgraph sys/netinet sys/netinet/ipfw sys/netinet/ipfw/test tools/regression/lib/msun tools/regression...

2010-03-23 Thread Luigi Rizzo
Author: luigi Date: Tue Mar 23 09:58:59 2010 New Revision: 205511 URL: http://svn.freebsd.org/changeset/base/205511 Log: MFC of a large number of ipfw and dummynet fixes and enhancements done in CURRENT over the last 4 months. HEAD and RELENG_8 are almost in sync now for ipfw, dummynet the

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