Re: svn commit: r253215 - head/lib/msun/src

2013-07-30 Thread David Schultz
On Mon, Jul 29, 2013, David Chisnall wrote: On 29 Jul 2013, at 08:05, David Schultz d...@freebsd.org wrote: On Thu, Jul 11, 2013, David Chisnall wrote: +static __inline int +__inline_isnan(double __x) +{ + + return (__x != __x); +} + +static __inline int

svn commit: r253795 - head/sys/modules/usb/runfw

2013-07-30 Thread Sergey Kandaurov
Author: pluknet Date: Tue Jul 30 08:09:48 2013 New Revision: 253795 URL: http://svnweb.freebsd.org/changeset/base/253795 Log: Fix up paths after r253790. While here, use $? contraction. Reported by: O. Hartmann Modified: head/sys/modules/usb/runfw/Makefile Modified:

Re: svn commit: r253789 - in head: share/man/man4 sys/conf sys/dev/usb/wlan sys/modules/usb sys/modules/usb/rsu

2013-07-30 Thread Glen Barber
On Tue, Jul 30, 2013 at 02:07:57AM +, Rui Paulo wrote: Author: rpaulo Date: Tue Jul 30 02:07:57 2013 New Revision: 253789 URL: http://svnweb.freebsd.org/changeset/base/253789 Log: Import OpenBSD's rsu(4) WLAN driver. Support chipsets are the Realtek RTL8188SU, RTL8191SU, and

svn commit: r253797 - in stable/9/usr.sbin/makefs: . cd9660

2013-07-30 Thread Marius Strobl
Author: marius Date: Tue Jul 30 10:22:08 2013 New Revision: 253797 URL: http://svnweb.freebsd.org/changeset/base/253797 Log: MFC: r253707 - Set the System Identifier in the Primary Volume Descriptor to FreeBSD rather than NetBSD. - Correctly set the Expiration Time in the Primary

svn commit: r253798 - stable/9/usr.sbin/makefs/ffs

2013-07-30 Thread Marius Strobl
Author: marius Date: Tue Jul 30 10:24:09 2013 New Revision: 253798 URL: http://svnweb.freebsd.org/changeset/base/253798 Log: MFC: r253675 Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macro is picked up when defined. Previously, ffs_subr.c was always built without

svn commit: r253799 - stable/9/release/sparc64

2013-07-30 Thread Marius Strobl
Author: marius Date: Tue Jul 30 10:37:11 2013 New Revision: 253799 URL: http://svnweb.freebsd.org/changeset/base/253799 Log: MFC: 253676 - Once we have shifted arguments thrice, base-bits-dir is $1 rather than $4. Introduce $BASEBITSDIR for clarity and in order to avoid repeating this

Re: svn commit: r253795 - head/sys/modules/usb/runfw

2013-07-30 Thread Bruce Evans
On Tue, 30 Jul 2013, Sergey Kandaurov wrote: Log: Fix up paths after r253790. While here, use $? contraction. Reported by: O. Hartmann Modified: head/sys/modules/usb/runfw/Makefile Modified: head/sys/modules/usb/runfw/Makefile

Re: svn commit: r253775 - head/sys/vm

2013-07-30 Thread Bruce Evans
On Mon, 29 Jul 2013, Andrey Zonov wrote: Log: Unbreak sysctl ABI changes introduced in r253662 Requested by: bde Thanks. Bruce ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send

Re: svn commit: r253719 - in head: sys/conf sys/dev/watchdog sys/libkern sys/sys usr.sbin/watchdogd

2013-07-30 Thread Glen Barber
On Sat, Jul 27, 2013 at 08:47:02PM +, Alfred Perlstein wrote: Author: alfred Date: Sat Jul 27 20:47:01 2013 New Revision: 253719 URL: http://svnweb.freebsd.org/changeset/base/253719 Log: Fix watchdog pretimeout. The original API calls for pow2ns, however the new APIs from

Re: svn commit: r253719 - in head: sys/conf sys/dev/watchdog sys/libkern sys/sys usr.sbin/watchdogd

2013-07-30 Thread Ulrich Spörlein
On Sat, 2013-07-27 at 20:47:02 +, Alfred Perlstein wrote: Author: alfred Date: Sat Jul 27 20:47:01 2013 New Revision: 253719 URL: http://svnweb.freebsd.org/changeset/base/253719 Log: Fix watchdog pretimeout. Alfred, this broken the build and hasn't been fixed for almost three days

svn commit: r253801 - stable/9/sys/vm

2013-07-30 Thread Jeremie Le Hen
Author: jlh Date: Tue Jul 30 12:17:45 2013 New Revision: 253801 URL: http://svnweb.freebsd.org/changeset/base/253801 Log: MFC r253554: Fix a panic in the racct code when munlock(2) is called with incorrect values. The racct code in sys_munlock() assumed that the boundaries provided

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread Dag-Erling Smørgrav
David E. O'Brien obr...@freebsd.org writes: Log: Decouple yarrow from random(4) device. We've had a policy for several years now that all changes to the PRNG code in the kernel and libc must be reviewed by so@. Please revert this commit and submit your patch to sect...@freebsd.org for

svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-07-30 Thread Dimitry Andric
Author: dim Date: Tue Jul 30 12:33:21 2013 New Revision: 253802 URL: http://svnweb.freebsd.org/changeset/base/253802 Log: Pull in r186696 from upstream clang trunk: This patch implements __get_cpuid_max() as an inline and __cpuid() and __cpuid_count() as macros to be compatible with

svn commit: r253803 - head/sys/cam/scsi

2013-07-30 Thread Alexander Motin
Author: mav Date: Tue Jul 30 13:00:09 2013 New Revision: 253803 URL: http://svnweb.freebsd.org/changeset/base/253803 Log: Add NO_RC16 quirk to make da driver avoid using READ CAPACITY(16) command if possible. Use it for Kingston JetFlash USB sticks, that are known to return garbage in

svn commit: r253804 - head/usr.bin/fetch

2013-07-30 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jul 30 13:05:51 2013 New Revision: 253804 URL: http://svnweb.freebsd.org/changeset/base/253804 Log: Add Michael Gmelin's name to the copyright statement. Modified: head/usr.bin/fetch/fetch.1 Modified: head/usr.bin/fetch/fetch.1

svn commit: r253805 - in head: lib/libfetch usr.bin/fetch

2013-07-30 Thread Dag-Erling Smørgrav
Author: des Date: Tue Jul 30 13:07:55 2013 New Revision: 253805 URL: http://svnweb.freebsd.org/changeset/base/253805 Log: Include an Accept header in requests. PR: kern/180917 MFC after:1 week Modified: head/lib/libfetch/fetch.3 head/lib/libfetch/http.c

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-07-30 Thread Dimitry Andric
On Jul 30, 2013, at 15:33, Jan Beich jbe...@tormail.org wrote: Dimitry Andric d...@freebsd.org writes: Author: dim Date: Tue Jul 30 12:33:21 2013 New Revision: 253802 URL: http://svnweb.freebsd.org/changeset/base/253802 Log: Pull in r186696 from upstream clang trunk: This patch

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-07-30 Thread Matthew Fleming
On Tue, Jul 30, 2013 at 5:33 AM, Dimitry Andric d...@freebsd.org wrote: Author: dim Date: Tue Jul 30 12:33:21 2013 New Revision: 253802 URL: http://svnweb.freebsd.org/changeset/base/253802 Log: Pull in r186696 from upstream clang trunk: This patch implements __get_cpuid_max() as an

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-07-30 Thread Dimitry Andric
On Jul 30, 2013, at 16:09, Matthew Fleming m...@freebsd.org wrote: On Tue, Jul 30, 2013 at 5:33 AM, Dimitry Andric d...@freebsd.org wrote: Author: dim Date: Tue Jul 30 12:33:21 2013 New Revision: 253802 URL: http://svnweb.freebsd.org/changeset/base/253802 Log: Pull in r186696 from

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

2013-07-30 Thread Alexander Motin
Author: mav Date: Tue Jul 30 14:50:44 2013 New Revision: 253806 URL: http://svnweb.freebsd.org/changeset/base/253806 Log: Allow three IOCTLs to be used on suspended pool, restoring state that existed before IOCTL code refactoring merged change 4445fffb from illumos at r248571. This

Re: svn commit: r253215 - head/lib/msun/src

2013-07-30 Thread Steve Kargl
On Tue, Jul 30, 2013 at 12:02:23AM -0700, David Schultz wrote: Fortran has its own problems and isn't very well supported. I take issue with the later assertion. Fortran is well support in GCC 4.6. See GCC list of front-end maintainers. :-) But for what it's worth, C++ is actually a good

svn commit: r253807 - head/sys/dev/usb/wlan

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 30 16:17:30 2013 New Revision: 253807 URL: http://svnweb.freebsd.org/changeset/base/253807 Log: Unbreak sparc64 LINT. Need to fix this correctly at some point in the future. Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-30 Thread John Baldwin
On Monday, July 29, 2013 6:50:59 pm Sean Bruno wrote: [sbruno_comment_blocks == 4] The identify function in 7.x has no such check: static void ipmi_isa_identify(driver_t *driver, device_t parent) { struct ipmi_get_info info; uint32_t devid; if

svn commit: r253808 - head/usr.sbin/watchdogd

2013-07-30 Thread John Baldwin
Author: jhb Date: Tue Jul 30 16:20:54 2013 New Revision: 253808 URL: http://svnweb.freebsd.org/changeset/base/253808 Log: Apply a casting sledgehammer. Submitted by: dhw Modified: head/usr.sbin/watchdogd/watchdogd.c Modified: head/usr.sbin/watchdogd/watchdogd.c

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-07-30 Thread John Baldwin
On Tuesday, July 30, 2013 9:33:51 am Jan Beich wrote: Dimitry Andric d...@freebsd.org writes: Author: dim Date: Tue Jul 30 12:33:21 2013 New Revision: 253802 URL: http://svnweb.freebsd.org/changeset/base/253802 Log: Pull in r186696 from upstream clang trunk: This

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-07-30 Thread John Baldwin
On Tuesday, July 30, 2013 10:09:35 am Matthew Fleming wrote: On Tue, Jul 30, 2013 at 5:33 AM, Dimitry Andric d...@freebsd.org wrote: Author: dim Date: Tue Jul 30 12:33:21 2013 New Revision: 253802 URL: http://svnweb.freebsd.org/changeset/base/253802 Log: Pull in r186696 from

svn commit: r253809 - head/sys/dev/mps

2013-07-30 Thread Scott Long
Author: scottl Date: Tue Jul 30 17:35:06 2013 New Revision: 253809 URL: http://svnweb.freebsd.org/changeset/base/253809 Log: Fix a printf typo. Obtained from:LSI Modified: head/sys/dev/mps/mps_sas.c Modified: head/sys/dev/mps/mps_sas.c

svn commit: r253810 - head/usr.bin/grep/regex

2013-07-30 Thread Andrey A. Chernov
Author: ache Date: Tue Jul 30 18:16:43 2013 New Revision: 253810 URL: http://svnweb.freebsd.org/changeset/base/253810 Log: grep -i does not work for simple patterns and single byte locales, like LANG=ru_RU.KOI8-R grep -i some single KOI8-R letter Fix it. MFC after: 3 days

Re: svn commit: r253779 - in head: . share/man/man4 sys/amd64/conf sys/arm/conf sys/conf sys/dev/random sys/i386/conf sys/ia64/conf sys/mips/conf sys/modules sys/modules/random sys/pc98/conf sys/power

2013-07-30 Thread Mark Murray
This looks like a Good Thing(™), thank you! I'm doing an implementation of Fortuna CSPRNG, and this is going to save me a BUNCH of work! M On 29 Jul 2013, at 21:26, David E. O'Brien obr...@freebsd.org wrote: Author: obrien Date: Mon Jul 29 20:26:27 2013 New Revision: 253779 URL:

svn commit: r253811 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:41:36 2013 New Revision: 253811 URL: http://svnweb.freebsd.org/changeset/base/253811 Log: After discussions, revert svn r253708. Changelog for 253708 was completely wrong and the code implemented something non-standard for the wrong reasons.

svn commit: r253812 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:44:29 2013 New Revision: 253812 URL: http://svnweb.freebsd.org/changeset/base/253812 Log: empirical testing showed that 3 seconds is just too slow for GET_DEVICE_ID to return on newer Dell hardware. Bump to 6 second timeouts until someone has a better

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread David O'Brien
On Tue, Jul 30, 2013 at 02:23:53PM +0200, Dag-Erling Smrgrav wrote: David E. O'Brien obr...@freebsd.org writes: Log: Decouple yarrow from random(4) device. We've had a policy for several years now that all changes to the PRNG code in the kernel and libc must be reviewed by so@. Hi DES,

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread David O'Brien
On Mon, Jul 29, 2013 at 02:43:15PM -0700, Steve Kargl wrote: On Mon, Jul 29, 2013 at 08:58:10PM +, David E. O'Brien wrote: Author: obrien Date: Mon Jul 29 20:58:09 2013 New Revision: 253786 URL: http://svnweb.freebsd.org/changeset/base/253786 Log: * If the kernel doesn't

svn commit: r253813 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:54:24 2013 New Revision: 253813 URL: http://svnweb.freebsd.org/changeset/base/253813 Log: Check for ipmi_attached in ipmi_isa_probe as a suggested alternative to ipmi_isa_attach. This keeps unintended but harmless noise about ipmi1 from appearing in the

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Ok then what is this ^ ? Doesn't this mean that if device_find_child() returns a child node that we should abort? Is that not the same as what I'm going on about? This makes it only add at most one child device. It is a common idiom in identify routines so that if you

Re: svn commit: r253813 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
On Tue, 2013-07-30 at 18:54 +, Sean Bruno wrote: Submitted by: jbh@ (suggested by) Grhahahahah ... jhb@ ... why can't I type today? Sean signature.asc Description: This is a digitally signed message part

Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-30 Thread David O'Brien
On Wed, Jul 24, 2013 at 03:29:34PM -0400, John Baldwin wrote: On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: per style(9): Kernel include files (i.e. sys/*.h) come first; normally, include sys/types.h OR sys/param.h, but not both. sys/types.h includes

Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-30 Thread John Baldwin
On Tuesday, July 30, 2013 3:02:07 pm David O'Brien wrote: On Wed, Jul 24, 2013 at 03:29:34PM -0400, John Baldwin wrote: On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: per style(9): Kernel include files (i.e. sys/*.h) come first; normally, include sys/types.h

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-30 Thread John Baldwin
On Tuesday, July 30, 2013 2:57:00 pm Sean Bruno wrote: Ok then what is this ^ ? Doesn't this mean that if device_find_child() returns a child node that we should abort? Is that not the same as what I'm going on about? This makes it only add at most one child device.

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread David O'Brien
On Tue, Jul 30, 2013 at 11:50:34AM -0700, David O'Brien (@FreeBSD) wrote: Please see if you cannot review the code within the tree with doing a whiplash backout-recommit. s/with/without/ Please let me know if you're OK with taking this route. -- -- David (obr...@freebsd.org)

svn commit: r253814 - head/usr.bin/script

2013-07-30 Thread David E. O'Brien
Author: obrien Date: Tue Jul 30 19:21:36 2013 New Revision: 253814 URL: http://svnweb.freebsd.org/changeset/base/253814 Log: MFC'ing to 9.2. Modified: head/usr.bin/script/script.1 Modified: head/usr.bin/script/script.1

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread Andrey Chernov
On 30.07.2013 22:50, David O'Brien wrote: Hi DES, Where was this policy published or communicated? There is no MAINTAINER line in sys/dev/random/, nor an entry in /usr/src/MAINTAINERS. It is hard to follow some policy that cannot be found. ~5 years ago I was forced to stop commits due to

svn commit: r253815 - stable/9/usr.bin/script

2013-07-30 Thread David E. O'Brien
Author: obrien Date: Tue Jul 30 19:24:05 2013 New Revision: 253815 URL: http://svnweb.freebsd.org/changeset/base/253815 Log: MFC: r238896, r238897, r241331 (usr.bin/script/ only), r241972, r242138, r248388, 253814 + Add -f to also output filemon(4) information. + Add d, p and r

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread David O'Brien
On Tue, Jul 30, 2013 at 11:24:00PM +0400, Andrey Chernov wrote: Do you have any specific concerns? What about arc4rand_iniseed_state code dead without yarrow loaded? I am look at that now. -- -- David (obr...@freebsd.org) ___

Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-30 Thread Bruce Evans
On Tue, 30 Jul 2013, David O'Brien wrote: On Wed, Jul 24, 2013 at 03:29:34PM -0400, John Baldwin wrote: On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: per style(9): Kernel include files (i.e. sys/*.h) come first; normally, include sys/types.h OR sys/param.h, but

Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf

2013-07-30 Thread Edward Tomasz Napierała
Wiadomość napisana przez Marius Strobl mar...@alchemy.franken.de w dniu 29 lip 2013, o godz. 22:38: On Fri, Apr 12, 2013 at 04:25:03PM +, Edward Tomasz Napierala wrote: Author: trasz Date: Fri Apr 12 16:25:03 2013 New Revision: 249410 URL: http://svnweb.freebsd.org/changeset/base/249410

Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf

2013-07-30 Thread Marius Strobl
On Tue, Jul 30, 2013 at 09:57:21PM +0200, Edward Tomasz Napiera?a wrote: Wiadomo?? napisana przez Marius Strobl mar...@alchemy.franken.de w dniu 29 lip 2013, o godz. 22:38: On Fri, Apr 12, 2013 at 04:25:03PM +, Edward Tomasz Napierala wrote: Author: trasz Date: Fri Apr 12 16:25:03

svn commit: r253816 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-07-30 Thread Xin LI
Author: delphij Date: Tue Jul 30 20:37:32 2013 New Revision: 253816 URL: http://svnweb.freebsd.org/changeset/base/253816 Log: MFV r253780: To quote Illumos #3875: The problem here is that if we ever end up in the error path, we drop the locks protecting access to the zfsvfs_t

Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf

2013-07-30 Thread Adrian Chadd
On 30 July 2013 12:57, Edward Tomasz Napierała tr...@freebsd.org wrote: Yup, my bad. I'm waiting for reply from re@ whether it's a good thing to do at this point of the release process. This is one thing that prevents 9.2 from booting in a VM with 128mb or less RAM. Or, any of the

Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf

2013-07-30 Thread Edward Tomasz Napierała
Wiadomość napisana przez Marius Strobl mar...@alchemy.franken.de w dniu 30 lip 2013, o godz. 22:28: On Tue, Jul 30, 2013 at 09:57:21PM +0200, Edward Tomasz Napiera?a wrote: Wiadomo?? napisana przez Marius Strobl mar...@alchemy.franken.de w dniu 29 lip 2013, o godz. 22:38: On Fri, Apr 12,

svn commit: r253818 - head/cddl/contrib/opensolaris/lib/libzfs/common

2013-07-30 Thread Steven Hartland
Author: smh Date: Tue Jul 30 20:45:27 2013 New Revision: 253818 URL: http://svnweb.freebsd.org/changeset/base/253818 Log: MFV r253784: Fix zfs send -D hang after processing requiring a CTRL+C to interrupt due to pthread_join prior to fd close. This was introduced by r251646 (MFV

svn commit: r253817 - vendor-sys/illumos/dist/uts/common/sys/fs

2013-07-30 Thread Xin LI
Author: delphij Date: Tue Jul 30 20:45:27 2013 New Revision: 253817 URL: http://svnweb.freebsd.org/changeset/base/253817 Log: Commit a missed file in r253781: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14089:520f3adc5d46: Illumos ZFS issues: 3894 zfs

svn commit: r253819 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys...

2013-07-30 Thread Xin LI
Author: delphij Date: Tue Jul 30 21:02:09 2013 New Revision: 253819 URL: http://svnweb.freebsd.org/changeset/base/253819 Log: MFV r253781 + r253871: Illumos ZFS issues: 3894 zfs should not allow snapshot of inconsistent dataset MFC after:2 weeks Modified:

Re: svn commit: r253756 - head/sys/dev/wi

2013-07-30 Thread Jeremie Le Hen
On Mon, Jul 29, 2013 at 05:39:20AM +, Justin Hibbits wrote: Author: jhibbits Date: Mon Jul 29 05:39:20 2013 New Revision: 253756 URL: http://svnweb.freebsd.org/changeset/base/253756 Log: Use the streaming functions for reading/writing the BAP fields on wi(4). This fixes wi(4)

svn commit: r253820 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-07-30 Thread Xin LI
Author: delphij Date: Tue Jul 30 21:20:12 2013 New Revision: 253820 URL: http://svnweb.freebsd.org/changeset/base/253820 Log: MFV r253782: To quote Illumos issue #3888: When 'zfs recv -F' is used with an incremental recv it rolls back any changes made since the last snapshot in case

svn commit: r253821 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-07-30 Thread Xin LI
Author: delphij Date: Tue Jul 30 21:35:02 2013 New Revision: 253821 URL: http://svnweb.freebsd.org/changeset/base/253821 Log: MFV r253783: Skip eviction step of processing free records when doing ZFS receive to avoid the expensive search operation of non-existent dbufs in dn_dbufs.

Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf

2013-07-30 Thread Marius Strobl
On Tue, Jul 30, 2013 at 10:40:49PM +0200, Edward Tomasz Napiera?a wrote: Wiadomo?? napisana przez Marius Strobl mar...@alchemy.franken.de w dniu 30 lip 2013, o godz. 22:28: On Tue, Jul 30, 2013 at 09:57:21PM +0200, Edward Tomasz Napiera?a wrote: Wiadomo?? napisana przez Marius Strobl

svn commit: r253822 - head/sbin/fsck_ffs

2013-07-30 Thread Scott Long
Author: scottl Date: Tue Jul 30 22:57:12 2013 New Revision: 253822 URL: http://svnweb.freebsd.org/changeset/base/253822 Log: Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors are encountered, the fsck will stop instead of wasting time chewing through possibly

svn commit: r253823 - head/sys/kern

2013-07-30 Thread Scott Long
Author: scottl Date: Tue Jul 30 23:26:05 2013 New Revision: 253823 URL: http://svnweb.freebsd.org/changeset/base/253823 Log: Create a knob, kern.ipc.sfreadahead, that allows one to tune the amount of readahead that sendfile() will do. Default remains the same. Obtained from:

svn commit: r253824 - head/sys/kern

2013-07-30 Thread Scott Long
Author: scottl Date: Tue Jul 30 23:50:09 2013 New Revision: 253824 URL: http://svnweb.freebsd.org/changeset/base/253824 Log: Fix r253823. Some WIP patches snuck in. Submitted by: zont Modified: head/sys/kern/kern_mutex.c head/sys/kern/subr_uio.c Modified: head/sys/kern/kern_mutex.c

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread David O'Brien
On Tue, Jul 30, 2013 at 01:37:47AM +0400, Andrey Chernov wrote: On 30.07.2013 0:58, David E. O'Brien wrote: Decouple yarrow from random(4) device. .. We currently have 3 random_adaptors: + yarrow + rdrand (ivy.c) + nehemeiah After this commit we again have a problem

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread David O'Brien
On Tue, Jul 30, 2013 at 05:07:46PM -0700, David O'Brien (@FreeBSD) wrote: I believe you're talking about this code in sys/libkern/arc4random.c:arc4rand() if (atomic_cmpset_int(arc4rand_iniseed_state, ARC4_ENTR_HAVE, ARC4_ENTR_SEED) || reseed || (arc4_numruns

Re: svn commit: r253756 - head/sys/dev/wi

2013-07-30 Thread Justin Hibbits
On Jul 30, 2013 2:14 PM, Jeremie Le Hen j...@freebsd.org wrote: On Mon, Jul 29, 2013 at 05:39:20AM +, Justin Hibbits wrote: Author: jhibbits Date: Mon Jul 29 05:39:20 2013 New Revision: 253756 URL: http://svnweb.freebsd.org/changeset/base/253756 Log: Use the streaming

svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac

2013-07-30 Thread Justin Hibbits
Author: jhibbits Date: Wed Jul 31 01:13:29 2013 New Revision: 253825 URL: http://svnweb.freebsd.org/changeset/base/253825 Log: Add the macio attachment for wi(4). Partially obtained from NetBSD. Reviewed by: adrian Obtained from:NetBSD (partially) Added:

svn commit: r253826 - head/sys/modules/wi

2013-07-30 Thread Justin Hibbits
Author: jhibbits Date: Wed Jul 31 01:42:59 2013 New Revision: 253826 URL: http://svnweb.freebsd.org/changeset/base/253826 Log: Remove duplicate SRCS include block. Spotted by jmallett. Modified: head/sys/modules/wi/Makefile Modified: head/sys/modules/wi/Makefile

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread Andrey Chernov
On 31.07.2013 4:07, David O'Brien wrote: I believe you're talking about this code in sys/libkern/arc4random.c:arc4rand() if (atomic_cmpset_int(arc4rand_iniseed_state, ARC4_ENTR_HAVE, ARC4_ENTR_SEED) || reseed || (arc4_numruns ARC4_RESEED_BYTES) ||

Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng

2013-07-30 Thread Andrey Chernov
On 31.07.2013 4:15, David O'Brien wrote: On Tue, Jul 30, 2013 at 05:07:46PM -0700, David O'Brien (@FreeBSD) wrote: I believe you're talking about this code in sys/libkern/arc4random.c:arc4rand() if (atomic_cmpset_int(arc4rand_iniseed_state, ARC4_ENTR_HAVE, ARC4_ENTR_SEED) ||

svn commit: r253827 - head/contrib/tcpdump

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 31 02:13:18 2013 New Revision: 253827 URL: http://svnweb.freebsd.org/changeset/base/253827 Log: When using tcpdump -I -i wlanN and wlanN is not a monitor mode VAP, tcpdump will print an error message saying rfmon is not supported. Give a concise explanation as

svn commit: r253828 - head/sbin/fsck_ffs

2013-07-30 Thread Scott Long
Author: scottl Date: Wed Jul 31 04:51:12 2013 New Revision: 253828 URL: http://svnweb.freebsd.org/changeset/base/253828 Log: Document the -S flag to fsck_ffs Obtained from:Netflix Modified: head/sbin/fsck_ffs/fsck_ffs.8 Modified: head/sbin/fsck_ffs/fsck_ffs.8

Re: svn commit: r253719 - in head: sys/conf sys/dev/watchdog sys/libkern sys/sys usr.sbin/watchdogd

2013-07-30 Thread Alfred Perlstein
On 7/30/13 4:24 AM, Ulrich Spörlein wrote: On Sat, 2013-07-27 at 20:47:02 +, Alfred Perlstein wrote: Author: alfred Date: Sat Jul 27 20:47:01 2013 New Revision: 253719 URL: http://svnweb.freebsd.org/changeset/base/253719 Log: Fix watchdog pretimeout. Alfred, this broken the build and

svn commit: r253829 - head/sys/dev/cxgbe

2013-07-30 Thread Navdeep Parhar
Author: np Date: Wed Jul 31 05:12:51 2013 New Revision: 253829 URL: http://svnweb.freebsd.org/changeset/base/253829 Log: Display SGE tunables in the sysctl tree. dev.t5nex.0.fl_pktshift: payload DMA offset in rx buffer (bytes) dev.t5nex.0.fl_pad: payload pad boundary (bytes)

Re: svn commit: r253719 - in head: sys/conf sys/dev/watchdog sys/libkern sys/sys usr.sbin/watchdogd

2013-07-30 Thread Alfred Perlstein
On 7/30/13 4:22 AM, Glen Barber wrote: On Sat, Jul 27, 2013 at 08:47:02PM +, Alfred Perlstein wrote: Author: alfred Date: Sat Jul 27 20:47:01 2013 New Revision: 253719 URL: http://svnweb.freebsd.org/changeset/base/253719 Log: Fix watchdog pretimeout. The original API calls for

Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac

2013-07-30 Thread Sergey Kandaurov
On 31 July 2013 05:13, Justin Hibbits jhibb...@freebsd.org wrote: Author: jhibbits Date: Wed Jul 31 01:13:29 2013 New Revision: 253825 URL: http://svnweb.freebsd.org/changeset/base/253825 Log: Add the macio attachment for wi(4). Partially obtained from NetBSD. Reviewed by: adrian

svn commit: r253830 - in head/sys/arm/ti: . am335x

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 31 05:52:03 2013 New Revision: 253830 URL: http://svnweb.freebsd.org/changeset/base/253830 Log: Initialisation routines for the mailbox, spinlock and PRU-ICSS clocks. Modified: head/sys/arm/ti/am335x/am335x_prcm.c head/sys/arm/ti/ti_prcm.h Modified: