svn commit: r210368 - head/sbin/hastd

2010-07-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Jul 22 08:30:14 2010 New Revision: 210368 URL: http://svn.freebsd.org/changeset/base/210368 Log: Actually, only the fullsync mode is implemented, not memsync mode. Correct manual page. MFC after:3 days Modified: head/sbin/hastd/hast.conf.5 Modified:

svn commit: r210369 - in head/sys: amd64/amd64 amd64/include ia64/include kern powerpc/include

2010-07-22 Thread Konstantin Belousov
Author: kib Date: Thu Jul 22 09:13:49 2010 New Revision: 210369 URL: http://svn.freebsd.org/changeset/base/210369 Log: When compat32 binary asks for the value of hw.machine_arch, report the name of 32bit sibling architecture instead of the host one. Do the same for hw.machine on amd64.

svn commit: r210370 - head/lib/libc/compat-43

2010-07-22 Thread Konstantin Belousov
Author: kib Date: Thu Jul 22 09:14:18 2010 New Revision: 210370 URL: http://svn.freebsd.org/changeset/base/210370 Log: Verify return value of the sigset manipulation functions to catch invalid signal numbers [1]. Use consistent style of not assigning the return value to a local variable.

svn commit: r210371 - head/sys/dev/md

2010-07-22 Thread Jaakko Heinonen
Author: jh Date: Thu Jul 22 10:24:28 2010 New Revision: 210371 URL: http://svn.freebsd.org/changeset/base/210371 Log: Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unit number allocation. The old approach had some problems such as it allowed an overflow to occur in the

svn commit: r210372 - head/usr.sbin/newsyslog

2010-07-22 Thread Simon L. Nielsen
Author: simon Date: Thu Jul 22 11:23:18 2010 New Revision: 210372 URL: http://svn.freebsd.org/changeset/base/210372 Log: Add support for creating the archived log filenames using a time-stamp instead of the traditional simple counter. Using the time-stamp based file-names, once a log

svn commit: r210373 - head/tools/regression/usr.sbin/newsyslog

2010-07-22 Thread Simon L. Nielsen
Author: simon Date: Thu Jul 22 11:37:54 2010 New Revision: 210373 URL: http://svn.freebsd.org/changeset/base/210373 Log: Add regression tests for newsyslog. These are far from a complete test of newsyslog, as they were mainly made to test 'newsyslog -t', but they do test the basic

svn commit: r210374 - head/tools/regression/usr.sbin

2010-07-22 Thread Simon L. Nielsen
Author: simon Date: Thu Jul 22 11:38:48 2010 New Revision: 210374 URL: http://svn.freebsd.org/changeset/base/210374 Log: Hook newsyslog regression tests to the Makefile 'build'. MFC after:3 weeks Modified: head/tools/regression/usr.sbin/Makefile Modified:

Re: svn commit: r210371 - head/sys/dev/md

2010-07-22 Thread Gavin Atkinson
On Thu, 2010-07-22 at 10:24 +, Jaakko Heinonen wrote: Author: jh Date: Thu Jul 22 10:24:28 2010 New Revision: 210371 URL: http://svn.freebsd.org/changeset/base/210371 Log: Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unit number allocation. The old approach had

Re: svn commit: r210356 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-22 Thread Andrew Gallatin
mxge(4) updated to 1.4.48b, Small correction for mxge. The version number you're referring to is for the firmware. Also, the driver has the latest available firmware as of my MFC of 208309 in May (208495). I did not mention the version in my commit message; is actually 1.4.50.

Re: svn commit: r210356 - stable/8/release/doc/en_US.ISO8859-1/relnotes

2010-07-22 Thread Hiroki Sato
Andrew Gallatin galla...@cs.duke.edu wrote in 4c484eb9.7090...@cs.duke.edu: ga gamxge(4) updated to 1.4.48b, ga ga Small correction for mxge. The version number you're referring to ga is for the firmware. Also, the driver has the latest available ga firmware as of my MFC of 208309

svn commit: r210375 - stable/8/cddl/contrib/opensolaris/lib/libzfs/common

2010-07-22 Thread Martin Matuska
Author: mm Date: Thu Jul 22 14:52:51 2010 New Revision: 210375 URL: http://svn.freebsd.org/changeset/base/210375 Log: MFC r208684: Allow to use 'jailed' property again. Reported by: Eugene Mitrofanov eug...@imedia.ru Approved by: delphij (mentor) Modified:

svn commit: r210376 - stable/8/sys/dev/mpt

2010-07-22 Thread Kenneth D. Merry
Author: ken Date: Thu Jul 22 15:38:36 2010 New Revision: 210376 URL: http://svn.freebsd.org/changeset/base/210376 Log: MFC 209599, 209960: r209960 | marius - Make the maxsize parameter of the data buffer DMA tag match maxio, which was missed in r209599. Reported and

svn commit: r210377 - in head: share/man/man9 sys/kern sys/sys

2010-07-22 Thread Matthew D Fleming
Author: mdf Date: Thu Jul 22 16:41:09 2010 New Revision: 210377 URL: http://svn.freebsd.org/changeset/base/210377 Log: Fix taskqueue_drain(9) to not have false negatives. For threaded taskqueues, more than one task can be running simultaneously. Also make taskqueue_run(9) static to the

svn commit: r210378 - stable/8/sys/dev/syscons

2010-07-22 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 22 17:02:11 2010 New Revision: 210378 URL: http://svn.freebsd.org/changeset/base/210378 Log: MFC: r210248 Fix two long-standing line wrapping bugs in VGA renderer for pixel mode. Font size may be smaller than 16 and logical scan line may be larger than the

svn commit: r210379 - stable/7/sys/dev/syscons

2010-07-22 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 22 17:02:51 2010 New Revision: 210379 URL: http://svn.freebsd.org/changeset/base/210379 Log: MFC: r210248 Fix two long-standing line wrapping bugs in VGA renderer for pixel mode. Font size may be smaller than 16 and logical scan line may be larger than the

svn commit: r210380 - head/sys/kern

2010-07-22 Thread Matthew D Fleming
Author: mdf Date: Thu Jul 22 17:23:43 2010 New Revision: 210380 URL: http://svn.freebsd.org/changeset/base/210380 Log: Remove unused variable that snuck in during development. Approved by:zml (mentor) Modified: head/sys/kern/subr_taskqueue.c Modified: head/sys/kern/subr_taskqueue.c

svn commit: r210381 - head/usr.sbin/sysinstall

2010-07-22 Thread Bruce Cran
Author: brucec Date: Thu Jul 22 17:35:36 2010 New Revision: 210381 URL: http://svn.freebsd.org/changeset/base/210381 Log: If a size suffix isn't entered, just use the value entered. This fixes a bug caused by r209235 where entering a number of blocks after previously entering a size in

svn commit: r210382 - head/sbin/fsck

2010-07-22 Thread Kirk McKusick
Author: mckusick Date: Thu Jul 22 18:33:10 2010 New Revision: 210382 URL: http://svn.freebsd.org/changeset/base/210382 Log: Note that foreground fsck should be run after a filesystem related panic. Suggested by: Mikhail Teterin (mi@) MFC after:1 week Modified:

svn commit: r210383 - head/sys/net

2010-07-22 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 22 18:44:40 2010 New Revision: 210383 URL: http://svn.freebsd.org/changeset/base/210383 Log: Fix an obvious typo from r1.1. We were acquiring an exclusive writer lock regardless of the given flags. MFC after:3 days Modified: head/sys/net/if_llatbl.c

svn commit: r210384 - head/sys/conf

2010-07-22 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 22 18:47:41 2010 New Revision: 210384 URL: http://svn.freebsd.org/changeset/base/210384 Log: Handle a few corner cases for clang like we did with icc. These should reduce the number of warnings seen while building the kernel. Submitted by: Dimitry Andric

svn commit: r210385 - head/gnu/lib/libobjc

2010-07-22 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 22 18:49:27 2010 New Revision: 210385 URL: http://svn.freebsd.org/changeset/base/210385 Log: Disable building libobjc with clang as it's not yet supported. Submitted by: Dimitry Andric dimitry at andric.com Modified: head/gnu/lib/libobjc/Makefile Modified:

svn commit: r210386 - in head/contrib: tcp_wrappers top

2010-07-22 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 22 18:52:29 2010 New Revision: 210386 URL: http://svn.freebsd.org/changeset/base/210386 Log: Make these files compile with clang. Submitted by: Dimitry Andric dimitry at andric.com Modified: head/contrib/tcp_wrappers/fix_options.c head/contrib/top/screen.c

svn commit: r210387 - head/sys/boot/i386/loader

2010-07-22 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 22 18:57:47 2010 New Revision: 210387 URL: http://svn.freebsd.org/changeset/base/210387 Log: Correctly setup LDADD with regards to libstand. The submitter points out that on amd64, libstand.a is compiled for i386, but is still installed under ${WORLDTMP}/usr/lib

Re: svn commit: r210383 - head/sys/net

2010-07-22 Thread Jung-uk Kim
On Thursday 22 July 2010 02:44 pm, Jung-uk Kim wrote: Author: jkim Date: Thu Jul 22 18:44:40 2010 New Revision: 210383 URL: http://svn.freebsd.org/changeset/base/210383 Log: Fix an obvious typo from r1.1. We were acquiring an exclusive writer lock regardless of the given flags. Found

Re: svn commit: r210385 - head/gnu/lib/libobjc

2010-07-22 Thread Roman Divacky
On Thu, Jul 22, 2010 at 06:49:27PM +, Rui Paulo wrote: Author: rpaulo Date: Thu Jul 22 18:49:27 2010 New Revision: 210385 URL: http://svn.freebsd.org/changeset/base/210385 Log: Disable building libobjc with clang as it's not yet supported. and it will NEVER be (because of missing

svn commit: r210388 - in head: lib/clang lib/clang/libllvmcore lib/clang/libllvmsupport lib/clang/libllvmsystem usr.bin/clang/tblgen

2010-07-22 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 22 19:09:34 2010 New Revision: 210388 URL: http://svn.freebsd.org/changeset/base/210388 Log: Build clang libraries by default with -fno-exceptions and with -fno-rtti. The clang libaries that really use exceptions and virtual functions can enable LLVM_REQUIRES_EH

svn commit: r210389 - in head: . share/mk tools/build/options usr.bin usr.bin/grep usr.bin/grep/nls

2010-07-22 Thread Gabor Kovesdan
22 19:09:34 2010(r210388) +++ head/UPDATING Thu Jul 22 19:11:57 2010(r210389) @@ -22,6 +22,18 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20100722: + BSD

svn commit: r210390 - head/sys/sys

2010-07-22 Thread Gabor Kovesdan
Author: gabor Date: Thu Jul 22 19:15:26 2010 New Revision: 210390 URL: http://svn.freebsd.org/changeset/base/210390 Log: - Bump __FreeBSD_version for BSD grep import Approved by: delphij (mentor) Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r210391 - stable/8/sys/dev/bwi

2010-07-22 Thread Weongyo Jeong
Author: weongyo Date: Thu Jul 22 19:22:32 2010 New Revision: 210391 URL: http://svn.freebsd.org/changeset/base/210391 Log: MFC r209892: Fixes a page fault in bwi_pci_probe() because the array isn't terminated with NULL. PR: kern/148473 Submitted by: Grzegorz

svn commit: r210392 - head/share/man/man5

2010-07-22 Thread Gabor Kovesdan
Author: gabor Date: Thu Jul 22 19:30:13 2010 New Revision: 210392 URL: http://svn.freebsd.org/changeset/base/210392 Log: - Regenerate after adding WITH_GNU_GREP Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r210393 - head/sys/dev/bwn

2010-07-22 Thread Weongyo Jeong
Author: weongyo Date: Thu Jul 22 20:08:02 2010 New Revision: 210393 URL: http://svn.freebsd.org/changeset/base/210393 Log: Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] is used even if it's unreachable. PR: kern/144505 Submitted by: Henning Petersen

Re: svn commit: r210384 - head/sys/conf

2010-07-22 Thread Jung-uk Kim
On Thursday 22 July 2010 02:47 pm, Rui Paulo wrote: Modified: head/sys/conf/kern.pre.mk === === --- head/sys/conf/kern.pre.mk Thu Jul 22 18:44:40 2010 (r210383) +++ head/sys/conf/kern.pre.mk Thu Jul 22 18:47:41 2010

Re: svn commit: r210384 - head/sys/conf

2010-07-22 Thread Dimitry Andric
On 2010-07-22 22:13, Jung-uk Kim wrote: CFLAGS= ${COPTFLAGS} ${C_DIALECT} ${DEBUG} ${CWARNFLAGS} CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -.if ${CC} != icc +.if ${CC} != icc ${CC} != clang CFLAGS+= -fno-common -finline-limit=${INLINE_LIMIT}

Re: svn commit: r210384 - head/sys/conf

2010-07-22 Thread Jung-uk Kim
On Thursday 22 July 2010 04:34 pm, Dimitry Andric wrote: On 2010-07-22 22:13, Jung-uk Kim wrote: CFLAGS= ${COPTFLAGS} ${C_DIALECT} ${DEBUG} ${CWARNFLAGS} CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -.if ${CC} != icc +.if ${CC} != icc ${CC} !=

svn commit: r210394 - head/sys/conf

2010-07-22 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 22 21:31:35 2010 New Revision: 210394 URL: http://svn.freebsd.org/changeset/base/210394 Log: Fix previous commit: don't remove the WERROR definition when using clang. Submitted by: Dimitry Andric dimitry at andric.com Reviewed by: jkim Modified:

svn commit: r210396 - head/sys/arm/s3c2xx0

2010-07-22 Thread Andrew Turner
Author: andrew Date: Thu Jul 22 23:12:19 2010 New Revision: 210396 URL: http://svn.freebsd.org/changeset/base/210396 Log: Rework how device memory is allocated on the s3c24x0 CPU's. The device virtual addresses are now able to be allocated at runtime rather than from the static

svn commit: r210397 - head/sys/arm/s3c2xx0

2010-07-22 Thread Andrew Turner
Author: andrew Date: Thu Jul 22 23:23:39 2010 New Revision: 210397 URL: http://svn.freebsd.org/changeset/base/210397 Log: Add the s3c24x0 real time clock driver Approved by: imp (mentor) Added: head/sys/arm/s3c2xx0/s3c24x0_rtc.c (contents, props changed) Modified:

svn commit: r210398 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-07-22 Thread Martin Matuska
Author: mm Date: Thu Jul 22 23:30:24 2010 New Revision: 210398 URL: http://svn.freebsd.org/changeset/base/210398 Log: Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODY - fixes panics when Solaris/OpenSolaris pools that contain files uploaded with the SMB protocol are

Re: svn commit: r210321 - head/lib/libelf

2010-07-22 Thread Brian Somers
On Wed, 21 Jul 2010 19:51:49 +1000 (EST) Bruce Evans b...@optusnet.com.au wrote: On Wed, 21 Jul 2010, Alexey Dokuchaev wrote: On Wed, Jul 21, 2010 at 08:43:48AM +, Kai Wang wrote: Log: Remove a superfluous comment. Obtained from:elftoolchain MFC after: