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"; \
> >>> +
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
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
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
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
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
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
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
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
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:
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
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 :
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
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
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
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
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
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://
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
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
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
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
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
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
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
=
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
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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
==
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
=
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
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
==
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
=
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
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.
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
=
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
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
50 matches
Mail list logo