svn commit: r199073 - head/sys/netinet/ipfw

2009-11-09 Thread Oleg Bulyzhin
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

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

2009-11-09 Thread Alexander Motin
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 mi...@cabletv.dp.ua Modified: head/sys/dev/ata/ata-pci.h head/sys/dev/ata/chipsets/ata-intel.c Modified:

svn commit: r199075 - stable/8/sys/netinet/ipfw

2009-11-09 Thread Oleg Bulyzhin
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

svn commit: r199076 - head/sys/net80211

2009-11-09 Thread Rui Paulo
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

svn commit: r199077 - stable/8/usr.sbin/zic

2009-11-09 Thread Edwin Groothuis
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

svn commit: r199078 - stable/7/usr.sbin/zic

2009-11-09 Thread Edwin Groothuis
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

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

2009-11-09 Thread Robert Kent
On Mon, 9 Nov 2009 09:27:09 + (UTC) Alexander Motin m...@freebsd.org 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 mi...@cabletv.dp.ua

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

2009-11-09 Thread Alexander Motin
Robert Kent wrote: On Mon, 9 Nov 2009 09:27:09 + (UTC) Alexander Motin m...@freebsd.org 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

svn commit: r199080 - head/lib/libc/nls

2009-11-09 Thread Hajimu UMEMOTO
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:

svn commit: r199082 - head/lib/libc/nls

2009-11-09 Thread Hajimu UMEMOTO
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:

Re: svn commit: r199081 - head/lib/libc/nls

2009-11-09 Thread Gabor Kovesdan
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

svn commit: r199083 - in head/lib/libc: net nls

2009-11-09 Thread Hajimu UMEMOTO
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:

Re: svn commit: r199050 - in head/sys: conf dev/ata

2009-11-09 Thread Alexander Leidinger
Quoting Alexander Motin m...@freebsd.org (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

svn commit: r199084 - head/sys/powerpc/aim

2009-11-09 Thread Nathan Whitehorn
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

svn commit: r199085 - stable/8/sys/netinet6

2009-11-09 Thread Hajimu UMEMOTO
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

Re: svn commit: r198999 - head/sys/dev/msk

2009-11-09 Thread John Baldwin
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 explicitly set

svn commit: r199086 - in head/sys: conf dev/usb/input modules/usb modules/usb/atp

2009-11-09 Thread Rui Paulo
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 rgrover1 at gmail.com MFC after:2 months Added:

svn commit: r199087 - head

2009-11-09 Thread Rui Paulo
/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

svn commit: r199088 - stable/8/sys/netinet6

2009-11-09 Thread John Baldwin
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)

svn commit: r199092 - head/lib/libc/nls

2009-11-09 Thread Hajimu UMEMOTO
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:

svn commit: r199095 - stable/8/sys/dev/sym

2009-11-09 Thread Ken Smith
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

Re: svn commit: r199002 - in head/sys: dev/fb dev/pci isa

2009-11-09 Thread Jung-uk Kim
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 code from

Re: svn commit: r199002 - in head/sys: dev/fb dev/pci isa

2009-11-09 Thread Robert Noland
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/changeset/base/199002

Re: svn commit: r199002 - in head/sys: dev/fb dev/pci isa

2009-11-09 Thread Jung-uk Kim
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 New

svn commit: r199096 - in head/lib/libc: stdio string

2009-11-09 Thread John Baldwin
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)

svn commit: r199097 - in stable/8/lib/libc: stdio string

2009-11-09 Thread John Baldwin
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!

svn commit: r199101 - head/sbin/camcontrol

2009-11-09 Thread Alexander Motin
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

svn commit: r199104 - in head/sys: amd64/isa dev/fdc dev/ieee488 i386/isa

2009-11-09 Thread Roman Divacky
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

svn commit: r199105 - vendor/tzdata/dist

2009-11-09 Thread Edwin Groothuis
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

svn commit: r199106 - vendor/tzdata/tzdata2009r

2009-11-09 Thread Edwin Groothuis
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 commit: r199107 - head/share/zoneinfo

2009-11-09 Thread Edwin Groothuis
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

svn commit: r199108 - head/sys/powerpc/aim

2009-11-09 Thread Nathan Whitehorn
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

svn commit: r199109 - releng/8.0/sys/dev/sym

2009-11-09 Thread Ken Smith
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

svn commit: r199110 - stable/8/sys/powerpc/aim

2009-11-09 Thread Nathan Whitehorn
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

svn commit: r199112 - in stable/8/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

2009-11-09 Thread Ken Smith
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

svn commit: r199113 - releng/8.0/sys/powerpc/aim

2009-11-09 Thread Nathan Whitehorn
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

svn commit: r199114 - head/sys/mips/mips

2009-11-09 Thread Oleksandr Tymoshenko
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

Re: svn commit: r199067 - in head/sys: amd64/amd64 i386/i386

2009-11-09 Thread Ed Schouten
Hi Jun, * Jun Kuriyama kuriy...@freebsd.org 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

svn commit: r199115 - head/sys/dev/bge

2009-11-09 Thread Pyun YongHyeon
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

svn commit: r199116 - head/sys/dev/bge

2009-11-09 Thread Pyun YongHyeon
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:

svn commit: r199119 - releng/8.0/share/examples/cvsup

2009-11-09 Thread Ken Smith
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:

Re: svn commit: r199067 - in head/sys: amd64/amd64 i386/i386

2009-11-09 Thread Jun Kuriyama
At Mon, 9 Nov 2009 23:52:44 +0100, e...@80386.nl wrote: * Jun Kuriyama kuriy...@freebsd.org 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

svn commit: r199120 - stable/8/sys/dev/arcmsr

2009-11-09 Thread Xin LI
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

svn commit: r199121 - stable/8/usr.sbin/crashinfo

2009-11-09 Thread Xin LI
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

svn commit: r199122 - releng/8.0/sys/dev/arcmsr

2009-11-09 Thread Xin LI
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

svn commit: r199123 - head/contrib/ee

2009-11-09 Thread Xin LI
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 alexbestms wwu

svn commit: r199124 - releng/8.0/usr.sbin/crashinfo

2009-11-09 Thread Xin LI
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

svn commit: r199125 - releng/8.0/sys/conf

2009-11-09 Thread Ken Smith
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

svn commit: r199126 - stable/7/sys/dev/arcmsr

2009-11-09 Thread Xin LI
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

svn commit: r199128 - head/lib/libc/nls

2009-11-09 Thread Hajimu UMEMOTO
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

Re: svn commit: r199067 - in head/sys: amd64/amd64 i386/i386

2009-11-09 Thread Ed Schouten
Hello Jun, * Jun Kuriyama kuriy...@freebsd.org 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

Re: svn commit: r199067 - in head/sys: amd64/amd64 i386/i386

2009-11-09 Thread Jun Kuriyama
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

Re: svn commit: r199067 - in head/sys: amd64/amd64 i386/i386

2009-11-09 Thread Ed Schouten
Both systems run amd64. I'll try the tunable when I get back home. Thanks! -- Ed Schouten e...@80386.nl (from iPod) WWW: http://80386.nl/ On 10 nov 2009, at 07:11, Jun Kuriyama kuriy...@freebsd.org wrote: At Tue, 10 Nov 2009 06:59:11 +0100, e...@80386.nl wrote: (1) On MacBook, lock up