svn commit: r201989 - in head: contrib/one-true-awk usr.bin/awk

2010-01-10 Thread Ruslan Ermilov
Author: ru Date: Sun Jan 10 08:02:07 2010 New Revision: 201989 URL: http://svn.freebsd.org/changeset/base/201989 Log: Apply patches directly to sources. Their effect is as follows: - Make one-true-awk respect locale's collating order in [a-z] bracket expressions, until a more complete

Re: svn commit: r201604 - head/lib/libc/gen

2010-01-10 Thread Andrey Chernov
Well. Since I see no objections so far, I'll plan to commit strcmp()-strcoll() replacement in alphasort() soon. -- http://ache.pp.ru/ ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send

svn commit: r201990 - in head/sys: cam/ata dev/ata

2010-01-10 Thread Alexander Motin
Author: mav Date: Sun Jan 10 09:20:56 2010 New Revision: 201990 URL: http://svn.freebsd.org/changeset/base/201990 Log: - Report SATA in legacy emulation mode still as SATA. - Make ATA XPT able to handle such case. Modified: head/sys/cam/ata/ata_xpt.c head/sys/dev/ata/ata-all.c Modified:

svn commit: r201991 - head/sys/kern

2010-01-10 Thread David Xu
Author: davidxu Date: Sun Jan 10 09:31:57 2010 New Revision: 201991 URL: http://svn.freebsd.org/changeset/base/201991 Log: Make a chain be a list of queues, and make threads waiting for same key coalesce to same queue, this makes searching path shorter and improves performance. Also fix

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

2010-01-10 Thread Alexander Motin
Author: mav Date: Sun Jan 10 11:02:10 2010 New Revision: 201993 URL: http://svn.freebsd.org/changeset/base/201993 Log: Report which of IXP700 legacy ATA channels is SATA. Modified: head/sys/dev/ata/chipsets/ata-ati.c Modified: head/sys/dev/ata/chipsets/ata-ati.c

svn commit: r201994 - stable/8/lib/libc/sys

2010-01-10 Thread Konstantin Belousov
Author: kib Date: Sun Jan 10 11:25:34 2010 New Revision: 201994 URL: http://svn.freebsd.org/changeset/base/201994 Log: MFC r201743: Give some information on SF_MNOWAIT flag. MFC r201759 (by brueffer): Fix a typo and bump date for the previous commit. MFC r201760: Further fix

svn commit: r201995 - head/sys/net

2010-01-10 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 10 12:03:53 2010 New Revision: 201995 URL: http://svn.freebsd.org/changeset/base/201995 Log: Correct a typo. MFC after:5 days Modified: head/sys/net/if_epair.c Modified: head/sys/net/if_epair.c

Re: svn commit: r201988 - stable/7/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-01-10 Thread Maxim Dounin
Hello! On Sun, Jan 10, 2010 at 07:18:36AM +, Xin LI wrote: Author: delphij Date: Sun Jan 10 07:18:35 2010 New Revision: 201988 URL: http://svn.freebsd.org/changeset/base/201988 Log: MFC r201756: Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSD revision

svn commit: r201999 - head/lib/libc/stdio

2010-01-10 Thread Colin Percival
Author: cperciva Date: Sun Jan 10 14:30:30 2010 New Revision: 201999 URL: http://svn.freebsd.org/changeset/base/201999 Log: Give a less silly response to a silly request. Prior to this commit, fread/fwrite calls with size * nmemb SIZE_MAX were handled by reading or writing (size_t)(size

svn commit: r202000 - head/sys/dev/ae

2010-01-10 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 10 14:48:42 2010 New Revision: 202000 URL: http://svn.freebsd.org/changeset/base/202000 Log: Don't panic on attach if we can't allocate ifp Approved by: ed (mentor) MFC after:2 weeks Modified: head/sys/dev/ae/if_ae.c Modified: head/sys/dev/ae/if_ae.c

svn commit: r202003 - head/sys/sparc64/pci

2010-01-10 Thread Marius Strobl
Author: marius Date: Sun Jan 10 15:12:15 2010 New Revision: 202003 URL: http://svn.freebsd.org/changeset/base/202003 Log: - According to OpenSolaris it's sufficient to align the MSIs of a device in the table based on the count rather than the maxcount. Also the previous code didn't work

svn commit: r202006 - in head/sys: conf modules modules/epic sparc64/conf sparc64/ebus

2010-01-10 Thread Marius Strobl
Author: marius Date: Sun Jan 10 15:44:48 2010 New Revision: 202006 URL: http://svn.freebsd.org/changeset/base/202006 Log: Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245. It's named after the driver doing the same job in OpenSolaris. Added: head/sys/modules/epic/

svn commit: r202008 - in stable/8/sys: dev/hwpmc sys

2010-01-10 Thread Fabien Thomas
Author: fabient Date: Sun Jan 10 16:00:00 2010 New Revision: 202008 URL: http://svn.freebsd.org/changeset/base/202008 Log: MFC 201021: Log process mappings for existing processes at PMC start time. Modified: stable/8/sys/dev/hwpmc/hwpmc_mod.c stable/8/sys/sys/pmc.h Directory Properties:

svn commit: r202009 - stable/8/sys/dev/hwpmc

2010-01-10 Thread Fabien Thomas
Author: fabient Date: Sun Jan 10 16:04:32 2010 New Revision: 202009 URL: http://svn.freebsd.org/changeset/base/202009 Log: MFC 201023: * Support the L1D_CACHE_LD event on Core2 processors. * Correct a group of typos: for Core2 programmable events, check user supplied umask values

svn commit: r202010 - head/sys/conf

2010-01-10 Thread Marius Strobl
Author: marius Date: Sun Jan 10 16:04:55 2010 New Revision: 202010 URL: http://svn.freebsd.org/changeset/base/202010 Log: Now that everything required to properly support Sun Fire V215/V245 is in place (r201932 and r202003 were the last parts missing), hook up fire(4). Modified:

svn commit: r202011 - head/sys/dev/ahci

2010-01-10 Thread Alexander Motin
Author: mav Date: Sun Jan 10 16:05:05 2010 New Revision: 202011 URL: http://svn.freebsd.org/changeset/base/202011 Log: While AHCI specification tells that multi-vector MSI doesn't use global IS register, nVidia chipsets have different oppinion, requiring every interrupt to be acknowledged

svn commit: r202012 - stable/8/sys/dev/hwpmc

2010-01-10 Thread Fabien Thomas
Author: fabient Date: Sun Jan 10 16:08:14 2010 New Revision: 202012 URL: http://svn.freebsd.org/changeset/base/202012 Log: MFC 201151: Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele(). Modified: stable/8/sys/dev/hwpmc/hwpmc_mod.c Directory Properties: stable/8/sys/ (props

svn commit: r202014 - in stable/7/sys: dev/hwpmc sys

2010-01-10 Thread Fabien Thomas
Author: fabient Date: Sun Jan 10 16:36:43 2010 New Revision: 202014 URL: http://svn.freebsd.org/changeset/base/202014 Log: MFC 201021: Log process mappings for existing processes at PMC start time. Modified: stable/7/sys/dev/hwpmc/hwpmc_mod.c stable/7/sys/sys/pmc.h Directory Properties:

svn commit: r202015 - stable/7/sys/dev/hwpmc

2010-01-10 Thread Fabien Thomas
Author: fabient Date: Sun Jan 10 16:40:14 2010 New Revision: 202015 URL: http://svn.freebsd.org/changeset/base/202015 Log: MFC 201023: * Support the L1D_CACHE_LD event on Core2 processors. * Correct a group of typos: for Core2 programmable events, check user supplied umask values

svn commit: r202016 - stable/7/sys/dev/hwpmc

2010-01-10 Thread Fabien Thomas
Author: fabient Date: Sun Jan 10 16:43:45 2010 New Revision: 202016 URL: http://svn.freebsd.org/changeset/base/202016 Log: MFC 201151: Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele(). Modified: stable/7/sys/dev/hwpmc/hwpmc_mod.c Directory Properties: stable/7/sys/ (props

svn commit: r202017 - stable/8/tools/regression/bin/sh/expansion

2010-01-10 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 10 16:58:12 2010 New Revision: 202017 URL: http://svn.freebsd.org/changeset/base/202017 Log: MFC r210428: sh: Add a regression test that tries out all arithmetic ops. The gaps in the numbering sequence cannot really be avoided, as HEAD changes are not

Re: svn commit: r201988 - stable/7/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-01-10 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2010/01/10 05:36, Maxim Dounin wrote: Hello! On Sun, Jan 10, 2010 at 07:18:36AM +, Xin LI wrote: Author: delphij Date: Sun Jan 10 07:18:35 2010 New Revision: 201988 URL: http://svn.freebsd.org/changeset/base/201988 Log: MFC

svn commit: r202019 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 17:44:22 2010 New Revision: 202019 URL: http://svn.freebsd.org/changeset/base/202019 Log: Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. # This is the resolution of removing it from DEFAULTS... MFC after:5 days Modified:

svn commit: r202023 - head/sys/sparc64/pci

2010-01-10 Thread Marius Strobl
Author: marius Date: Sun Jan 10 18:39:29 2010 New Revision: 202023 URL: http://svn.freebsd.org/changeset/base/202023 Log: When setting up MSIs with a filter ensure that the event queue interrupt is cleared as it might have triggered before and given we supply NULL as ic_clear, inthand_add()

svn commit: r202024 - head/share/man/man5

2010-01-10 Thread Andrew Thompson
Author: thompsa Date: Sun Jan 10 18:53:15 2010 New Revision: 202024 URL: http://svn.freebsd.org/changeset/base/202024 Log: Change the second usb example for ulpt to one describing libusb which would be more common. Modified: head/share/man/man5/devfs.rules.5 Modified:

svn commit: r202025 - head/lib/libusb

2010-01-10 Thread Andrew Thompson
Author: thompsa Date: Sun Jan 10 19:18:49 2010 New Revision: 202025 URL: http://svn.freebsd.org/changeset/base/202025 Log: Reset variable fields in case the transfer is opened again Submitted by: Hans Petter Selasky Modified: head/lib/libusb/libusb20.c Modified:

svn commit: r202027 - head/sys/mips/idt

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 19:39:08 2010 New Revision: 202027 URL: http://svn.freebsd.org/changeset/base/202027 Log: Merge from projects/mips to head by hand: r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines Rename mips_pcpu_init to mips_pcpu0_init since it

svn commit: r202028 - head/sys/mips/include

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 19:42:19 2010 New Revision: 202028 URL: http://svn.freebsd.org/changeset/base/202028 Log: Remove files that were deleted in the projects/mips branch. Deleted: head/sys/mips/include/bus_octeon.h head/sys/mips/include/intr.h head/sys/mips/include/pltfm.h

svn commit: r202029 - head/sys/mips/include

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 19:43:11 2010 New Revision: 202029 URL: http://svn.freebsd.org/changeset/base/202029 Log: Merge from projects/mips to head by hand: Copy over new cdefs.h.. Added: - copied unchanged from r202028, projects/mips/sys/mips/include/cdefs.h Directory

svn commit: r202030 - head/sys/mips/include

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 19:44:08 2010 New Revision: 202030 URL: http://svn.freebsd.org/changeset/base/202030 Log: Merge from projects/mips to head by hand: Merge in rmi's fls64 code... Added: - copied unchanged from r202029, projects/mips/sys/mips/include/fls64.h Directory

svn commit: r202031 - head/sys/mips/include

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 19:50:24 2010 New Revision: 202031 URL: http://svn.freebsd.org/changeset/base/202031 Log: Merge from projects/mips to head by hand: r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines Rename mips_pcpu_init to mips_pcpu0_init since it

svn commit: r202033 - head/sys/mips/conf

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 19:54:18 2010 New Revision: 202033 URL: http://svn.freebsd.org/changeset/base/202033 Log: Merge from projects/mips to head by hand: ALCHEMY config file. Added: - copied unchanged from r202032, projects/mips/sys/mips/conf/ALCHEMY Directory Properties:

svn commit: r202034 - head/sys/mips/conf

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:03:16 2010 New Revision: 202034 URL: http://svn.freebsd.org/changeset/base/202034 Log: Merge from projects/mips to head by hand: I think these are the relevant changes, but definitely are a superset of them. Software archaeologists are invited to check

svn commit: r202035 - head/sys/mips/malta

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:06:14 2010 New Revision: 202035 URL: http://svn.freebsd.org/changeset/base/202035 Log: Merge from projects/mips to head by hand: r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines Rename mips_pcpu_init to mips_pcpu0_init since it

svn commit: r202036 - head/sys/mips/sentry5

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:09:30 2010 New Revision: 202036 URL: http://svn.freebsd.org/changeset/base/202036 Log: Merge from projects/mips to head by hand: r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines Rename mips_pcpu_init to mips_pcpu0_init since it

svn commit: r202037 - head/sys/mips/adm5120

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:11:10 2010 New Revision: 202037 URL: http://svn.freebsd.org/changeset/base/202037 Log: Merge from projects/mips to head by hand: r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines Rename mips_pcpu_init to mips_pcpu0_init since it

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

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:12:17 2010 New Revision: 202038 URL: http://svn.freebsd.org/changeset/base/202038 Log: Merge from projects/mips to head by hand: Copy over inckern.S for crunched kernel support. Added: - copied unchanged from r202037,

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

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:13:05 2010 New Revision: 202039 URL: http://svn.freebsd.org/changeset/base/202039 Log: Merge from projects/mips to head by hand: Copy over sys_machdep.c Added: - copied unchanged from r202038, projects/mips/sys/mips/mips/sys_machdep.c Directory

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

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:13:58 2010 New Revision: 202040 URL: http://svn.freebsd.org/changeset/base/202040 Log: Merge from projects/mips to head by hand: Copy over elf_trampoline.c for crunched kernel support. Added: - copied unchanged from r202039,

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

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:14:38 2010 New Revision: 202041 URL: http://svn.freebsd.org/changeset/base/202041 Log: Merge from projects/mips to head by hand: copy over the generic bus space implementation... Added: - copied unchanged from r202040,

svn commit: r202044 - head/sys/mips/include

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:22:05 2010 New Revision: 202044 URL: http://svn.freebsd.org/changeset/base/202044 Log: Fix mis-merge from projects/mips... the diff didn't apply correctly and I didn't notice until after the commit. Modified: head/sys/mips/include/bus.h Modified:

svn commit: r202045 - head/usr.bin/make

2010-01-10 Thread Hartmut Brandt
Author: harti Date: Sun Jan 10 20:26:03 2010 New Revision: 202045 URL: http://svn.freebsd.org/changeset/base/202045 Log: Make make respect the TMPDIR environment variable. PR: bin/115447 Submitted by: Eugene Grosbein Modified: head/usr.bin/make/job.c Modified:

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

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 20:29:20 2010 New Revision: 202046 URL: http://svn.freebsd.org/changeset/base/202046 Log: Merge from projects/mips to head by hand: sorry for the huge firehose on this commit, it would be too tedious to do file by file r201881 | imp | 2010-01-08 20:08:22

svn commit: r202047 - in head/sys: amd64/amd64 i386/xen

2010-01-10 Thread Alan Cox
Author: alc Date: Sun Jan 10 21:00:52 2010 New Revision: 202047 URL: http://svn.freebsd.org/changeset/base/202047 Log: Eliminate unused declarations. Modified: head/sys/amd64/amd64/mp_machdep.c head/sys/i386/xen/xen_machdep.c Modified: head/sys/amd64/amd64/mp_machdep.c

Re: svn commit: r201999 - head/lib/libc/stdio

2010-01-10 Thread Andrey Chernov
On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote: + * Check for integer overflow. As an optimization, first check that + * at least one of {count, size} is at least 2^16, since if both + * values are less than that, their product can't possible overflow + *

svn commit: r202048 - in head: etc share/termcap

2010-01-10 Thread Ed Schouten
Author: ed Date: Sun Jan 10 21:41:37 2010 New Revision: 202048 URL: http://svn.freebsd.org/changeset/base/202048 Log: Properly make the end key work again for TERM=xterm. I've been so busy hacking on utmpx the last couple of days, out of reflex, I committed it to the wrong source tree.

svn commit: r202049 - head/usr.bin/lastcomm

2010-01-10 Thread Ed Schouten
Author: ed Date: Sun Jan 10 21:59:06 2010 New Revision: 202049 URL: http://svn.freebsd.org/changeset/base/202049 Log: Let lastcomm(1) build without utmp.h. Use MAXLOGNAME - 1 instead of UTNAMESIZE. There is no definition for TTY name sizes, at least not as low as 8, so hardcode it for

Re: svn commit: r201999 - head/lib/libc/stdio

2010-01-10 Thread Colin Percival
Andrey Chernov wrote: On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote: +if (((count | size) 0x) +(count SIZE_MAX / size)) { +errno = EINVAL; +fp-_flags |= __SERR; +return (0); +} 1) I don't think that this is good

svn commit: r202050 - in head/sys: kern sys

2010-01-10 Thread Warner Losh
Author: imp Date: Sun Jan 10 22:34:18 2010 New Revision: 202050 URL: http://svn.freebsd.org/changeset/base/202050 Log: Merge change r198561 from projects/mips to head: r198561 | thompsa | 2009-10-28 15:25:22 -0600 (Wed, 28 Oct 2009) | 4 lines Allow a scratch buffer to be set in order to

Re: svn commit: r201999 - head/lib/libc/stdio

2010-01-10 Thread Jilles Tjoelker
On Sun, Jan 10, 2010 at 02:18:58PM -0800, Colin Percival wrote: Andrey Chernov wrote: On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote: + if (((count | size) 0x) + (count SIZE_MAX / size)) { + errno = EINVAL; + fp-_flags |= __SERR; +

Re: svn commit: r201999 - head/lib/libc/stdio

2010-01-10 Thread Andrey Chernov
On Mon, Jan 11, 2010 at 12:06:18AM +0100, Jilles Tjoelker wrote: I picked EINVAL because this is the code used by read(2) and write(2) if they are passed nbytes INT_MAX. It would seem odd to use one error code for a number of bytes between INT_MAX and SIZE_MAX and then switch to a

svn commit: r202052 - in stable/8/sys: conf ia64/ia64 ia64/include

2010-01-10 Thread Marcel Moolenaar
Author: marcel Date: Sun Jan 10 23:51:02 2010 New Revision: 202052 URL: http://svn.freebsd.org/changeset/base/202052 Log: MFC rev 201269, 201373: o Revamp bus_space access functions (201269). o Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1 (201373). Added:

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

2010-01-10 Thread Andrew Thompson
Author: thompsa Date: Mon Jan 11 00:18:40 2010 New Revision: 202054 URL: http://svn.freebsd.org/changeset/base/202054 Log: Add the Globetrotter GE40x. Submitted by: Mike Tancsa Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/serial/u3g.c

svn commit: r202056 - in head/sys/dev/siba: . siba

2010-01-10 Thread Warner Losh
Author: imp Date: Mon Jan 11 00:40:19 2010 New Revision: 202056 URL: http://svn.freebsd.org/changeset/base/202056 Log: Move this to the right location. Grump. Added: - copied unchanged from r202055, head/sys/dev/siba/siba/siba_cc.c Directory Properties: head/sys/dev/siba/siba_cc.c

svn commit: r202057 - head/sys/dev/siba/siba

2010-01-10 Thread Warner Losh
Author: imp Date: Mon Jan 11 00:41:14 2010 New Revision: 202057 URL: http://svn.freebsd.org/changeset/base/202057 Log: This was somehow copied to the wrong place :(. Remove the spare copy. Deleted: head/sys/dev/siba/siba/ ___

Re: svn commit: r197752 - head/lib/libc/stdio

2010-01-10 Thread Max Laier
On Sunday 04 October 2009 21:43:36 David Schultz wrote: Author: das Date: Sun Oct 4 19:43:36 2009 New Revision: 197752 URL: http://svn.freebsd.org/changeset/base/197752 Log: Better glibc compatibility for getline/getdelim: - Tolerate applications that pass a NULL pointer for the

svn commit: r202059 - in stable/8: cddl/contrib/opensolaris/cmd/zpool sys/cddl/boot/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opens...

2010-01-10 Thread Xin LI
Author: delphij Date: Mon Jan 11 02:31:00 2010 New Revision: 202059 URL: http://svn.freebsd.org/changeset/base/202059 Log: MFC r201143: Apply OpenSolaris revision 8021:b8fe9660eb2d which brings our zpool to version 14, making it possible for zpools created on OpenSolaris 2009.06 be

svn commit: r202060 - head/usr.bin/netstat

2010-01-10 Thread Xin LI
Author: delphij Date: Mon Jan 11 03:00:17 2010 New Revision: 202060 URL: http://svn.freebsd.org/changeset/base/202060 Log: Add a new option, -q howmany, which when used in conjuction with -w, exits netstat after _howmany_ outputs. Requested by: thomasa Reviewed by: freebsd-net (bms,

Re: svn commit: r202059 - in stable/8: cddl/contrib/opensolaris/cmd/zpool sys/cddl/boot/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/open

2010-01-10 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2010/01/10 18:31, Xin LI wrote: Author: delphij Date: Mon Jan 11 02:31:00 2010 New Revision: 202059 URL: http://svn.freebsd.org/changeset/base/202059 Log: MFC r201143: Apply OpenSolaris revision 8021:b8fe9660eb2d which brings our

Re: svn commit: r201999 - head/lib/libc/stdio

2010-01-10 Thread Bruce Evans
On Sun, 10 Jan 2010, Colin Percival wrote: Andrey Chernov wrote: On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote: ... 2) fp-_flags |= __SERR; This flag is for errors in the file stream, not for errors in the arguments. Please back that line out. I agree. Quoting fread(3):

svn commit: r202061 - head/sys/dev/cfe

2010-01-10 Thread Warner Losh
Author: imp Date: Mon Jan 11 03:43:18 2010 New Revision: 202061 URL: http://svn.freebsd.org/changeset/base/202061 Log: Merge from projects/mips to head by hand: copy over cfe_env.c... Added: - copied unchanged from r202060, projects/mips/sys/dev/cfe/cfe_env.c Directory Properties:

Re: svn commit: r202019 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-01-10 Thread Doug Barton
On Sun, 10 Jan 2010, Warner Losh wrote: Author: imp Date: Sun Jan 10 17:44:22 2010 New Revision: 202019 URL: http://svn.freebsd.org/changeset/base/202019 Log: Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. Thanks for doing this, however the comment about how to include

Re: svn commit: r202019 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-01-10 Thread M. Warner Losh
In message: alpine.bsf.2.00.1001110348100.92...@serrsnyy.serrofq.bet Doug Barton do...@freebsd.org writes: : On Sun, 10 Jan 2010, Warner Losh wrote: : : Author: imp : Date: Sun Jan 10 17:44:22 2010 : New Revision: 202019 : URL: http://svn.freebsd.org/changeset/base/202019 : :

svn commit: r202062 - head/sys/dev/ic

2010-01-10 Thread Warner Losh
Author: imp Date: Mon Jan 11 04:13:06 2010 New Revision: 202062 URL: http://svn.freebsd.org/changeset/base/202062 Log: Merge from projects/mips to head by hand: Defintions for cavium uart (do they belong here?) Modified: head/sys/dev/ic/ns16550.h Modified: head/sys/dev/ic/ns16550.h

svn commit: r202063 - in head/sys/mips/cavium: . dev/rgmii

2010-01-10 Thread Warner Losh
Author: imp Date: Mon Jan 11 04:29:26 2010 New Revision: 202063 URL: http://svn.freebsd.org/changeset/base/202063 Log: Cope with the move and if_timer going way. Modified: head/sys/mips/cavium/dev/rgmii/octeon_fau.c head/sys/mips/cavium/dev/rgmii/octeon_fpa.c

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

2010-01-10 Thread Warner Losh
Author: imp Date: Mon Jan 11 04:38:37 2010 New Revision: 202064 URL: http://svn.freebsd.org/changeset/base/202064 Log: Cope with the octeon1-cavium move. Note: none of this junk belongs here. Modified: head/sys/mips/mips/bus_space_generic.c (contents, props changed) Modified:

svn commit: r202065 - head/sys/mips/conf

2010-01-10 Thread Warner Losh
Author: imp Date: Mon Jan 11 04:40:38 2010 New Revision: 202065 URL: http://svn.freebsd.org/changeset/base/202065 Log: Cope with the octeon1-cavium move. Modified: head/sys/mips/conf/OCTEON1 (contents, props changed) head/sys/mips/conf/OCTEON1-32 (contents, props changed) Directory

svn commit: r202068 - in stable/8/share/man: man7 man9

2010-01-10 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 11 05:19:51 2010 New Revision: 202068 URL: http://svn.freebsd.org/changeset/base/202068 Log: MFC: r201538, r201539 Catch up with the VFS_VPTOFH(9) - VOP_VPTOFH(9) repocopy that happened almost three years ago in r166794. Add a missing word. Modified: