Both systems run amd64. I'll try the tunable when I get back home.
Thanks!
--
Ed Schouten (from iPod)
WWW: http://80386.nl/
On 10 nov 2009, at 07:11, Jun Kuriyama wrote:
At Tue, 10 Nov 2009 06:59:11 +0100,
e...@80386.nl wrote:
(1) On MacBook, lock up occured on real hardware? Not on
h
At Tue, 10 Nov 2009 06:59:11 +0100,
e...@80386.nl wrote:
> > (1) On MacBook, lock up occured on real hardware? Not on hypervisor?
>
> Nope. The MacBook does use Apple's Boot Camp, but I can't say whether
> that can be considered to be a hypervisor. What happens, is that the
> system just locks up
Hello Jun,
* Jun Kuriyama wrote:
> (1) On MacBook, lock up occured on real hardware? Not on hypervisor?
Nope. The MacBook does use Apple's Boot Camp, but I can't say whether
that can be considered to be a hypervisor. What happens, is that the
system just locks up after probing all the device. I
Author: ume
Date: Tue Nov 10 03:56:51 2009
New Revision: 199128
URL: http://svn.freebsd.org/changeset/base/199128
Log:
Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP,
ENOLINK, EPROTO, ENOTCAPABLE.
Modified:
head/lib/libc/nls/ja_JP.UTF-8.msg
head/lib/libc/nls/ja_JP.euc
Author: dougb
Date: Tue Nov 10 03:18:49 2009
New Revision: 199127
URL: http://svn.freebsd.org/changeset/base/199127
Log:
Add a note about no hostname leading to "Amnesiac" on the console
The text is inspired by the PR, but more in line with the existing text
PR: docs/140434
Author: delphij
Date: Tue Nov 10 01:12:00 2009
New Revision: 199126
URL: http://svn.freebsd.org/changeset/base/199126
Log:
MFC revision 199069:
Initialize the whole message unit's DMA buffer to zero, this fixes a panic
during boot when ARC1200 is being used with certain motherboard models
Author: kensmith
Date: Tue Nov 10 00:55:00 2009
New Revision: 199125
URL: http://svn.freebsd.org/changeset/base/199125
Log:
Ready for 8.0-RC3 builds.
Approved by: re (implicit)
Modified:
releng/8.0/sys/conf/newvers.sh
Modified: releng/8.0/sys/conf/newvers.sh
===
Author: delphij
Date: Tue Nov 10 00:52:22 2009
New Revision: 199124
URL: http://svn.freebsd.org/changeset/base/199124
Log:
MFC r198846 (MF8 r199121):
Set umask to 0x077 instead of the default. This prevents non-root user
from reading crashinfo output, which could contain some sensitive
Author: delphij
Date: Tue Nov 10 00:48:24 2009
New Revision: 199123
URL: http://svn.freebsd.org/changeset/base/199123
Log:
Add a minimal change to prevent NULL deference in ee(1).
To repeat the problem, one can press "Ctrl+C" and then enter "0".
Submitted by: Alexander Best
Modified:
Author: delphij
Date: Tue Nov 10 00:46:08 2009
New Revision: 199122
URL: http://svn.freebsd.org/changeset/base/199122
Log:
MFC revision 199069 (MF8 199120):
Initialize the whole message unit's DMA buffer to zero, this fixes a panic
during boot when ARC1200 is being used with certain mothe
Author: delphij
Date: Tue Nov 10 00:41:22 2009
New Revision: 199121
URL: http://svn.freebsd.org/changeset/base/199121
Log:
MFC r198846:
Set umask to 0x077 instead of the default. This prevents non-root user
from reading crashinfo output, which could contain some sensitive
informa
Author: delphij
Date: Tue Nov 10 00:34:25 2009
New Revision: 199120
URL: http://svn.freebsd.org/changeset/base/199120
Log:
MFC revision 199069:
Initialize the whole message unit's DMA buffer to zero, this fixes a panic
during boot when ARC1200 is being used with certain motherboard models
At Mon, 9 Nov 2009 23:52:44 +0100,
e...@80386.nl wrote:
> * Jun Kuriyama wrote:
> > - Add hw.clflush_disable loader tunable to avoid panic (trap 9) at
> > map_invalidate_cache_range() even if CPU is not Intel.
> > - This tunable can be set to -1 (default), 0 and 1. -1 is same as
> > c
Author: kensmith
Date: Mon Nov 9 23:57:40 2009
New Revision: 199119
URL: http://svn.freebsd.org/changeset/base/199119
Log:
Adjust branch tag.
Approved by: re (implicit)
Modified:
releng/8.0/share/examples/cvsup/standard-supfile
Modified: releng/8.0/share/examples/cvsup/standard-supfil
Author: kensmith
Date: Mon Nov 9 23:55:49 2009
New Revision: 199118
URL: http://svn.freebsd.org/changeset/base/199118
Log:
Adjust the branch tag used for 'make update'.
Approved by: re (implicit)
Modified:
releng/8.0/Makefile.inc1
Modified: releng/8.0/Makefile.inc1
===
Author: kensmith
Date: Mon Nov 9 23:48:01 2009
New Revision: 199117
URL: http://svn.freebsd.org/changeset/base/199117
Log:
MFC r199112:
> Comment out the sbp(4) entry for GENERIC config files that contain it.
> There are known issues with this driver that are beyond what can be
> fixed fo
Author: yongari
Date: Mon Nov 9 23:09:18 2009
New Revision: 199116
URL: http://svn.freebsd.org/changeset/base/199116
Log:
Zero out Tx/Rx descriptors before using them. Also add missing
bus_dmamap_sync(9) after Tx descriptor initialization.
Modified:
head/sys/dev/bge/if_bge.c
Modified: hea
Author: yongari
Date: Mon Nov 9 22:58:30 2009
New Revision: 199115
URL: http://svn.freebsd.org/changeset/base/199115
Log:
Add missing bus_dmamap_sync(9) before issuing kick command.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
=
Hi Jun,
* Jun Kuriyama wrote:
> - Add hw.clflush_disable loader tunable to avoid panic (trap 9) at
> map_invalidate_cache_range() even if CPU is not Intel.
> - This tunable can be set to -1 (default), 0 and 1. -1 is same as
> current behavior, which automatically disable CLFLUSH on I
Author: gonzo
Date: Mon Nov 9 22:01:58 2009
New Revision: 199114
URL: http://svn.freebsd.org/changeset/base/199114
Log:
Unbreak booting of FreeBSD/mips by merging r195429 from projects/mips:
- Move dpcpu initialization to mips_proc0_init. It's
more appropriate place for it. Besides dpcp
Author: nwhitehorn
Date: Mon Nov 9 21:54:34 2009
New Revision: 199113
URL: http://svn.freebsd.org/changeset/base/199113
Log:
Insta-MFC of r199084,199108:
Increase the size of the OFW translations buffer to handle G5 systems
that use many translation regions in firmware, and add boun
Author: kensmith
Date: Mon Nov 9 21:39:42 2009
New Revision: 199112
URL: http://svn.freebsd.org/changeset/base/199112
Log:
Comment out the sbp(4) entry for GENERIC config files that contain it.
There are known issues with this driver that are beyond what can be
fixed for 8.0-RELEASE and the
Author: nwhitehorn
Date: Mon Nov 9 21:30:45 2009
New Revision: 199110
URL: http://svn.freebsd.org/changeset/base/199110
Log:
Insta-MFC of r199084,199108:
Increase the size of the OFW translations buffer to handle G5 systems
that use many translation regions in firmware, and add bounds
Author: kensmith
Date: Mon Nov 9 21:28:07 2009
New Revision: 199109
URL: http://svn.freebsd.org/changeset/base/199109
Log:
MFC r198719 (head) r199095 (stable/8):
> While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010)
> do support 64bit addresses, the current SCRIPTS co
Author: nwhitehorn
Date: Mon Nov 9 21:12:28 2009
New Revision: 199108
URL: http://svn.freebsd.org/changeset/base/199108
Log:
Spell sz correctly.
Pointed out by: jmallett
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/sys/powerpc/aim/mmu_oea64.c
Author: edwin
Date: Mon Nov 9 20:49:12 2009
New Revision: 199107
URL: http://svn.freebsd.org/changeset/base/199107
Log:
MFV of r199105, tzdata2009r:
- Three Australian stations in Antarctica have changed their time zone:
Casey moved from UTC+8 to UTC+11
Davis moved from UTC+7 to UT
Author: edwin
Date: Mon Nov 9 20:45:25 2009
New Revision: 199106
URL: http://svn.freebsd.org/changeset/base/199106
Log:
Tag of tzdata2009r
Added:
vendor/tzdata/tzdata2009r/
- copied from r199105, vendor/tzdata/dist/
___
svn-src-all@freebsd.org
Author: edwin
Date: Mon Nov 9 20:44:37 2009
New Revision: 199105
URL: http://svn.freebsd.org/changeset/base/199105
Log:
Vendor import of tzdata2009r:
- Three Australian stations in Antarctica have changed their time zone:
Casey moved from UTC+8 to UTC+11
Davis moved from UTC+7 to U
Author: rdivacky
Date: Mon Nov 9 20:29:10 2009
New Revision: 199104
URL: http://svn.freebsd.org/changeset/base/199104
Log:
Make isa_dma functions MPSAFE by introducing its own private lock. These
functions are selfcontained (ie. they touch only isa_dma.c static variables
and hardware) so a
Author: trasz
Date: Mon Nov 9 19:53:34 2009
New Revision: 199102
URL: http://svn.freebsd.org/changeset/base/199102
Log:
Remove ifdefed out part of code, which seems to have originated a decade ago
in OpenBSD. As it is now, there is no way for this to be useful, since IPsec
is free to forwa
Author: mav
Date: Mon Nov 9 19:47:46 2009
New Revision: 199101
URL: http://svn.freebsd.org/changeset/base/199101
Log:
Fix variable type.
Modified:
head/sbin/camcontrol/camcontrol.c
Modified: head/sbin/camcontrol/camcontrol.c
==
On Mon, 2009-11-09 at 13:39 -0500, Jung-uk Kim wrote:
> On Monday 09 November 2009 01:24 pm, Robert Noland wrote:
> > On Mon, 2009-11-09 at 13:22 -0500, Jung-uk Kim wrote:
> > > On Friday 06 November 2009 04:47 pm, John Baldwin wrote:
> > > > On Friday 06 November 2009 3:32:26 pm Jung-uk Kim wrote:
Author: jhb
Date: Mon Nov 9 18:56:47 2009
New Revision: 199097
URL: http://svn.freebsd.org/changeset/base/199097
Log:
Cleanup mergeinfo for libc. Part of the damage was caused by a merge from
a partial checkout of libc in a user branch up to head. Don't do merges
from sparse trees!
Modif
Author: jhb
Date: Mon Nov 9 18:50:34 2009
New Revision: 199096
URL: http://svn.freebsd.org/changeset/base/199096
Log:
Purge some duplicate mergeinfo.
Modified:
Directory Properties:
head/lib/libc/stdio/asprintf.c (props changed)
head/lib/libc/string/ffsll.c (props changed)
head/lib/l
On Monday 09 November 2009 01:24 pm, Robert Noland wrote:
> On Mon, 2009-11-09 at 13:22 -0500, Jung-uk Kim wrote:
> > On Friday 06 November 2009 04:47 pm, John Baldwin wrote:
> > > On Friday 06 November 2009 3:32:26 pm Jung-uk Kim wrote:
> > > > Author: jkim
> > > > Date: Fri Nov 6 20:32:26 2009
>
On Mon, 2009-11-09 at 13:22 -0500, Jung-uk Kim wrote:
> On Friday 06 November 2009 04:47 pm, John Baldwin wrote:
> > On Friday 06 November 2009 3:32:26 pm Jung-uk Kim wrote:
> > > Author: jkim
> > > Date: Fri Nov 6 20:32:26 2009
> > > New Revision: 199002
> > > URL: http://svn.freebsd.org/changese
On Friday 06 November 2009 04:47 pm, John Baldwin wrote:
> On Friday 06 November 2009 3:32:26 pm Jung-uk Kim wrote:
> > Author: jkim
> > Date: Fri Nov 6 20:32:26 2009
> > New Revision: 199002
> > URL: http://svn.freebsd.org/changeset/base/199002
> >
> > Log:
> > Remove duplicate suspend/resume c
Alexander Motin wrote:
Author: mav
Date: Mon Nov 9 11:39:51 2009
New Revision: 199079
URL: http://svn.freebsd.org/changeset/base/199079
Log:
Add support for ATA Power Management.
Modified:
head/sbin/camcontrol/camcontrol.8
head/sbin/camcontrol/camcontrol.c
[...]
+static int
+atapm(s
Author: kensmith
Date: Mon Nov 9 18:09:10 2009
New Revision: 199095
URL: http://svn.freebsd.org/changeset/base/199095
Log:
MFC r198719:
> While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010)
> do support 64bit addresses, the current SCRIPTS code supports only 32bit
>
Author: ume
Date: Mon Nov 9 17:26:16 2009
New Revision: 199092
URL: http://svn.freebsd.org/changeset/base/199092
Log:
Add gai_strerror() catalog for ja_JP.UTF-8 and ja_JP.eucJP.
Modified:
head/lib/libc/nls/ja_JP.UTF-8.msg
head/lib/libc/nls/ja_JP.eucJP.msg
Modified: head/lib/libc/nls/ja_JP
Author: jhb
Date: Mon Nov 9 16:32:48 2009
New Revision: 199088
URL: http://svn.freebsd.org/changeset/base/199088
Log:
Hoist some mergeinfo up to sys/.
Modified:
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contr
/etc/malloc.conf.)
+20091109:
+ The layout of the structure ieee80211req_scan_result has changed.
+ Applications that require wireless scan results (e.g. ifconfig(8))
+ from net80211 need to be recompiled.
+
20091025:
The iwn(4) driver has been updated to support the 5000
Author: rpaulo
Date: Mon Nov 9 15:59:09 2009
New Revision: 199086
URL: http://svn.freebsd.org/changeset/base/199086
Log:
Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).
Submitted by: Rohit Grover
MFC after:2 months
Added:
head/sys/dev/usb/input/atp.c (contents
On Saturday 07 November 2009 4:04:30 pm R.Mahmatkhanov wrote:
> John Baldwin пишет:
> > Author: jhb
> > Date: Fri Nov 6 20:07:16 2009
> > New Revision: 198999
> > URL: http://svn.freebsd.org/changeset/base/198999
> >
> > Log:
> > Take a step towards removing if_watchdog/if_timer. Don't explici
Author: ume
Date: Mon Nov 9 15:11:37 2009
New Revision: 199085
URL: http://svn.freebsd.org/changeset/base/199085
Log:
MFC r198976, r198993:
- Don't call LLE_FREE() after nd6_free().
- Make nd6_llinfo_timer() does its job, again. ln->la_expire was
greater than time_second, in most ca
Author: nwhitehorn
Date: Mon Nov 9 14:26:23 2009
New Revision: 199084
URL: http://svn.freebsd.org/changeset/base/199084
Log:
Increase the size of the OFW translations buffer to handle G5 systems
that use many translation regions in firmware, and add bounds checking
to prevent buffer overflo
Hi,
> On Mon, 09 Nov 2009 13:42:21 +0100
> Gabor Kovesdan said:
gabor> When iconv hits HEAD, I plan to add some Makefile magic to just have the
gabor> catalogs in one encoding and convert that to all the encodings of the
gabor> locale. But for now, I think we cannot do anything, so the
Quoting Alexander Motin (from Sun, 8 Nov 2009
14:33:19 + (UTC)):
Log:
Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)
command timeout.
Modified: head/sys/conf/NOTES
==
--- head/sys/
Author: ume
Date: Mon Nov 9 12:46:59 2009
New Revision: 199083
URL: http://svn.freebsd.org/changeset/base/199083
Log:
Add NLS catalogs support to gai_strerror(3).
Controlled by NLS define.
Modified:
head/lib/libc/net/gai_strerror.c
head/lib/libc/nls/C.msg
Modified: head/lib/libc/net/gai
Hajimu UMEMOTO escribió:
Author: ume
Date: Mon Nov 9 12:33:47 2009
New Revision: 199081
URL: http://svn.freebsd.org/changeset/base/199081
Log:
Add ja_JP.eucJP catalog.
Reviewed by: hrs, nork, takawata
MFC after:1 week
When iconv hits HEAD, I plan to add some Makefile magic to j
Author: ume
Date: Mon Nov 9 12:38:13 2009
New Revision: 199082
URL: http://svn.freebsd.org/changeset/base/199082
Log:
Fix comment.
Pointed out by: nyan
MFC after:1 week
Modified:
head/lib/libc/nls/ja_JP.UTF-8.msg
head/lib/libc/nls/ja_JP.eucJP.msg
Modified: head/lib/libc/n
Author: ume
Date: Mon Nov 9 12:33:47 2009
New Revision: 199081
URL: http://svn.freebsd.org/changeset/base/199081
Log:
Add ja_JP.eucJP catalog.
Reviewed by: hrs, nork, takawata
MFC after:1 week
Added:
head/lib/libc/nls/ja_JP.eucJP.msg (contents, props changed)
Modified:
head/l
Author: ume
Date: Mon Nov 9 12:28:59 2009
New Revision: 199080
URL: http://svn.freebsd.org/changeset/base/199080
Log:
Add ja_JP.UTF-8 catalog.
Reviewed by: hrs, nork, takawata
MFC after:1 week
Added:
head/lib/libc/nls/ja_JP.UTF-8.msg (contents, props changed)
Modified:
head/l
Robert Kent wrote:
> On Mon, 9 Nov 2009 09:27:09 + (UTC)
> Alexander Motin wrote:
>
>> Author: mav
>> Date: Mon Nov 9 09:27:09 2009
>> New Revision: 199074
>> URL: http://svn.freebsd.org/changeset/base/199074
>>
>> Log:
>> Add more ICH10 chip IDs.
>>
>> Submitted by: Dmitry S. Luhti
On Mon, 9 Nov 2009 09:27:09 + (UTC)
Alexander Motin wrote:
> Author: mav
> Date: Mon Nov 9 09:27:09 2009
> New Revision: 199074
> URL: http://svn.freebsd.org/changeset/base/199074
>
> Log:
> Add more ICH10 chip IDs.
>
> Submitted by: Dmitry S. Luhtionov
>
> Modified:
> head/sys/
Author: mav
Date: Mon Nov 9 11:39:51 2009
New Revision: 199079
URL: http://svn.freebsd.org/changeset/base/199079
Log:
Add support for ATA Power Management.
Modified:
head/sbin/camcontrol/camcontrol.8
head/sbin/camcontrol/camcontrol.c
Modified: head/sbin/camcontrol/camcontrol.8
===
Author: edwin
Date: Mon Nov 9 11:32:34 2009
New Revision: 199078
URL: http://svn.freebsd.org/changeset/base/199078
Log:
MFC of 198831, tzcode2009q
- Cleanup unnecessary local variables in zdump.
- Fix man-page
Modified:
stable/7/usr.sbin/zic/zdump.c
stable/7/usr.sbin/zic/zic.8
Direc
Author: edwin
Date: Mon Nov 9 11:32:18 2009
New Revision: 199077
URL: http://svn.freebsd.org/changeset/base/199077
Log:
MFC of 198831, tzcode2009q
- Cleanup unnecessary local variables in zdump.
- Fix man-page
Modified:
stable/8/usr.sbin/zic/zdump.c
stable/8/usr.sbin/zic/zic.8
Direc
Author: rpaulo
Date: Mon Nov 9 11:23:37 2009
New Revision: 199076
URL: http://svn.freebsd.org/changeset/base/199076
Log:
The isr_intval in ieee80211req_scan_result structure should be 16 bit.
This makes ifconfig list scan display the correct beacon interval
(previously it would int overflow
Author: oleg
Date: Mon Nov 9 10:13:24 2009
New Revision: 199075
URL: http://svn.freebsd.org/changeset/base/199075
Log:
MFC r198845:
Fix two issues that can lead to exceeding configured pipe bandwidth:
- do not expire queues which are not ready to be expired.
- properly calculate available
Author: mav
Date: Mon Nov 9 09:27:09 2009
New Revision: 199074
URL: http://svn.freebsd.org/changeset/base/199074
Log:
Add more ICH10 chip IDs.
Submitted by: Dmitry S. Luhtionov
Modified:
head/sys/dev/ata/ata-pci.h
head/sys/dev/ata/chipsets/ata-intel.c
Modified: head/sys/dev/ata/ata-
Author: oleg
Date: Mon Nov 9 09:12:45 2009
New Revision: 199073
URL: http://svn.freebsd.org/changeset/base/199073
Log:
style(9): add missing parentheses
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dummynet.c
==
62 matches
Mail list logo