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

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