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

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

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

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

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

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