svn commit: r219024 - head/share/misc

2011-02-24 Thread Maxim Konovalov
Author: maxim Date: Fri Feb 25 07:33:42 2011 New Revision: 219024 URL: http://svn.freebsd.org/changeset/base/219024 Log: o FreeBSD 8.2 and 7.4-RELEASE added. Mac OS X 10.6 added belatedly. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread Bruce Evans
On Fri, 25 Feb 2011, Bruce Evans wrote: On Fri, 25 Feb 2011, Bruce Evans wrote: On Thu, 24 Feb 2011, John Baldwin wrote: On Thursday, February 24, 2011 2:03:33 pm Remko Lodder wrote: [contex restored: +A priority of 19 or 20 will prevent a process from taking any cycles from +others at ni

svn commit: r219021 - svnadmin/conf

2011-02-24 Thread Gabor Kovesdan
Author: gabor Date: Fri Feb 25 00:11:34 2011 New Revision: 219021 URL: http://svn.freebsd.org/changeset/base/219021 Log: - Restore my normal size limit Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ==

svn commit: r219020 - in head/tools: build/options test/iconv

2011-02-24 Thread Gabor Kovesdan
Author: gabor Date: Fri Feb 25 00:10:26 2011 New Revision: 219020 URL: http://svn.freebsd.org/changeset/base/219020 Log: - Add two more iconv-related files, which were left out from previous commit Approved by: delphij (mentor) Added: head/tools/build/options/WITH_ICONV (contents, pro

svn commit: r219018 - head/etc/defaults

2011-02-24 Thread Brooks Davis
Author: brooks Date: Thu Feb 24 23:51:59 2011 New Revision: 219018 URL: http://svn.freebsd.org/changeset/base/219018 Log: Enable the check for negative permissions (the group on a file can't do something "everyone" can) by default. X-MFC after: never Modified: head/etc/defaults/period

svn commit: r219017 - stable/7/etc/namedb

2011-02-24 Thread Doug Barton
Author: dougb Date: Thu Feb 24 23:45:13 2011 New Revision: 219017 URL: http://svn.freebsd.org/changeset/base/219017 Log: MFC r218753: Remove in-addr.arpa from the list of zones it is possible to slave locally MFC r218865: Add a note about AXFR of important zones being available fr

svn commit: r219016 - stable/8/etc/namedb

2011-02-24 Thread Doug Barton
Author: dougb Date: Thu Feb 24 23:43:56 2011 New Revision: 219016 URL: http://svn.freebsd.org/changeset/base/219016 Log: MFC r218753: Remove in-addr.arpa from the list of zones it is possible to slave locally MFC r218865: Add a note about AXFR of important zones being available fr

Re: svn commit: r218938 - head/tools/regression/aio/kqueue

2011-02-24 Thread Garrett Cooper
On Thu, Feb 24, 2011 at 2:43 PM, Stanislav Sedov wrote: > On Tue, 22 Feb 2011 05:13:27 + (UTC) > Martin Wilke mentioned: > >> Author: miwi >> Date: Tue Feb 22 05:13:26 2011 >> New Revision: 218938 >> URL: http://svn.freebsd.org/changeset/base/218938 >> >> Log: >>   - Fix QA issues >> > > What

svn commit: r219015 - svnadmin/conf

2011-02-24 Thread Gabor Kovesdan
Author: gabor Date: Thu Feb 24 22:59:24 2011 New Revision: 219015 URL: http://svn.freebsd.org/changeset/base/219015 Log: - Raise my limit for BSD iconv import Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ===

svn commit: r219014 - head/sys/netinet

2011-02-24 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 24 22:58:15 2011 New Revision: 219014 URL: http://svn.freebsd.org/changeset/base/219014 Log: * Fix several bugs where the scaled versions of srtt and rttvar where used incorrectly. * Use appropriate variable names for RTO instead of RTT. MFC after: 3 month

Re: svn commit: r218938 - head/tools/regression/aio/kqueue

2011-02-24 Thread Stanislav Sedov
On Tue, 22 Feb 2011 05:13:27 + (UTC) Martin Wilke mentioned: > Author: miwi > Date: Tue Feb 22 05:13:26 2011 > New Revision: 218938 > URL: http://svn.freebsd.org/changeset/base/218938 > > Log: > - Fix QA issues > What kind these QA issues are of? Also, style(9) does not encourage extra

svn commit: r219013 - head/sys/netinet

2011-02-24 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 24 22:36:40 2011 New Revision: 219013 URL: http://svn.freebsd.org/changeset/base/219013 Log: * Cleanup the code computing the retransmission timeout. * Fix an initialization bug for the scaled variance of the RTO. MFC after: 3 months. Modified: head/sys/net

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread Bruce Evans
On Fri, 25 Feb 2011, Bruce Evans wrote: On Thu, 24 Feb 2011, John Baldwin wrote: On Thursday, February 24, 2011 2:03:33 pm Remko Lodder wrote: [contex restored: +A priority of 19 or 20 will prevent a process from taking any cycles from +others at nice 0 or better.] On Feb 24, 2011, at 7:4

svn commit: r219012 - head/sys/fs/ext2fs

2011-02-24 Thread John Baldwin
Author: jhb Date: Thu Feb 24 22:11:36 2011 New Revision: 219012 URL: http://svn.freebsd.org/changeset/base/219012 Log: Use ffs() to locate free bits in the inode and block bitmaps rather than loops with bit shifts. Modified: head/sys/fs/ext2fs/ext2_alloc.c Modified: head/sys/fs/ext2fs/ext2

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread Bruce Evans
On Thu, 24 Feb 2011, John Baldwin wrote: On Thursday, February 24, 2011 2:03:33 pm Remko Lodder wrote: [contex restored: +A priority of 19 or 20 will prevent a process from taking any cycles from +others at nice 0 or better.] On Feb 24, 2011, at 7:47 PM, John Baldwin wrote: Are you sure t

svn commit: r219011 - head/contrib/llvm/tools/clang/lib/Driver

2011-02-24 Thread Dimitry Andric
Author: dim Date: Thu Feb 24 21:45:58 2011 New Revision: 219011 URL: http://svn.freebsd.org/changeset/base/219011 Log: Recently, in upstream clang, a fix was done to add -L/usr/lib to the arguments passed to ld, when linking. This was to appease configure scripts in several ports, that grep

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

2011-02-24 Thread Ken Smith
Author: kensmith Date: Thu Feb 24 21:19:30 2011 New Revision: 219010 URL: http://svn.freebsd.org/changeset/base/219010 Log: 7.4-RELEASE has been announced, shift to -STABLE. Modified: stable/7/sys/conf/newvers.sh Modified: stable/7/sys/conf/newvers.sh

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread Pawel Jakub Dawidek
On Thu, Feb 24, 2011 at 04:13:33PM +, Remko Lodder wrote: > Author: remko > Date: Thu Feb 24 16:13:33 2011 > New Revision: 219003 > URL: http://svn.freebsd.org/changeset/base/219003 > > Log: > Add wording about the priority range and > mention what effect this has at certain > values. >

svn commit: r219009 - stable/8/sys/conf

2011-02-24 Thread Ken Smith
Author: kensmith Date: Thu Feb 24 20:44:11 2011 New Revision: 219009 URL: http://svn.freebsd.org/changeset/base/219009 Log: 8.2-RELEASE has been announced, shift to -STABLE. Modified: stable/8/sys/conf/newvers.sh Modified: stable/8/sys/conf/newvers.sh

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread John Baldwin
On Thursday, February 24, 2011 2:03:33 pm Remko Lodder wrote: > > On Feb 24, 2011, at 7:47 PM, John Baldwin wrote: > > >> > > > > Are you sure that this statement applies to both ULE and 4BSD? The two > > schedulers treat nice values a bit differently. > > No I am not sure that the statement

svn commit: r219008 - stable/7/release/doc/en_US.ISO8859-1/relnotes

2011-02-24 Thread Hiroki Sato
Author: hrs Date: Thu Feb 24 19:22:59 2011 New Revision: 219008 URL: http://svn.freebsd.org/changeset/base/219008 Log: Fix a typo. Modified: stable/7/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/7/release/doc/en_US.ISO8859-1/relnotes/article.sgml ===

svn commit: r219007 - stable/7/release/doc/en_US.ISO8859-1/relnotes

2011-02-24 Thread Hiroki Sato
Author: hrs Date: Thu Feb 24 19:22:04 2011 New Revision: 219007 URL: http://svn.freebsd.org/changeset/base/219007 Log: Add relnotes items for 7.4R. Modified: stable/7/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/7/release/doc/en_US.ISO8859-1/relnotes/article.sgml ==

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

2011-02-24 Thread Hiroki Sato
Author: hrs Date: Thu Feb 24 19:11:27 2011 New Revision: 219006 URL: http://svn.freebsd.org/changeset/base/219006 Log: Add more relnotes item: a carp(4) and linkstate change issue is fixed. Modified: stable/8/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: stable/8/release/doc/en

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread Remko Lodder
On Feb 24, 2011, at 7:47 PM, John Baldwin wrote: >> > > Are you sure that this statement applies to both ULE and 4BSD? The two > schedulers treat nice values a bit differently. No I am not sure that the statement applies, given your response I understand that both schedulers

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread John Baldwin
On Thursday, February 24, 2011 11:13:33 am Remko Lodder wrote: > Author: remko > Date: Thu Feb 24 16:13:33 2011 > New Revision: 219003 > URL: http://svn.freebsd.org/changeset/base/219003 > > Log: > Add wording about the priority range and > mention what effect this has at certain > values. >

svn commit: r219005 - head

2011-02-24 Thread Remko Lodder
+# 20110224: sticky.8 -> sticky.7 +OLD_FILES+=usr/share/man/man8/sticky.8.gz # 20110220: new clang import which bumps version from 2.8 to 2.9 OLD_FILES+=usr/include/clang/2.8/emmintrin.h OLD_FILES+=usr/include/clang/2.8/mm_malloc.h ___ svn-src-all@freebsd.

svn commit: r219004 - head/share/man/man4

2011-02-24 Thread Hans Petter Selasky
Author: hselasky Date: Thu Feb 24 18:08:23 2011 New Revision: 219004 URL: http://svn.freebsd.org/changeset/base/219004 Log: - Add missing xhci(4) manual page. - Minor update in some USB manual pages. MFC after:3 days Approved by: thompsa (mentor) Added: head/share/man/man4/xhci.

svn commit: r219003 - head/usr.bin/nice

2011-02-24 Thread Remko Lodder
Author: remko Date: Thu Feb 24 16:13:33 2011 New Revision: 219003 URL: http://svn.freebsd.org/changeset/base/219003 Log: Add wording about the priority range and mention what effect this has at certain values. PR: 124469 Obtained from:NetBSD nice.1 v1.14 MFC after:

svn commit: r219001 - in head/contrib/xz: . po src/common src/liblzma/api/lzma src/liblzma/common src/xz

2011-02-24 Thread Martin Matuska
Author: mm Date: Thu Feb 24 13:42:35 2011 New Revision: 219001 URL: http://svn.freebsd.org/changeset/base/219001 Log: Update xz to release 5.0.1 MFC after:1 week Modified: head/contrib/xz/ChangeLog head/contrib/xz/FREEBSD-upgrade head/contrib/xz/THANKS head/contrib/xz/po/cs.po

svn commit: r219000 - vendor/xz/5.0.1

2011-02-24 Thread Martin Matuska
Author: mm Date: Thu Feb 24 13:23:40 2011 New Revision: 219000 URL: http://svn.freebsd.org/changeset/base/219000 Log: Tag xz as 5.0.1 (git revision 7232fcf96bf4bd5f9cd4fc6c93ca2912c665e004) Added: vendor/xz/5.0.1/ - copied from r218999, vendor/xz/dist/ ___

svn commit: r218999 - in vendor/xz/dist: . po src/common src/liblzma/api/lzma src/liblzma/common src/xz

2011-02-24 Thread Martin Matuska
Author: mm Date: Thu Feb 24 13:18:49 2011 New Revision: 218999 URL: http://svn.freebsd.org/changeset/base/218999 Log: Vendor import of xz (stripped) Git revision: 7232fcf96bf4bd5f9cd4fc6c93ca2912c665e004 Release: 5.0.1 Modified: vendor/xz/dist/ChangeLog vendor/xz/dist/THANKS vend

svn commit: r218998 - in head/share/man: man7 man8

2011-02-24 Thread Remko Lodder
Author: remko Date: Thu Feb 24 13:03:47 2011 New Revision: 218998 URL: http://svn.freebsd.org/changeset/base/218998 Log: Move the sticky manual from section 8 to section 7 like NetBSD has, since this is not a command on itself. PR: 124468 MFC after:1 week Added: head/

svn commit: r218997 - stable/7/sys/crypto/sha2

2011-02-24 Thread Bruce Cran
Author: brucec Date: Thu Feb 24 11:09:41 2011 New Revision: 218997 URL: http://svn.freebsd.org/changeset/base/218997 Log: MFC r218918: Make private functions static. PR: kern/43611 Submitted by: Matt Emmerton Modified: stable/7/sys/crypto/sha2/sha2.c Directory Propertie

svn commit: r218996 - stable/8/sys/crypto/sha2

2011-02-24 Thread Bruce Cran
Author: brucec Date: Thu Feb 24 11:08:23 2011 New Revision: 218996 URL: http://svn.freebsd.org/changeset/base/218996 Log: MFC r218918: Make private functions static. PR: kern/43611 Submitted by: Matt Emmerton Modified: stable/8/sys/crypto/sha2/sha2.c Directory Propertie

svn commit: r218995 - stable/7/usr.sbin/fdformat

2011-02-24 Thread Bruce Cran
Author: brucec Date: Thu Feb 24 11:04:47 2011 New Revision: 218995 URL: http://svn.freebsd.org/changeset/base/218995 Log: MFC r218910: The FD_FORM ioctl used to ignore errors from the floppy controller; now when it encounters an error it returns an error from the ioctl. Ignore any error

svn commit: r218994 - stable/8/usr.sbin/fdformat

2011-02-24 Thread Bruce Cran
Author: brucec Date: Thu Feb 24 11:03:16 2011 New Revision: 218994 URL: http://svn.freebsd.org/changeset/base/218994 Log: MFC r218910: The FD_FORM ioctl used to ignore errors from the floppy controller; now when it encounters an error it returns an error from the ioctl. Ignore any error

Re: svn commit: r218993 - in stable/7: bin/df bin/sh lib/libc/arm/gen lib/libc/ia64/gen lib/libc/powerpc/gen sys/amd64/amd64 sys/arm/xscale/i80321 sys/boot/ficl sys/cam sys/cam/scsi sys/cddl/dev/dtrac

2011-02-24 Thread Bruce Cran
On Thu, 2011-02-24 at 10:45 +, Bruce Cran wrote: > Author: brucec > Date: Thu Feb 24 10:45:41 2011 > New Revision: 218993 > URL: http://svn.freebsd.org/changeset/base/218993 > > Log: > MFC r218909: > > Fix typos - remove duplicate "the". The change to sys/gnu/fs/xfs wasn't merged becau

svn commit: r218993 - in stable/7: bin/df bin/sh lib/libc/arm/gen lib/libc/ia64/gen lib/libc/powerpc/gen sys/amd64/amd64 sys/arm/xscale/i80321 sys/boot/ficl sys/cam sys/cam/scsi sys/cddl/dev/dtrace...

2011-02-24 Thread Bruce Cran
Author: brucec Date: Thu Feb 24 10:45:41 2011 New Revision: 218993 URL: http://svn.freebsd.org/changeset/base/218993 Log: MFC r218909: Fix typos - remove duplicate "the". PR: bin/154928 Submitted by: Eitan Adler Modified: stable/7/bin/df/df.c stable/7/bin/sh/expand.c

svn commit: r218991 - head/share/man/man3

2011-02-24 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Thu Feb 24 10:21:26 2011 New Revision: 218991 URL: http://svn.freebsd.org/changeset/base/218991 Log: - Fix typo Approved by: davidxu Modified: head/share/man/man3/pthread_rwlock_timedwrlock.3 Modified: head/share/man/man3/pthread_rwlock_timedwrlock.

svn commit: r218990 - in stable/8: etc/mtree include

2011-02-24 Thread Konstantin Belousov
Author: kib Date: Thu Feb 24 10:11:29 2011 New Revision: 218990 URL: http://svn.freebsd.org/changeset/base/218990 Log: MFC r218772: Install iodev.h. Modified: stable/8/etc/mtree/BSD.include.dist stable/8/include/Makefile Directory Properties: stable/8/etc/ (props changed) stable/8/i

svn commit: r218989 - in head: lib/libc/sys sys/vm

2011-02-24 Thread Sergey Kandaurov
Author: pluknet Date: Thu Feb 24 09:22:56 2011 New Revision: 218989 URL: http://svn.freebsd.org/changeset/base/218989 Log: Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. As it was pointed out by Alan Cox, that no longer serves its purpose with the modern UMA alloca

svn commit: r218988 - in head/sys/dev: sound/usb usb usb/quirk

2011-02-24 Thread Hans Petter Selasky
Author: hselasky Date: Thu Feb 24 09:13:47 2011 New Revision: 218988 URL: http://svn.freebsd.org/changeset/base/218988 Log: - Add support for some non-standard USB MIDI devices from Roland, by means of allowing vendor specific interface class for audio and MIDI devices. - Add new quirks for

svn commit: r218987 - stable/8/bin/kenv

2011-02-24 Thread Sergey Kandaurov
Author: pluknet Date: Thu Feb 24 09:12:45 2011 New Revision: 218987 URL: http://svn.freebsd.org/changeset/base/218987 Log: MFC r218917: mdoc(7) markup. Approved by: avg (mentor) Modified: stable/8/bin/kenv/kenv.1 Directory Properties: stable/8/bin/kenv/ (props changed) Modifi