svn commit: r208369 - in head/sys/mips/rmi: . dev/xlr

2010-05-20 Thread Jayachandran C.
Author: jchandra Date: Fri May 21 05:34:19 2010 New Revision: 208369 URL: http://svn.freebsd.org/changeset/base/208369 Log: Changes to boot on a subset of threads on an XLR/XLS core. - Adds re-partitioning TLB per core for enabled threads. - Adds hardware thread id to cpuid mapping - updat

svn commit: r208368 - stable/7/sys/netinet

2010-05-20 Thread Kenneth D. Merry
Author: ken Date: Fri May 21 04:48:40 2010 New Revision: 208368 URL: http://svn.freebsd.org/changeset/base/208368 Log: MFC r206844: Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This was causing TSO to break for the Xen netfront driver. Reviewed by: gibbs, rwatson

svn commit: r208367 - stable/8/sys/netinet

2010-05-20 Thread Kenneth D. Merry
Author: ken Date: Fri May 21 04:47:22 2010 New Revision: 208367 URL: http://svn.freebsd.org/changeset/base/208367 Log: MFC r206844: Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This was causing TSO to break for the Xen netfront driver. Reviewed by: gibbs, rwatson

svn commit: r208366 - stable/7/lib/libc/gen

2010-05-20 Thread Gordon Tetlow
Author: gordon Date: Thu May 20 23:06:53 2010 New Revision: 208366 URL: http://svn.freebsd.org/changeset/base/208366 Log: MFC r207981: Fix a bug due to a type conversion from 64 to 32 bits. The side effect of this type conversion is the high bits which were used to indicate if a special

svn commit: r208365 - stable/8/usr.sbin/mergemaster

2010-05-20 Thread Norikatsu Shigemura
Author: nork Date: Thu May 20 22:12:36 2010 New Revision: 208365 URL: http://svn.freebsd.org/changeset/base/208365 Log: MFC r207612: Add support run services_mkdb(8). Approved by: dougb, imp (mentor) Reviewed by: ume Modified: stable/8/usr.sbin/mergemaster/mergemaster.sh Director

Re: svn commit: r208364 - head/sys/powerpc/aim

2010-05-20 Thread Nathan Whitehorn
On 05/20/10 16:07, Nathan Whitehorn wrote: Author: nwhitehorn Date: Thu May 20 21:07:58 2010 New Revision: 208364 URL: http://svn.freebsd.org/changeset/base/208364 Log: Fix a long-standing bug in the PowerPC OFW call function on SMP machines where running ofwdump could cause hangs by forci

svn commit: r208364 - head/sys/powerpc/aim

2010-05-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu May 20 21:07:58 2010 New Revision: 208364 URL: http://svn.freebsd.org/changeset/base/208364 Log: Fix a long-standing bug in the PowerPC OFW call function on SMP machines where running ofwdump could cause hangs by forcing all secondary CPUs into a busy wait with i

svn commit: r208363 - head

2010-05-20 Thread Jung-uk Kim
Author: jkim Date: Thu May 20 20:15:56 2010 New Revision: 208363 URL: http://svn.freebsd.org/changeset/base/208363 Log: Revert r208353. It did not work as I expected because WITHOUT_MAN is set for bootstrap-tools target and WITHOUT_MAN_UTILS was implied by default. Pointy hat: jkim Mo

svn commit: r208362 - head/sys/dev/e1000

2010-05-20 Thread John Baldwin
Author: jhb Date: Thu May 20 20:01:54 2010 New Revision: 208362 URL: http://svn.freebsd.org/changeset/base/208362 Log: Restore part of 200671 which was lost in previous driver changes: - Add interrupt descriptions when using mulitple MSI-X interrupts. Modified: head/sys/dev/e1000/if_igb.c

svn commit: r208360 - stable/8/bin/setfacl

2010-05-20 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 20 18:47:34 2010 New Revision: 208360 URL: http://svn.freebsd.org/changeset/base/208360 Log: MFC r208035: Update authors and history. Modified: stable/8/bin/setfacl/setfacl.1 Directory Properties: stable/8/bin/setfacl/ (props changed) Modified: stable/8/b

svn commit: r208359 - stable/8/lib/libc/posix1e

2010-05-20 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 20 18:46:11 2010 New Revision: 208359 URL: http://svn.freebsd.org/changeset/base/208359 Log: MFC r208034: Make branding less intrusive - in acl_set(3), in case ACL brand is ACL_BRAND_UNKNOWN, do what the programmer says instead of failing. Modified: stable/8

svn commit: r208358 - stable/8/lib/libc/posix1e

2010-05-20 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 20 18:45:07 2010 New Revision: 208358 URL: http://svn.freebsd.org/changeset/base/208358 Log: MFC r208033: Make it possible to actually use NFSv4 permission bits with acl_set_perm(3) and acl_delete_perm(3). It went undetected, because neither setfacl(1) nor S

svn commit: r208357 - head/share/man/man8

2010-05-20 Thread Wesley Shields
Author: wxs (ports committer) Date: Thu May 20 18:39:33 2010 New Revision: 208357 URL: http://svn.freebsd.org/changeset/base/208357 Log: Document NANO_ARCH which is no longer hard coded as of r205980. Approved by: imp@ Modified: head/share/man/man8/nanobsd.8 Modified: head/share/man/ma

svn commit: r208356 - head/sys/dev/cxgb

2010-05-20 Thread Navdeep Parhar
Author: np Date: Thu May 20 18:22:45 2010 New Revision: 208356 URL: http://svn.freebsd.org/changeset/base/208356 Log: Remove invalid assertion. Holding the adapter lock while changing the LRO settings is sufficient. PR: kern/146759 MFC after:3 days Modified: head/sys

svn commit: r208355 - head/share/misc

2010-05-20 Thread Jayachandran C.
Author: jchandra Date: Thu May 20 17:30:55 2010 New Revision: 208355 URL: http://svn.freebsd.org/changeset/base/208355 Log: Add jchandra, with rrs as mentor Approved by: rrs (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot =

svn commit: r208354 - svnadmin/conf

2010-05-20 Thread Randall Stewart
Author: rrs Date: Thu May 20 16:55:32 2010 New Revision: 208354 URL: http://svn.freebsd.org/changeset/base/208354 Log: Missed this somehow when I committed the mentor file :-( - JC (C. Jaychandran) - Will be working on mips (RMI/netlogic) Approved by: core Modified: svnadmin/conf/

svn commit: r208353 - head

2010-05-20 Thread Jung-uk Kim
Author: jkim Date: Thu May 20 16:24:12 2010 New Revision: 208353 URL: http://svn.freebsd.org/changeset/base/208353 Log: We do not have to build makewhatis as a bootstrap tool when it is disabled by WITHOUT_MAN_UTILS. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

svn commit: r208352 - stable/8/sys/vm

2010-05-20 Thread Alan Cox
Author: alc Date: Thu May 20 16:21:19 2010 New Revision: 208352 URL: http://svn.freebsd.org/changeset/base/208352 Log: MFC r207306 Change vm_object_madvise() so that it checks whether the page is invalid or unmanaged before acquiring the page queues lock. Neither of these tests requ

svn commit: r208350 - head/sys/dev/puc

2010-05-20 Thread John Baldwin
Author: jhb Date: Thu May 20 13:16:42 2010 New Revision: 208350 URL: http://svn.freebsd.org/changeset/base/208350 Log: Add support for the Perle Speed4 LE. Submitted by: Douglas K. Rand rand of meridian-enviro com MFC after:3 days Modified: head/sys/dev/puc/pucdata.c Modified: he

svn commit: r208349 - in head/sys: cam/ata conf dev/ata pc98/include pc98/pc98 sparc64/include sparc64/sparc64

2010-05-20 Thread Marius Strobl
Author: marius Date: Thu May 20 12:46:19 2010 New Revision: 208349 URL: http://svn.freebsd.org/changeset/base/208349 Log: Change ad_firmware_geom_adjust() to operate on a struct disk * only and hook it up to ada(4) also. While at it, rename *ad_firmware_geom_adjust() to *ata_disk_firmware_ge

svn commit: r208348 - in head/sys/cam: ata scsi

2010-05-20 Thread Marius Strobl
Author: marius Date: Thu May 20 12:44:06 2010 New Revision: 208348 URL: http://svn.freebsd.org/changeset/base/208348 Log: Remove unnecessary headers which were inherited from cam_xpt.c without reason. Reviewed by: mav MFC after:3 days Modified: head/sys/cam/ata/ata_xpt.c head/

svn commit: r208347 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R

2010-05-20 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Thu May 20 10:51:22 2010 New Revision: 208347 URL: http://svn.freebsd.org/changeset/base/208347 Log: Add new memory days for Russian Federation. Fix date and description. Obtained from:http://pda.lenta.ru/news/2010/05/19/baptism/

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

2010-05-20 Thread Konstantin Belousov
Author: kib Date: Thu May 20 09:41:13 2010 New Revision: 208346 URL: http://svn.freebsd.org/changeset/base/208346 Log: MFC r207730: Document MAKEDEV_NOWAIT flag for make_dev_credf(9). Modified: stable/8/share/man/man9/make_dev.9 Directory Properties: stable/8/share/man/man9/ (props cha

svn commit: r208345 - in stable/8: . rescue/rescue

2010-05-20 Thread Martin Matuska
Author: mm Date: Thu May 20 09:39:01 2010 New Revision: 208345 URL: http://svn.freebsd.org/changeset/base/208345 Log: Add xz to rescue. Approved by: delphij (mentor) Modified: stable/8/Makefile.inc1 stable/8/rescue/rescue/Makefile Modified: stable/8/Makefile.inc1

svn commit: r208344 - in stable/8/sys: fs/devfs kern sys

2010-05-20 Thread Konstantin Belousov
Author: kib Date: Thu May 20 09:38:15 2010 New Revision: 208344 URL: http://svn.freebsd.org/changeset/base/208344 Log: MFC r207729: Add MAKEDEV_NOWAIT flag for make_dev_credf(9). Modified: stable/8/sys/fs/devfs/devfs_devs.c stable/8/sys/fs/devfs/devfs_int.h stable/8/sys/kern/kern_conf.c

svn commit: r208343 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-05-20 Thread Martin Matuska
Author: mm Date: Thu May 20 09:35:31 2010 New Revision: 208343 URL: http://svn.freebsd.org/changeset/base/208343 Log: MFC r208050: Fix ZIL-related panic on zfs rollback. OpenSolaris onnv-revision: 8746:e1d96ca6808c Approved by: pjd, delphij (mentor) Obtained from:OpenSo

svn commit: r208342 - head/lib/libmagic

2010-05-20 Thread Marius Strobl
Author: marius Date: Thu May 20 09:00:11 2010 New Revision: 208342 URL: http://svn.freebsd.org/changeset/base/208342 Log: With r208341 in place WARNS can be increased. Modified: head/lib/libmagic/Makefile Modified: head/lib/libmagic/Makefile ==

svn commit: r208341 - head/lib/libmagic

2010-05-20 Thread Marius Strobl
Author: marius Date: Thu May 20 08:56:50 2010 New Revision: 208341 URL: http://svn.freebsd.org/changeset/base/208341 Log: Update to a config.h created by a file 5.03 configure script. This causes file.1 to contain the correct version number and SIZEOF_LONG_LONG to be defined as appropriate,

svn commit: r208340 - head/sys/vm

2010-05-20 Thread Konstantin Belousov
Author: kib Date: Thu May 20 08:51:01 2010 New Revision: 208340 URL: http://svn.freebsd.org/changeset/base/208340 Log: When waiting for the busy page, do not unlock the object unless unlock cannot be avoided. Reviewed by: alc MFC after:1 week Modified: head/sys/vm/vm_fault.c Mo

svn commit: r208338 - stable/8/sys/modules/cas

2010-05-20 Thread Marius Strobl
Author: marius Date: Thu May 20 08:43:29 2010 New Revision: 208338 URL: http://svn.freebsd.org/changeset/base/208338 Log: MFC: r208143 Add the ofw_bus_if.h dependency introduced with r207585 (MFC'ed to stable/8 in r208086). Modified: stable/8/sys/modules/cas/Makefile Directory Properti

svn commit: r208339 - stable/7/sys/modules/cas

2010-05-20 Thread Marius Strobl
Author: marius Date: Thu May 20 08:43:31 2010 New Revision: 208339 URL: http://svn.freebsd.org/changeset/base/208339 Log: MFC: r208143 Add the ofw_bus_if.h dependency introduced with r207585 (MFC'ed to stable/7 in r208087). Modified: stable/7/sys/modules/cas/Makefile Directory Properti

svn commit: r208337 - in head/contrib/bind9: . lib/dns

2010-05-20 Thread Doug Barton
Author: dougb Date: Thu May 20 08:15:06 2010 New Revision: 208337 URL: http://svn.freebsd.org/changeset/base/208337 Log: Upgrade to 9.6.2-P2, which addresses the following; Named could return SERVFAIL for negative responses from unsigned zones. Modified: head/contrib/bind9/CHANGE

Re: svn commit: r208327 - head/share/misc

2010-05-20 Thread Maxim Konovalov
On Thu, 20 May 2010, 09:53+0400, pluknet wrote: > On 20 May 2010 09:03, Maxim Konovalov wrote: > > Author: maxim > > Date: Thu May 20 05:03:02 2010 > > New Revision: 208327 > > URL: http://svn.freebsd.org/changeset/base/208327 > > > > Log: > >  o OpenBSD 4.7 added. > > > > Modified: > >  head/sha

svn commit: r208336 - head/share/misc

2010-05-20 Thread Maxim Konovalov
Author: maxim Date: Thu May 20 08:07:25 2010 New Revision: 208336 URL: http://svn.freebsd.org/changeset/base/208336 Log: o DragonFly 2.6.0 added. Submitted by: pluknet Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ===

svn commit: r208335 - stable/8/sbin/ping6

2010-05-20 Thread Maxim Konovalov
Author: maxim Date: Thu May 20 08:03:08 2010 New Revision: 208335 URL: http://svn.freebsd.org/changeset/base/208335 Log: MFC r206889: add do-not-fragment option support to ping6(8). Modified: stable/8/sbin/ping6/ping6.8 stable/8/sbin/ping6/ping6.c Directory Properties: stable/8/sbin/ping6