svn commit: r270698 - in head: etc share/man/man5

2014-08-27 Thread Hiroki Sato
Author: hrs Date: Wed Aug 27 09:19:22 2014 New Revision: 270698 URL: http://svnweb.freebsd.org/changeset/base/270698 Log: - Use $local_startup to load rc.conf.d/* scripts. - Document support of rc.conf.d//* introduced in r270392. Discussed with: bapt Modified: head/etc/rc.subr

svn commit: r270702 - head/sys/dev/vt

2014-08-27 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Aug 27 09:34:41 2014 New Revision: 270702 URL: http://svnweb.freebsd.org/changeset/base/270702 Log: vt(4): Implement basic support for KDSETMODE ioctl With the current implementation, this allows an X11 server to tell the console it switches a particular window

svn commit: r270705 - in head/sys: dev/vt kern sys

2014-08-27 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Aug 27 10:04:10 2014 New Revision: 270705 URL: http://svnweb.freebsd.org/changeset/base/270705 Log: vt(4): Add cngrab() and cnungrab() callbacks They are used when a panic occurs or when entering a DDB session for instance. cngrab() forces a vt-switch to th

svn commit: r270706 - head/sys/dev/drm2

2014-08-27 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Aug 27 10:07:08 2014 New Revision: 270706 URL: http://svnweb.freebsd.org/changeset/base/270706 Log: drm: Don't "taskqueue" vt-switch if under DDB/panic situation If DDB is active, we can't use a taskqueue thread to switch away from the X window, because this thr

Re: svn commit: r270705 - in head/sys: dev/vt kern sys

2014-08-27 Thread Jean-Sébastien Pédron
On 27.08.2014 12:04, Jean-Sebastien Pedron wrote: Author: dumbbell Date: Wed Aug 27 10:04:10 2014 New Revision: 270705 URL: http://svnweb.freebsd.org/changeset/base/270705 Log: vt(4): Add cngrab() and cnungrab() callbacks Review: https://reviews.freebsd.org/D682 Reviewed by:ray@

Re: svn commit: r270702 - head/sys/dev/vt

2014-08-27 Thread Gleb Smirnoff
On Wed, Aug 27, 2014 at 09:34:41AM +, Jean-Sebastien Pedron wrote: J> Author: dumbbell J> Date: Wed Aug 27 09:34:41 2014 J> New Revision: 270702 J> URL: http://svnweb.freebsd.org/changeset/base/270702 J> J> Log: J> vt(4): Implement basic support for KDSETMODE ioctl J> J> With the curren

svn commit: r270707 - head/sys/dev/vt

2014-08-27 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Aug 27 11:08:09 2014 New Revision: 270707 URL: http://svnweb.freebsd.org/changeset/base/270707 Log: vt(4): Pause the vt_flush() timer when the screen is up-to-date The timer is restarted whenever a window buffer is marked as dirty or the mouse cursor moves.

svn commit: r270708 - head/sys/dev/vt

2014-08-27 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Aug 27 11:27:48 2014 New Revision: 270708 URL: http://svnweb.freebsd.org/changeset/base/270708 Log: vt(4): Recompute the drawable area when the resolution changes This was only done when the font changed. MFC after:1 week Modified: head/sys/dev/vt/vt_c

svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/driver...

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 13:21:53 2014 New Revision: 270710 URL: http://svnweb.freebsd.org/changeset/base/270710 Log: - Update the OFED Linux Emulation layer as a preparation for a hardware driver update from Mellanox Technologies. - Remove empty files from the OFED Linux Emulation

svn commit: r270711 - stable/10/sys/netinet/cc

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:07:24 2014 New Revision: 270711 URL: http://svnweb.freebsd.org/changeset/base/270711 Log: MFC r269777: Fix string length argument passed to "sysctl_handle_string()" so that the complete string is returned by the function and not just only one byte.

Re: svn commit: r270644 - stable/10/usr.sbin/bsdinstall/scripts

2014-08-27 Thread Slawa Olhovchenkov
On Tue, Aug 26, 2014 at 02:31:37AM +, Andrew Thompson wrote: In zfs directory layout you missing some separate datesets: usr/home (or, may be, just /home) usr/obj usr/ports/packages usr/ports/distfiles Can you do it before 10.1? ___ svn-src-all@fre

svn commit: r270712 - stable/9/sys/netinet/cc

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:11:25 2014 New Revision: 270712 URL: http://svnweb.freebsd.org/changeset/base/270712 Log: MFC r269777: Fix string length argument passed to "sysctl_handle_string()" so that the complete string is returned by the function and not just only one byte.

svn commit: r270713 - stable/8/sys/netinet/cc

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:13:47 2014 New Revision: 270713 URL: http://svnweb.freebsd.org/changeset/base/270713 Log: MFC r269777: Fix string length argument passed to "sysctl_handle_string()" so that the complete string is returned by the function and not just only one byte.

svn commit: r270714 - stable/10/lib/libusb

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:17:15 2014 New Revision: 270714 URL: http://svnweb.freebsd.org/changeset/base/270714 Log: MFC r270133: Add more USB class codes. Modified: stable/10/lib/libusb/libusb.h Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libusb/

svn commit: r270715 - stable/9/lib/libusb

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:18:48 2014 New Revision: 270715 URL: http://svnweb.freebsd.org/changeset/base/270715 Log: MFC r270133: Add more USB class codes. Modified: stable/9/lib/libusb/libusb.h Directory Properties: stable/9/lib/libusb/ (props changed) Modified: stable/9/lib

svn commit: r270716 - stable/8/lib/libusb

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:20:01 2014 New Revision: 270716 URL: http://svnweb.freebsd.org/changeset/base/270716 Log: MFC r270133: Add more USB class codes. Modified: stable/8/lib/libusb/libusb.h Directory Properties: stable/8/lib/libusb/ (props changed) Modified: stable/8/lib

svn commit: r270717 - stable/10/sys/dev/sound/usb

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:22:40 2014 New Revision: 270717 URL: http://svnweb.freebsd.org/changeset/base/270717 Log: MFC r270134: Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual sample size. According to the USB audio frame format specification from USB.org

svn commit: r270718 - stable/9/sys/dev/sound/usb

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:24:00 2014 New Revision: 270718 URL: http://svnweb.freebsd.org/changeset/base/270718 Log: MFC r270134: Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual sample size. According to the USB audio frame format specification from USB.org

svn commit: r270719 - stable/8/sys/dev/sound/usb

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 27 14:25:18 2014 New Revision: 270719 URL: http://svnweb.freebsd.org/changeset/base/270719 Log: MFC r270134: Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual sample size. According to the USB audio frame format specification from USB.org

svn commit: r270720 - in head/sys/dev: fb vt/hw/fb vt/hw/ofwfb

2014-08-27 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Aug 27 15:10:28 2014 New Revision: 270720 URL: http://svnweb.freebsd.org/changeset/base/270720 Log: vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb There were two issues: 1. The area given to vt_is_cursor_in_area() was adding the drawable

Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drive

2014-08-27 Thread Navdeep Parhar
On Wed, Aug 27, 2014 at 01:21:53PM +, Hans Petter Selasky wrote: > Author: hselasky > Date: Wed Aug 27 13:21:53 2014 > New Revision: 270710 > URL: http://svnweb.freebsd.org/changeset/base/270710 > > Log: > - Update the OFED Linux Emulation layer as a preparation for a > hardware driver upd

Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drive

2014-08-27 Thread Hans Petter Selasky
On 08/27/14 17:32, Navdeep Parhar wrote: On Wed, Aug 27, 2014 at 01:21:53PM +, Hans Petter Selasky wrote: Author: hselasky Date: Wed Aug 27 13:21:53 2014 New Revision: 270710 URL: http://svnweb.freebsd.org/changeset/base/270710 Log: - Update the OFED Linux Emulation layer as a preparatio

Re: svn commit: r270444 - in head/sys: kern sys

2014-08-27 Thread Mateusz Guzik
On Wed, Aug 27, 2014 at 12:55:22AM +0300, Konstantin Belousov wrote: > On Tue, Aug 26, 2014 at 05:23:10PM -0400, John Baldwin wrote: > > On Tuesday, August 26, 2014 3:32:10 pm John-Mark Gurney wrote: > > > John Baldwin wrote this message on Tue, Aug 26, 2014 at 15:09 -0400: > > > > On Monday, Augus

svn commit: r270721 - head/sys/dev/vt

2014-08-27 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Aug 27 17:16:52 2014 New Revision: 270721 URL: http://svnweb.freebsd.org/changeset/base/270721 Log: vt(4): If the terminal shrinks, make sure the mouse is inside the new area MFC after:1 week Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt

svn commit: r270722 - head/sbin/gbde

2014-08-27 Thread John Baldwin
Author: jhb Date: Wed Aug 27 17:44:59 2014 New Revision: 270722 URL: http://svnweb.freebsd.org/changeset/base/270722 Log: Correct the destroy example. The -n argument is not needed (and is not valid). Reported by: mwlucas Reviewed by: phk MFC after:1 week Modified: head/sbin

Re: svn commit: r270444 - in head/sys: kern sys

2014-08-27 Thread John Baldwin
On Tuesday, August 26, 2014 5:55:22 pm Konstantin Belousov wrote: > On Tue, Aug 26, 2014 at 05:23:10PM -0400, John Baldwin wrote: > > On Tuesday, August 26, 2014 3:32:10 pm John-Mark Gurney wrote: > > > John Baldwin wrote this message on Tue, Aug 26, 2014 at 15:09 -0400: > > > > On Monday, August 2

svn commit: r270723 - stable/10

2014-08-27 Thread Don Lewis
Author: truckman Date: Wed Aug 27 18:00:58 2014 New Revision: 270723 URL: http://svnweb.freebsd.org/changeset/base/270723 Log: MFC r270510 Catch up to gcc 3.3 -> 3.4 upgrade. Modified: stable/10/ObsoleteFiles.inc Directory Properties: stable/10/ (props changed) Modified: stable/10/O

RE: svn commit: r270644 - stable/10/usr.sbin/bsdinstall/scripts

2014-08-27 Thread dteske
> -Original Message- > From: owner-src-committ...@freebsd.org [mailto:owner-src- > committ...@freebsd.org] On Behalf Of Slawa Olhovchenkov > Sent: Wednesday, August 27, 2014 7:09 AM > To: Andrew Thompson > Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src- > sta...@freebsd.

svn commit: r270724 - in stable/10: etc/mtree lib/libutil lib/libutil/tests tools/regression/lib/libutil

2014-08-27 Thread Garrett Cooper
Author: ngie Date: Wed Aug 27 18:25:14 2014 New Revision: 270724 URL: http://svnweb.freebsd.org/changeset/base/270724 Log: MFC r270180: r269906: Add missing BSD.tests.dist entry for lib/libutil to unbreak installworld with MK_TESTS == no Phabric: D555 Approved by: jmmv (me

Re: svn commit: r270644 - stable/10/usr.sbin/bsdinstall/scripts

2014-08-27 Thread Slawa Olhovchenkov
On Wed, Aug 27, 2014 at 11:02:28AM -0700, dte...@freebsd.org wrote: > > > > -Original Message- > > From: owner-src-committ...@freebsd.org [mailto:owner-src- > > committ...@freebsd.org] On Behalf Of Slawa Olhovchenkov > > Sent: Wednesday, August 27, 2014 7:09 AM > > To: Andrew Thompson >

svn commit: r270725 - vendor/tzdata/dist

2014-08-27 Thread Sergey Kandaurov
Author: pluknet Date: Wed Aug 27 18:49:41 2014 New Revision: 270725 URL: http://svnweb.freebsd.org/changeset/base/270725 Log: Vendor import of tzdata2014f. - Russia time zone changes. - New zones: Asia/Chita and Asia/Srednekolymsk. - Lots of changes wrt. time zone abbreviations and hist

Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drive

2014-08-27 Thread Adrian Chadd
Hi! Did this get reviewed at all? Removing those files may make it more annoying to port some other linux code in the future, as some future linux driver code may include those files. -a On 27 August 2014 06:21, Hans Petter Selasky wrote: > Author: hselasky > Date: Wed Aug 27 13:21:53 2014

svn commit: r270726 - vendor/tzdata/tzdata2014f

2014-08-27 Thread Sergey Kandaurov
Author: pluknet Date: Wed Aug 27 18:51:54 2014 New Revision: 270726 URL: http://svnweb.freebsd.org/changeset/base/270726 Log: Tag of tzdata2014f Added: vendor/tzdata/tzdata2014f/ - copied from r270725, vendor/tzdata/dist/ ___ svn-src-all@freebs

svn commit: r270727 - head/tools/tools/perforce

2014-08-27 Thread John-Mark Gurney
Author: jmg Date: Wed Aug 27 18:56:12 2014 New Revision: 270727 URL: http://svnweb.freebsd.org/changeset/base/270727 Log: add scripts for generating a diff from p4... awkdiff is the script from scottl that he got from ken a long time ago... It no longer lives in his home dir, so give it

Re: svn commit: r270444 - in head/sys: kern sys

2014-08-27 Thread Konstantin Belousov
On Wed, Aug 27, 2014 at 06:54:32PM +0200, Mateusz Guzik wrote: > So how about the following: You need to update kinfo_proc32 in sys/compat/freebsd32/freebsd32.h and freebsd32_kinfo_proc_out() in kern/kern_proc.c. Otherwise, 32bit kinfo_proc is broken, in particular, you can see 32 bit ps(1) dumpi

Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drive

2014-08-27 Thread Hans Petter Selasky
Hi, On 08/27/14 20:50, Adrian Chadd wrote: Hi! Did this get reviewed at all? Yes. Removing those files may make it more annoying to port some other linux code in the future, as some future linux driver code may include those files. At the stage where this emulation layer is, you will mo

Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drive

2014-08-27 Thread Adrian Chadd
On 27 August 2014 11:59, Hans Petter Selasky wrote: > Hi, > > > On 08/27/14 20:50, Adrian Chadd wrote: >> >> Hi! >> >> Did this get reviewed at all? > > > Yes. > > >> >> Removing those files may make it more annoying to port some other >> linux code in the future, as some future linux driver code

Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drive

2014-08-27 Thread Davide Italiano
On Wed, Aug 27, 2014 at 11:59 AM, Hans Petter Selasky wrote: >> Removing those files may make it more annoying to port some other >> linux code in the future, as some future linux driver code may include >> those files. >> > On a (somewhat) related note, I would like to see sema(9) replaced by sx

svn commit: r270728 - head/contrib/tzdata

2014-08-27 Thread Sergey Kandaurov
Author: pluknet Date: Wed Aug 27 19:26:35 2014 New Revision: 270728 URL: http://svnweb.freebsd.org/changeset/base/270728 Log: MFV of r270725, tzdata2014f - Russia time zone changes. - New zones: Asia/Chita and Asia/Srednekolymsk. - Lots of changes wrt. time zone abbreviations and histor

svn commit: r270729 - head/share/zoneinfo

2014-08-27 Thread Sergey Kandaurov
Author: pluknet Date: Wed Aug 27 19:34:49 2014 New Revision: 270729 URL: http://svnweb.freebsd.org/changeset/base/270729 Log: Fix comments on updating tzdata releases. Modified: head/share/zoneinfo/Makefile Modified: head/share/zoneinfo/Makefile ==

svn commit: r270730 - stable/9/lib/libproc

2014-08-27 Thread Mark Johnston
Author: markj Date: Wed Aug 27 19:51:07 2014 New Revision: 270730 URL: http://svnweb.freebsd.org/changeset/base/270730 Log: MFC r265255, r270506: Allow "a.out" as an alias for the executable if no other matching entries are found. Modified: stable/9/lib/libproc/_libproc.h stable/9/lib/l

svn commit: r270731 - stable/10/lib/libproc

2014-08-27 Thread Mark Johnston
Author: markj Date: Wed Aug 27 19:51:42 2014 New Revision: 270731 URL: http://svnweb.freebsd.org/changeset/base/270731 Log: MFC r265255, r270506: Allow "a.out" as an alias for the executable if no other matching entries are found. Modified: stable/10/lib/libproc/_libproc.h stable/10/lib

Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drive

2014-08-27 Thread Hans Petter Selasky
On 08/27/14 21:08, Davide Italiano wrote: On Wed, Aug 27, 2014 at 11:59 AM, Hans Petter Selasky wrote: Removing those files may make it more annoying to port some other linux code in the future, as some future linux driver code may include those files. On a (somewhat) related note, I would

svn commit: r270733 - in stable/9: share/man/man4 sys/dev/mfi

2014-08-27 Thread Mark Johnston
Author: markj Date: Wed Aug 27 21:11:19 2014 New Revision: 270733 URL: http://svnweb.freebsd.org/changeset/base/270733 Log: MFC r261491 (by ambrisko): Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority and allow mrsas(4) from LSI to attach to newer LSI cards that are suppor

svn commit: r270732 - in stable/10: share/man/man4 sys/dev/mfi

2014-08-27 Thread Mark Johnston
Author: markj Date: Wed Aug 27 21:11:19 2014 New Revision: 270732 URL: http://svnweb.freebsd.org/changeset/base/270732 Log: MFC r261491 (by ambrisko): Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority and allow mrsas(4) from LSI to attach to newer LSI cards that are suppor

svn commit: r270734 - in head/sys: contrib/dev/iwn modules/iwnfw modules/iwnfw/iwn100

2014-08-27 Thread Adrian Chadd
Author: adrian Date: Thu Aug 28 00:05:02 2014 New Revision: 270734 URL: http://svnweb.freebsd.org/changeset/base/270734 Log: Add iwn-100 firmware. The firmware is from the Linux firmware git repository; the intel licence is the same as other firmware blobs. Tested: iwn1: mem 0xf4800

svn commit: r270735 - stable/9

2014-08-27 Thread Don Lewis
Author: truckman Date: Thu Aug 28 01:14:30 2014 New Revision: 270735 URL: http://svnweb.freebsd.org/changeset/base/270735 Log: MFC r270510: Catch up to gcc 3.3 -> 3.4 upgrade. Modified: stable/9/ObsoleteFiles.inc (contents, props changed) Directory Properties: stable/9/ (props chan

svn commit: r270736 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-27 Thread Glen Barber
Author: gjb Date: Thu Aug 28 01:14:59 2014 New Revision: 270736 URL: http://svnweb.freebsd.org/changeset/base/270736 Log: Correct the note about r270401: s/pam(3)/pam_group(8) Submitted by: jilles Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/reln

svn commit: r270737 - stable/8

2014-08-27 Thread Don Lewis
Author: truckman Date: Thu Aug 28 01:15:56 2014 New Revision: 270737 URL: http://svnweb.freebsd.org/changeset/base/270737 Log: MFC r270510: Catch up to gcc 3.3 -> 3.4 upgrade. Modified: stable/8/ObsoleteFiles.inc (contents, props changed) Directory Properties: stable/8/ (props chan

RE: svn commit: r270644 - stable/10/usr.sbin/bsdinstall/scripts

2014-08-27 Thread dteske
> -Original Message- > From: Slawa Olhovchenkov [mailto:s...@zxy.spb.ru] > Sent: Wednesday, August 27, 2014 11:49 AM > To: dte...@freebsd.org > Cc: 'Andrew Thompson'; src-committ...@freebsd.org; svn-src- > a...@freebsd.org; svn-src-sta...@freebsd.org; svn-src-stable- > 1...@freebsd.org >

svn commit: r270738 - head/sys/dev/iwn

2014-08-27 Thread Adrian Chadd
Author: adrian Date: Thu Aug 28 03:18:27 2014 New Revision: 270738 URL: http://svnweb.freebsd.org/changeset/base/270738 Log: Fix antenna configuration, microcode version checks and rate selection in preparation for the 5300 3x3 NIC. During this particular adventure, I did indeed discover

Re: svn commit: r270444 - in head/sys: kern sys

2014-08-27 Thread Mateusz Guzik
On Wed, Aug 27, 2014 at 09:59:03PM +0300, Konstantin Belousov wrote: > On Wed, Aug 27, 2014 at 06:54:32PM +0200, Mateusz Guzik wrote: > > So how about the following: > > You need to update kinfo_proc32 in sys/compat/freebsd32/freebsd32.h > and freebsd32_kinfo_proc_out() in kern/kern_proc.c. Other

svn commit: r270739 - stable/10/sys/dev/vmware/vmxnet3

2014-08-27 Thread Bryan Venteicher
Author: bryanv Date: Thu Aug 28 04:20:24 2014 New Revision: 270739 URL: http://svnweb.freebsd.org/changeset/base/270739 Log: MFC r267632: Fix GCC compile warning: Variable(s) can be used uninitialized. PR: 193076 Modified: stable/10/sys/dev/vmware/vmxnet3/if_vmx.c Direct

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

2014-08-27 Thread Hans Petter Selasky
Author: hselasky Date: Thu Aug 28 04:35:38 2014 New Revision: 270740 URL: http://svnweb.freebsd.org/changeset/base/270740 Log: Add description of "sysctl_remove_name()" function. Modified: head/share/man/man9/Makefile head/share/man/man9/sysctl_add_oid.9 Modified: head/share/man/man9/Makef

svn commit: r270741 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-27 Thread Glen Barber
Author: gjb Date: Thu Aug 28 06:16:36 2014 New Revision: 270741 URL: http://svnweb.freebsd.org/changeset/base/270741 Log: Document r269946, USDT DTrace probe improvements. Submitted by: rpaulo Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes