svn commit: r211058 - in head/sys: conf modules/x86bios

2010-08-07 Thread Jung-uk Kim
Author: jkim Date: Sun Aug 8 06:18:05 2010 New Revision: 211058 URL: http://svn.freebsd.org/changeset/base/211058 Log: Do not build real mode emulator for i386. We use VM86 again since r210877. Modified: head/sys/conf/files.i386 head/sys/modules/x86bios/Makefile Modified: head/sys/conf/f

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-07 Thread M. Warner Losh
In message: <201008071620.o77gkdbb091...@svn.freebsd.org> Oliver Fromme writes: : Author: olli : Date: Sat Aug 7 16:20:12 2010 : New Revision: 211023 : URL: http://svn.freebsd.org/changeset/base/211023 : Modified: head/usr.sbin/syslogd/Makefile : ==

Re: svn commit: r211021 - head/sys/dev/usb

2010-08-07 Thread M. Warner Losh
In message: <201008071608.o77g8bnn088...@svn.freebsd.org> Gavin Atkinson writes: : Author: gavin : Date: Sat Aug 7 16:08:37 2010 : New Revision: 211021 : URL: http://svn.freebsd.org/changeset/base/211021 : : Log: : Sort this file a little better: the vendors are supposed to be sort

svn commit: r211057 - head/sys/netinet/libalias

2010-08-07 Thread Ed Schouten
Author: ed Date: Sun Aug 8 02:51:32 2010 New Revision: 211057 URL: http://svn.freebsd.org/changeset/base/211057 Log: Don't use struct timezone. The timezone structure acquired by gettimeofday() is not used at all. Just remove it. Modified: head/sys/netinet/libalias/alias_db.c Modifie

svn commit: r211056 - head/libexec/talkd

2010-08-07 Thread Ed Schouten
Author: ed Date: Sun Aug 8 02:45:48 2010 New Revision: 211056 URL: http://svn.freebsd.org/changeset/base/211056 Log: Remove unneeded use of struct timezone. We can safely call gettimeofday() without passing a struct timezone. We're not using it at all. Modified: head/libexec/talkd/ann

svn commit: r211055 - head/usr.sbin/syslogd

2010-08-07 Thread Warner Losh
Author: imp Date: Sun Aug 8 02:45:14 2010 New Revision: 211055 URL: http://svn.freebsd.org/changeset/base/211055 Log: This isn't WARNS=6 safe. It fails to build on mips. Retore old WARNS?=3 until that's resolved. Modified: head/usr.sbin/syslogd/Makefile Modified: head/usr.sbin/syslogd/M

svn commit: r211054 - head/usr.bin/cpio

2010-08-07 Thread Tim Kientzle
Author: kientzle Date: Sun Aug 8 01:25:33 2010 New Revision: 211054 URL: http://svn.freebsd.org/changeset/base/211054 Log: Fix -R when used with -p. Previously, the uname and gname weren't overwritten, so the disk restore would use those to lookup the original uid/gid again. Clearing th

svn commit: r211053 - head/sys/dev/alc

2010-08-07 Thread Pyun YongHyeon
Author: yongari Date: Sun Aug 8 00:43:41 2010 New Revision: 211053 URL: http://svn.freebsd.org/changeset/base/211053 Log: Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and use it instead of calling pci_find_extcap(). Modified: head/sys/dev/alc/if_alc.c head/sys/dev/alc/if_a

svn commit: r211052 - head/sys/dev/alc

2010-08-07 Thread Pyun YongHyeon
Author: yongari Date: Sun Aug 8 00:23:36 2010 New Revision: 211052 URL: http://svn.freebsd.org/changeset/base/211052 Log: Remove unnecessary assignment. Modified: head/sys/dev/alc/if_alc.c Modified: head/sys/dev/alc/if_alc.c ==

svn commit: r211051 - head/sys/dev/alc

2010-08-07 Thread Pyun YongHyeon
Author: yongari Date: Sun Aug 8 00:12:31 2010 New Revision: 211051 URL: http://svn.freebsd.org/changeset/base/211051 Log: Always disable ASPM L0s and enable L1 before entering into WOL suspend state. Also disable master clock after PHY power down, this is supposed to save more power. The m

svn commit: r211050 - in head/sys/sparc64: include sparc64

2010-08-07 Thread Marius Strobl
Author: marius Date: Sun Aug 8 00:09:22 2010 New Revision: 211050 URL: http://svn.freebsd.org/changeset/base/211050 Log: - Introduce a cpu_ipi_single() function pointer in order to send IPIs to single CPUs more efficiently with Cheetah(-class) and Jalapeno CPUs. Besides being used to im

svn commit: r211049 - in head/sys/sparc64: include sparc64

2010-08-07 Thread Marius Strobl
Author: marius Date: Sun Aug 8 00:01:08 2010 New Revision: 211049 URL: http://svn.freebsd.org/changeset/base/211049 Log: For CPUs which ignore TD_CV and support hardware unaliasing don't bother doing page coloring. This results in a small but measurable performance improvement in buildworld

svn commit: r211048 - head/sys/dev/alc

2010-08-07 Thread Pyun YongHyeon
Author: yongari Date: Sat Aug 7 23:41:46 2010 New Revision: 211048 URL: http://svn.freebsd.org/changeset/base/211048 Log: Do not touch CMB TX threshold register when CMB is not used. Note, alc(4) does not use CMB at all due to silicon bug. Modified: head/sys/dev/alc/if_alc.c Modified: hea

svn commit: r211047 - head/sys/dev/alc

2010-08-07 Thread Pyun YongHyeon
Author: yongari Date: Sat Aug 7 23:33:06 2010 New Revision: 211047 URL: http://svn.freebsd.org/changeset/base/211047 Log: Controller does not seem to support more than 1024 bytes DMA burst. Limit DMA burst size to be less than or equal to 1024 bytes. Modified: head/sys/dev/alc/if_alc.c Mo

svn commit: r211046 - head/sys/dev/mii

2010-08-07 Thread Pyun YongHyeon
Author: yongari Date: Sat Aug 7 23:16:21 2010 New Revision: 211046 URL: http://svn.freebsd.org/changeset/base/211046 Log: Marvell model number 0x06 is 88E1101 PHY. Modified: head/sys/dev/mii/e1000phy.c head/sys/dev/mii/miidevs Modified: head/sys/dev/mii/e1000phy.c

svn commit: r211040 - head/usr.sbin/syslogd

2010-08-07 Thread Oliver Fromme
Author: olli Date: Sat Aug 7 20:46:30 2010 New Revision: 211040 URL: http://svn.freebsd.org/changeset/base/211040 Log: jh pointed out that src/usr.sbin already has a global WARNS=6 setting in HEAD (unlike stable/8), so it's best to remove the line entirely. Pointed out by: jh A

Re: svn commit: r210974 - head/sys/kern

2010-08-07 Thread Jamie Gritton
On 08/07/10 11:08, Bjoern A. Zeeb wrote: On Fri, 6 Aug 2010, Jamie Gritton wrote: Author: jamie Date: Fri Aug 6 22:04:18 2010 New Revision: 210974 URL: http://svn.freebsd.org/changeset/base/210974 Log: Implicitly make a new jail persistent if it's set not to attach. I am not sure this is a g

svn commit: r211035 - stable/7/sys/dev/usb

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 19:27:49 2010 New Revision: 211035 URL: http://svn.freebsd.org/changeset/base/211035 Log: Merge r210534 from head: Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4) PR: usb/129945 Submitted by: Antonio Hilario Modified: stable

svn commit: r211033 - in stable/8/sys/dev/usb: . serial

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 19:08:39 2010 New Revision: 211033 URL: http://svn.freebsd.org/changeset/base/211033 Log: Merge r210534 from head: Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4) PR: usb/129945 Submitted by: Antonio Hilario Committed from:

svn commit: r211032 - stable/8/sys/dev/usb

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 19:01:59 2010 New Revision: 211032 URL: http://svn.freebsd.org/changeset/base/211032 Log: Merge r210575 from head: Provide descriptions for three vendors and four devices in usbdevs. Use the official vendor listed for 0x076b, rather than Omnikey, as in

svn commit: r211031 - head/sys/kern

2010-08-07 Thread Ivan Voras
Author: ivoras Date: Sat Aug 7 18:30:10 2010 New Revision: 211031 URL: http://svn.freebsd.org/changeset/base/211031 Log: To help with sequential read UFS performance on modern systems, increase the vfs.read_max default. For most systems this means going from 128 KiB to 256 KiB, which is sti

svn commit: r211030 - head/sys/kern

2010-08-07 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 7 17:57:58 2010 New Revision: 211030 URL: http://svn.freebsd.org/changeset/base/211030 Log: Fix a bug where MSG_TRUNC was not returned in all necessary cases for SOCK_DGRAM socket. MSG_TRUNC was only returned when some mbufs could not be copied to the applicatio

Re: svn commit: r210974 - head/sys/kern

2010-08-07 Thread Bjoern A. Zeeb
On Fri, 6 Aug 2010, Jamie Gritton wrote: Author: jamie Date: Fri Aug 6 22:04:18 2010 New Revision: 210974 URL: http://svn.freebsd.org/changeset/base/210974 Log: Implicitly make a new jail persistent if it's set not to attach. I am not sure this is a good idea, especially to implement it in

svn commit: r211026 - head/share/syscons/keymaps

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 17:02:36 2010 New Revision: 211026 URL: http://svn.freebsd.org/changeset/base/211026 Log: Add a keymap for the Swiss-German Macbook keyboard. PR: conf/139997 Submitted by: Andreas Tobler MFC after:2 weeks Committed from: Bugathon #7

svn commit: r211023 - head/usr.sbin/syslogd

2010-08-07 Thread Oliver Fromme
Author: olli Date: Sat Aug 7 16:20:12 2010 New Revision: 211023 URL: http://svn.freebsd.org/changeset/base/211023 Log: syslogd(8) already supports *sending* log messages to non- standard ports, but it can't *receive* them (port 514 is hardcoded). This commit adds that missing feature.

svn commit: r211022 - in head/sys/dev/usb: . serial

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 16:14:40 2010 New Revision: 211022 URL: http://svn.freebsd.org/changeset/base/211022 Log: Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSD and BeOS. The devices supported by uslcom(4) are now in sync with: NetBSD src/sys/dev/usb/

svn commit: r211021 - head/sys/dev/usb

2010-08-07 Thread Gavin Atkinson
Author: gavin Date: Sat Aug 7 16:08:37 2010 New Revision: 211021 URL: http://svn.freebsd.org/changeset/base/211021 Log: Sort this file a little better: the vendors are supposed to be sorted by vendor ID in the vendor section, and by symbolic name in the product section. Products are sorted

svn commit: r211020 - stable/8/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 13:42:54 2010 New Revision: 211020 URL: http://svn.freebsd.org/changeset/base/211020 Log: MFC r210175: FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuring and installing via such devices from sysinstall. Approved by: rrs (mentor)

svn commit: r211019 - stable/8/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 13:39:59 2010 New Revision: 211019 URL: http://svn.freebsd.org/changeset/base/211019 Log: MFC r209748: Simplify the wording of the console configuration dialogs since we now only have a single video console driver. Approved by: rrs (mentor) Modified:

svn commit: r211018 - stable/8/lib/libc/net

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 13:36:55 2010 New Revision: 211018 URL: http://svn.freebsd.org/changeset/base/211018 Log: MFC r209709: Increment 'sa' at the end of the loop; otherwise, only the first address ever gets checked. Approved by: rrs (mentor) Modified: stable/8/lib/libc/

Re: svn commit: r210923 - in head/sys: fs/devfs kern sys vm

2010-08-07 Thread Gavin Atkinson
On Fri, 6 Aug 2010, Kostik Belousov wrote: > On Fri, Aug 06, 2010 at 04:39:36PM +0100, Gavin Atkinson wrote: > > On Fri, 2010-08-06 at 09:42 +, Konstantin Belousov wrote: > > > Author: kib > > > Date: Fri Aug 6 09:42:15 2010 > > > New Revision: 210923 > > > URL: http://svn.freebsd.org/changese

svn commit: r211017 - stable/8/lib/libc/net

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 13:34:52 2010 New Revision: 211017 URL: http://svn.freebsd.org/changeset/base/211017 Log: MFC r209684: Use ISO C99 integer types instead of the BSD-specific u_int*_t. Approved by: rrs (mentor) Modified: stable/8/lib/libc/net/sctp_recvmsg.3 stable/8/

svn commit: r211016 - head/share/man/man9

2010-08-07 Thread Dag-Erling Smorgrav
Author: des Date: Sat Aug 7 13:26:08 2010 New Revision: 211016 URL: http://svn.freebsd.org/changeset/base/211016 Log: Document the MEXTADD macro. MFC after:2 weeks Modified: head/share/man/man9/mbuf.9 Modified: head/share/man/man9/mbuf.9

svn commit: r211015 - stable/8/sys/boot/forth

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 13:25:46 2010 New Revision: 211015 URL: http://svn.freebsd.org/changeset/base/211015 Log: MFC r209466: Add some more modules to loader.conf. Remove if_awi since support for it was removed 2 years ago. PR: conf/147126 PR: conf/116071 Approved by: rr

svn commit: r211014 - stable/7/usr.sbin/boot0cfg

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 13:02:26 2010 New Revision: 211014 URL: http://svn.freebsd.org/changeset/base/211014 Log: MFC r209469: If a device can't be opened, don't keep going but display the error returned from open() and quit. PR: bin/81035 Submitted by: Peter Schuller Ap

svn commit: r211013 - stable/8/usr.sbin/boot0cfg

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 12:58:01 2010 New Revision: 211013 URL: http://svn.freebsd.org/changeset/base/211013 Log: MFC r209469: If a device can't be opened, don't keep going but display the error returned from open() and quit. PR: bin/81035 Submitted by: Peter Schuller Ap

svn commit: r211012 - stable/7/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 12:54:12 2010 New Revision: 211012 URL: http://svn.freebsd.org/changeset/base/211012 Log: MFC r209468: Make it easier to cancel a failing installation by only attempting to extract distributions once. If a distribution fails to fetch/extract and the user

svn commit: r211011 - stable/8/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 12:51:44 2010 New Revision: 211011 URL: http://svn.freebsd.org/changeset/base/211011 Log: MFC r209468: Make it easier to cancel a failing installation by only attempting to extract distributions once. If a distribution fails to fetch/extract and the user

svn commit: r211010 - stable/7/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 12:46:49 2010 New Revision: 211010 URL: http://svn.freebsd.org/changeset/base/211010 Log: MFC r209467: When installing on a machine which doesn't have a VGA card installed, enable a getty on the serial port so that it's possible to login when the system is

svn commit: r211009 - stable/8/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 12:41:12 2010 New Revision: 211009 URL: http://svn.freebsd.org/changeset/base/211009 Log: MFC r209467: When installing on a machine which doesn't have a VGA card installed, enable a getty on the serial port so that it's possible to login when the system is

svn commit: r211008 - stable/7/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 12:21:29 2010 New Revision: 211008 URL: http://svn.freebsd.org/changeset/base/211008 Log: MFC r209764: Increase the default and minimum partition sizes. Bump / to 1GB, /var to 4GB and /tmp to 1GB. A 512MB root partition is now too small to hold two ker

svn commit: r211007 - stable/8/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 12:18:36 2010 New Revision: 211007 URL: http://svn.freebsd.org/changeset/base/211007 Log: MFC r209764: Increase the default and minimum partition sizes. Bump / to 1GB, /var to 4GB and /tmp to 1GB. A 512MB root partition is now too small to hold two ker

svn commit: r211006 - in head/sys: amd64/ia32 compat/freebsd32 ia64/ia32

2010-08-07 Thread Konstantin Belousov
Author: kib Date: Sat Aug 7 11:57:13 2010 New Revision: 211006 URL: http://svn.freebsd.org/changeset/base/211006 Log: Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS in the compat32 code. Use sv_usrstack instead of FREEBSD32_USRSTACK as well. MFC after:1 week

svn commit: r211005 - head/sys/compat/freebsd32

2010-08-07 Thread Konstantin Belousov
Author: kib Date: Sat Aug 7 11:53:38 2010 New Revision: 211005 URL: http://svn.freebsd.org/changeset/base/211005 Log: Add compat32 definition for (old) struct ostat. MFC after:1 week Modified: head/sys/compat/freebsd32/freebsd32.h Modified: head/sys/compat/freebsd32/freebsd32.h ===

svn commit: r211004 - head/usr.sbin/iostat

2010-08-07 Thread Yar Tikhiy
Author: yar Date: Sat Aug 7 11:48:31 2010 New Revision: 211004 URL: http://svn.freebsd.org/changeset/base/211004 Log: Clean up the style and markup of the paragraph on fractional wait intervals. MFC after:3 days Modified: head/usr.sbin/iostat/iostat.8 Modified: head/usr.sbin/iostat

svn commit: r211003 - head/usr.sbin/iostat

2010-08-07 Thread Yar Tikhiy
Author: yar Date: Sat Aug 7 11:32:17 2010 New Revision: 211003 URL: http://svn.freebsd.org/changeset/base/211003 Log: Properly spell and mark up the name of kern.hz. MFC after:3 days Modified: head/usr.sbin/iostat/iostat.8 Modified: head/usr.sbin/iostat/iostat.8 ===

svn commit: r211002 - stable/7/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 11:15:32 2010 New Revision: 211002 URL: http://svn.freebsd.org/changeset/base/211002 Log: MFC r209235, r210381 (bug fix for r209235): * Allow partial MB/GB values to be entered in the slice and label editor. * Don't strdup the name when calling deviceRegist

svn commit: r211001 - head/usr.sbin/iostat

2010-08-07 Thread Yar Tikhiy
Author: yar Date: Sat Aug 7 11:13:50 2010 New Revision: 211001 URL: http://svn.freebsd.org/changeset/base/211001 Log: Move the sentences telling the defaults for -c and -w to where they belong. Previously they were misplaced, i.e., swapped. MFC after:3 days Modified: head/usr.s

svn commit: r211000 - stable/8/usr.sbin/sysinstall

2010-08-07 Thread Bruce Cran
Author: brucec Date: Sat Aug 7 10:51:01 2010 New Revision: 211000 URL: http://svn.freebsd.org/changeset/base/211000 Log: MFC r209235, r210381 (bug fix for r209235): * Allow partial MB/GB values to be entered in the slice and label editors. * Don't strdup the name when calling deviceRegis

svn commit: r210999 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-08-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Aug 7 10:23:54 2010 New Revision: 210999 URL: http://svn.freebsd.org/changeset/base/210999 Log: In FreeBSD we use 'jailed' property. MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Modified: head/sys/cddl/contrib/ope

svn commit: r210998 - in head: share/man/man4 sys/dev/iicbus

2010-08-07 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Aug 7 08:31:32 2010 New Revision: 210998 URL: http://svn.freebsd.org/changeset/base/210998 Log: Fix typo in comment. Modified: head/share/man/man4/iic.4 head/sys/dev/iicbus/iic.h Modified: head/share/man/man4/iic.4 ===

svn commit: r210997 - head/sys/fs/coda

2010-08-07 Thread Robert Watson
Author: rwatson Date: Sat Aug 7 08:08:14 2010 New Revision: 210997 URL: http://svn.freebsd.org/changeset/base/210997 Log: Properly bounds check ioctl/pioctl data arguments for Coda: 1. Use unsigned rather than signed lengths 2. Bound messages to/from Venus to VC_MAXMSGSIZE 3. Bound mes