Re: svn commit: r198351 - head/share/zoneinfo

2009-10-26 Thread Edwin Groothuis
On Tue, Oct 27, 2009 at 06:52:51AM +0200, Andriy Gapon wrote: > on 27/10/2009 02:42 Edwin Groothuis said the following: > > On Mon, Oct 26, 2009 at 08:05:31PM -0400, Ben Kaduk wrote: > >>> + fi; \ > >>> + echo "Updating /etc/localtime"; \ > >>> +

Re: svn commit: r198351 - head/share/zoneinfo

2009-10-26 Thread Andriy Gapon
on 27/10/2009 02:42 Edwin Groothuis said the following: > On Mon, Oct 26, 2009 at 08:05:31PM -0400, Ben Kaduk wrote: >>> + fi; \ >>> + echo "Updating /etc/localtime"; \ >>> + tzsetup ${optC} -r; \ >> >> This breaks installworld for m

Re: svn commit: r198351 - head/share/zoneinfo

2009-10-26 Thread Edwin Groothuis
On Mon, Oct 26, 2009 at 08:05:31PM -0400, Ben Kaduk wrote: > > + fi; \ > > + echo "Updating /etc/localtime"; \ > > + tzsetup ${optC} -r; \ > > > This breaks installworld for me. Replacing tzsetup with a hardcoded > /usr/sbin/tzset

Re: svn commit: r198351 - head/share/zoneinfo

2009-10-26 Thread Ben Kaduk
On Wed, Oct 21, 2009 at 4:59 PM, Edwin Groothuis wrote: > Author: edwin > Date: Wed Oct 21 20:59:12 2009 > New Revision: 198351 > URL: http://svn.freebsd.org/changeset/base/198351 > > Log: > After the installation of the /usr/share/zoneinfo, run tzsetup if > /var/db/zoneinfo exists. > > MFC aft

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

2009-10-26 Thread Colin Percival
Ronald Klop wrote: > I'm no committer, but isn't it nice to close the fd? Indeed -- I need to be more awake when I do commits in the future. :-) I've fixed this now; thanks for pointing it out. -- Colin Percival Security Officer, FreeBSD | freebsd.org | The power to serve Founder / author, Tars

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

2009-10-26 Thread Colin Percival
Author: cperciva Date: Mon Oct 26 23:24:59 2009 New Revision: 198503 URL: http://svn.freebsd.org/changeset/base/198503 Log: Don't leak a file descriptor when ejecting a CDROM. Submitted by: Ronald Klop, trhodes Note to self: don't do commits while half-asleep Modified: head/usr.sbin/sy

svn commit: r198502 - head/sys/sparc64/include

2009-10-26 Thread Marius Strobl
Author: marius Date: Mon Oct 26 22:00:26 2009 New Revision: 198502 URL: http://svn.freebsd.org/changeset/base/198502 Log: Sync with the other archs and wrapper the prototype of in_cksum_skip(9) in #ifdef _KERNEL. Submitted by: Ulrich Spoerlein MFC after:1 month Modified: head/sys

svn commit: r198501 - head/sys/dev/usb/controller

2009-10-26 Thread Andrew Thompson
Author: thompsa Date: Mon Oct 26 21:47:16 2009 New Revision: 198501 URL: http://svn.freebsd.org/changeset/base/198501 Log: Revert r198500 for now, this will break situations when hw.pci.usb_early_takeover is set to zero and the SMM release is never done. Pointed out by: marcel Mo

Re: svn commit: r198500 - head/sys/dev/usb/controller

2009-10-26 Thread Andrew Thompson
2009/10/27 John Baldwin : > On Monday 26 October 2009 4:23:15 pm Andrew Thompson wrote: >> Author: thompsa >> Date: Mon Oct 26 20:23:15 2009 >> New Revision: 198500 >> URL: http://svn.freebsd.org/changeset/base/198500 >> >> Log: >>   Remove usb controller takeover code now that it is handled by the

Re: svn commit: r198500 - head/sys/dev/usb/controller

2009-10-26 Thread John Baldwin
On Monday 26 October 2009 4:23:15 pm Andrew Thompson wrote: > Author: thompsa > Date: Mon Oct 26 20:23:15 2009 > New Revision: 198500 > URL: http://svn.freebsd.org/changeset/base/198500 > > Log: > Remove usb controller takeover code now that it is handled by the pci code. > > Reminded by:

Re: svn commit: r198500 - head/sys/dev/usb/controller

2009-10-26 Thread Marcel Moolenaar
On Oct 26, 2009, at 1:23 PM, Andrew Thompson wrote: Author: thompsa Date: Mon Oct 26 20:23:15 2009 New Revision: 198500 URL: http://svn.freebsd.org/changeset/base/198500 Log: Remove usb controller takeover code now that it is handled by the pci code. Uhm.. PCI does it conditionally, base

Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2009-10-26 Thread Marcel Moolenaar
On Oct 26, 2009, at 1:11 PM, Marius Strobl wrote: The cheetah-class CPUs, i.e. USIII and later, take care of I$ coherency themselves, unlike the spitfire ones (see also cheetah_icache_page_inval() vs. spitfire_icache_page_inval()). This explains why I didn't see any I-cache coherency issues :

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

2009-10-26 Thread Ronald Klop
I'm no committer, but isn't it nice to close the fd? Ronald. On Mon, 26 Oct 2009 07:51:21 +0100, Colin Percival wrote: Author: cperciva Date: Mon Oct 26 06:51:20 2009 New Revision: 198477 URL: http://svn.freebsd.org/changeset/base/198477 Log: Eject CDROM after installation if used as so

svn commit: r198500 - head/sys/dev/usb/controller

2009-10-26 Thread Andrew Thompson
Author: thompsa Date: Mon Oct 26 20:23:15 2009 New Revision: 198500 URL: http://svn.freebsd.org/changeset/base/198500 Log: Remove usb controller takeover code now that it is handled by the pci code. Reminded by: jhb Reviewed by: HPS Modified: head/sys/dev/usb/controller/ehci_pci.c

Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2009-10-26 Thread Marius Strobl
On Sun, Oct 25, 2009 at 02:37:40PM -0700, Marcel Moolenaar wrote: > > On Oct 25, 2009, at 1:25 PM, Marius Strobl wrote: > > > >Do you have a simple test case demonstrating the need for > >I-cache synchronisation? > > I typically use GDB. If breakpoints aren't being hit or > next isn't behaving co

svn commit: r198499 - head/sys/netinet

2009-10-26 Thread Michael Tuexen
Author: tuexen Date: Mon Oct 26 19:23:34 2009 New Revision: 198499 URL: http://svn.freebsd.org/changeset/base/198499 Log: Improve the round robin stream scheduler. Approved by: rrs (mentor) MFC after: 3 days Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_outp

Re: svn commit: r198496 - in stable/7: etc etc/mtree include sys sys/contrib/pf sys/dev/mfi usr.sbin usr.sbin/acpi usr.sbin/adduser usr.sbin/arp usr.sbin/bluetooth usr.sbin/bluetooth/btpand usr.sbin

2009-10-26 Thread pluknet
2009/10/26 John Baldwin : > Author: jhb > Date: Mon Oct 26 18:57:57 2009 > New Revision: 198496 > URL: http://svn.freebsd.org/changeset/base/198496 > > Log: >  MFC 196200,196211,196280-196282: >  Introduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 >  controllers.  Controller

svn commit: r198498 - head/usr.sbin/mfiutil

2009-10-26 Thread John Baldwin
Author: jhb Date: Mon Oct 26 19:10:54 2009 New Revision: 198498 URL: http://svn.freebsd.org/changeset/base/198498 Log: Trim empty mergeinfo. Modified: head/usr.sbin/mfiutil/mfiutil.8 (props changed) ___ svn-src-all@freebsd.org mailing list http://

svn commit: r198497 - in stable/7/usr.sbin: . acpi adduser arp bluetooth bluetooth/btpand bluetooth/hcsecd bluetooth/hcseriald bluetooth/rfcomm_pppd bluetooth/sdpd bsnmpd/modules/snmp_pf burncd cdc...

2009-10-26 Thread John Baldwin
Author: jhb Date: Mon Oct 26 19:06:05 2009 New Revision: 198497 URL: http://svn.freebsd.org/changeset/base/198497 Log: MFC 196212,196283: Add mptutil, a basic utility for managing MPT SCSI/SATA/SAS controllers. Drive and controller status can be reported, basic attributes changed, and arra

svn commit: r198496 - in stable/7: etc etc/mtree include sys sys/contrib/pf sys/dev/mfi usr.sbin usr.sbin/acpi usr.sbin/adduser usr.sbin/arp usr.sbin/bluetooth usr.sbin/bluetooth/btpand usr.sbin/bl...

2009-10-26 Thread John Baldwin
Author: jhb Date: Mon Oct 26 18:57:57 2009 New Revision: 198496 URL: http://svn.freebsd.org/changeset/base/198496 Log: MFC 196200,196211,196280-196282: Introduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 controllers. Controller, array, and drive status can be checked

svn commit: r198495 - head/sys/kern

2009-10-26 Thread John Baldwin
Author: jhb Date: Mon Oct 26 18:32:06 2009 New Revision: 198495 URL: http://svn.freebsd.org/changeset/base/198495 Log: Another nit that both I and ispell missed. Submitted by: Ben Kaduk minimarmot of gmail Modified: head/sys/kern/kern_cpuset.c Modified: head/sys/kern/kern_cpuset.c

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread John Baldwin
On Monday 26 October 2009 1:45:39 pm Nathan Whitehorn wrote: > John Baldwin wrote: > > On Monday 26 October 2009 12:32:48 pm Marcel Moolenaar wrote: > > > >> On Oct 26, 2009, at 5:37 AM, John Baldwin wrote: > >> > >> > Log: > BIOSes, buggy or otherwise, are i386 or amd64 specific

svn commit: r198494 - head/sys/fs/tmpfs

2009-10-26 Thread Alan Cox
Author: alc Date: Mon Oct 26 18:02:05 2009 New Revision: 198494 URL: http://svn.freebsd.org/changeset/base/198494 Log: There is no need to "busy" a page when the object is locked for the duration of the operation. Modified: head/sys/fs/tmpfs/tmpfs_subr.c Modified: head/sys/fs/tmpfs/tmpfs_s

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread Nathan Whitehorn
John Baldwin wrote: On Monday 26 October 2009 12:32:48 pm Marcel Moolenaar wrote: On Oct 26, 2009, at 5:37 AM, John Baldwin wrote: Log: BIOSes, buggy or otherwise, are i386 or amd64 specific. Have the early USB takeover enabled for i386 and amd64 by default. This also avoids a pani

svn commit: r198493 - head/sys/kern

2009-10-26 Thread John Baldwin
Author: jhb Date: Mon Oct 26 17:42:03 2009 New Revision: 198493 URL: http://svn.freebsd.org/changeset/base/198493 Log: Fix some spelling nits. Modified: head/sys/kern/kern_cpuset.c Modified: head/sys/kern/kern_cpuset.c =

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread Marcel Moolenaar
On Oct 26, 2009, at 9:54 AM, John Baldwin wrote: On Monday 26 October 2009 12:32:48 pm Marcel Moolenaar wrote: On Oct 26, 2009, at 5:37 AM, John Baldwin wrote: Log: BIOSes, buggy or otherwise, are i386 or amd64 specific. Have the early USB takeover enabled for i386 and amd64 by default. Thi

svn commit: r198492 - head/lib/libbluetooth

2009-10-26 Thread Maksim Yevmenkin
Author: emax Date: Mon Oct 26 17:27:30 2009 New Revision: 198492 URL: http://svn.freebsd.org/changeset/base/198492 Log: Fix typo in bluetooth.3 Do not use reserved C++ keyword "new" MFC after:1 month Modified: head/lib/libbluetooth/bluetooth.3 head/lib/libbluetooth/bluetooth.h M

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread John Baldwin
On Monday 26 October 2009 12:32:48 pm Marcel Moolenaar wrote: > > On Oct 26, 2009, at 5:37 AM, John Baldwin wrote: > > >> Log: > >> BIOSes, buggy or otherwise, are i386 or amd64 specific. > >> Have the early USB takeover enabled for i386 and amd64 > >> by default. > >> This also avoids a pani

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread Andriy Gapon
on 26/10/2009 18:32 Marcel Moolenaar said the following: > > The change was made because 1) doing this as part of the PCI code is > unnecessary for non-PC HW, and 2) it's entirely untested on non-PC > HW and the gratuitous change can therefore only do harm -- he, guess > what, it did do harm. > >

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread Marcel Moolenaar
On Oct 26, 2009, at 5:37 AM, John Baldwin wrote: Log: BIOSes, buggy or otherwise, are i386 or amd64 specific. Have the early USB takeover enabled for i386 and amd64 by default. This also avoids a panic on PowerPC where the resource isn't released properly and we find a busy resource when

Re: svn commit: r198486 - head/sys/dev/ata

2009-10-26 Thread Giorgos Keramidas
On Mon, 26 Oct 2009 17:50:38 +0200, Giorgos Keramidas wrote: > diff -r 912fc3591cda sys/i386/conf/KOBE > --- a/sys/i386/conf/KOBE Mon Oct 26 15:41:28 2009 +0200 > +++ b/sys/i386/conf/KOBE Mon Oct 26 17:46:11 2009 +0200 > @@ -90,6 +90,7 @@ > device atapicam# emulat

Re: svn commit: r198486 - head/sys/dev/ata

2009-10-26 Thread Giorgos Keramidas
me. %%% diff -r 912fc3591cda UPDATING --- a/UPDATING Mon Oct 26 15:41:28 2009 +0200 +++ b/UPDATING Mon Oct 26 17:46:11 2009 +0200 @@ -22,6 +22,11 @@ machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20091026: + The ata(4) driv

Re: svn commit: r198486 - head/sys/dev/ata

2009-10-26 Thread Alexander Motin
Andriy Gapon wrote: > on 26/10/2009 16:42 Alexey Dokuchaev said the following: >> On Mon, Oct 26, 2009 at 11:20:15AM +, Alexander Motin wrote: >>> Author: mav >>> Date: Mon Oct 26 11:20:14 2009 >>> New Revision: 198486 >>> URL: http://svn.freebsd.org/changeset/base/198486 >>> >>> Log: >>> Inc

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

2009-10-26 Thread John Baldwin
On Monday 26 October 2009 6:35:17 am Alexander Motin wrote: > Author: mav > Date: Mon Oct 26 10:35:16 2009 > New Revision: 198483 > URL: http://svn.freebsd.org/changeset/base/198483 > > Log: > Document new modularised ATA kernel options. Presumably it wouldn't actually hurt to leave these enabl

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread John Baldwin
On Friday 23 October 2009 6:53:01 pm Marcel Moolenaar wrote: > Author: marcel > Date: Fri Oct 23 22:53:01 2009 > New Revision: 198431 > URL: http://svn.freebsd.org/changeset/base/198431 > > Log: > BIOSes, buggy or otherwise, are i386 or amd64 specific. > Have the early USB takeover enabled for

svn commit: r198491 - head/sbin/mount_nfs

2009-10-26 Thread Jaakko Heinonen
Author: jh Date: Mon Oct 26 14:57:33 2009 New Revision: 198491 URL: http://svn.freebsd.org/changeset/base/198491 Log: Fix parsing of mount options specified with -o in case an option with value is preceded by an option without value (for example -o option1,option2=value). Options must be sep

Re: svn commit: r198486 - head/sys/dev/ata

2009-10-26 Thread Andriy Gapon
on 26/10/2009 16:42 Alexey Dokuchaev said the following: > On Mon, Oct 26, 2009 at 11:20:15AM +, Alexander Motin wrote: >> Author: mav >> Date: Mon Oct 26 11:20:14 2009 >> New Revision: 198486 >> URL: http://svn.freebsd.org/changeset/base/198486 >> >> Log: >> Increase ATA command timeouts. So

Re: svn commit: r198486 - head/sys/dev/ata

2009-10-26 Thread Alexey Dokuchaev
On Mon, Oct 26, 2009 at 11:20:15AM +, Alexander Motin wrote: > Author: mav > Date: Mon Oct 26 11:20:14 2009 > New Revision: 198486 > URL: http://svn.freebsd.org/changeset/base/198486 > > Log: > Increase ATA command timeouts. Some drives need more then 5s to spin-up. Can't it be factored out

svn commit: r198490 - in head/contrib/ncurses: . ncurses/base

2009-10-26 Thread Rong-En Fan
Author: rafan Date: Mon Oct 26 13:03:52 2009 New Revision: 198490 URL: http://svn.freebsd.org/changeset/base/198490 Log: Merge r198489 from vendor/ncurses/dist: Pull upstream patch to fix ee(1) crash when received SIGWINCH: modify _nc_wgetch() to check for a -1 in the fifo, e.g., a

svn commit: r198489 - vendor/ncurses/dist/ncurses/base

2009-10-26 Thread Rong-En Fan
Author: rafan Date: Mon Oct 26 13:01:29 2009 New Revision: 198489 URL: http://svn.freebsd.org/changeset/base/198489 Log: Pull upstream patch to fix ee(1) crash when received SIGWINCH: modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a SIGWINCH, and discard that value, to

svn commit: r198488 - head/sys/dev/ata

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 11:26:49 2009 New Revision: 198488 URL: http://svn.freebsd.org/changeset/base/198488 Log: Report SATA speeds to CAM, to not confuse users with low numbers logged. Modified: head/sys/dev/ata/atapi-cam.c Modified: head/sys/dev/ata/atapi-cam.c ==

svn commit: r198487 - head/sys/dev/ata

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 11:23:41 2009 New Revision: 198487 URL: http://svn.freebsd.org/changeset/base/198487 Log: Round timeout up when converting CAM milliseconds to ATA seconds. Modified: head/sys/dev/ata/atapi-cam.c Modified: head/sys/dev/ata/atapi-cam.c =

svn commit: r198486 - head/sys/dev/ata

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 11:20:14 2009 New Revision: 198486 URL: http://svn.freebsd.org/changeset/base/198486 Log: Increase ATA command timeouts. Some drives need more then 5s to spin-up. PR: kern/111023 Modified: head/sys/dev/ata/ata-disk.c head/sys/dev/ata/ata-queue.c

svn commit: r198483 - head/sys/conf

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 10:35:16 2009 New Revision: 198483 URL: http://svn.freebsd.org/changeset/base/198483 Log: Document new modularised ATA kernel options. PR: kern/133162 MFC after:3 days Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ==

svn commit: r198482 - head/sys/dev/ata/chipsets

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 10:07:52 2009 New Revision: 198482 URL: http://svn.freebsd.org/changeset/base/198482 Log: Add IDs for PATA part also. Modified: head/sys/dev/ata/chipsets/ata-via.c Modified: head/sys/dev/ata/chipsets/ata-via.c =

Re: svn commit: r198480 - head

2009-10-26 Thread Bruce Cran
On Mon, 26 Oct 2009 09:16:09 + (UTC) Alexander Motin wrote: > Author: mav > Date: Mon Oct 26 09:16:08 2009 > New Revision: 198480 > URL: http://svn.freebsd.org/changeset/base/198480 > > Log: > Document atapci kernel module split. > > PR: amd64/139859 > MFC after: 3 days Co

svn commit: r198481 - in head/sys/dev/ata: . chipsets

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 10:00:59 2009 New Revision: 198481 URL: http://svn.freebsd.org/changeset/base/198481 Log: Add two more VIA SATA chip IDs. PR: kern/135057 Modified: head/sys/dev/ata/ata-pci.h head/sys/dev/ata/chipsets/ata-via.c Modified: head/sys/dev/ata/ata-pci.

svn commit: r198480 - head

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 09:16:08 2009 New Revision: 198480 URL: http://svn.freebsd.org/changeset/base/198480 Log: Document atapci kernel module split. PR: amd64/139859 MFC after:3 days Modified: head/UPDATING Modified: head/UPDATING =

svn commit: r198479 - head/sys/dev/ata/chipsets

2009-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 08:41:10 2009 New Revision: 198479 URL: http://svn.freebsd.org/changeset/base/198479 Log: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 MFC after:3 days M

svn commit: r198478 - head/sbin/geom/class/part

2009-10-26 Thread Ulf Lilleengen
Author: lulf Date: Mon Oct 26 07:43:41 2009 New Revision: 198478 URL: http://svn.freebsd.org/changeset/base/198478 Log: - Initialize variable in order to avoid GCC warning and enable WARNS=6. PR: bin/139970 Submitted by: Ulrich Spörlein Modified: head/sbin/geom/class/part/Ma