svn commit: r211410 - head/tools/regression/pjdfstest/tests/chown

2010-08-17 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Aug 17 06:08:09 2010 New Revision: 211410 URL: http://svn.freebsd.org/changeset/base/211410 Log: More tests, especially for lchown(2). Modified: head/tools/regression/pjdfstest/tests/chown/01.t head/tools/regression/pjdfstest/tests/chown/04.t

Re: svn commit: r211396 - head/sys/vm

2010-08-17 Thread Ed Schouten
* Andre Oppermann an...@freebsd.org wrote: + if (keg-uk_maxpages) + nitems = keg-uk_maxpages * keg-uk_ipers; + else + nitems = 0; So what's the actual meaning of the if-statement here? If keg-uk_maxpages == 0, the multiplication will always yield 0 as well,

svn commit: r211412 - in head/sys: amd64/include arm/include compat/freebsd32 i386/include ia64/include kern mips/include powerpc/include sparc64/include sun4v/include sys

2010-08-17 Thread Konstantin Belousov
Author: kib Date: Tue Aug 17 08:55:45 2010 New Revision: 211412 URL: http://svn.freebsd.org/changeset/base/211412 Log: Supply some useful information to the started image using ELF aux vectors. In particular, provide pagesize and pagesizes array, the canary value for SSP use, number of host

svn commit: r211413 - head/libexec/rtld-elf

2010-08-17 Thread Konstantin Belousov
Author: kib Date: Tue Aug 17 09:05:39 2010 New Revision: 211413 URL: http://svn.freebsd.org/changeset/base/211413 Log: Use the newly provided aux vectors to get pagesize and osreldate information. Use local version of getpagesize(), rtld_getpagesize() in private allocator. Override the

svn commit: r211414 - head/libexec/rtld-elf

2010-08-17 Thread Konstantin Belousov
Author: kib Date: Tue Aug 17 09:08:28 2010 New Revision: 211414 URL: http://svn.freebsd.org/changeset/base/211414 Log: Provide the starting image with the pointer to ELF aux vector. It is written into the __elf_aux_vector variable, if the symbol is present. Idea from:kan Tested by:

svn commit: r211415 - head/usr.sbin/powerd

2010-08-17 Thread Bruce Cran
Author: brucec Date: Tue Aug 17 09:11:38 2010 New Revision: 211415 URL: http://svn.freebsd.org/changeset/base/211415 Log: Add -m and -M options to control the minimum and maximum frequency. PR: bin/145063 Submitted by: Boris Kochergin spawk at acm.poly.edu Reviewed by: cperciva

svn commit: r211416 - in head/lib/libc: gen include stdlib sys

2010-08-17 Thread Konstantin Belousov
Author: kib Date: Tue Aug 17 09:13:26 2010 New Revision: 211416 URL: http://svn.freebsd.org/changeset/base/211416 Log: Use aux vector to get values for SSP canary, pagesize, pagesizes array, number of host CPUs and osreldate. This eliminates the last sysctl(2) calls from the dynamically

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

2010-08-17 Thread Bruce Cran
Author: brucec Date: Tue Aug 17 09:39:06 2010 New Revision: 211417 URL: http://svn.freebsd.org/changeset/base/211417 Log: To restart, sysinstall calls execl. Since it will create a new process, we can't check to see if sysinstall is running as init just by checking if the PID is 0.

svn commit: r211418 - head/tools/test/auxinfo

2010-08-17 Thread Konstantin Belousov
Author: kib Date: Tue Aug 17 09:42:50 2010 New Revision: 211418 URL: http://svn.freebsd.org/changeset/base/211418 Log: Add simple test to check the functioning of retrieval of pagesize()/pagesizes() after change to use aux vector. Note that public function getosreldate() is different from

svn commit: r211419 - head/contrib/top

2010-08-17 Thread Bruce Cran
Author: brucec Date: Tue Aug 17 09:51:08 2010 New Revision: 211419 URL: http://svn.freebsd.org/changeset/base/211419 Log: Since top displays the uptime including seconds, there is no need to add 30 onto it, which may have been used for rounding purposes in other utilities. PR:

Re: svn commit: r211417 - head/usr.sbin/sysinstall

2010-08-17 Thread Kostik Belousov
On Tue, Aug 17, 2010 at 09:39:06AM +, Bruce Cran wrote: Author: brucec Date: Tue Aug 17 09:39:06 2010 New Revision: 211417 URL: http://svn.freebsd.org/changeset/base/211417 Log: To restart, sysinstall calls execl. Since it will create a new process, we execl(3) does not create new

svn commit: r211422 - head/contrib/tzdata

2010-08-17 Thread Edwin Groothuis
Author: edwin Date: Tue Aug 17 12:10:35 2010 New Revision: 211422 URL: http://svn.freebsd.org/changeset/base/211422 Log: MFV of r211420, tzdata2010l - Fix start times of DST for Egypt. - clocks were set back one hour at 2010-08-11 00:00:00 local time in Gaza and the West Bank.

svn commit: r211424 - in head/sys: amd64/amd64 i386/i386

2010-08-17 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Tue Aug 17 12:17:24 2010 New Revision: 211424 URL: http://svn.freebsd.org/changeset/base/211424 Log: - The iMac9,1 needs the PAT workaround as well Approved by: cognet Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c Modified:

svn commit: r211433 - head/sys/netinet

2010-08-17 Thread John Baldwin
Author: jhb Date: Tue Aug 17 16:41:16 2010 New Revision: 211433 URL: http://svn.freebsd.org/changeset/base/211433 Log: Ensure a minimum slop of 10 extra pcb structures when providing a memory size estimate to userland for pcb list sysctls. The previous behavior of a slop of n/8 does not

svn commit: r211434 - head/sys/cam/scsi

2010-08-17 Thread Matt Jacob
Author: mjacob Date: Tue Aug 17 17:11:15 2010 New Revision: 211434 URL: http://svn.freebsd.org/changeset/base/211434 Log: Now is as good a time as any to find out if we induce breakage by issueing aborts for any pending commands when we're decommssioning a disk. MFC after:3 months

Re: svn commit: r211397 - in head: lib/libbluetooth lib/libc/gen lib/libc/net lib/libc/stdlib lib/libc/sys lib/libedit lib/libelf lib/libgeom lib/libgpib lib/libgssapi lib/libpmc lib/libradius lib/lib

2010-08-17 Thread Bruce Evans
Hi Joel, On Mon, 16 Aug 2010, Joel Dahl wrote: Log: Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while translating these manual pages. Minor corrections by me. I noticed a few fixes missed nearby while checking the change in msun. Modified:

svn commit: r211435 - head/sys/netinet6

2010-08-17 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 17 17:30:56 2010 New Revision: 211435 URL: http://svn.freebsd.org/changeset/base/211435 Log: Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1. MFC after:2 weeks Modified: head/sys/netinet6/raw_ip6.c Modified: head/sys/netinet6/raw_ip6.c

Re: svn commit: r211397 - in head: lib/libbluetooth lib/libc/gen lib/libc/net lib/libc/stdlib lib/libc/sys lib/libedit lib/libelf lib/libgeom lib/libgpib lib/libgssapi lib/libpmc lib/libradius lib/lib

2010-08-17 Thread Ulrich Spörlein
On Mon, 16.08.2010 at 15:18:30 +, Joel Dahl wrote: Author: joel (doc committer) Date: Mon Aug 16 15:18:30 2010 New Revision: 211397 URL: http://svn.freebsd.org/changeset/base/211397 Log: Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while translating these

Re: svn commit: r211434 - head/sys/cam/scsi

2010-08-17 Thread Scott Long
This is violates the policy that CAM has effectively had for a long time that separates protocol error handling in the periph from transport error recovery in the SIM. I think it's better to encourage SIMs to register an AC_LOST_DEVICE event and handle command aborts themselves. Most drivers

Re: svn commit: r211434 - head/sys/cam/scsi

2010-08-17 Thread Matthew Jacob
On 8/17/2010 10:59 AM, Scott Long wrote: This is violates the policy that CAM has effectively had for a long time that separates protocol error handling in the periph from transport error recovery in the SIM. I think it's better to encourage SIMs to register an AC_LOST_DEVICE event and

Re: svn commit: r210175 - head/usr.sbin/sysinstall

2010-08-17 Thread Peter Jeremy
On 2010-Aug-16 00:06:35 +0200, Marc Fonvieille black...@freebsd.org wrote: We still support PLIP (with a laplink cable) since a plip0 interface is displayed on this screen during installation if you have a parallel port on the motherboard. Has anyone actually verified that it still works? I know

Re: svn commit: r210175 - head/usr.sbin/sysinstall

2010-08-17 Thread Marc Fonvieille
On Wed, Aug 18, 2010 at 05:23:20AM +1000, Peter Jeremy wrote: On 2010-Aug-16 00:06:35 +0200, Marc Fonvieille black...@freebsd.org wrote: We still support PLIP (with a laplink cable) since a plip0 interface is displayed on this screen during installation if you have a parallel port on the

Re: svn commit: r211318 - head/usr.sbin/sysinstall

2010-08-17 Thread Alexey Dokuchaev
On Sat, Aug 14, 2010 at 09:48:22PM +, Jens Schweikhardt wrote: Author: schweikh Date: Sat Aug 14 21:48:22 2010 New Revision: 211318 URL: http://svn.freebsd.org/changeset/base/211318 Log: Correctly spell janice and jimmy as janis and jimi (assuming the famous rock stars meant were

Re: svn commit: r210175 - head/usr.sbin/sysinstall

2010-08-17 Thread John Baldwin
On Tuesday, August 17, 2010 3:23:20 pm Peter Jeremy wrote: On 2010-Aug-16 00:06:35 +0200, Marc Fonvieille black...@freebsd.org wrote: We still support PLIP (with a laplink cable) since a plip0 interface is displayed on this screen during installation if you have a parallel port on the

svn commit: r211437 - in head: share/mk sys/conf sys/dev/aic7xxx/aicasm sys/i386/acpica

2010-08-17 Thread Rui Paulo
Author: rpaulo Date: Tue Aug 17 20:39:28 2010 New Revision: 211437 URL: http://svn.freebsd.org/changeset/base/211437 Log: For every instance of '.if ${CC} == foo' or '.if ${CC} != foo' in Makefiles or *.mk files, use ${CC:T:Mfoo} instead, so only the basename of the compiler command

Re: svn commit: r211436 - head

2010-08-17 Thread Max Laier
On Tuesday 17 August 2010 22:26:17 Dag-Erling Smorgrav wrote: Author: des Date: Tue Aug 17 20:26:17 2010 New Revision: 211436 URL: http://svn.freebsd.org/changeset/base/211436 Log: Split kernel stage 3.2 (build everything) into 3.2 (build the kernel) and 3.3 (build the modules).