Re: svn commit: r210225 - in head/sys: kern sys

2010-07-18 Thread Bruce Evans
On Sun, 18 Jul 2010, Colin Percival wrote: On 07/18/10 13:23, Edward Tomasz Napierala wrote: Log: The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright occurences from sys/sys/ and sys/kern/. The "/*-" comment marker indicates to utilities that comments should

svn commit: r210228 - head/usr.bin/systat

2010-07-18 Thread Alexander Motin
Author: mav Date: Mon Jul 19 02:26:59 2010 New Revision: 210228 URL: http://svn.freebsd.org/changeset/base/210228 Log: Partially revert r209312, restoring ability to fit "stray irqX" names into into available 10 characters by dropping "irq" in the middle of string. Modified: head/usr.bin/sy

Re: svn commit: r210225 - in head/sys: kern sys

2010-07-18 Thread M. Warner Losh
In message: <4c436535.7000...@freebsd.org> Colin Percival writes: : On 07/18/10 13:23, Edward Tomasz Napierala wrote: : > Log: : > The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright : > occurences from sys/sys/ and sys/kern/. : : The "/*-" comment ma

svn commit: r210227 - head/sys/fs/nfsclient

2010-07-18 Thread Rick Macklem
Author: rmacklem Date: Sun Jul 18 22:35:46 2010 New Revision: 210227 URL: http://svn.freebsd.org/changeset/base/210227 Log: Add a call to nfscl_mustflush() in nfs_close() of the experimental NFSv4 client, so that attributes are not acquired from the server when a delegation for the file is h

svn commit: r210226 - in head/sys: kern sys

2010-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 18 20:57:53 2010 New Revision: 210226 URL: http://svn.freebsd.org/changeset/base/210226 Log: Revert r210225 - turns out I was wrong; the "/*-" is not license-only thing; it's also used to indicate that the comment should not be automatically rewrapped. Explai

Re: svn commit: r210225 - in head/sys: kern sys

2010-07-18 Thread Colin Percival
On 07/18/10 13:23, Edward Tomasz Napierala wrote: > Log: > The "/*-" comment marker is supposed to denote copyrights. Remove > non-copyright > occurences from sys/sys/ and sys/kern/. The "/*-" comment marker indicates to utilities that comments should not be re-wrapped. Some of the comments

svn commit: r210225 - in head/sys: kern sys

2010-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 18 20:23:10 2010 New Revision: 210225 URL: http://svn.freebsd.org/changeset/base/210225 Log: The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright occurences from sys/sys/ and sys/kern/. Modified: head/sys/kern/init_main.c head/sys/k

svn commit: r210224 - in head/sys: kern sys

2010-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 18 19:29:12 2010 New Revision: 210224 URL: http://svn.freebsd.org/changeset/base/210224 Log: Remove outdated comment and move part of it into more applicable place. Modified: head/sys/kern/kern_resource.c head/sys/sys/resourcevar.h Modified: head/sys/kern/kern_r

svn commit: r210223 - stable/8/sbin/reboot

2010-07-18 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun Jul 18 18:52:00 2010 New Revision: 210223 URL: http://svn.freebsd.org/changeset/base/210223 Log: Fix botched mergeinfo in stable/8, caused by my mismerge of r209703. With help from and approved by: kib@ Modified: Directory Properties: stable/8/sb

Re: svn commit: r210218 - stable/8/sbin/reboot

2010-07-18 Thread Kostik Belousov
On Sun, Jul 18, 2010 at 10:56:20AM +, Benedict Reuschling wrote: > Author: bcr (doc committer) > Date: Sun Jul 18 10:56:20 2010 > New Revision: 210218 > URL: http://svn.freebsd.org/changeset/base/210218 > > Log: > MFC r209703: > > Let boot(8) refer to the uart(4) serial driver, which is

svn commit: r210222 - stable/7/sbin/reboot

2010-07-18 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun Jul 18 14:52:40 2010 New Revision: 210222 URL: http://svn.freebsd.org/changeset/base/210222 Log: Revert to r172506, because sio(4) is still the default in stable/7. Pointed out by: gavin Modified: stable/7/sbin/reboot/boot_i386.8 Modified: stabl

Re: svn commit: r210219 - stable/7/sbin/reboot

2010-07-18 Thread Benedict Reuschling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 18.07.10 15:22, schrieb Gavin Atkinson: > On Sun, 18 Jul 2010, Benedict Reuschling wrote: > >> Author: bcr (doc committer) >> Date: Sun Jul 18 11:03:32 2010 >> New Revision: 210219 >> URL: http://svn.freebsd.org/changeset/base/210219 >> >> Log: >>

Re: svn commit: r210219 - stable/7/sbin/reboot

2010-07-18 Thread Gavin Atkinson
On Sun, 18 Jul 2010, Benedict Reuschling wrote: > Author: bcr (doc committer) > Date: Sun Jul 18 11:03:32 2010 > New Revision: 210219 > URL: http://svn.freebsd.org/changeset/base/210219 > > Log: > MFC r209703: > > Let boot(8) refer to the uart(4) serial driver, which is the replacement >

svn commit: r210221 - in head: bin/sh tools/regression/bin/sh/parser

2010-07-18 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 18 12:45:31 2010 New Revision: 210221 URL: http://svn.freebsd.org/changeset/base/210221 Log: sh: Allow a background command consisting solely of redirections. Example: http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "sv

svn commit: r210220 - head/sys/sys

2010-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 18 11:13:36 2010 New Revision: 210220 URL: http://svn.freebsd.org/changeset/base/210220 Log: Style fix - keep the line length below 80 characters. Submitted by: bde@ Modified: head/sys/sys/resource.h Modified: head/sys/sys/resource.h =

svn commit: r210219 - stable/7/sbin/reboot

2010-07-18 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun Jul 18 11:03:32 2010 New Revision: 210219 URL: http://svn.freebsd.org/changeset/base/210219 Log: MFC r209703: Let boot(8) refer to the uart(4) serial driver, which is the replacement for the obsolete sio(4) driver. PR: docs/144498 S

svn commit: r210218 - stable/8/sbin/reboot

2010-07-18 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun Jul 18 10:56:20 2010 New Revision: 210218 URL: http://svn.freebsd.org/changeset/base/210218 Log: MFC r209703: Let boot(8) refer to the uart(4) serial driver, which is the replacement for the obsolete sio(4) driver. PR: docs/144498 S

svn commit: r210217 - head/sys/kern

2010-07-18 Thread Ivan Voras
Author: ivoras Date: Sun Jul 18 10:15:33 2010 New Revision: 210217 URL: http://svn.freebsd.org/changeset/base/210217 Log: In keeping with the Age-of-the-fruitbat theme, scale up hirunningspace on machines which can clearly afford the memory. This is a somewhat conservative version of the

svn commit: r210216 - head/sys/sys

2010-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 18 08:54:31 2010 New Revision: 210216 URL: http://svn.freebsd.org/changeset/base/210216 Log: Style fix. Modified: head/sys/sys/resource.h Modified: head/sys/sys/resource.h == --- head/sys/

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

2010-07-18 Thread Simon L. Nielsen
Author: simon Date: Sun Jul 18 08:34:44 2010 New Revision: 210215 URL: http://svn.freebsd.org/changeset/base/210215 Log: Cross reference tree(3) and queue(3). MFC after:1 week Modified: head/share/man/man3/queue.3 head/share/man/man3/tree.3 Modified: head/share/man/man3/queue.3 ==

svn commit: r210214 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-07-18 Thread Martin Matuska
Author: mm Date: Sun Jul 18 07:59:55 2010 New Revision: 210214 URL: http://svn.freebsd.org/changeset/base/210214 Log: MFC r209275: Import latest ARC change from OpenSolaris: - large ghost eviction causes high write latency - arc_adjust might adjust MRU unnecessarily - arc_adapt can le

svn commit: r210213 - head/sys/fs/unionfs

2010-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 18 07:55:22 2010 New Revision: 210213 URL: http://svn.freebsd.org/changeset/base/210213 Log: Fix build. Submitted by: Andreas Tobler Modified: head/sys/fs/unionfs/union_subr.c Modified: head/sys/fs/unionfs/union_subr.c ===

svn commit: r210212 - stable/8/share/man/man4

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:42:54 2010 New Revision: 210212 URL: http://svn.freebsd.org/changeset/base/210212 Log: MFC r209664: Add ata(4) ability to limit initial ATA mode for devices via device hints. After boot this mode can be changed with atacontrol/camcontrol as usual. It works f

svn commit: r210211 - stable/8/sys/cam/ata

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:34:20 2010 New Revision: 210211 URL: http://svn.freebsd.org/changeset/base/210211 Log: MFC r209744: ATA device reset starts probe sequence from the beginning. If reset caused by timeout/error of one of probe commands, process may continue infinitely. Make CA

svn commit: r210210 - stable/8/sys/cam/ata

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:31:25 2010 New Revision: 210210 URL: http://svn.freebsd.org/changeset/base/210210 Log: MFC r208823: Add allocation error handling. Modified: stable/8/sys/cam/ata/ata_xpt.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xe

svn commit: r210209 - stable/8/sys/cam/ata

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:29:37 2010 New Revision: 210209 URL: http://svn.freebsd.org/changeset/base/210209 Log: MFC r208819: Fix double free on error. Modified: stable/8/sys/cam/ata/ata_pmp.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r210208 - stable/8/sys/dev/ata

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:23:00 2010 New Revision: 210208 URL: http://svn.freebsd.org/changeset/base/210208 Log: MFC r209883, r209944: Make interrupt handler check that CAM bus initialization completed before touching it. It fixes possible panic during controller attach in ATA_CAM mo

svn commit: r210207 - stable/8/sys/dev/iwn

2010-07-18 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Jul 18 07:19:23 2010 New Revision: 210207 URL: http://svn.freebsd.org/changeset/base/210207 Log: MFC r210107,r210108: - Remove duplicate vendor:device entry. - Fix some small whitespace nits. Modified: stable/8/sys/dev/iwn/if_iwn.c stable/8/sys/dev/iwn/if_iwnv

svn commit: r210206 - stable/8/sys/dev/ata

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:15:37 2010 New Revision: 210206 URL: http://svn.freebsd.org/changeset/base/210206 Log: MFC r209977: Disable multi-sector PIO transfers if ATA_SET_MULTI command failed. Modified: stable/8/sys/dev/ata/ata-disk.c Directory Properties: stable/8/sys/ (props ch

svn commit: r210205 - stable/8/sys/dev/ata/chipsets

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:13:55 2010 New Revision: 210205 URL: http://svn.freebsd.org/changeset/base/210205 Log: MFC r209884: If ata_sata_phy_reset() failed and ata_generic_reset() is not called, mark channel as having no devices connected. This improves hot-unplug operation on legac

svn commit: r210204 - in stable/8/sys/dev/ata: . chipsets

2010-07-18 Thread Alexander Motin
Author: mav Date: Sun Jul 18 07:11:03 2010 New Revision: 210204 URL: http://svn.freebsd.org/changeset/base/210204 Log: MFC r209872: Make hw.ata.ata_dma_check_80pin tunable affect not only device side, but also controller side cable checks. Make respective sysctl writable. PR: