svn commit: r267952 - head/sys/cam/ctl

2014-06-26 Thread Alexander Motin
Author: mav Date: Fri Jun 27 06:52:37 2014 New Revision: 267952 URL: http://svnweb.freebsd.org/changeset/base/267952 Log: Fix typo in r267481. MFC after:3 days Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c ===

svn commit: r267951 - stable/10/gnu/usr.bin/groff/tmac

2014-06-26 Thread Sergey Kandaurov
Author: pluknet Date: Fri Jun 27 05:50:55 2014 New Revision: 267951 URL: http://svnweb.freebsd.org/changeset/base/267951 Log: MFC r266479, r267153: - Move Nx definition to a separate block. - Add Lb string for libcuse. Modified: stable/10/gnu/usr.bin/groff/tmac/mdoc.local Directory Pro

svn commit: r267950 - stable/10/sys/dev/mpt

2014-06-26 Thread Hiren Panchasara
Author: hiren Date: Fri Jun 27 05:37:00 2014 New Revision: 267950 URL: http://svnweb.freebsd.org/changeset/base/267950 Log: MFC r267690 Hide a harmless "QUEUE FULL EVENT" message behind bootverbose. Modified: stable/10/sys/dev/mpt/mpt_cam.c Modified: stable/10/sys/dev/mpt/mpt_cam.c

svn commit: r267949 - head/usr.sbin/bhyve

2014-06-26 Thread Peter Grehan
Author: grehan Date: Fri Jun 27 05:27:37 2014 New Revision: 267949 URL: http://svnweb.freebsd.org/changeset/base/267949 Log: Set the version and date to fixed fields rather than using preprocessor macros that don't allow reproducible builds. As a side-effect, the date string is now spec-comp

svn commit: r267947 - head/sys/kern

2014-06-26 Thread Mateusz Guzik
Author: mjg Date: Fri Jun 27 05:04:36 2014 New Revision: 267947 URL: http://svnweb.freebsd.org/changeset/base/267947 Log: Check lower bound of cmsg_len. If passed cm->cmsg_len was below cmsghdr size the experssion: datalen = (caddr_t)cm + cm->cmsg_len - (caddr_t)data; would give nega

svn commit: r267944 - stable/9/sys/dev/oce

2014-06-26 Thread Xin LI
Author: delphij Date: Fri Jun 27 00:37:03 2014 New Revision: 267944 URL: http://svnweb.freebsd.org/changeset/base/267944 Log: MFC r258941,267839: Apply vendor improvements to oce(4) driver: - Add support to 20Gbps, 25Gbps, 40Gbps devices; - Add support to control adaptive interrupt

Re: svn commit: r267943 - releng/9.3/sys/conf

2014-06-26 Thread Glen Barber
On Fri, Jun 27, 2014 at 12:11:02AM +, Glen Barber wrote: > Author: gjb > Date: Fri Jun 27 00:11:01 2014 > New Revision: 267943 > URL: http://svnweb.freebsd.org/changeset/base/267943 > > Log: > Update releng/9.3 to -RC2 status as part of the 9.2-RELEASE > process. > Sigh. Of course, I

svn commit: r267943 - releng/9.3/sys/conf

2014-06-26 Thread Glen Barber
Author: gjb Date: Fri Jun 27 00:11:01 2014 New Revision: 267943 URL: http://svnweb.freebsd.org/changeset/base/267943 Log: Update releng/9.3 to -RC2 status as part of the 9.2-RELEASE process. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/9.3/sys/con

svn commit: r267941 - in head: cddl/contrib/opensolaris/cmd/dtrace cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf cddl/contrib/opensolaris/common/ctf cddl/contrib/opensolaris/lib/libdtrac...

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 23:21:11 2014 New Revision: 267941 URL: http://svnweb.freebsd.org/changeset/base/267941 Log: MFV illumos 4474 DTrace Userland CTF Support 4475 DTrace userland Keyword 4476 DTrace tests should be better citizens 4479 pid provider types 4480 dof emulati

svn commit: r267940 - head/cddl/lib/libdtrace

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 22:38:06 2014 New Revision: 267940 URL: http://svnweb.freebsd.org/changeset/base/267940 Log: Add stubs for CTF functions which are not yet implemented. MFC after:2 weeks Modified: head/cddl/lib/libdtrace/libproc_compat.h Modified: head/cddl/lib/libdtr

svn commit: r267939 - in head/cddl/contrib/opensolaris: . cmd/dtrace/test/tst/common/print cmd/zfs lib/libzfs

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 21:49:27 2014 New Revision: 267939 URL: http://svnweb.freebsd.org/changeset/base/267939 Log: Record MFV of r266988. MFC after:2 weeks Modified: Directory Properties: head/cddl/contrib/opensolaris/ (props changed) head/cddl/contrib/opensolaris/cmd/d

svn commit: r267937 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/...

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 21:45:49 2014 New Revision: 267937 URL: http://svnweb.freebsd.org/changeset/base/267937 Log: MFV illumos 4477 DTrace should speak JSON MFC after:2 weeks Added: head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ - copied from r2669

svn commit: r267935 - head/sys/dev/e1000

2014-06-26 Thread Jack F Vogel
Author: jfv Date: Thu Jun 26 21:33:32 2014 New Revision: 267935 URL: http://svnweb.freebsd.org/changeset/base/267935 Log: Sync the E1000 shared code with Intel internal, this adds fixes, and more importantly, new I218 adapter support to the em driver. MFC after: 1 week Modified: head/s

svn commit: r267934 - head/usr.sbin/bhyve

2014-06-26 Thread John Baldwin
Author: jhb Date: Thu Jun 26 20:12:38 2014 New Revision: 267934 URL: http://svnweb.freebsd.org/changeset/base/267934 Log: - Document -b to enable the bvmcons console (but mark it as deprecated similar to -g.) - Document -U to set the SMBIOS UUID. - Add missing options to the usage output

Re: svn commit: r267930 - vendor-sys/illumos/dist/common/util

2014-06-26 Thread Pedro Giffuni
On 06/26/14 14:57, Rui Paulo wrote: It would be best if only one of us did this import... Please revert this. The correct area is vendor, not vendor-sys because it comes from usr/src/common. -- Rui Paulo Yup, you missed my private email saying I was going to bring it in ... In any case, I

svn commit: r267933 - head/sys/cam/ctl

2014-06-26 Thread Alexander Motin
Author: mav Date: Thu Jun 26 20:06:37 2014 New Revision: 267933 URL: http://svnweb.freebsd.org/changeset/base/267933 Log: Simplify statistics calculation. Instead of trying to guess size of disk I/O operations (it just won't work that way for newly added commands, and is equal to data mov

svn commit: r267932 - vendor-sys/illumos/dist/common/util

2014-06-26 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jun 26 20:02:29 2014 New Revision: 267932 URL: http://svnweb.freebsd.org/changeset/base/267932 Log: Revert r267930. File looks better in vendor/ and was brought there in r267931. Deleted: vendor-sys/illumos/dist/common/util/ _

Re: svn commit: r267930 - vendor-sys/illumos/dist/common/util

2014-06-26 Thread Rui Paulo
It would be best if only one of us did this import... Please revert this. The correct area is vendor, not vendor-sys because it comes from usr/src/common. -- Rui Paulo > On 26 Jun 2014, at 12:45, "Pedro F. Giffuni" wrote: > > Author: pfg > Date: Thu Jun 26 19:45:35 2014 > New Revision: 26793

svn commit: r267931 - vendor/illumos/dist/common/util

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 19:48:59 2014 New Revision: 267931 URL: http://svnweb.freebsd.org/changeset/base/267931 Log: OS-1723 DTrace should speak JSON Reviewed by: Bryan Cantrill illumos/illumos-gate@8017f1f8eea31bd1160b5e50755242a2a9aabc7d Added: vendor/illumos/dist/co

svn commit: r267930 - vendor-sys/illumos/dist/common/util

2014-06-26 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jun 26 19:45:35 2014 New Revision: 267930 URL: http://svnweb.freebsd.org/changeset/base/267930 Log: Bring a new header from OpenSolaris/Illumos. This is required for r266987 and probably other DTrace probes. Added: vendor-sys/illumos/dist/common/util/ vendor-sys/i

svn commit: r267929 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs cddl/contrib/opensolaris/lib/libdtrace/common sys/c...

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 19:38:16 2014 New Revision: 267929 URL: http://svnweb.freebsd.org/changeset/base/267929 Log: MFV illumos r266986: 2915 DTrace in a zone should see "cpu", "curpsinfo", et al 2916 DTrace in a zone should be able to access fds[] 2917 DTrace in a zone should

svn commit: r267928 - stable/10/usr.sbin/bhyve

2014-06-26 Thread John Baldwin
Author: jhb Date: Thu Jun 26 19:19:06 2014 New Revision: 267928 URL: http://svnweb.freebsd.org/changeset/base/267928 Log: MFC 264277: Handle single-byte reads from the bvmcons port (0x220) by returning 0xff. Some guests may attempt to read from this port to identify psuedo-PNP ISA devices

Re: svn commit: r267898 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys

2014-06-26 Thread Rui Paulo
I'll import the other versions for the sake of compatibility. Unfortunately one of them is really specific to Solaris zones and doesn't get us anything. -- Rui Paulo > On 26 Jun 2014, at 01:16, Pedro Giffuni wrote: > > >> Il giorno 26/giu/2014, alle ore 02:21, Andriy Gapon ha >> scritto: >

Re: svn commit: r267898 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys

2014-06-26 Thread Pedro Giffuni
On 06/26/14 10:59, Rui Paulo wrote: On Jun 26, 2014, at 1:16, Pedro Giffuni wrote: 2) It is not respecting the order in which upstream (Illumos AFAICT) adds features so it breaks the sense of DT_VERS_LATEST I disagree. I specifically added a new version, 1.9.2, which is not present in Ill

svn commit: r267925 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 17:34:42 2014 New Revision: 267925 URL: http://svnweb.freebsd.org/changeset/base/267925 Log: Revert r267898. Deleted: head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/tst.aggencoding.d head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ag

svn commit: r267924 - head/share/dtrace

2014-06-26 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 26 17:27:36 2014 New Revision: 267924 URL: http://svnweb.freebsd.org/changeset/base/267924 Log: Use dtrace -s instead of /bin/sh for DTrace scripts. Modified: head/share/dtrace/hotopen head/share/dtrace/nfsattrstats head/share/dtrace/nfsclienttime Modified: h

svn commit: r267923 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:26:33 2014 New Revision: 267923 URL: http://svnweb.freebsd.org/changeset/base/267923 Log: Fix whitspace indentation from spaces to tabs. No functional changes. MFC after:2 weeks Modified: head/sys/dev/netfpga10g/nf10bmac/if_nf10bmac_fdt.c Modified

svn commit: r267922 - in head/sys: conf dev/netfpga10g/nf10bmac mips/conf modules/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:20:45 2014 New Revision: 267922 URL: http://svnweb.freebsd.org/changeset/base/267922 Log: Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernel configs. Switch the BERI_NETFPGA_MDROOT to 64bit by default. Give we have working interrupts

svn commit: r267921 - head/sys/amd64/vmm

2014-06-26 Thread Tycho Nightingale
Author: tychon Date: Thu Jun 26 17:15:41 2014 New Revision: 267921 URL: http://svnweb.freebsd.org/changeset/base/267921 Log: Add support for emulating the move instruction: "mov r/m8, imm8". Reviewed by: neel Modified: head/sys/amd64/vmm/vmm_instruction_emul.c Modified: head/sys/amd64/

svn commit: r267920 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:10:07 2014 New Revision: 267920 URL: http://svnweb.freebsd.org/changeset/base/267920 Log: Allow switching between 32bit and 64bit bus width data access at compile time by setting NF10BMAC_64BIT and using a REGWTYPE #define to set correct variable and return val

svn commit: r267919 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:03:08 2014 New Revision: 267919 URL: http://svnweb.freebsd.org/changeset/base/267919 Log: Rather than using a constant use sizeof(val) allowing for the length to automatically change as we switch between 32/64bit. MFC after:2 weeks Modified: head/sys/

svn commit: r267918 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 16:49:45 2014 New Revision: 267918 URL: http://svnweb.freebsd.org/changeset/base/267918 Log: In preparation for 64bit mode remove all the _4 from the function and macro names, rename val4 to val, and m4 to md. No functional change. MFC after:2 weeks M

svn commit: r267917 - head/sys/vm

2014-06-26 Thread Alan Cox
Author: alc Date: Thu Jun 26 16:04:03 2014 New Revision: 267917 URL: http://svnweb.freebsd.org/changeset/base/267917 Log: Delay the call to crhold() in vm_map_insert() until we know that we won't have to undo it by calling crfree(). This reduces the total number of calls by vm_map_insert()

Re: svn commit: r267898 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys

2014-06-26 Thread Rui Paulo
On Jun 26, 2014, at 1:16, Pedro Giffuni wrote: > 2) It is not respecting the order in which upstream (Illumos AFAICT) adds > features so it breaks the sense of DT_VERS_LATEST I disagree. I specifically added a new version, 1.9.2, which is not present in Illumos to cope with this. DT_VERS_LAT

svn commit: r267915 - head/lib/libc/net

2014-06-26 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 26 14:24:31 2014 New Revision: 267915 URL: http://svnweb.freebsd.org/changeset/base/267915 Log: Fix build with WITHOUT_INET6. Spotted by: bf MFC after:1 week Modified: head/lib/libc/net/getaddrinfo.c Modified: head/lib/libc/net/getaddrinfo.c ===

svn commit: r267914 - in head: sbin/dhclient sys/kern

2014-06-26 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Jun 26 13:57:44 2014 New Revision: 267914 URL: http://svnweb.freebsd.org/changeset/base/267914 Log: Remove duplicated includes. Submitted by: Mariusz Zaborski Modified: head/sbin/dhclient/bpf.c head/sbin/dhclient/dhclient.c head/sys/kern/kern_exec.c head/sys/

Re: svn commit: r267874 - stable/10/lib/libc/net

2014-06-26 Thread Hajimu UMEMOTO
Hi, > On Wed, 25 Jun 2014 21:59:40 +0400 > "Alexander V. Chernikov" said: melifaro> Well, two socket() calls has some predictable cost, but getaddrinfo() melifaro> can be quite slow for system with many interfaces. It would be better to melifaro> introduce some kernel sysctls to report

svn commit: r267912 - head/lib/libc/net

2014-06-26 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jun 26 12:12:18 2014 New Revision: 267912 URL: http://svnweb.freebsd.org/changeset/base/267912 Log: - Exclude loopback address rather than loopback interface. - style(9) TODO: When AI_ADDRCONFIG is specified, getaddrinfo() can be quite slow for system with many int

svn commit: r267911 - in releng/9.3: . etc etc/mtree gnu/usr.bin gnu/usr.bin/binutils/libbfd gnu/usr.bin/send-pr share/man/man7 share/termcap sys/mips/rmi sys/modules/svr4 usr.bin

2014-06-26 Thread Gavin Atkinson
Author: gavin Date: Thu Jun 26 11:02:51 2014 New Revision: 267911 URL: http://svnweb.freebsd.org/changeset/base/267911 Log: Merge r267738 from stable/9: Remove send-pr and fix up all references to it. Replace it with a stub send-pr directing people towards the web site. Approved

svn commit: r267910 - head/sys/dev/acpica

2014-06-26 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 26 10:48:01 2014 New Revision: 267910 URL: http://svnweb.freebsd.org/changeset/base/267910 Log: Remove not needed initialisation code. Modified: head/sys/dev/acpica/acpi_powerres.c Modified: head/sys/dev/acpica/acpi_powerres.c ==

svn commit: r267909 - head/lib/libc/sys

2014-06-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 26 10:21:00 2014 New Revision: 267909 URL: http://svnweb.freebsd.org/changeset/base/267909 Log: Document EINVAL as per POSIX. This also follows r124335-r124336, r225827. PR: 191382 MFC after:1 week Sponsored by: Nginx, Inc. Modified: h

svn commit: r267908 - stable/9/bin/ps

2014-06-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 26 10:13:11 2014 New Revision: 267908 URL: http://svnweb.freebsd.org/changeset/base/267908 Log: MFC r267196: Add support for inspecting process flags set in p_flag2. Modified: stable/9/bin/ps/keyword.c stable/9/bin/ps/ps.1 Directory Properties: stable/9/

svn commit: r267907 - in stable/9: bin/ps sys/kern

2014-06-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 26 10:09:37 2014 New Revision: 267907 URL: http://svnweb.freebsd.org/changeset/base/267907 Log: MFC r254943 (by will, partially): Add the ability to display the default FIB number for a process to the ps(1) utility, e.g. "ps -O fib". The rest was previou

svn commit: r267906 - in head/sys/cam: ctl scsi

2014-06-26 Thread Alexander Motin
Author: mav Date: Thu Jun 26 09:42:00 2014 New Revision: 267906 URL: http://svnweb.freebsd.org/changeset/base/267906 Log: Allow MODE SENSE commands through Write Exclusive persistent reservation, as required by SPC-4. Report that fact in persistent reservation capabilities. MFC after

svn commit: r267905 - head/sys/cam/ctl

2014-06-26 Thread Alexander Motin
Author: mav Date: Thu Jun 26 08:56:36 2014 New Revision: 267905 URL: http://svnweb.freebsd.org/changeset/base/267905 Log: Add READ BUFFER and improve WRITE BUFFER SCSI commands support. This gives some use to 512KB per-LUN buffers, allocated for Copan-specific processor code and not used.

svn commit: r267904 - stable/10/bin/ps

2014-06-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 26 08:55:06 2014 New Revision: 267904 URL: http://svnweb.freebsd.org/changeset/base/267904 Log: MFC r267196: Add support for inspecting process flags set in p_flag2. Modified: stable/10/bin/ps/keyword.c stable/10/bin/ps/ps.1 Directory Properties: stable/

svn commit: r267903 - stable/9/sys/kern

2014-06-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 26 08:44:28 2014 New Revision: 267903 URL: http://svnweb.freebsd.org/changeset/base/267903 Log: MFC r261901: Preserve one character space for a trailing '\0'. Modified: stable/9/sys/kern/subr_hints.c Directory Properties: stable/9/sys/ (props changed) M

svn commit: r267902 - stable/10/sys/kern

2014-06-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 26 08:41:54 2014 New Revision: 267902 URL: http://svnweb.freebsd.org/changeset/base/267902 Log: MFC r261901: Preserve one character space for a trailing '\0'. Modified: stable/10/sys/kern/subr_hints.c Directory Properties: stable/10/ (props changed) Mod

svn commit: r267901 - in stable/10: lib/libc/sys sys/sys sys/vm

2014-06-26 Thread Konstantin Belousov
Author: kib Date: Thu Jun 26 08:30:08 2014 New Revision: 267901 URL: http://svnweb.freebsd.org/changeset/base/267901 Log: MFC r267630: Add MAP_EXCL flag for mmap(2). Modified: stable/10/lib/libc/sys/mmap.2 stable/10/sys/sys/mman.h stable/10/sys/vm/vm_map.c stable/10/sys/vm/vm_map.h

svn commit: r267900 - stable/10/lib/libc/sys

2014-06-26 Thread Konstantin Belousov
Author: kib Date: Thu Jun 26 08:27:01 2014 New Revision: 267900 URL: http://svnweb.freebsd.org/changeset/base/267900 Log: MFC r267629: Tidy up code of the wrapper. Modified: stable/10/lib/libc/sys/mmap.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/sys/

svn commit: r267899 - stable/10/sys/vm

2014-06-26 Thread Konstantin Belousov
Author: kib Date: Thu Jun 26 08:24:18 2014 New Revision: 267899 URL: http://svnweb.freebsd.org/changeset/base/267899 Log: MFC r267766: Use correct names for the flags. Modified: stable/10/sys/vm/vm_map.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/vm/vm_map

Re: svn commit: r267898 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys

2014-06-26 Thread Pedro Giffuni
Il giorno 26/giu/2014, alle ore 02:21, Andriy Gapon ha scritto: > On 26/06/2014 11:06, Rui Paulo wrote: >> Author: rpaulo >> Date: Thu Jun 26 07:06:43 2014 >> New Revision: 267898 >> URL: http://svnweb.freebsd.org/changeset/base/267898 >> >> Log: >> Bring the following change from the illumos

Re: svn commit: r267898 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys

2014-06-26 Thread Andriy Gapon
On 26/06/2014 11:06, Rui Paulo wrote: > Author: rpaulo > Date: Thu Jun 26 07:06:43 2014 > New Revision: 267898 > URL: http://svnweb.freebsd.org/changeset/base/267898 > > Log: > Bring the following change from the illumos-joyent repository: > > commit 78e24ab6803bbe11ba37642624e1498ede5b239d

Re: svn commit: r267898 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys

2014-06-26 Thread Rui Paulo
On Jun 26, 2014, at 0:06, Rui Paulo wrote: > Log: > Bring the following change from the illumos-joyent repository: > > commit 78e24ab6803bbe11ba37642624e1498ede5b239d > Author: Bryan Cantrill > Date: Thu Oct 31 01:20:54 2013 > > OS-1688 DTrace count() with histogram > OS-2360 D

Re: svn commit: r267858 - in head/sys/dev: virtio/balloon xen/balloon

2014-06-26 Thread Alfred Perlstein
On 6/25/14 8:30 AM, Attilio Rao wrote: On Wed, Jun 25, 2014 at 5:16 PM, Alfred Perlstein wrote: On 6/25/14 5:41 AM, Attilio Rao wrote: On Wed, Jun 25, 2014 at 2:09 PM, Gleb Smirnoff wrote: On Wed, Jun 25, 2014 at 01:58:29PM +0200, Attilio Rao wrote: A> > Log: A> > xen/virtio: fix balloon d