svn commit: r366012 - head/share/man/man4

2020-09-22 Thread Christian Brueffer
Author: brueffer
Date: Tue Sep 22 21:13:26 2020
New Revision: 366012
URL: https://svnweb.freebsd.org/changeset/base/366012

Log:
  Fix a bunch of mdoc issues found by mandoc -Tlint.

Modified:
  head/share/man/man4/cc_newreno.4
  head/share/man/man4/ddb.4
  head/share/man/man4/ena.4
  head/share/man/man4/fdc.4
  head/share/man/man4/gpioiic.4
  head/share/man/man4/iicmux.4
  head/share/man/man4/itwd.4
  head/share/man/man4/linux.4
  head/share/man/man4/mem.4
  head/share/man/man4/nda.4
  head/share/man/man4/ng_patch.4
  head/share/man/man4/psm.4
  head/share/man/man4/rum.4
  head/share/man/man4/smb.4
  head/share/man/man4/umass.4
  head/share/man/man4/vale.4
  head/share/man/man4/vmd.4
  head/share/man/man4/wbwd.4

Modified: head/share/man/man4/cc_newreno.4
==
--- head/share/man/man4/cc_newreno.4Tue Sep 22 20:20:43 2020
(r366011)
+++ head/share/man/man4/cc_newreno.4Tue Sep 22 21:13:26 2020
(r366012)
@@ -47,13 +47,13 @@ The
 module supports a number of socket options under TCP_CCALGOOPT (refer to
 .Xr tcp 4
 and
-.Xr moc_cc 9 for details)
+.Xr mod_cc 9 for details)
 which can
 be set with
 .Xr setsockopt 2
 and tested with
 .Xr getsockopt 2 .
-The 
+The
 .Nm
 socket options use this structure defined in
 :

Modified: head/share/man/man4/ddb.4
==
--- head/share/man/man4/ddb.4   Tue Sep 22 20:20:43 2020(r366011)
+++ head/share/man/man4/ddb.4   Tue Sep 22 21:13:26 2020(r366012)
@@ -532,9 +532,7 @@ if the argument is a decimal number, or address
 .Ar addr ,
 otherwise.
 .El
-.Pp
 .Ss SPECIALIZED HELPER COMMANDS
-.Pp
 .Bl -tag -width indent -compact
 .It Xo
 .Ic findstack

Modified: head/share/man/man4/ena.4
==
--- head/share/man/man4/ena.4   Tue Sep 22 20:20:43 2020(r366011)
+++ head/share/man/man4/ena.4   Tue Sep 22 21:13:26 2020(r366012)
@@ -263,6 +263,7 @@ Packet with unsupported number of segments was queued 
 device.
 .br
 Packet will be dropped.
+.El
 .Sh SUPPORT
 If an issue is identified with the released source code with a supported
 adapter, please email the specific information related to the issue to
@@ -276,4 +277,4 @@ and
 The
 .Nm
 driver was written by
-.An Semihalf.
+.An Semihalf .

Modified: head/share/man/man4/fdc.4
==
--- head/share/man/man4/fdc.4   Tue Sep 22 20:20:43 2020(r366011)
+++ head/share/man/man4/fdc.4   Tue Sep 22 21:13:26 2020(r366012)
@@ -322,14 +322,14 @@ The PC Card attachment of this driver is scheduled for
 floppy disk device nodes
 .El
 .Sh SEE ALSO
-.Xr fdformat 1 ,
 .Xr fdread 1 ,
 .Xr fdwrite 1 ,
 .Xr ioctl 2 ,
 .Xr open 2 ,
 .Xr read 2 ,
 .Xr write 2 ,
-.Xr fdcontrol 8
+.Xr fdcontrol 8 ,
+.Xr fdformat 8
 .Sh AUTHORS
 .An -nosplit
 This man page was initially written by

Modified: head/share/man/man4/gpioiic.4
==
--- head/share/man/man4/gpioiic.4   Tue Sep 22 20:20:43 2020
(r366011)
+++ head/share/man/man4/gpioiic.4   Tue Sep 22 21:13:26 2020
(r366012)
@@ -61,7 +61,6 @@ The pins are never driven to the logical value of '1'.
 They are driven to '0' or switched to input mode (Hi-Z/tri-state), and
 an external pullup resistor pulls the line to the 1 state unless some
 other device on the bus is driving it to 0.
-.Pp
 .Sh HINTS CONFIGURATION
 On a
 .Xr device.hints 5

Modified: head/share/man/man4/iicmux.4
==
--- head/share/man/man4/iicmux.4Tue Sep 22 20:20:43 2020
(r366011)
+++ head/share/man/man4/iicmux.4Tue Sep 22 21:13:26 2020
(r366012)
@@ -140,7 +140,7 @@ When configured via hints, the driver automatically ad
 instance for every downstream bus supported by the chip.
 There is currently no way to indicate used versus unused downstream buses.
 .Sh SEE ALSO
-.Xr iicbus 4 ,
+.Xr iicbus 4
 .Sh HISTORY
 The
 .Nm

Modified: head/share/man/man4/itwd.4
==
--- head/share/man/man4/itwd.4  Tue Sep 22 20:20:43 2020(r366011)
+++ head/share/man/man4/itwd.4  Tue Sep 22 21:13:26 2020(r366012)
@@ -63,7 +63,7 @@ IT8728F
 IT8771F
 .El
 .Sh SEE ALSO
-.Xr superio 4
+.Xr superio 4 ,
 .Xr watchdog 4 ,
 .Xr device.hints 5 ,
 .Xr watchdog 8 ,

Modified: head/share/man/man4/linux.4
==
--- head/share/man/man4/linux.4 Tue Sep 22 20:20:43 2020(r366011)
+++ head/share/man/man4/linux.4 Tue Sep 22 21:13:26 2020(r366012)
@@ -125,6 +125,7 @@ From a user perspective, this makes
 .Va SIGINFO
 work for Linux executables.
 Defaults to 0.
+.El
 .Sh FILES
 

svn commit: r360190 - head/share/man/man4

2020-04-22 Thread Christian Brueffer
Author: brueffer
Date: Wed Apr 22 07:47:04 2020
New Revision: 360190
URL: https://svnweb.freebsd.org/changeset/base/360190

Log:
  Correct efi(8) reference.
  
  Submitted by: Gordon Bergling
  Differential Revision:https://reviews.freebsd.org/D24441

Modified:
  head/share/man/man4/smbios.4

Modified: head/share/man/man4/smbios.4
==
--- head/share/man/man4/smbios.4Wed Apr 22 07:24:30 2020
(r360189)
+++ head/share/man/man4/smbios.4Wed Apr 22 07:47:04 2020
(r360190)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 6, 2020
+.Dd April 22, 2020
 .Dt SMBIOS 4
 .Os
 .Sh NAME
@@ -46,7 +46,7 @@ smbios_load="YES"
 .Sh DESCRIPTION
 The System Management BIOS (SMBIOS) describes hardware components.
 .Sh SEE ALSO
-.Xr efi 4
+.Xr efi 8
 .Rs
 .%T System Management BIOS (SMBIOS) Reference Specification
 .%N DMTF DSP0134
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2020-04-08 Thread Christian Brueffer
Author: brueffer
Date: Wed Apr  8 20:00:30 2020
New Revision: 359731
URL: https://svnweb.freebsd.org/changeset/base/359731

Log:
  Add a basic manpage for smbfs(5).
  
  Submitted by: Gordon Bergling
  MFC after:1 week
  Differential Revision:https://reviews.freebsd.org/D23905

Added:
  head/share/man/man5/smbfs.5   (contents, props changed)
Modified:
  head/share/man/man5/Makefile

Modified: head/share/man/man5/Makefile
==
--- head/share/man/man5/MakefileWed Apr  8 18:43:00 2020
(r359730)
+++ head/share/man/man5/MakefileWed Apr  8 20:00:30 2020
(r359731)
@@ -63,6 +63,7 @@ MAN=  acct.5 \
resolver.5 \
services.5 \
shells.5 \
+   smbfs.5 \
src.conf.5 \
stab.5 \
style.Makefile.5 \

Added: head/share/man/man5/smbfs.5
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/share/man/man5/smbfs.5 Wed Apr  8 20:00:30 2020(r359731)
@@ -0,0 +1,79 @@
+.\" Copyright (c) 2020 Gordon Bergling
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"notice, this list of conditions and the following disclaimer in the
+.\"documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd April 8, 2020
+.Dt SMBFS 5
+.Os
+.Sh NAME
+.Nm smbfs
+.Nd "SMB FS"
+.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "option NETSMB"
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+smbfs_load="YES"
+.Ed
+.Sh DESCRIPTION
+The SMB driver is an implementation of the CIFS (Common Internet Filesystem)
+network protocol.
+.Sh SEE ALSO
+.Xr smbutil 1 ,
+.Xr mount_smbfs 8
+.Sh STANDARDS
+.Rs
+.%U https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cifs/
+.%T Common Internet File System (CIFS) Protocol
+.%R MS-CIFS
+.%D December 2018
+.Re
+.Pp
+.Rs
+.%U https://tools.ietf.org/html/draft-heizer-cifs-v1-spec-00
+.%T Common Internet File System Protocol (CIFS/1.0)
+.%D June 13, 1996
+.%A I. Heizer
+.%A P. Leach
+.%A D. Perry
+.Re
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 4.4 .
+.Sh AUTHORS
+The
+.Nm
+device driver was written by
+.An Boris Popov Aq Mt b...@freebsd.org .
+The manual page was contributed by
+.An Gordon Bergling Aq Mt gbergl...@gmail.com .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r359656 - head/share/man/man4

2020-04-06 Thread Christian Brueffer
Author: brueffer
Date: Mon Apr  6 09:59:21 2020
New Revision: 359656
URL: https://svnweb.freebsd.org/changeset/base/359656

Log:
  Add Gordon Bergling to the authors section; remove trailing whitespace.
  
  Suggested by: rgrimes
  Approved by:  Gordon Bergling
  X-MFC-with:   r359633

Modified:
  head/share/man/man4/smbios.4

Modified: head/share/man/man4/smbios.4
==
--- head/share/man/man4/smbios.4Mon Apr  6 09:50:20 2020
(r359655)
+++ head/share/man/man4/smbios.4Mon Apr  6 09:59:21 2020
(r359656)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2020 Gordon Bergling 
+.\" Copyright (c) 2020 Gordon Bergling
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
@@ -23,11 +23,11 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 4, 2020
+.Dd April 6, 2020
 .Dt SMBIOS 4
 .Os
 .Sh NAME
-.Nm smbios 
+.Nm smbios
 .Nd "System Management BIOS"
 .Sh SYNOPSIS
 To compile this driver into the kernel,
@@ -61,3 +61,5 @@ The
 .Nm
 device driver was written by
 .An Matthew N. Dodd Aq Mt win...@jurai.net .
+This manual page was written by
+.An Gordon Bergling Aq Mt gbergl...@gmail.com .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r359633 - head/share/man/man4

2020-04-06 Thread Christian Brueffer
On 2020-04-05 01:48, Rodney W. Grimes wrote:
> 
>> On Sat, 2020-04-04 at 17:10 -0700, Rodney W. Grimes wrote:
 Author: brueffer
 Date: Sat Apr  4 21:38:00 2020
 New Revision: 359633
 URL: https://svnweb.freebsd.org/changeset/base/359633

 Log:
Add a manpage for smbios(4).

Submitted by:   Gordon Bergling
>>>
>>> There should be an AUTHORS section entry for him writting the man
>>> page.
>>
>> Is that not optional?  I've never added one to any manpage I've ever
>> written, and don't especially want it to be added.
> 
> Yes, of cource it is optional, but perhaps he was not aware that
> option even existed as he probably copied the man page from some
> other work which may of not had that attribution.
> 

Gordon,

please see above, would you like to be added to the AUTHORS section?

Cheers,

Chris
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r359633 - head/share/man/man4

2020-04-04 Thread Christian Brueffer
Author: brueffer
Date: Sat Apr  4 21:38:00 2020
New Revision: 359633
URL: https://svnweb.freebsd.org/changeset/base/359633

Log:
  Add a manpage for smbios(4).
  
  Submitted by: Gordon Bergling
  MFC after:1 week
  Differential Revision:https://reviews.freebsd.org/D23714

Added:
  head/share/man/man4/smbios.4   (contents, props changed)
Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==
--- head/share/man/man4/MakefileSat Apr  4 17:08:58 2020
(r359632)
+++ head/share/man/man4/MakefileSat Apr  4 21:38:00 2020
(r359633)
@@ -471,6 +471,7 @@ MAN=aac.4 \
sk.4 \
${_smartpqi.4} \
smb.4 \
+   smbios.4 \
smbus.4 \
smp.4 \
smsc.4 \

Added: head/share/man/man4/smbios.4
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/share/man/man4/smbios.4Sat Apr  4 21:38:00 2020
(r359633)
@@ -0,0 +1,63 @@
+.\" Copyright (c) 2020 Gordon Bergling 
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"notice, this list of conditions and the following disclaimer in the
+.\"documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd April 4, 2020
+.Dt SMBIOS 4
+.Os
+.Sh NAME
+.Nm smbios 
+.Nd "System Management BIOS"
+.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device smbios"
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+smbios_load="YES"
+.Ed
+.Sh DESCRIPTION
+The System Management BIOS (SMBIOS) describes hardware components.
+.Sh SEE ALSO
+.Xr efi 4
+.Rs
+.%T System Management BIOS (SMBIOS) Reference Specification
+.%N DMTF DSP0134
+.Re
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 4.8 .
+.Sh AUTHORS
+The
+.Nm
+device driver was written by
+.An Matthew N. Dodd Aq Mt win...@jurai.net .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r353780 - head/share/man/man4

2019-10-20 Thread Christian Brueffer
Author: brueffer
Date: Sun Oct 20 20:57:57 2019
New Revision: 353780
URL: https://svnweb.freebsd.org/changeset/base/353780

Log:
  Add a manpage for ng_pipe(4).
  
  Submitted by: Lutz Donnerhacke 
  Reviewed by:  bcr (previous version)
  MFC after:1 week
  Differential Revision:https://reviews.freebsd.org/D22067

Added:
  head/share/man/man4/ng_pipe.4   (contents, props changed)
Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==
--- head/share/man/man4/MakefileSun Oct 20 20:29:17 2019
(r353779)
+++ head/share/man/man4/MakefileSun Oct 20 20:57:57 2019
(r353780)
@@ -351,6 +351,7 @@ MAN=aac.4 \
ng_netflow.4 \
ng_one2many.4 \
ng_patch.4 \
+   ng_pipe.4 \
ng_ppp.4 \
ng_pppoe.4 \
ng_pptpgre.4 \

Added: head/share/man/man4/ng_pipe.4
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/share/man/man4/ng_pipe.4   Sun Oct 20 20:57:57 2019
(r353780)
@@ -0,0 +1,215 @@
+.\" Copyright (c) 2019 Lutz Donnerhacke
+.\" Copyright (c) 2004-2008 University of Zagreb
+.\" Copyright (c) 2007-2008 FreeBSD Foundation
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"notice, this list of conditions and the following disclaimer in the
+.\"documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd October 17, 2019
+.Dt NG_PIPE 4
+.Os
+.Sh NAME
+.Nm ng_pipe
+.Nd Traffic manipulating netgraph node type
+.Sh SYNOPSIS
+.In netgraph/ng_pipe.h
+.Sh DESCRIPTION
+The
+.Nm pipe
+node type manipulates traffic by emulating bandwidth and delay, as well as
+random packet losses.
+.Sh HOOKS
+This node type supports the following hooks:
+.Bl -tag -width ".Va upper"
+.It Va upper
+Hook leading to upper layer protocols.
+.It Va lower
+Hook leading to lower layer protocols.
+.El
+.Pp
+Traffic flowing from
+.Va upper
+to
+.Va lower
+is considered
+.Sy downstream
+traffic.
+Traffic flowing from
+.Va lower
+to
+.Va upper
+is considered
+.Sy upstream
+traffic.
+.Sh MODE OF OPERATION
+Data received on a hook - both in upstream and downstream direction -
+is put into an inbound queue.
+If inbound queue is full, discard one frame
+depending on dropping policy (from the head or from the tail of the
+queue).
+.Pp
+There are three mutually exclusive modes for the input queue:
+.Bl -tag -width foo
+.It Dv "First In First Out (FIFO)"
+A single queue holds packets in chronological order.
+.It Dv Weighted fair queuing (WFQ)
+There are multiple queues for different traffic flows (based on IPv4
+IPs).
+The longest queue is truncated if necessary.
+This approach
+assumes that the stalling flow is the flow with the most packets currently
+on hold.
+.It Dv Deficit Round Robin (DRR)
+This mode is similar to WFQ, but packets are not taken out in
+strict chronological order.
+In principle oldest packets come first,
+but not too many packets from the same flow.
+.El
+.Pp
+It is possible to configure a duplication probability.
+As the dice
+decides, the currently active packet stays in the queue while a copy
+of the packet is sent out.
+Nothing prevents a packet from being
+duplicated multiple times.
+.Pp
+Packets are dropped with an increasing probability depending on the
+size of the packet, if a
+.Va ber
+(bit error rate) is configured.
+.Pp
+Surviving packets are delayed by the time the packet would need to
+travel through a link of the configured bandwidth.
+If this outbound
+queue is full, the packet is dropped.
+.Sh CONTROL MESSAGES
+This node type supports the generic control messages and the following
+specific messages.
+.Bl -tag -width foo
+.It Dv 

svn commit: r344482 - head/share/man/man4

2019-02-23 Thread Christian Brueffer
Author: brueffer
Date: Sat Feb 23 09:34:57 2019
New Revision: 344482
URL: https://svnweb.freebsd.org/changeset/base/344482

Log:
  Fix a slew of mdoc errors and warnings.
  
  MFC after:1 week

Modified:
  head/share/man/man4/cc_newreno.4
  head/share/man/man4/ctl.4
  head/share/man/man4/ehci.4
  head/share/man/man4/em.4
  head/share/man/man4/ena.4
  head/share/man/man4/ips.4
  head/share/man/man4/liquidio.4
  head/share/man/man4/nda.4
  head/share/man/man4/ng_nat.4
  head/share/man/man4/ohci.4
  head/share/man/man4/pci.4
  head/share/man/man4/sctp.4
  head/share/man/man4/ses.4
  head/share/man/man4/siftr.4
  head/share/man/man4/smartpqi.4
  head/share/man/man4/sysmouse.4
  head/share/man/man4/tcp.4
  head/share/man/man4/uath.4
  head/share/man/man4/ucom.4
  head/share/man/man4/ugen.4
  head/share/man/man4/uhci.4
  head/share/man/man4/uhid.4
  head/share/man/man4/ukbd.4
  head/share/man/man4/umoscom.4
  head/share/man/man4/ums.4
  head/share/man/man4/uplcom.4
  head/share/man/man4/usb.4
  head/share/man/man4/uvscom.4
  head/share/man/man4/vale.4
  head/share/man/man4/vmci.4
  head/share/man/man4/vmm.4
  head/share/man/man4/wi.4
  head/share/man/man4/xe.4
  head/share/man/man4/xhci.4

Modified: head/share/man/man4/cc_newreno.4
==
--- head/share/man/man4/cc_newreno.4Sat Feb 23 06:03:18 2019
(r344481)
+++ head/share/man/man4/cc_newreno.4Sat Feb 23 09:34:57 2019
(r344482)
@@ -75,6 +75,7 @@ the congestion window in response to an ECN congestion
 .Va net.inet.tcp.cc.abe=1
 per: cwnd = (cwnd * CC_NEWRENO_BETA_ECN) / 100.
 Default is 80.
+.El
 .Sh MIB Variables
 The algorithm exposes these variables in the
 .Va net.inet.tcp.cc.newreno
@@ -93,6 +94,7 @@ the congestion window in response to an ECN congestion
 .Va net.inet.tcp.cc.abe=1
 per: cwnd = (cwnd * beta_ecn) / 100.
 Default is 80.
+.El
 .Sh SEE ALSO
 .Xr cc_chd 4 ,
 .Xr cc_cubic 4 ,

Modified: head/share/man/man4/ctl.4
==
--- head/share/man/man4/ctl.4   Sat Feb 23 06:03:18 2019(r344481)
+++ head/share/man/man4/ctl.4   Sat Feb 23 09:34:57 2019(r344482)
@@ -202,6 +202,7 @@ The default value is 1024.
 .It Va kern.cam.ctl.max_ports
 Specifies the maximum number of ports we support, must be a power of 2.
 The default value is 256.
+.El
 .Sh SEE ALSO
 .Xr cfiscsi 4 ,
 .Xr cfumass 4 ,

Modified: head/share/man/man4/ehci.4
==
--- head/share/man/man4/ehci.4  Sat Feb 23 06:03:18 2019(r344481)
+++ head/share/man/man4/ehci.4  Sat Feb 23 09:34:57 2019(r344482)
@@ -88,6 +88,7 @@ The default value is 0 (off).
 .It Va hw.usb.ehci.no_hs
 This tunable disables USB devices to attach like HIGH-speed ones and will 
force all attached devices to attach to the FULL- or LOW-speed companion 
controller.
 The default value is 0 (off).
+.El
 .Sh SYSCTL VARIABLES
 The following variables are available as both
 .Xr sysctl 8

Modified: head/share/man/man4/em.4
==
--- head/share/man/man4/em.4Sat Feb 23 06:03:18 2019(r344481)
+++ head/share/man/man4/em.4Sat Feb 23 09:34:57 2019(r344482)
@@ -264,6 +264,7 @@ If
 .Va hw.em.tx_int_delay
 is non-zero, this tunable limits the maximum delay in which a transmit
 interrupt is generated.
+.El
 .Sh FILES
 .Bl -tag -width /dev/led/em*
 .It Pa /dev/led/em*

Modified: head/share/man/man4/ena.4
==
--- head/share/man/man4/ena.4   Sat Feb 23 06:03:18 2019(r344481)
+++ head/share/man/man4/ena.4   Sat Feb 23 09:34:57 2019(r344482)
@@ -239,6 +239,7 @@ for more details.
 .Pp
 Packet with unsupported number of segments was queued for sending to the
 device; packet will be dropped.
+.El
 .Sh SUPPORT
 If an issue is identified with the released source code with a supported 
adapter
 email the specific information related to the issue to

Modified: head/share/man/man4/ips.4
==
--- head/share/man/man4/ips.4   Sat Feb 23 06:03:18 2019(r344481)
+++ head/share/man/man4/ips.4   Sat Feb 23 09:34:57 2019(r344482)
@@ -114,7 +114,7 @@ Unable to obtain adapter or drive configuration.
 A buffer input/output error has occurred.
 .Bq Er ENXIO
 .El
-.Ss General adapter errors:
+.Ss General adapter errors :
 .Bl -diag
 .It Attaching bus failed
 .Pp
@@ -146,7 +146,7 @@ The adapter is disabled.
 .Pp
 The driver was unable to allocate resources for the device.
 .El
-.Ss Error messages due to DMA:
+.Ss Error messages due to DMA :
 .Bl -diag
 .It can't alloc command dma tag
 .It can't alloc SG dma tag
@@ -155,7 +155,7 @@ The driver was unable to allocate resources for the de
 .Pp
 Failure to map or allocate DMA resources.
 

svn commit: r310026 - head/sbin/decryptcore

2016-12-13 Thread Christian Brueffer
Author: brueffer
Date: Tue Dec 13 18:15:11 2016
New Revision: 310026
URL: https://svnweb.freebsd.org/changeset/base/310026

Log:
  Language and mdoc cleanup.

Modified:
  head/sbin/decryptcore/decryptcore.8

Modified: head/sbin/decryptcore/decryptcore.8
==
--- head/sbin/decryptcore/decryptcore.8 Tue Dec 13 18:05:14 2016
(r310025)
+++ head/sbin/decryptcore/decryptcore.8 Tue Dec 13 18:15:11 2016
(r310026)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 10, 2016
+.Dd December 13, 2016
 .Dt DECRYPTCORE 8
 .Os
 .Sh NAME
@@ -45,7 +45,7 @@
 .Sh DESCRIPTION
 The
 .Nm
-first decrypts
+utility first decrypts
 .Ar keyfile
 using
 .Ar privatekeyfile
@@ -53,7 +53,7 @@ and then uses the resulting key to decry
 .Ar encryptedcore
 saved by
 .Xr savecore 8 .
-Result is saved in
+The result is saved in
 .Ar core .
 .Pp
 Alternatively a user can decrypt a core dump numbered
@@ -91,24 +91,22 @@ Specify location of an encrypted core.
 .It Fl c Ar core
 Specify location of a resulting decrypted core dump.
 .It Fl d Ar crashdir
-Specify an alternative crash dump directory. The default crash dump directory 
is
+Specify an alternative crash dump directory.
+The default crash dump directory is
 .Pa /var/crash .
 .It Fl n Ar dumpnr
 Specify a number of a crash dump to be decrypted.
 .El
 .Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
 .Sh SEE ALSO
+.Xr kgdb 1 ,
 .Xr capsicum 4 ,
 .Xr dumpon 8 ,
-.Xr kgdb 1 ,
 .Xr savecore 8 ,
 .Xr syslogd 8
 .Sh AUTHORS
 The
 .Nm
-was implemented by
-.An -nosplit
+utility was implemented by
 .An Konrad Witaszczyk Aq Mt d...@freebsd.org .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r309885 - stable/10/tools/tools/nanobsd/Files/root

2016-12-12 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 12 11:04:22 2016
New Revision: 309885
URL: https://svnweb.freebsd.org/changeset/base/309885

Log:
  MFC: r309060
  
  Fix comment typo.
  
  PR:   208484
  Submitted by: madpilot

Modified:
  stable/10/tools/tools/nanobsd/Files/root/save_cfg
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/tools/nanobsd/Files/root/save_cfg
==
--- stable/10/tools/tools/nanobsd/Files/root/save_cfg   Mon Dec 12 11:02:55 
2016(r309884)
+++ stable/10/tools/tools/nanobsd/Files/root/save_cfg   Mon Dec 12 11:04:22 
2016(r309885)
@@ -66,7 +66,7 @@ do
#   i) -> add file to ignore list (/cfg/.ignore 
hiereachy) and never save
# try to add this file to /cfg.
#
-   # touch is ised to add files to /cfg to keep the script 
flow straight and easy
+   # touch is used to add files to /cfg to keep the script 
flow straight and easy
#
read -p "New file /etc/$filename found. Add to /cfg 
(y/n/i)? " key
case "$key" in
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r309884 - stable/11/tools/tools/nanobsd/Files/root

2016-12-12 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 12 11:02:55 2016
New Revision: 309884
URL: https://svnweb.freebsd.org/changeset/base/309884

Log:
  MFC: r309060
  
  Fix comment typo.
  
  PR:   208484
  Submitted by: madpilot

Modified:
  stable/11/tools/tools/nanobsd/Files/root/save_cfg
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tools/tools/nanobsd/Files/root/save_cfg
==
--- stable/11/tools/tools/nanobsd/Files/root/save_cfg   Mon Dec 12 10:57:32 
2016(r309883)
+++ stable/11/tools/tools/nanobsd/Files/root/save_cfg   Mon Dec 12 11:02:55 
2016(r309884)
@@ -66,7 +66,7 @@ do
#   i) -> add file to ignore list (/cfg/.ignore 
hiereachy) and never save
# try to add this file to /cfg.
#
-   # touch is ised to add files to /cfg to keep the script 
flow straight and easy
+   # touch is used to add files to /cfg to keep the script 
flow straight and easy
#
read -p "New file /etc/$filename found. Add to /cfg 
(y/n/i)? " key
case "$key" in
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r309621 - in vendor/openbsm/1.2-ALPHA-5: . bin bin/audit bin/auditd bin/auditdistd bin/auditfilterd bin/auditreduce bin/praudit bsm config etc libauditd libbsm m4 man modules modules/au...

2016-12-06 Thread Christian Brueffer
/openbsm/dist/libbsm/bsm_control.c
  vendor/openbsm/1.2-ALPHA-5/libbsm/bsm_wrappers.c
 - copied unchanged from r309620, vendor/openbsm/dist/libbsm/bsm_wrappers.c
  vendor/openbsm/1.2-ALPHA-5/m4/libtool.m4
 - copied unchanged from r309620, vendor/openbsm/dist/m4/libtool.m4
  vendor/openbsm/1.2-ALPHA-5/m4/ltoptions.m4
 - copied unchanged from r309620, vendor/openbsm/dist/m4/ltoptions.m4
  vendor/openbsm/1.2-ALPHA-5/m4/ltsugar.m4
 - copied unchanged from r309620, vendor/openbsm/dist/m4/ltsugar.m4
  vendor/openbsm/1.2-ALPHA-5/m4/ltversion.m4
 - copied unchanged from r309620, vendor/openbsm/dist/m4/ltversion.m4
  vendor/openbsm/1.2-ALPHA-5/m4/lt~obsolete.m4
 - copied unchanged from r309620, vendor/openbsm/dist/m4/lt~obsolete.m4
  vendor/openbsm/1.2-ALPHA-5/man/Makefile.in
 - copied unchanged from r309620, vendor/openbsm/dist/man/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/man/audit_control.5
 - copied unchanged from r309620, vendor/openbsm/dist/man/audit_control.5
  vendor/openbsm/1.2-ALPHA-5/man/auditon.2
 - copied unchanged from r309620, vendor/openbsm/dist/man/auditon.2
  vendor/openbsm/1.2-ALPHA-5/modules/Makefile.in
 - copied unchanged from r309620, vendor/openbsm/dist/modules/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/modules/auditfilter_noop/Makefile.in
 - copied unchanged from r309620, 
vendor/openbsm/dist/modules/auditfilter_noop/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/sys/Makefile.in
 - copied unchanged from r309620, vendor/openbsm/dist/sys/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/sys/bsm/Makefile.in
 - copied unchanged from r309620, vendor/openbsm/dist/sys/bsm/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/sys/bsm/audit.h
 - copied unchanged from r309620, vendor/openbsm/dist/sys/bsm/audit.h
  vendor/openbsm/1.2-ALPHA-5/sys/bsm/audit_kevents.h
 - copied unchanged from r309620, 
vendor/openbsm/dist/sys/bsm/audit_kevents.h
  vendor/openbsm/1.2-ALPHA-5/sys/bsm/audit_record.h
 - copied unchanged from r309620, vendor/openbsm/dist/sys/bsm/audit_record.h
  vendor/openbsm/1.2-ALPHA-5/test/Makefile.in
 - copied unchanged from r309620, vendor/openbsm/dist/test/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/test/bsm/Makefile.in
 - copied unchanged from r309620, vendor/openbsm/dist/test/bsm/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/tools/Makefile.in
 - copied unchanged from r309620, vendor/openbsm/dist/tools/Makefile.in
  vendor/openbsm/1.2-ALPHA-5/tools/audump.c
 - copied unchanged from r309620, vendor/openbsm/dist/tools/audump.c

Copied: vendor/openbsm/1.2-ALPHA-5/.travis.yml (from r309620, 
vendor/openbsm/dist/.travis.yml)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ vendor/openbsm/1.2-ALPHA-5/.travis.yml  Tue Dec  6 14:31:47 2016
(r309621, copy of r309620, vendor/openbsm/dist/.travis.yml)
@@ -0,0 +1,20 @@
+language: c
+
+compiler:
+  - clang
+  - gcc
+
+os:
+  - linux
+  - osx
+
+before_install:
+  - if [ $TRAVIS_OS_NAME == "linux" ]; then
+  sudo apt-get -qq update;
+  sudo apt-get -qq install byacc flex;
+elif [ $TRAVIS_OS_NAME == "osx" ]; then
+  brew update;
+  brew install byacc flex openssl;
+  export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS";
+  export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS";
+fi

Copied: vendor/openbsm/1.2-ALPHA-5/CREDITS (from r309620, 
vendor/openbsm/dist/CREDITS)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ vendor/openbsm/1.2-ALPHA-5/CREDITS  Tue Dec  6 14:31:47 2016
(r309621, copy of r309620, vendor/openbsm/dist/CREDITS)
@@ -0,0 +1,42 @@
+OpenBSM Credits
+
+The following organizations and individuals have contributed substantially to
+the development of OpenBSM:
+
+Apple Inc.
+McAfee Research, McAfee, Inc.
+SPARTA, Inc.
+Robert Watson
+Wayne Salamon
+Suresh Krishnaswamy
+Kevin Van Vechten
+Tom Rhodes
+Wojciech Koszek
+Chunyang Yuan
+Poul-Henning Kamp
+Christian Brueffer
+Olivier Houchard
+Christian Peron
+Martin Fong
+Pawel Worach
+Martin Englund
+Ruslan Ermilov
+Martin Voros
+Diego Giagio
+Alex Samorukov
+Eric Hall
+Xin LI
+Stacey Son
+Todd Heberlein
+Gary Hoo
+Dave Bertouille
+Jonathan Anderson
+Pawel Jakub Dawidek
+Joel Dahl
+Ryan Steinmetz
+The FreeBSD Foundation
+Brooks Davis
+
+In addition, Coverity, Inc.'s Prevent(tm) static analysis tool and Gimpel
+Software's FlexeLint tool were used to identify a number of bugs in the
+OpenBSM implementation.

Copied: vendor/openbsm/1.2-ALPHA-5/INSTALL (from r309620, 
vendor/openbsm/dist/INSTALL)
==
--- /dev/null   00:00:00 1970   (empty, because file is new

svn commit: r309620 - in vendor/openbsm/dist: . bin bin/audit bin/auditd bin/auditdistd bin/auditfilterd bin/auditreduce bin/praudit bsm config etc libauditd libbsm m4 man modules modules/auditfilt...

2016-12-06 Thread Christian Brueffer
Author: brueffer
Date: Tue Dec  6 14:25:52 2016
New Revision: 309620
URL: https://svnweb.freebsd.org/changeset/base/309620

Log:
  Vendor import of OpenBSM 1.2-alpha5.

Modified:
  vendor/openbsm/dist/.travis.yml
  vendor/openbsm/dist/CREDITS
  vendor/openbsm/dist/INSTALL
  vendor/openbsm/dist/LICENSE
  vendor/openbsm/dist/Makefile.in
  vendor/openbsm/dist/NEWS
  vendor/openbsm/dist/README
  vendor/openbsm/dist/VERSION
  vendor/openbsm/dist/aclocal.m4
  vendor/openbsm/dist/bin/Makefile.in
  vendor/openbsm/dist/bin/audit/Makefile.in
  vendor/openbsm/dist/bin/auditd/Makefile.in
  vendor/openbsm/dist/bin/auditd/auditd.c
  vendor/openbsm/dist/bin/auditdistd/Makefile.am
  vendor/openbsm/dist/bin/auditdistd/Makefile.in
  vendor/openbsm/dist/bin/auditdistd/pjdlog.c
  vendor/openbsm/dist/bin/auditdistd/sandbox.c
  vendor/openbsm/dist/bin/auditfilterd/Makefile.in
  vendor/openbsm/dist/bin/auditreduce/Makefile.in
  vendor/openbsm/dist/bin/auditreduce/auditreduce.c
  vendor/openbsm/dist/bin/praudit/Makefile.in
  vendor/openbsm/dist/bin/praudit/praudit.c
  vendor/openbsm/dist/bsm/Makefile.in
  vendor/openbsm/dist/bsm/auditd_lib.h
  vendor/openbsm/dist/bsm/libbsm.h
  vendor/openbsm/dist/config/config.h.in
  vendor/openbsm/dist/config/depcomp
  vendor/openbsm/dist/config/ltmain.sh
  vendor/openbsm/dist/config/missing
  vendor/openbsm/dist/configure
  vendor/openbsm/dist/configure.ac
  vendor/openbsm/dist/etc/audit_event
  vendor/openbsm/dist/libauditd/Makefile.in
  vendor/openbsm/dist/libauditd/auditd_lib.c
  vendor/openbsm/dist/libbsm/Makefile.am
  vendor/openbsm/dist/libbsm/Makefile.in
  vendor/openbsm/dist/libbsm/au_control.3
  vendor/openbsm/dist/libbsm/au_token.3
  vendor/openbsm/dist/libbsm/bsm_control.c
  vendor/openbsm/dist/libbsm/bsm_wrappers.c
  vendor/openbsm/dist/m4/libtool.m4
  vendor/openbsm/dist/m4/ltoptions.m4
  vendor/openbsm/dist/m4/ltsugar.m4
  vendor/openbsm/dist/m4/ltversion.m4
  vendor/openbsm/dist/m4/lt~obsolete.m4
  vendor/openbsm/dist/man/Makefile.in
  vendor/openbsm/dist/man/audit_control.5
  vendor/openbsm/dist/man/auditon.2
  vendor/openbsm/dist/modules/Makefile.in
  vendor/openbsm/dist/modules/auditfilter_noop/Makefile.in
  vendor/openbsm/dist/sys/Makefile.in
  vendor/openbsm/dist/sys/bsm/Makefile.in
  vendor/openbsm/dist/sys/bsm/audit.h
  vendor/openbsm/dist/sys/bsm/audit_kevents.h
  vendor/openbsm/dist/sys/bsm/audit_record.h
  vendor/openbsm/dist/test/Makefile.in
  vendor/openbsm/dist/test/bsm/Makefile.in
  vendor/openbsm/dist/tools/Makefile.in
  vendor/openbsm/dist/tools/audump.c

Modified: vendor/openbsm/dist/.travis.yml
==
--- vendor/openbsm/dist/.travis.yml Tue Dec  6 14:08:49 2016
(r309619)
+++ vendor/openbsm/dist/.travis.yml Tue Dec  6 14:25:52 2016
(r309620)
@@ -14,5 +14,7 @@ before_install:
   sudo apt-get -qq install byacc flex;
 elif [ $TRAVIS_OS_NAME == "osx" ]; then
   brew update;
-  brew install byacc flex;
+  brew install byacc flex openssl;
+  export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS";
+  export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS";
 fi

Modified: vendor/openbsm/dist/CREDITS
==
--- vendor/openbsm/dist/CREDITS Tue Dec  6 14:08:49 2016(r309619)
+++ vendor/openbsm/dist/CREDITS Tue Dec  6 14:25:52 2016(r309620)
@@ -35,6 +35,7 @@ the development of OpenBSM:
 Joel Dahl
 Ryan Steinmetz
 The FreeBSD Foundation
+Brooks Davis
 
 In addition, Coverity, Inc.'s Prevent(tm) static analysis tool and Gimpel
 Software's FlexeLint tool were used to identify a number of bugs in the

Modified: vendor/openbsm/dist/INSTALL
==
--- vendor/openbsm/dist/INSTALL Tue Dec  6 14:08:49 2016(r309619)
+++ vendor/openbsm/dist/INSTALL Tue Dec  6 14:25:52 2016(r309620)
@@ -8,18 +8,23 @@ support is found.  Typical builds will b
 ./configure
 make
 
-If doing development work on OpenBSM with gcc, the following invocation of
-configure is preferred in order to generate full compiler warnings and force
-the compile to fail if a warning is found:
-
-CFLAGS="-Wall -Werror" ./configure
-
 On Linux systems, OpenSSL headers may have to be installed to support
 encryption of on-the-wire audit streams using auditdistd; the following
 appears to work on Ubuntu:
 
 sudo apt-get install libssl-dev
 
+Similarly, Mac OS X systems will require OpenSSL support:
+
+brew install openssl
+
+Mac OS X systems will similarly require setting CFLAGS and LDFLAGS to notify
+configure of the location of the OpenSSL headers and library:
+
+CFLAGS=-I/usr/local/opt/openssl/include\
+LDFLAGS=-L/usr/local/opt/openssl/lib   \
+configure
+
 To install the library, binaries, and man pages, use:
 
 make install


svn commit: r309100 - head/release/doc/en_US.ISO8859-1/hardware

2016-11-24 Thread Christian Brueffer
Author: brueffer
Date: Thu Nov 24 10:35:49 2016
New Revision: 309100
URL: https://svnweb.freebsd.org/changeset/base/309100

Log:
  Sync the rtwn(4) entry with the manpage.

Modified:
  head/release/doc/en_US.ISO8859-1/hardware/article.xml

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml   Thu Nov 24 
10:34:42 2016(r309099)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml   Thu Nov 24 
10:35:49 2016(r309100)
@@ -1000,8 +1000,9 @@
 
   
 
-  Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network
-   adapters ( driver)
+  Realtek RTL8192C, RTL8188E, RTL8812A and RTL8821A based
+   PCIe IEEE 802.11b/g/n wireless network adapters (
+   driver)
 
   
 
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2016-11-23 Thread Christian Brueffer
Author: brueffer
Date: Wed Nov 23 19:19:11 2016
New Revision: 309066
URL: https://svnweb.freebsd.org/changeset/base/309066

Log:
  Fix various mdoc issues reported by mandoc -Tlint.

Modified:
  head/share/man/man9/bus_map_resource.9
  head/share/man/man9/cnv.9
  head/share/man/man9/counter.9
  head/share/man/man9/osd.9
  head/share/man/man9/pmap_zero_page.9
  head/share/man/man9/rman.9
  head/share/man/man9/tcp_functions.9

Modified: head/share/man/man9/bus_map_resource.9
==
--- head/share/man/man9/bus_map_resource.9  Wed Nov 23 18:45:15 2016
(r309065)
+++ head/share/man/man9/bus_map_resource.9  Wed Nov 23 19:19:11 2016
(r309066)
@@ -135,6 +135,8 @@ By default memory mappings use the
 .Dv VM_MEMATTR_UNCACHEABLE
 attribute.
 .El
+.Sh RETURN VALUES
+Zero is returned on success, otherwise an error is returned.
 .Sh EXAMPLES
 This maps a PCI memory BAR with the write-combining memory attribute and
 reads the first 32-bit word:
@@ -153,9 +155,6 @@ reads the first 32-bit word:
bus_map_resource(dev, SYS_RES_MEMORY, r, , );
val = bus_read_4(, 0);
 .Ed
-.Pp
-.Sh RETURN VALUES
-Zero is returned on success, otherwise an error is returned.
 .Sh SEE ALSO
 .Xr bus_activate_resource 9 ,
 .Xr bus_alloc_resource 9 ,

Modified: head/share/man/man9/cnv.9
==
--- head/share/man/man9/cnv.9   Wed Nov 23 18:45:15 2016(r309065)
+++ head/share/man/man9/cnv.9   Wed Nov 23 19:19:11 2016(r309066)
@@ -80,7 +80,7 @@
 .Fn cnvlist_take_nvlist_array "void *cookiep" "size_t *nitemsp"
 .Ft int
 .Fn cnvlist_take_descriptor "void *cookiep"
-.Ft "const int *'
+.Ft "const int *"
 .Fn cnvlist_take_descriptor_array "void *cookiep" "size_t *nitemsp"
 .\"
 .Ft void
@@ -189,11 +189,11 @@ nvlist_destroy(nvl);
 return (0);
 .Ed
 .Sh SEE ALSO
-.Xr nv 9 ,
 .Xr close 2 ,
-.Xr free 3
+.Xr free 3 ,
+.Xr nv 9
 .Sh AUTHORS
-.An -nosplit
 The
 .Nm cnv
 API was created during the Google Summer Of Code 2016 by
+.An Adam Starak .

Modified: head/share/man/man9/counter.9
==
--- head/share/man/man9/counter.9   Wed Nov 23 18:45:15 2016
(r309065)
+++ head/share/man/man9/counter.9   Wed Nov 23 19:19:11 2016
(r309066)
@@ -224,7 +224,6 @@ static counter_u64_t array[MY_SIZE];
 SYSCTL_COUNTER_U64_ARRAY(_debug, OID_AUTO, counter_array, CTLFLAG_RW,
 [0], MY_SIZE, "Test counter array");
 .Ed
-.Pp
 .Sh SEE ALSO
 .Xr atomic 9 ,
 .Xr critical 9 ,

Modified: head/share/man/man9/osd.9
==
--- head/share/man/man9/osd.9   Wed Nov 23 18:45:15 2016(r309065)
+++ head/share/man/man9/osd.9   Wed Nov 23 19:19:11 2016(r309066)
@@ -412,7 +412,8 @@ return zero on success or ENOMEM if the 
 triggered an internal
 .Xr realloc 9
 which failed
-.Fn ( osd_set_reserved
+.Ns (
+.Fn osd_set_reserved
 will always succeed when
 .Fa rsv
 is non-NULL).

Modified: head/share/man/man9/pmap_zero_page.9
==
--- head/share/man/man9/pmap_zero_page.9Wed Nov 23 18:45:15 2016
(r309065)
+++ head/share/man/man9/pmap_zero_page.9Wed Nov 23 19:19:11 2016
(r309066)
@@ -49,7 +49,6 @@ The
 function is used to zero-fill an area of a page.
 The range specified must not cross a page boundary; it must be contained
 entirely within a single page.
-.Pp
 .Sh IMPLEMENTATION NOTES
 This function is required to be implemented for each architecture supported by
 .Fx .

Modified: head/share/man/man9/rman.9
==
--- head/share/man/man9/rman.9  Wed Nov 23 18:45:15 2016(r309065)
+++ head/share/man/man9/rman.9  Wed Nov 23 19:19:11 2016(r309066)
@@ -468,8 +468,8 @@ function returns a pointer to the device
 .Xr bus_alloc_resource 9 ,
 .Xr bus_map_resource 9 ,
 .Xr bus_release_resource 9 ,
-.Xr bus_space 9 ,
 .Xr bus_set_resource 9 ,
+.Xr bus_space 9 ,
 .Xr mutex 9
 .Sh AUTHORS
 This manual page was written by

Modified: head/share/man/man9/tcp_functions.9
==
--- head/share/man/man9/tcp_functions.9 Wed Nov 23 18:45:15 2016
(r309065)
+++ head/share/man/man9/tcp_functions.9 Wed Nov 23 19:19:11 2016
(r309066)
@@ -312,6 +312,7 @@ the current default function block.
 The
 .Fa blk
 argument references a function block that is not currently registered.
+.El
 .Sh SEE ALSO
 .Xr connect 2 ,
 .Xr listen 2 ,
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r309065 - head/share/man/man4

2016-11-23 Thread Christian Brueffer
Author: brueffer
Date: Wed Nov 23 18:45:15 2016
New Revision: 309065
URL: https://svnweb.freebsd.org/changeset/base/309065

Log:
  Fix various mdoc issues reported by mandoc -Tlint.

Modified:
  head/share/man/man4/armv8crypto.4
  head/share/man/man4/bhnd.4
  head/share/man/man4/bhndb.4
  head/share/man/man4/chromebook_platform.4
  head/share/man/man4/hv_vss.4
  head/share/man/man4/mpr.4
  head/share/man/man4/mps.4
  head/share/man/man4/ng_checksum.4
  head/share/man/man4/ng_mppc.4
  head/share/man/man4/ntb_hw.4
  head/share/man/man4/rtwn.4
  head/share/man/man4/rtwn_pci.4
  head/share/man/man4/rtwn_usb.4

Modified: head/share/man/man4/armv8crypto.4
==
--- head/share/man/man4/armv8crypto.4   Wed Nov 23 18:31:34 2016
(r309064)
+++ head/share/man/man4/armv8crypto.4   Wed Nov 23 18:45:15 2016
(r309065)
@@ -50,7 +50,7 @@ armv8crypto_load="YES"
 .Ed
 .Sh DESCRIPTION
 Starting with the ARMv8 architecture ARM Limited has added optional
-cryptography instructions to accelerate AES, SHA-1, SHA-2, and 
+cryptography instructions to accelerate AES, SHA-1, SHA-2, and
 finite field arithmetic.
 .Pp
 The processor capability is reported as AES in the Instruction Set

Modified: head/share/man/man4/bhnd.4
==
--- head/share/man/man4/bhnd.4  Wed Nov 23 18:31:34 2016(r309064)
+++ head/share/man/man4/bhnd.4  Wed Nov 23 18:45:15 2016(r309065)
@@ -67,8 +67,8 @@ the
 .Xr bcma 4
 BHND driver.
 .Sh SEE ALSO
-.Xr bhndb 4 ,
 .Xr bcma 4 ,
+.Xr bhndb 4 ,
 .Xr siba 4
 .Sh HISTORY
 The

Modified: head/share/man/man4/bhndb.4
==
--- head/share/man/man4/bhndb.4 Wed Nov 23 18:31:34 2016(r309064)
+++ head/share/man/man4/bhndb.4 Wed Nov 23 18:45:15 2016(r309065)
@@ -53,7 +53,7 @@ driver supports
 host bridge cores such as those used by Broadcom HND PCI,
 PCMCIA, and SDIO network adapters.
 .Sh SEE ALSO
-.Xr bhnd 4
+.Xr bhnd 4 ,
 .Xr bwn 4
 .Sh HISTORY
 The

Modified: head/share/man/man4/chromebook_platform.4
==
--- head/share/man/man4/chromebook_platform.4   Wed Nov 23 18:31:34 2016
(r309064)
+++ head/share/man/man4/chromebook_platform.4   Wed Nov 23 18:45:15 2016
(r309065)
@@ -59,7 +59,7 @@ Those have to be compiled into the kerne
 .Sh SEE ALSO
 .Xr cyapa 4 ,
 .Xr iicbus 4 ,
-.Xr isl 4 ,
+.Xr isl 4
 .Sh AUTHORS
 .An -nosplit
 The

Modified: head/share/man/man4/hv_vss.4
==
--- head/share/man/man4/hv_vss.4Wed Nov 23 18:31:34 2016
(r309064)
+++ head/share/man/man4/hv_vss.4Wed Nov 23 18:45:15 2016
(r309065)
@@ -352,9 +352,10 @@ main(int argc, char* argv[]) {
}
return 0;
 }
+.Ed
 .Sh SEE ALSO
-.Xr hv_vss_daemon 8 ,
-.Xr hv_utils 4
+.Xr hv_utils 4 ,
+.Xr hv_vss_daemon 8
 .Sh HISTORY
 The daemon was introduced in October 2016 and developed by Microsoft Corp.
 .Sh AUTHORS

Modified: head/share/man/man4/mpr.4
==
--- head/share/man/man4/mpr.4   Wed Nov 23 18:31:34 2016(r309064)
+++ head/share/man/man4/mpr.4   Wed Nov 23 18:45:15 2016(r309065)
@@ -83,7 +83,6 @@ Broadcom Ltd./Avago Tech (LSI) SAS 3216 
 Broadcom Ltd./Avago Tech (LSI) SAS 3224 (24 Port SAS)
 .El
 .Sh CONFIGURATION
-.Pp
 In all tunable descriptions below, X represents the adapter number.
 .Pp
 To disable MSI interrupts for all
@@ -156,7 +155,6 @@ The current number of active I/O command
 dev.mpr.X.io_cmds_active
 .Xr sysctl 8
 variable.
-.Ed
 .Pp
 To set the maximum number of pages that will be used per I/O for all adapters,
 set this tunable in

Modified: head/share/man/man4/mps.4
==
--- head/share/man/man4/mps.4   Wed Nov 23 18:31:34 2016(r309064)
+++ head/share/man/man4/mps.4   Wed Nov 23 18:45:15 2016(r309065)
@@ -95,7 +95,6 @@ Intel Integrated RAID Module RMS25KB040
 Intel Integrated RAID Module RMS25KB080
 .El
 .Sh CONFIGURATION
-.Pp
 In all tunable descriptions below, X represents the adapter number.
 .Pp
 To disable MSI interrupts for all
@@ -168,7 +167,6 @@ The current number of active I/O command
 dev.mps.X.io_cmds_active
 .Xr sysctl 8
 variable.
-.Ed
 .Pp
 To set the maximum number of pages that will be used per I/O for all adapters,
 set this tunable in

Modified: head/share/man/man4/ng_checksum.4
==
--- head/share/man/man4/ng_checksum.4   Wed Nov 23 18:31:34 2016
(r309064)
+++ head/share/man/man4/ng_checksum.4   Wed Nov 23 18:45:15 2016
(r309065)
@@ -134,8 +134,8 @@ can calculate CSUM_IP_UDP|CSUM_IP_TCP.
 The
 .Nm
 node 

svn commit: r309060 - head/tools/tools/nanobsd/Files/root

2016-11-23 Thread Christian Brueffer
Author: brueffer
Date: Wed Nov 23 16:54:27 2016
New Revision: 309060
URL: https://svnweb.freebsd.org/changeset/base/309060

Log:
  Fix comment typo.
  
  PR:   208484
  Submitted by: madpilot
  MFC after:1 week

Modified:
  head/tools/tools/nanobsd/Files/root/save_cfg

Modified: head/tools/tools/nanobsd/Files/root/save_cfg
==
--- head/tools/tools/nanobsd/Files/root/save_cfgWed Nov 23 14:15:51 
2016(r309059)
+++ head/tools/tools/nanobsd/Files/root/save_cfgWed Nov 23 16:54:27 
2016(r309060)
@@ -66,7 +66,7 @@ do
#   i) -> add file to ignore list (/cfg/.ignore 
hiereachy) and never save
# try to add this file to /cfg.
#
-   # touch is ised to add files to /cfg to keep the script 
flow straight and easy
+   # touch is used to add files to /cfg to keep the script 
flow straight and easy
#
read -p "New file /etc/$filename found. Add to /cfg 
(y/n/i)? " key
case "$key" in
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r308729 - head/release/doc/en_US.ISO8859-1/hardware

2016-11-16 Thread Christian Brueffer
Author: brueffer
Date: Wed Nov 16 13:27:39 2016
New Revision: 308729
URL: https://svnweb.freebsd.org/changeset/base/308729

Log:
  Add bnxt(4) to the hardware notes.

Modified:
  head/release/doc/en_US.ISO8859-1/hardware/article.xml

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml   Wed Nov 16 
13:22:57 2016(r308728)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml   Wed Nov 16 
13:27:39 2016(r308729)
@@ -800,6 +800,8 @@
 
   
 
+  
+
   
 
   
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r308728 - head/share/man/man4

2016-11-16 Thread Christian Brueffer
Author: brueffer
Date: Wed Nov 16 13:22:57 2016
New Revision: 308728
URL: https://svnweb.freebsd.org/changeset/base/308728

Log:
  Various minor cleanups.

Modified:
  head/share/man/man4/bnxt.4

Modified: head/share/man/man4/bnxt.4
==
--- head/share/man/man4/bnxt.4  Wed Nov 16 11:37:43 2016(r308727)
+++ head/share/man/man4/bnxt.4  Wed Nov 16 13:22:57 2016(r308728)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 12, 2016
+.Dd November 16, 2016
 .Dt BNXT 4
 .Os
 .Sh NAME
@@ -89,7 +89,7 @@ Broadcom BCM57304 NetXtreme-C Virtual Fu
 Broadcom BCM57404 NetXtreme-E Virtual Function
 .El
 .Sh SYSCTL VARIABLES
-These variables must be set before loading the driver, either via 
+These variables must be set before loading the driver, either via
 .Xr loader.conf 5
 or through the use of
 .Xr kenv 1 .
@@ -165,11 +165,12 @@ variables are read-only:
 .Bl -tag -width indent
 .It Va dev.bnxt.X.if_name
 Current interface name of the device.
-This will normally be 
+This will normally be
 .Va bnxtX ,
 but this can be changed using
 .Cm ifconfig name .
-This sysctl allows correlating an interface with a child of dev.bnxt.
+This sysctl allows correlating an interface with a child of
+.Va dev.bnxt .
 .It Va dev.bnxt.X.nvram.*
 Information about the NVRAM device which contains the device firmware.
 .It Va dev.bnxt.X.ver.*
@@ -191,10 +192,10 @@ reasons to ignore Ethernet frames.
 .It "bnxt%d: %s command returned %s error."
 Device firmware rejected a command from the driver.
 There might be a driver/firmware HWRM API mismatch.
-.It "bnxt%d: Timeout sending %s (timeout: %d) seq %d\n"
+.It "bnxt%d: Timeout sending %s (timeout: %d) seq %d"
 Device firmware unresponsive.
 A PCI device reset is likely needed.
-.It "bnxt%d: Timeout sending %s (timeout: %d) msg {0x%x 0x%x} len:%d v: %d\n"
+.It "bnxt%d: Timeout sending %s (timeout: %d) msg {0x%x 0x%x} len:%d v: %d"
 Partial firmware response.
 A PCI device reset is likely needed.
 .Pp
@@ -203,20 +204,21 @@ As of this writing, the system must be r
 .Sh SEE ALSO
 .Xr altq 4 ,
 .Xr arp 4 ,
+.Xr iflib 4 ,
 .Xr netintro 4 ,
 .Xr ng_ether 4 ,
 .Xr vlan 4 ,
-.Xr ifconfig 8 ,
-.Xr iflib 4
+.Xr ifconfig 8
 .Sh HISTORY
 The
 .Nm
 device driver first appeared in
 .Fx 12.0 .
 .Sh AUTHORS
+.An -nosplit
 The
 .Nm
 driver was written by
-.An Jack Vogel Aq Mt jfvo...@gmail.com .
+.An Jack Vogel Aq Mt jfvo...@gmail.com ,
 and is currently maintained by
 .An Stephen Hurd Aq Mt stephen.h...@broadcom.com .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r298538 - head/share/man/man4

2016-04-24 Thread Christian Brueffer
Author: brueffer
Date: Sun Apr 24 11:41:36 2016
New Revision: 298538
URL: https://svnweb.freebsd.org/changeset/base/298538

Log:
  MLINK mfi.4 to mfi_linux.4 and mfip.4 to cover these kernel modules.
  
  The mfi(4) manpage doesn't explain the modules yet, but at least we direct
  users to the right place.
  
  PR:   205925
  Submitted by: dvl
  MFC after:1 week
  Sponsored by: Essen Hackathon 2016

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==
--- head/share/man/man4/MakefileSun Apr 24 10:52:59 2016
(r298537)
+++ head/share/man/man4/MakefileSun Apr 24 11:41:36 2016
(r298538)
@@ -660,6 +660,8 @@ MLINKS+=lp.4 plip.4
 MLINKS+=malo.4 if_malo.4
 MLINKS+=md.4 vn.4
 MLINKS+=mem.4 kmem.4
+MLINKS+=mfi.4 mfi_linux.4 \
+   mfi.4 mfip.4
 MLINKS+=mlx5en.4 mce.4
 MLINKS+=mn.4 if_mn.4
 MLINKS+=mos.4 if_mos.4
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2016-04-24 Thread Christian Brueffer
Author: brueffer
Date: Sun Apr 24 08:31:32 2016
New Revision: 298532
URL: https://svnweb.freebsd.org/changeset/base/298532

Log:
  Correct types for g_example_start() and g_example_access().
  
  PR:   203498
  Submitted by: ch...@triularity.org, ae
  MFC after:1 week
  Sponsored by: Essen Hackathon 2016

Modified:
  head/share/man/man9/g_geom.9

Modified: head/share/man/man9/g_geom.9
==
--- head/share/man/man9/g_geom.9Sun Apr 24 04:28:04 2016
(r298531)
+++ head/share/man/man9/g_geom.9Sun Apr 24 08:31:32 2016
(r298532)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 16, 2004
+.Dd April 24, 2016
 .Dt G_GEOM 9
 .Os
 .Sh NAME
@@ -123,7 +123,7 @@ returns a pointer to the newly created g
 .Sh EXAMPLES
 Create an example geom.
 .Bd -literal -offset indent
-static struct geom *
+static void
 g_example_start(struct bio *bp)
 {
 
@@ -148,7 +148,7 @@ g_example_spoiled(struct g_consumer *cp)
[...]
 }
 
-static void
+static int
 g_example_access(struct g_provider *pp, int dr, int dw, int de)
 {
 
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2016-04-23 Thread Christian Brueffer
Author: brueffer
Date: Sat Apr 23 11:04:45 2016
New Revision: 298511
URL: https://svnweb.freebsd.org/changeset/base/298511

Log:
  Improve upon r296618 to keep lines < 80 characters.
  
  Pointed out by:   jhb
  Sponsored by: Essen Hackathon 2016

Modified:
  head/share/man/man9/bus_adjust_resource.9
  head/share/man/man9/bus_alloc_resource.9

Modified: head/share/man/man9/bus_adjust_resource.9
==
--- head/share/man/man9/bus_adjust_resource.9   Sat Apr 23 10:10:29 2016
(r298510)
+++ head/share/man/man9/bus_adjust_resource.9   Sat Apr 23 11:04:45 2016
(r298511)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 10, 2016
+.Dd April 23, 2016
 .Dt BUS_ADJUST_RESOURCE 9
 .Os
 .Sh NAME
@@ -41,7 +41,10 @@
 .In sys/rman.h
 .In machine/resource.h
 .Ft int
-.Fn bus_adjust_resource "device_t dev" "int type" "struct resource *r" 
"rman_res_t start" "rman_res_t end"
+.Fo bus_adjust_resource
+.Fa "device_t dev" "int type" "struct resource *r"
+.Fa "rman_res_t start" "rman_res_t end"
+.Fc
 .Sh DESCRIPTION
 This function is used to ask the parent bus to adjust the resource range
 assigned to an allocated resource.

Modified: head/share/man/man9/bus_alloc_resource.9
==
--- head/share/man/man9/bus_alloc_resource.9Sat Apr 23 10:10:29 2016
(r298510)
+++ head/share/man/man9/bus_alloc_resource.9Sat Apr 23 11:04:45 2016
(r298511)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 10, 2016
+.Dd April 23, 2016
 .Dt BUS_ALLOC_RESOURCE 9
 .Os
 .Sh NAME
@@ -51,7 +51,9 @@
 .Ft struct resource *
 .Fn bus_alloc_resource_any "device_t dev" "int type" "int *rid" "u_int flags"
 .Ft struct resource *
-.Fn bus_alloc_resource_anywhere "device_t dev" "int type" "int *rid" 
"rman_res_t count" "u_int flags"
+.Fo bus_alloc_resource_anywhere
+.Fa "device_t dev" "int type" "int *rid" "rman_res_t count" "u_int flags"
+.Fc
 .Sh DESCRIPTION
 This is an easy interface to the resource-management functions.
 It hides the indirection through the parent's method table.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r297455 - head/share/man/man4

2016-03-31 Thread Christian Brueffer
Author: brueffer
Date: Thu Mar 31 15:16:22 2016
New Revision: 297455
URL: https://svnweb.freebsd.org/changeset/base/297455

Log:
  Fix minor problems caught by mandoc -Tlint.

Modified:
  head/share/man/man4/capsicum.4
  head/share/man/man4/cfi.4
  head/share/man/man4/lagg.4
  head/share/man/man4/uart.4

Modified: head/share/man/man4/capsicum.4
==
--- head/share/man/man4/capsicum.4  Thu Mar 31 14:48:17 2016
(r297454)
+++ head/share/man/man4/capsicum.4  Thu Mar 31 15:16:22 2016
(r297455)
@@ -105,7 +105,7 @@ associated with file descriptors; descri
 .Xr write 2 ,
 .Xr cap_rights_get 3 ,
 .Xr casper 3 ,
-.Xr procdesc 4 ,
+.Xr procdesc 4
 .Sh HISTORY
 .Nm
 first appeared in

Modified: head/share/man/man4/cfi.4
==
--- head/share/man/man4/cfi.4   Thu Mar 31 14:48:17 2016(r297454)
+++ head/share/man/man4/cfi.4   Thu Mar 31 15:16:22 2016(r297455)
@@ -50,8 +50,8 @@ In
 .Pp
 In DTS file:
 .Cd flash@7400 {
-.Cd "  compatible =" Qo cfi-flash Qc ;
-.Cd "  reg = <0x7400 0x400>;"
+.Cd "  compatible =" Qo cfi-flash Qc ;
+.Cd "  reg = <0x7400 0x400>;"
 .Cd };
 .Sh DESCRIPTION
 The
@@ -72,7 +72,6 @@ Additional support for write-once bits t
 devices to read-only can be enabled by the
 .Cd CFI_ARMEDANDDANGEROUS
 kernel option.
-.El
 .Sh SEE ALSO
 .Xr led 4
 .Sh HISTORY

Modified: head/share/man/man4/lagg.4
==
--- head/share/man/man4/lagg.4  Thu Mar 31 14:48:17 2016(r297454)
+++ head/share/man/man4/lagg.4  Thu Mar 31 15:16:22 2016(r297455)
@@ -166,7 +166,7 @@ Gigabit Ethernet interfaces:
192.168.1.1 netmask 255.255.255.0
 .Ed
 .Pp
-Create a link aggregation using ROUNDROBIN with two 
+Create a link aggregation using ROUNDROBIN with two
 .Xr bge 4
 Gigabit Ethernet interfaces and set the limit of 500 packets
 per interface:

Modified: head/share/man/man4/uart.4
==
--- head/share/man/man4/uart.4  Thu Mar 31 14:48:17 2016(r297454)
+++ head/share/man/man4/uart.4  Thu Mar 31 15:16:22 2016(r297455)
@@ -188,7 +188,7 @@ Capture pulses on the CTS line.
 Capture pulses on the DCD line.
 .El
 .Pp
-The following values may be ORed with the capture mode to configure 
+The following values may be ORed with the capture mode to configure
 capture processing options:
 .Bl -tag -compact -offset "" -width ""
 .It 0x10
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2016-03-10 Thread Christian Brueffer
Author: brueffer
Date: Thu Mar 10 18:21:03 2016
New Revision: 296618
URL: https://svnweb.freebsd.org/changeset/base/296618

Log:
  Fix mdoc markup.

Modified:
  head/share/man/man9/bus_adjust_resource.9
  head/share/man/man9/bus_alloc_resource.9

Modified: head/share/man/man9/bus_adjust_resource.9
==
--- head/share/man/man9/bus_adjust_resource.9   Thu Mar 10 17:13:10 2016
(r296617)
+++ head/share/man/man9/bus_adjust_resource.9   Thu Mar 10 18:21:03 2016
(r296618)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 29, 2011
+.Dd March 10, 2016
 .Dt BUS_ADJUST_RESOURCE 9
 .Os
 .Sh NAME
@@ -41,8 +41,7 @@
 .In sys/rman.h
 .In machine/resource.h
 .Ft int
-.Fo bus_adjust_resource
-.Fa "device_t dev" "int type" "struct resource *r" "rman_res_t start" 
"rman_res_t end"
+.Fn bus_adjust_resource "device_t dev" "int type" "struct resource *r" 
"rman_res_t start" "rman_res_t end"
 .Sh DESCRIPTION
 This function is used to ask the parent bus to adjust the resource range
 assigned to an allocated resource.

Modified: head/share/man/man9/bus_alloc_resource.9
==
--- head/share/man/man9/bus_alloc_resource.9Thu Mar 10 17:13:10 2016
(r296617)
+++ head/share/man/man9/bus_alloc_resource.9Thu Mar 10 18:21:03 2016
(r296618)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 18, 2000
+.Dd March 10, 2016
 .Dt BUS_ALLOC_RESOURCE 9
 .Os
 .Sh NAME
@@ -50,10 +50,8 @@
 .Fc
 .Ft struct resource *
 .Fn bus_alloc_resource_any "device_t dev" "int type" "int *rid" "u_int flags"
-.Fc
 .Ft struct resource *
-.Fn bus_alloc_resource_anywhere
-.Fa "device_t dev" "int type" "int *rid" "rman_res_t count" "u_int flags"
+.Fn bus_alloc_resource_anywhere "device_t dev" "int type" "int *rid" 
"rman_res_t count" "u_int flags"
 .Sh DESCRIPTION
 This is an easy interface to the resource-management functions.
 It hides the indirection through the parent's method table.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r294790 - stable/10/usr.sbin/bhyvectl

2016-01-26 Thread Christian Brueffer
Author: brueffer
Date: Tue Jan 26 09:50:36 2016
New Revision: 294790
URL: https://svnweb.freebsd.org/changeset/base/294790

Log:
  MFH: r293745
  
  Add a basic bhyvectl manpage.

Added:
  stable/10/usr.sbin/bhyvectl/bhyvectl.8
 - copied unchanged from r293745, head/usr.sbin/bhyvectl/bhyvectl.8
Modified:
  stable/10/usr.sbin/bhyvectl/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bhyvectl/Makefile
==
--- stable/10/usr.sbin/bhyvectl/MakefileTue Jan 26 09:50:23 2016
(r294789)
+++ stable/10/usr.sbin/bhyvectl/MakefileTue Jan 26 09:50:36 2016
(r294790)
@@ -5,7 +5,7 @@
 PROG=  bhyvectl
 SRCS=  bhyvectl.c
 
-MAN=
+MAN=   bhyvectl.8
 
 DPADD= ${LIBVMMAPI} ${LIBUTIL}
 LDADD= -lvmmapi -lutil

Copied: stable/10/usr.sbin/bhyvectl/bhyvectl.8 (from r293745, 
head/usr.sbin/bhyvectl/bhyvectl.8)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ stable/10/usr.sbin/bhyvectl/bhyvectl.8  Tue Jan 26 09:50:36 2016
(r294790, copy of r293745, head/usr.sbin/bhyvectl/bhyvectl.8)
@@ -0,0 +1,97 @@
+.\" Copyright (c) 2015 Christian Brueffer
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"notice, this list of conditions and the following disclaimer in the
+.\"documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd January 12, 2016
+.Dt BHYVECTL 8
+.Os
+.Sh NAME
+.Nm bhyvectl
+.Nd "control utility for bhyve instances"
+.Sh SYNOPSIS
+.Nm
+.Fl -vm= Ns Ar 
+.Op Fl -create
+.Op Fl -destroy
+.Op Fl -get-stats
+.Op Fl -inject-nmi
+.Op Fl -force-reset
+.Op Fl -force-poweroff
+.Sh DESCRIPTION
+The
+.Nm
+command is a control utility for active
+.Xr bhyve 8
+virtual machine instances.
+.Pp
+.Em Note :
+Most
+.Nm
+flags are intended for querying and setting the state of an active instance.
+These commands are intended for development purposes, and are not documented 
here.
+A complete list can be obtained by executing
+.Nm
+without any arguments.
+.Pp
+The user-facing options are as follows:
+.Bl -tag -width ".Fl d Ar argument"
+.It Fl -vm= Ns Ar 
+Operate on the virtual machine
+.Ar  .
+.It Fl -create
+Create the specified VM.
+.It Fl -destroy
+Destroy the specified VM.
+.It Fl -get-state
+Retrieve statistics for the specified VM.
+.It Fl -inject-nmi
+Inject a non-maskable interrupt (NMI) into the VM.
+.It Fl -force-reset
+Force the VM to reset.
+.It Fl -force-poweroff
+Force the VM to power off.
+.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh EXAMPLES
+Destroy the VM called fbsd10:
+.Pp
+.Dl "bhyvectl --vm=fbsd10 --destroy"
+.Sh SEE ALSO
+.Xr bhyve 8 ,
+.Xr bhyveload 8
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.Fx 10.1 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+utility was written by
+.An Peter Grehan
+and
+.An Neel Natu .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r293745 - head/usr.sbin/bhyvectl

2016-01-12 Thread Christian Brueffer
Author: brueffer
Date: Tue Jan 12 10:16:15 2016
New Revision: 293745
URL: https://svnweb.freebsd.org/changeset/base/293745

Log:
  Add a basic bhyvectl manpage.
  
  Reviewed by:  neel
  MFC after:2 weeks

Added:
  head/usr.sbin/bhyvectl/bhyvectl.8   (contents, props changed)
Modified:
  head/usr.sbin/bhyvectl/Makefile

Modified: head/usr.sbin/bhyvectl/Makefile
==
--- head/usr.sbin/bhyvectl/Makefile Tue Jan 12 10:14:57 2016
(r293744)
+++ head/usr.sbin/bhyvectl/Makefile Tue Jan 12 10:16:15 2016
(r293745)
@@ -5,7 +5,7 @@
 PROG=  bhyvectl
 SRCS=  bhyvectl.c
 
-MAN=
+MAN=   bhyvectl.8
 
 LIBADD=vmmapi util
 

Added: head/usr.sbin/bhyvectl/bhyvectl.8
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.sbin/bhyvectl/bhyvectl.8   Tue Jan 12 10:16:15 2016
(r293745)
@@ -0,0 +1,97 @@
+.\" Copyright (c) 2015 Christian Brueffer
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"notice, this list of conditions and the following disclaimer in the
+.\"documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd January 12, 2016
+.Dt BHYVECTL 8
+.Os
+.Sh NAME
+.Nm bhyvectl
+.Nd "control utility for bhyve instances"
+.Sh SYNOPSIS
+.Nm
+.Fl -vm= Ns Ar 
+.Op Fl -create
+.Op Fl -destroy
+.Op Fl -get-stats
+.Op Fl -inject-nmi
+.Op Fl -force-reset
+.Op Fl -force-poweroff
+.Sh DESCRIPTION
+The
+.Nm
+command is a control utility for active
+.Xr bhyve 8
+virtual machine instances.
+.Pp
+.Em Note :
+Most
+.Nm
+flags are intended for querying and setting the state of an active instance.
+These commands are intended for development purposes, and are not documented 
here.
+A complete list can be obtained by executing
+.Nm
+without any arguments.
+.Pp
+The user-facing options are as follows:
+.Bl -tag -width ".Fl d Ar argument"
+.It Fl -vm= Ns Ar 
+Operate on the virtual machine
+.Ar  .
+.It Fl -create
+Create the specified VM.
+.It Fl -destroy
+Destroy the specified VM.
+.It Fl -get-state
+Retrieve statistics for the specified VM.
+.It Fl -inject-nmi
+Inject a non-maskable interrupt (NMI) into the VM.
+.It Fl -force-reset
+Force the VM to reset.
+.It Fl -force-poweroff
+Force the VM to power off.
+.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh EXAMPLES
+Destroy the VM called fbsd10:
+.Pp
+.Dl "bhyvectl --vm=fbsd10 --destroy"
+.Sh SEE ALSO
+.Xr bhyve 8 ,
+.Xr bhyveload 8
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.Fx 10.1 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+utility was written by
+.An Peter Grehan
+and
+.An Neel Natu .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r293746 - head/sys/conf

2016-01-12 Thread Christian Brueffer
Author: brueffer
Date: Tue Jan 12 10:19:56 2016
New Revision: 293746
URL: https://svnweb.freebsd.org/changeset/base/293746

Log:
  Document etherswitch and drivers using this framework.
  
  MFC after:2 weeks

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==
--- head/sys/conf/NOTES Tue Jan 12 10:16:15 2016(r293745)
+++ head/sys/conf/NOTES Tue Jan 12 10:19:56 2016(r293746)
@@ -2586,6 +2586,25 @@ device   pps
 device lpbb
 device pcfclock
 
+#
+# Etherswitch framework and drivers
+#
+# etherswitch  The etherswitch(4) framework
+# miiproxy Proxy device for miibus(4) functionality
+# 
+# Switch hardware support:
+# arswitch Atheros switches
+# ip17xIC+ 17x family switches
+# rtl8366r Realtek RTL8366 switches
+# ukswitch Multi-PHY switches
+#
+device etherswitch
+device miiproxy
+device arswitch
+device ip17x
+device rtl8366rb
+device ukswitch
+
 # Kernel BOOTP support
 
 optionsBOOTP   # Use BOOTP to obtain IP address/hostname
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2016-01-08 Thread Christian Brueffer
Author: brueffer
Date: Fri Jan  8 13:33:22 2016
New Revision: 293421
URL: https://svnweb.freebsd.org/changeset/base/293421

Log:
  Fix issues found by mandoc -Tlint.
  
  MFC after:1 week

Modified:
  head/share/man/man9/DEVICE_PROBE.9
  head/share/man/man9/kern_testfrwk.9
  head/share/man/man9/malloc.9
  head/share/man/man9/timeout.9

Modified: head/share/man/man9/DEVICE_PROBE.9
==
--- head/share/man/man9/DEVICE_PROBE.9  Fri Jan  8 10:35:57 2016
(r293420)
+++ head/share/man/man9/DEVICE_PROBE.9  Fri Jan  8 13:33:22 2016
(r293421)
@@ -100,7 +100,8 @@ This is for source or binary drivers tha
 tree.
 Its use in the base OS is prohibited.
 .It BUS_PROBE_DEFAULT
-The device is a normal device matching some plug and play ID.  This is
+The device is a normal device matching some plug and play ID.
+This is
 the normal return value for drivers to use.
 It is intended that nearly all of the drivers in the tree should return
 this value.

Modified: head/share/man/man9/kern_testfrwk.9
==
--- head/share/man/man9/kern_testfrwk.9 Fri Jan  8 10:35:57 2016
(r293420)
+++ head/share/man/man9/kern_testfrwk.9 Fri Jan  8 13:33:22 2016
(r293421)
@@ -65,7 +65,6 @@ When your test loads, you register your 
 You do that through a call to
 .Fn kern_testframework_register .
 Usually this is done at the module load event as shown below:
-.Pp
 .Bd -literal -offset indent
switch (type) {
case MOD_LOAD:
@@ -122,7 +121,6 @@ field is a test-specific set of informat
 It is passed in from user space and has a maximum size of 256 bytes.
 You can pass arbitrary test input in the space.
 In the case of callout_test we reshape that to:
-.Pp
 .Bd -literal -offset indent
 struct callout_test {
int number_of_callouts;
@@ -133,7 +131,6 @@ struct callout_test {
 So the first lines of
 .Fn run_callout_test
 does the following to get at the user specific data:
-.Pp
 .\" This is a bad example and violates strict aliasing.  It should be replaced.
 .Bd -literal -offset indent
struct callout_test *u;

Modified: head/share/man/man9/malloc.9
==
--- head/share/man/man9/malloc.9Fri Jan  8 10:35:57 2016
(r293420)
+++ head/share/man/man9/malloc.9Fri Jan  8 13:33:22 2016
(r293421)
@@ -229,7 +229,7 @@ may sleep when called with
 never sleeps.
 However,
 .Fn malloc ,
-.Fn realloc,
+.Fn realloc ,
 .Fn reallocf
 and
 .Fn free

Modified: head/share/man/man9/timeout.9
==
--- head/share/man/man9/timeout.9   Fri Jan  8 10:35:57 2016
(r293420)
+++ head/share/man/man9/timeout.9   Fri Jan  8 13:33:22 2016
(r293421)
@@ -261,7 +261,7 @@ returns zero it will arrange for the fun
 .Fa drain
 to be called using the same argument given to the
 .Fn callout_reset
-function. 
+function.
 .Fn callout_async_drain
 If the callout has an associated lock,
 then that lock must be held when this function is called.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r293171 - head/sys/modules

2016-01-04 Thread Christian Brueffer
Author: brueffer
Date: Mon Jan  4 19:04:33 2016
New Revision: 293171
URL: https://svnweb.freebsd.org/changeset/base/293171

Log:
  Don't build rtwnfw if building without binary blobs.
  
  rtwnfw got added in r293009 and depends on source-less and
  non-free microcode in sys/contrib/dev/rtwn.
  
  PR:   205874
  Submitted by: Fabian Keil
  Obtained from:ElectroBSD

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==
--- head/sys/modules/Makefile   Mon Jan  4 18:34:27 2016(r293170)
+++ head/sys/modules/Makefile   Mon Jan  4 19:04:33 2016(r293171)
@@ -312,7 +312,7 @@ SUBDIR= \
reiserfs \
rl \
rtwn \
-   rtwnfw \
+   ${_rtwnfw} \
${_s3} \
${_safe} \
${_sbni} \
@@ -484,6 +484,7 @@ _fxp=   fxp
 _ispfw=ispfw
 _mwlfw=mwlfw
 _ralfw=ralfw
+_rtwnfw=   rtwnfw
 _sf=   sf
 _ti=   ti
 _txp=  txp
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r293161 - in stable/10: contrib/openbsm contrib/openbsm/bin contrib/openbsm/bin/audit contrib/openbsm/bin/auditd contrib/openbsm/bin/auditdistd contrib/openbsm/bin/auditfilterd contrib/...

2016-01-04 Thread Christian Brueffer
Author: brueffer
Date: Mon Jan  4 16:32:21 2016
New Revision: 293161
URL: https://svnweb.freebsd.org/changeset/base/293161

Log:
  MFH: 292432,r292433,r292434
  
  - Merge OpenBSM 1.2 alpha 4.
  - Regenerate config.h for OpenBSM 1.2 alpha 4.
  - Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).
  
  Relnotes: yes

Added:
  stable/10/contrib/openbsm/.travis.yml
 - copied unchanged from r292434, head/contrib/openbsm/.travis.yml
  stable/10/contrib/openbsm/libbsm/au_notify.3
 - copied unchanged from r292434, head/contrib/openbsm/libbsm/au_notify.3
Modified:
  stable/10/contrib/openbsm/INSTALL
  stable/10/contrib/openbsm/LICENSE
  stable/10/contrib/openbsm/Makefile.am
  stable/10/contrib/openbsm/Makefile.in
  stable/10/contrib/openbsm/NEWS
  stable/10/contrib/openbsm/README
  stable/10/contrib/openbsm/TODO
  stable/10/contrib/openbsm/VERSION
  stable/10/contrib/openbsm/autogen.sh
  stable/10/contrib/openbsm/bin/Makefile.am
  stable/10/contrib/openbsm/bin/audit/Makefile.am
  stable/10/contrib/openbsm/bin/audit/audit.8
  stable/10/contrib/openbsm/bin/audit/audit.c
  stable/10/contrib/openbsm/bin/auditd/Makefile.am
  stable/10/contrib/openbsm/bin/auditd/audit_triggers.defs
  stable/10/contrib/openbsm/bin/auditd/audit_warn.c
  stable/10/contrib/openbsm/bin/auditd/auditd.8
  stable/10/contrib/openbsm/bin/auditd/auditd.c
  stable/10/contrib/openbsm/bin/auditd/auditd.h
  stable/10/contrib/openbsm/bin/auditd/auditd_control.defs
  stable/10/contrib/openbsm/bin/auditd/auditd_darwin.c
  stable/10/contrib/openbsm/bin/auditd/auditd_fbsd.c
  stable/10/contrib/openbsm/bin/auditdistd/Makefile.am
  stable/10/contrib/openbsm/bin/auditdistd/auditdistd.8
  stable/10/contrib/openbsm/bin/auditdistd/auditdistd.c
  stable/10/contrib/openbsm/bin/auditdistd/auditdistd.conf.5
  stable/10/contrib/openbsm/bin/auditdistd/auditdistd.h
  stable/10/contrib/openbsm/bin/auditdistd/faccessat.h
  stable/10/contrib/openbsm/bin/auditdistd/fstatat.h
  stable/10/contrib/openbsm/bin/auditdistd/openat.h
  stable/10/contrib/openbsm/bin/auditdistd/parse.y
  stable/10/contrib/openbsm/bin/auditdistd/pjdlog.c
  stable/10/contrib/openbsm/bin/auditdistd/pjdlog.h
  stable/10/contrib/openbsm/bin/auditdistd/proto.c
  stable/10/contrib/openbsm/bin/auditdistd/proto.h
  stable/10/contrib/openbsm/bin/auditdistd/proto_common.c
  stable/10/contrib/openbsm/bin/auditdistd/proto_impl.h
  stable/10/contrib/openbsm/bin/auditdistd/proto_socketpair.c
  stable/10/contrib/openbsm/bin/auditdistd/proto_tcp.c
  stable/10/contrib/openbsm/bin/auditdistd/proto_tls.c
  stable/10/contrib/openbsm/bin/auditdistd/proto_uds.c
  stable/10/contrib/openbsm/bin/auditdistd/receiver.c
  stable/10/contrib/openbsm/bin/auditdistd/renameat.h
  stable/10/contrib/openbsm/bin/auditdistd/sandbox.c
  stable/10/contrib/openbsm/bin/auditdistd/sandbox.h
  stable/10/contrib/openbsm/bin/auditdistd/sender.c
  stable/10/contrib/openbsm/bin/auditdistd/sigtimedwait.h
  stable/10/contrib/openbsm/bin/auditdistd/strndup.h
  stable/10/contrib/openbsm/bin/auditdistd/subr.c
  stable/10/contrib/openbsm/bin/auditdistd/subr.h
  stable/10/contrib/openbsm/bin/auditdistd/synch.h
  stable/10/contrib/openbsm/bin/auditdistd/token.l
  stable/10/contrib/openbsm/bin/auditdistd/trail.c
  stable/10/contrib/openbsm/bin/auditdistd/trail.h
  stable/10/contrib/openbsm/bin/auditdistd/unlinkat.h
  stable/10/contrib/openbsm/bin/auditfilterd/Makefile.am
  stable/10/contrib/openbsm/bin/auditfilterd/auditfilterd.8
  stable/10/contrib/openbsm/bin/auditfilterd/auditfilterd.c
  stable/10/contrib/openbsm/bin/auditfilterd/auditfilterd.h
  stable/10/contrib/openbsm/bin/auditfilterd/auditfilterd_conf.c
  stable/10/contrib/openbsm/bin/auditreduce/Makefile.am
  stable/10/contrib/openbsm/bin/auditreduce/auditreduce.1
  stable/10/contrib/openbsm/bin/auditreduce/auditreduce.c
  stable/10/contrib/openbsm/bin/auditreduce/auditreduce.h
  stable/10/contrib/openbsm/bin/praudit/Makefile.am
  stable/10/contrib/openbsm/bin/praudit/praudit.1
  stable/10/contrib/openbsm/bin/praudit/praudit.c
  stable/10/contrib/openbsm/bsm/Makefile.am
  stable/10/contrib/openbsm/bsm/audit_filter.h
  stable/10/contrib/openbsm/bsm/audit_uevents.h
  stable/10/contrib/openbsm/bsm/auditd_lib.h
  stable/10/contrib/openbsm/bsm/libbsm.h
  stable/10/contrib/openbsm/compat/clock_gettime.h
  stable/10/contrib/openbsm/compat/closefrom.h
  stable/10/contrib/openbsm/compat/compat.h
  stable/10/contrib/openbsm/compat/endian.h
  stable/10/contrib/openbsm/compat/endian_enc.h
  stable/10/contrib/openbsm/compat/flopen.h
  stable/10/contrib/openbsm/compat/pidfile.h
  stable/10/contrib/openbsm/compat/queue.h
  stable/10/contrib/openbsm/compat/strlcat.h
  stable/10/contrib/openbsm/compat/strlcpy.h
  stable/10/contrib/openbsm/config/config.h
  stable/10/contrib/openbsm/configure
  stable/10/contrib/openbsm/configure.ac
  stable/10/contrib/openbsm/etc/audit_class
  stable/10/contrib/openbsm/etc/audit_control
  stable/10/contrib/openbsm/etc/audit_event
  

svn commit: r293163 - in stable/10/sys: bsm security/audit

2016-01-04 Thread Christian Brueffer
Author: brueffer
Date: Mon Jan  4 16:51:56 2016
New Revision: 293163
URL: https://svnweb.freebsd.org/changeset/base/293163

Log:
  MFH: r292522
  
  Merge from contrib/openbsm to bring the kernel audit bits up to date with 
OpenBSM 1.2 alpha 4:
  
  - remove $P4$
  - fix a comment

Modified:
  stable/10/sys/bsm/audit.h
  stable/10/sys/bsm/audit_domain.h
  stable/10/sys/bsm/audit_errno.h
  stable/10/sys/bsm/audit_fcntl.h
  stable/10/sys/bsm/audit_internal.h
  stable/10/sys/bsm/audit_kevents.h
  stable/10/sys/bsm/audit_record.h
  stable/10/sys/bsm/audit_socket_type.h
  stable/10/sys/security/audit/bsm_domain.c
  stable/10/sys/security/audit/bsm_errno.c
  stable/10/sys/security/audit/bsm_fcntl.c
  stable/10/sys/security/audit/bsm_socket_type.c
  stable/10/sys/security/audit/bsm_token.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/bsm/audit.h
==
--- stable/10/sys/bsm/audit.h   Mon Jan  4 16:33:54 2016(r293162)
+++ stable/10/sys/bsm/audit.h   Mon Jan  4 16:51:56 2016(r293163)
@@ -26,7 +26,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit.h#10
  * $FreeBSD$
  */
 

Modified: stable/10/sys/bsm/audit_domain.h
==
--- stable/10/sys/bsm/audit_domain.hMon Jan  4 16:33:54 2016
(r293162)
+++ stable/10/sys/bsm/audit_domain.hMon Jan  4 16:51:56 2016
(r293163)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE. 
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_domain.h#2
  * $FreeBSD$
  */
 

Modified: stable/10/sys/bsm/audit_errno.h
==
--- stable/10/sys/bsm/audit_errno.h Mon Jan  4 16:33:54 2016
(r293162)
+++ stable/10/sys/bsm/audit_errno.h Mon Jan  4 16:51:56 2016
(r293163)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE. 
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_errno.h#7
  * $FreeBSD$
  */
 

Modified: stable/10/sys/bsm/audit_fcntl.h
==
--- stable/10/sys/bsm/audit_fcntl.h Mon Jan  4 16:33:54 2016
(r293162)
+++ stable/10/sys/bsm/audit_fcntl.h Mon Jan  4 16:51:56 2016
(r293163)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE. 
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_fcntl.h#2
  * $FreeBSD$
  */
 

Modified: stable/10/sys/bsm/audit_internal.h
==
--- stable/10/sys/bsm/audit_internal.h  Mon Jan  4 16:33:54 2016
(r293162)
+++ stable/10/sys/bsm/audit_internal.h  Mon Jan  4 16:51:56 2016
(r293163)
@@ -30,7 +30,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_internal.h#6
  * $FreeBSD$
  */
 

Modified: stable/10/sys/bsm/audit_kevents.h
==
--- stable/10/sys/bsm/audit_kevents.h   Mon Jan  4 16:33:54 2016
(r293162)
+++ stable/10/sys/bsm/audit_kevents.h   Mon Jan  4 16:51:56 2016
(r293163)
@@ -26,7 +26,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#7
  * $FreeBSD$
  */
 
@@ -34,7 +33,7 @@
 #define_BSM_AUDIT_KEVENTS_H_
 
 /*
- * The reserved event numbers for kernel events are 1...2047 and 43001..44900.
+ * The reserved event numbers for kernel events are 1...2047 and 43001..44999.
  */
 #defineAUE_IS_A_KEVENT(e)  (((e) > 0 && (e) < 2048) || \
 ((e) > 43000 && (e) < 45000))

Modified: stable/10/sys/bsm/audit_record.h
==
--- stable/10/sys/bsm/audit_record.hMon Jan  4 16:33:54 2016
(r293162)
+++ stable/10/sys/bsm/audit_record.hMon Jan  4 16:51:56 2016
(r293163)
@@ -26,7 +26,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_record.h#10
  * $FreeBSD$
  */
 

Modified: stable/10/sys/bsm/audit_socket_type.h

svn commit: r293170 - head/release/doc/en_US.ISO8859-1/hardware

2016-01-04 Thread Christian Brueffer
Author: brueffer
Date: Mon Jan  4 18:34:27 2016
New Revision: 293170
URL: https://svnweb.freebsd.org/changeset/base/293170

Log:
  Add rtwn(4) to the hardware list.

Modified:
  head/release/doc/en_US.ISO8859-1/hardware/article.xml

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml   Mon Jan  4 
18:32:24 2016(r293169)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml   Mon Jan  4 
18:34:27 2016(r293170)
@@ -1017,6 +1017,9 @@
 
   
 
+  Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network
+   adapters ( driver)
+
   
 
   
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292707 - in stable/10: contrib/smbfs tools/debugscripts

2015-12-24 Thread Christian Brueffer
Author: brueffer
Date: Thu Dec 24 20:15:14 2015
New Revision: 292707
URL: https://svnweb.freebsd.org/changeset/base/292707

Log:
  MFH: r292263
  
  Assorted grammar, spelling and punctuation fixes.
  
  PR:   203336, 203339
  Submitted by: esp...@rpi.edu, theme...@gmail.com

Modified:
  stable/10/contrib/smbfs/README
  stable/10/tools/debugscripts/README
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/smbfs/README
==
--- stable/10/contrib/smbfs/README  Thu Dec 24 19:09:48 2015
(r292706)
+++ stable/10/contrib/smbfs/README  Thu Dec 24 20:15:14 2015
(r292707)
@@ -15,7 +15,7 @@ It is a complete, kernel side implementa
 
Darwin  maintained in the Darwin's  tree.
 
-I'm would be very grateful for any feedback, bug reports etc.
+I would be very grateful for any feedback, bug reports etc.
 
 Supported SMB servers:
Samba
@@ -23,14 +23,14 @@ It is a complete, kernel side implementa
IBM LanManager
NetApp
 
-An updated versions of this package can be retrieved from ftp server:
+An updated version of this package can be retrieved from ftp server:
 
 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
 
-Perfomance
+Performance
 ==
 
-There is some perfomance benchmarks over 10Mbit network:
+These are some performance benchmarks over a 10Mbit network:
 
 Win95 machine as server:
 IOZONE: auto-test mode

Modified: stable/10/tools/debugscripts/README
==
--- stable/10/tools/debugscripts/README Thu Dec 24 19:09:48 2015
(r292706)
+++ stable/10/tools/debugscripts/README Thu Dec 24 20:15:14 2015
(r292707)
@@ -14,8 +14,8 @@ perform kernel debugging, you would do:
   (kgdb) 
 
 
-This directory also contains a kgdb script that given a crash dump number
-automatically extract the path to the kernel source, run gdb to extract
-information about kernel modules loaded, and then rerun gdb loading the
+This directory also contains a kgdb script that, given a crash dump number,
+automatically extracts the path to the kernel source, runs gdb to extract
+information about kernel modules loaded, and then reruns gdb loading the
 necessary symbols for the modules.  You need to make sure you build the
 modules w/ debugging symbols separately to get things to work.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292708 - in stable/9: contrib/smbfs tools/debugscripts

2015-12-24 Thread Christian Brueffer
Author: brueffer
Date: Thu Dec 24 20:19:49 2015
New Revision: 292708
URL: https://svnweb.freebsd.org/changeset/base/292708

Log:
  MFH: r292263
  
  Assorted grammar, spelling and punctuation fixes.
  
  PR:   203336, 203339
  Submitted by: esp...@rpi.edu, theme...@gmail.com

Modified:
  stable/9/contrib/smbfs/README
  stable/9/tools/debugscripts/README
Directory Properties:
  stable/9/contrib/smbfs/   (props changed)
  stable/9/tools/   (props changed)

Modified: stable/9/contrib/smbfs/README
==
--- stable/9/contrib/smbfs/README   Thu Dec 24 20:15:14 2015
(r292707)
+++ stable/9/contrib/smbfs/README   Thu Dec 24 20:19:49 2015
(r292708)
@@ -15,7 +15,7 @@ It is a complete, kernel side implementa
 
Darwin  maintained in the Darwin's  tree.
 
-I'm would be very grateful for any feedback, bug reports etc.
+I would be very grateful for any feedback, bug reports etc.
 
 Supported SMB servers:
Samba
@@ -23,14 +23,14 @@ It is a complete, kernel side implementa
IBM LanManager
NetApp
 
-An updated versions of this package can be retrieved from ftp server:
+An updated version of this package can be retrieved from ftp server:
 
 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
 
-Perfomance
+Performance
 ==
 
-There is some perfomance benchmarks over 10Mbit network:
+These are some performance benchmarks over a 10Mbit network:
 
 Win95 machine as server:
 IOZONE: auto-test mode

Modified: stable/9/tools/debugscripts/README
==
--- stable/9/tools/debugscripts/README  Thu Dec 24 20:15:14 2015
(r292707)
+++ stable/9/tools/debugscripts/README  Thu Dec 24 20:19:49 2015
(r292708)
@@ -14,8 +14,8 @@ perform kernel debugging, you would do:
   (kgdb) 
 
 
-This directory also contains a kgdb script that given a crash dump number
-automatically extract the path to the kernel source, run gdb to extract
-information about kernel modules loaded, and then rerun gdb loading the
+This directory also contains a kgdb script that, given a crash dump number,
+automatically extracts the path to the kernel source, runs gdb to extract
+information about kernel modules loaded, and then reruns gdb loading the
 necessary symbols for the modules.  You need to make sure you build the
 modules w/ debugging symbols separately to get things to work.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292534 - stable/10/usr.sbin/ctm/ctm

2015-12-21 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 21 09:34:45 2015
New Revision: 292534
URL: https://svnweb.freebsd.org/changeset/base/292534

Log:
  MFH: r292212
  
  Flesh out the SEE ALSO section.
  
  PR:   202929
  Submitted by: j...@berklix.com

Modified:
  stable/10/usr.sbin/ctm/ctm/ctm.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ctm/ctm/ctm.1
==
--- stable/10/usr.sbin/ctm/ctm/ctm.1Mon Dec 21 08:58:14 2015
(r292533)
+++ stable/10/usr.sbin/ctm/ctm/ctm.1Mon Dec 21 09:34:45 2015
(r292534)
@@ -12,7 +12,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 25, 1995
+.Dd December 14, 2015
 .Dt CTM 1
 .Os
 .Sh NAME
@@ -303,8 +303,19 @@ and
 .Fl V
 options.
 .Sh SEE ALSO
+.Xr ctm_dequeue 1 ,
 .Xr ctm_rmail 1 ,
+.Xr ctm_smail 1 ,
 .Xr ctm 5
+.Rs
+.%B "The FreeBSD Handbook"
+.%T "Using CTM"
+.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ctm.html
+.Re
+.Rs
+.%T "Miscellaneous CTM on FreeBSD Resources"
+.%U http://ctm.berklix.org
+.Re
 .Sh HISTORY
 Initial trials were run during the work on
 .Fx 1.1.5 ,
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292535 - stable/9/usr.sbin/ctm/ctm

2015-12-21 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 21 09:36:45 2015
New Revision: 292535
URL: https://svnweb.freebsd.org/changeset/base/292535

Log:
  MFH: r292212
  
  Flesh out the SEE ALSO section.
  
  PR:   202929
  Submitted by: j...@berklix.com

Modified:
  stable/9/usr.sbin/ctm/ctm/ctm.1
Directory Properties:
  stable/9/usr.sbin/ctm/ctm/   (props changed)

Modified: stable/9/usr.sbin/ctm/ctm/ctm.1
==
--- stable/9/usr.sbin/ctm/ctm/ctm.1 Mon Dec 21 09:34:45 2015
(r292534)
+++ stable/9/usr.sbin/ctm/ctm/ctm.1 Mon Dec 21 09:36:45 2015
(r292535)
@@ -12,7 +12,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 25, 1995
+.Dd December 14, 2015
 .Dt CTM 1
 .Os
 .Sh NAME
@@ -303,8 +303,19 @@ and
 .Fl V
 options.
 .Sh SEE ALSO
+.Xr ctm_dequeue 1 ,
 .Xr ctm_rmail 1 ,
+.Xr ctm_smail 1 ,
 .Xr ctm 5
+.Rs
+.%B "The FreeBSD Handbook"
+.%T "Using CTM"
+.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ctm.html
+.Re
+.Rs
+.%T "Miscellaneous CTM on FreeBSD Resources"
+.%U http://ctm.berklix.org
+.Re
 .Sh HISTORY
 Initial trials were run during the work on
 .Fx 1.1.5 ,
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292522 - in head/sys: bsm security/audit

2015-12-20 Thread Christian Brueffer
Author: brueffer
Date: Sun Dec 20 23:22:04 2015
New Revision: 292522
URL: https://svnweb.freebsd.org/changeset/base/292522

Log:
  Merge from contrib/openbsm to bring the kernel audit bits up to date with 
OpenBSM 1.2 alpha 4:
  
  - remove $P4$
  - fix a comment

Modified:
  head/sys/bsm/audit.h
  head/sys/bsm/audit_domain.h
  head/sys/bsm/audit_errno.h
  head/sys/bsm/audit_fcntl.h
  head/sys/bsm/audit_internal.h
  head/sys/bsm/audit_kevents.h
  head/sys/bsm/audit_record.h
  head/sys/bsm/audit_socket_type.h
  head/sys/security/audit/bsm_domain.c
  head/sys/security/audit/bsm_errno.c
  head/sys/security/audit/bsm_fcntl.c
  head/sys/security/audit/bsm_socket_type.c
  head/sys/security/audit/bsm_token.c

Modified: head/sys/bsm/audit.h
==
--- head/sys/bsm/audit.hSun Dec 20 23:05:20 2015(r292521)
+++ head/sys/bsm/audit.hSun Dec 20 23:22:04 2015(r292522)
@@ -26,7 +26,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit.h#10
  * $FreeBSD$
  */
 

Modified: head/sys/bsm/audit_domain.h
==
--- head/sys/bsm/audit_domain.h Sun Dec 20 23:05:20 2015(r292521)
+++ head/sys/bsm/audit_domain.h Sun Dec 20 23:22:04 2015(r292522)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE. 
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_domain.h#2
  * $FreeBSD$
  */
 

Modified: head/sys/bsm/audit_errno.h
==
--- head/sys/bsm/audit_errno.h  Sun Dec 20 23:05:20 2015(r292521)
+++ head/sys/bsm/audit_errno.h  Sun Dec 20 23:22:04 2015(r292522)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE. 
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_errno.h#7
  * $FreeBSD$
  */
 

Modified: head/sys/bsm/audit_fcntl.h
==
--- head/sys/bsm/audit_fcntl.h  Sun Dec 20 23:05:20 2015(r292521)
+++ head/sys/bsm/audit_fcntl.h  Sun Dec 20 23:22:04 2015(r292522)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE. 
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_fcntl.h#2
  * $FreeBSD$
  */
 

Modified: head/sys/bsm/audit_internal.h
==
--- head/sys/bsm/audit_internal.h   Sun Dec 20 23:05:20 2015
(r292521)
+++ head/sys/bsm/audit_internal.h   Sun Dec 20 23:22:04 2015
(r292522)
@@ -30,7 +30,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_internal.h#6
  * $FreeBSD$
  */
 

Modified: head/sys/bsm/audit_kevents.h
==
--- head/sys/bsm/audit_kevents.hSun Dec 20 23:05:20 2015
(r292521)
+++ head/sys/bsm/audit_kevents.hSun Dec 20 23:22:04 2015
(r292522)
@@ -26,7 +26,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#7
  * $FreeBSD$
  */
 
@@ -34,7 +33,7 @@
 #define_BSM_AUDIT_KEVENTS_H_
 
 /*
- * The reserved event numbers for kernel events are 1...2047 and 43001..44900.
+ * The reserved event numbers for kernel events are 1...2047 and 43001..44999.
  */
 #defineAUE_IS_A_KEVENT(e)  (((e) > 0 && (e) < 2048) || \
 ((e) > 43000 && (e) < 45000))

Modified: head/sys/bsm/audit_record.h
==
--- head/sys/bsm/audit_record.h Sun Dec 20 23:05:20 2015(r292521)
+++ head/sys/bsm/audit_record.h Sun Dec 20 23:22:04 2015(r292522)
@@ -26,7 +26,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_record.h#10
  * $FreeBSD$
  */
 

Modified: head/sys/bsm/audit_socket_type.h
==
--- head/sys/bsm/audit_socket_type.hSun Dec 20 23:05:20 2015
(r292521)
+++ head/sys/bsm/audit_socket_type.hSun Dec 20 23:22:04 2015
(r292522)
@@ -26,7 +26,6 @@
  * IN ANY WAY OUT OF THE USE OF THIS 

svn commit: r292433 - head/contrib/openbsm/config

2015-12-18 Thread Christian Brueffer
Author: brueffer
Date: Fri Dec 18 09:49:11 2015
New Revision: 292433
URL: https://svnweb.freebsd.org/changeset/base/292433

Log:
  Regenerate config.h for OpenBSM 1.2 alpha 4.
  
  MFC after:2 weeks

Modified:
  head/contrib/openbsm/config/config.h

Modified: head/contrib/openbsm/config/config.h
==
--- head/contrib/openbsm/config/config.hFri Dec 18 09:48:01 2015
(r292432)
+++ head/contrib/openbsm/config/config.hFri Dec 18 09:49:11 2015
(r292433)
@@ -229,13 +229,13 @@
 #define PACKAGE "OpenBSM"
 
 /* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "trustedbsd-au...@trustesdbsd.org"
+#define PACKAGE_BUGREPORT "trustedbsd-au...@trustedbsd.org"
 
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "OpenBSM"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenBSM 1.2-alpha3"
+#define PACKAGE_STRING "OpenBSM 1.2-alpha4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "openbsm"
@@ -244,7 +244,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2-alpha3"
+#define PACKAGE_VERSION "1.2-alpha4"
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #define RETSIGTYPE void
@@ -280,7 +280,7 @@
 #define USE_SYS_ENDIAN_H /**/
 
 /* Version number of package */
-#define VERSION "1.2-alpha3"
+#define VERSION "1.2-alpha4"
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292432 - in head/contrib/openbsm: . bin bin/audit bin/auditd bin/auditdistd bin/auditfilterd bin/auditreduce bin/praudit bsm compat etc libauditd libbsm man modules modules/auditfilter...

2015-12-18 Thread Christian Brueffer
Author: brueffer
Date: Fri Dec 18 09:48:01 2015
New Revision: 292432
URL: https://svnweb.freebsd.org/changeset/base/292432

Log:
  Merge OpenBSM 1.2 alpha 4.
  
  MFC after:2 weeks
  Relnotes: yes

Added:
  head/contrib/openbsm/.travis.yml
 - copied unchanged from r292016, vendor/openbsm/dist/.travis.yml
  head/contrib/openbsm/libbsm/au_notify.3
 - copied unchanged from r292016, vendor/openbsm/dist/libbsm/au_notify.3
Modified:
  head/contrib/openbsm/INSTALL
  head/contrib/openbsm/LICENSE
  head/contrib/openbsm/Makefile.am
  head/contrib/openbsm/Makefile.in
  head/contrib/openbsm/NEWS
  head/contrib/openbsm/README
  head/contrib/openbsm/TODO
  head/contrib/openbsm/VERSION
  head/contrib/openbsm/autogen.sh
  head/contrib/openbsm/bin/Makefile.am
  head/contrib/openbsm/bin/audit/Makefile.am
  head/contrib/openbsm/bin/audit/audit.8
  head/contrib/openbsm/bin/audit/audit.c
  head/contrib/openbsm/bin/auditd/Makefile.am
  head/contrib/openbsm/bin/auditd/audit_triggers.defs
  head/contrib/openbsm/bin/auditd/audit_warn.c
  head/contrib/openbsm/bin/auditd/auditd.8
  head/contrib/openbsm/bin/auditd/auditd.c
  head/contrib/openbsm/bin/auditd/auditd.h
  head/contrib/openbsm/bin/auditd/auditd_control.defs
  head/contrib/openbsm/bin/auditd/auditd_darwin.c
  head/contrib/openbsm/bin/auditd/auditd_fbsd.c
  head/contrib/openbsm/bin/auditdistd/Makefile.am
  head/contrib/openbsm/bin/auditdistd/auditdistd.8
  head/contrib/openbsm/bin/auditdistd/auditdistd.c
  head/contrib/openbsm/bin/auditdistd/auditdistd.conf.5
  head/contrib/openbsm/bin/auditdistd/auditdistd.h
  head/contrib/openbsm/bin/auditdistd/faccessat.h
  head/contrib/openbsm/bin/auditdistd/fstatat.h
  head/contrib/openbsm/bin/auditdistd/openat.h
  head/contrib/openbsm/bin/auditdistd/parse.y
  head/contrib/openbsm/bin/auditdistd/pjdlog.c
  head/contrib/openbsm/bin/auditdistd/pjdlog.h
  head/contrib/openbsm/bin/auditdistd/proto.c
  head/contrib/openbsm/bin/auditdistd/proto.h
  head/contrib/openbsm/bin/auditdistd/proto_common.c
  head/contrib/openbsm/bin/auditdistd/proto_impl.h
  head/contrib/openbsm/bin/auditdistd/proto_socketpair.c
  head/contrib/openbsm/bin/auditdistd/proto_tcp.c
  head/contrib/openbsm/bin/auditdistd/proto_tls.c
  head/contrib/openbsm/bin/auditdistd/proto_uds.c
  head/contrib/openbsm/bin/auditdistd/receiver.c
  head/contrib/openbsm/bin/auditdistd/renameat.h
  head/contrib/openbsm/bin/auditdistd/sandbox.c
  head/contrib/openbsm/bin/auditdistd/sandbox.h
  head/contrib/openbsm/bin/auditdistd/sender.c
  head/contrib/openbsm/bin/auditdistd/sigtimedwait.h
  head/contrib/openbsm/bin/auditdistd/strndup.h
  head/contrib/openbsm/bin/auditdistd/subr.c
  head/contrib/openbsm/bin/auditdistd/subr.h
  head/contrib/openbsm/bin/auditdistd/synch.h
  head/contrib/openbsm/bin/auditdistd/token.l
  head/contrib/openbsm/bin/auditdistd/trail.c
  head/contrib/openbsm/bin/auditdistd/trail.h
  head/contrib/openbsm/bin/auditdistd/unlinkat.h
  head/contrib/openbsm/bin/auditfilterd/Makefile.am
  head/contrib/openbsm/bin/auditfilterd/auditfilterd.8
  head/contrib/openbsm/bin/auditfilterd/auditfilterd.c
  head/contrib/openbsm/bin/auditfilterd/auditfilterd.h
  head/contrib/openbsm/bin/auditfilterd/auditfilterd_conf.c
  head/contrib/openbsm/bin/auditreduce/Makefile.am
  head/contrib/openbsm/bin/auditreduce/auditreduce.1
  head/contrib/openbsm/bin/auditreduce/auditreduce.c
  head/contrib/openbsm/bin/auditreduce/auditreduce.h
  head/contrib/openbsm/bin/praudit/Makefile.am
  head/contrib/openbsm/bin/praudit/praudit.1
  head/contrib/openbsm/bin/praudit/praudit.c
  head/contrib/openbsm/bsm/Makefile.am
  head/contrib/openbsm/bsm/audit_filter.h
  head/contrib/openbsm/bsm/audit_uevents.h
  head/contrib/openbsm/bsm/auditd_lib.h
  head/contrib/openbsm/bsm/libbsm.h
  head/contrib/openbsm/compat/clock_gettime.h
  head/contrib/openbsm/compat/closefrom.h
  head/contrib/openbsm/compat/compat.h
  head/contrib/openbsm/compat/endian.h
  head/contrib/openbsm/compat/endian_enc.h
  head/contrib/openbsm/compat/flopen.h
  head/contrib/openbsm/compat/pidfile.h
  head/contrib/openbsm/compat/queue.h
  head/contrib/openbsm/compat/strlcat.h
  head/contrib/openbsm/compat/strlcpy.h
  head/contrib/openbsm/configure
  head/contrib/openbsm/configure.ac
  head/contrib/openbsm/etc/audit_class
  head/contrib/openbsm/etc/audit_control
  head/contrib/openbsm/etc/audit_event
  head/contrib/openbsm/etc/audit_filter
  head/contrib/openbsm/etc/audit_user
  head/contrib/openbsm/etc/audit_warn
  head/contrib/openbsm/libauditd/Makefile.am
  head/contrib/openbsm/libauditd/auditd_lib.c
  head/contrib/openbsm/libauditd/libauditd.3
  head/contrib/openbsm/libbsm/Makefile.am
  head/contrib/openbsm/libbsm/Makefile.in
  head/contrib/openbsm/libbsm/au_class.3
  head/contrib/openbsm/libbsm/au_control.3
  head/contrib/openbsm/libbsm/au_domain.3
  head/contrib/openbsm/libbsm/au_errno.3
  head/contrib/openbsm/libbsm/au_event.3
  head/contrib/openbsm/libbsm/au_fcntl_cmd.3
  head/contrib/openbsm/libbsm/au_free_token.3
  

svn commit: r292434 - head/lib/libbsm

2015-12-18 Thread Christian Brueffer
Author: brueffer
Date: Fri Dec 18 09:50:24 2015
New Revision: 292434
URL: https://svnweb.freebsd.org/changeset/base/292434

Log:
  Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).
  
  MFC after:2 weeks

Modified:
  head/lib/libbsm/Makefile

Modified: head/lib/libbsm/Makefile
==
--- head/lib/libbsm/MakefileFri Dec 18 09:49:11 2015(r292433)
+++ head/lib/libbsm/MakefileFri Dec 18 09:50:24 2015(r292434)
@@ -48,6 +48,7 @@ MAN=  libbsm.3
\
au_free_token.3 \
au_io.3 \
au_mask.3   \
+   au_notify.3 \
au_open.3   \
au_socket_type.3\
au_token.3  \
@@ -112,6 +113,9 @@ MLINKS= libbsm.3 bsm.3  
\
au_mask.3 au_preselect.3\
au_mask.3 getauditflagsbin.3\
au_mask.3 getauditflagschar.3   \
+   au_notify.3 au_get_state.3  \
+   au_notify.3 au_notify_initialize.3  \
+   au_notify.3 au_notify_terminate.3   \
au_open.3 au_close.3\
au_open.3 au_close_buffer.3 \
au_open.3 au_close_token.3  \
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292399 - head/usr.bin/calendar/calendars

2015-12-17 Thread Christian Brueffer
Author: brueffer
Date: Thu Dec 17 10:37:11 2015
New Revision: 292399
URL: https://svnweb.freebsd.org/changeset/base/292399

Log:
  RIP Juergen Lock (n...@freebsd.org), you and your contributions won't be 
forgotten.

Modified:
  head/usr.bin/calendar/calendars/calendar.freebsd

Modified: head/usr.bin/calendar/calendars/calendar.freebsd
==
--- head/usr.bin/calendar/calendars/calendar.freebsdThu Dec 17 07:01:45 
2015(r292398)
+++ head/usr.bin/calendar/calendars/calendar.freebsdThu Dec 17 10:37:11 
2015(r292399)
@@ -260,6 +260,7 @@
 08/06  Damjan Marion  born in Rijeka, Croatia, 1978
 08/07  Jonathan Mini  born in San Mateo, California, United 
States, 1979
 08/08  Mikolaj Golub  born in Kharkov, USSR, 1977
+08/08  Juergen Lock  died in Bremen, Germany, 2015
 08/09  Stefan Farfeleder  died in Wien, Austria, 2015
 08/10  Julio Merino  born in Barcelona, Spain, 1984
 08/10  Peter Pentchev  born in Sofia, Bulgaria, 1977
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292335 - stable/10/share/man/man4

2015-12-16 Thread Christian Brueffer
Author: brueffer
Date: Wed Dec 16 14:22:00 2015
New Revision: 292335
URL: https://svnweb.freebsd.org/changeset/base/292335

Log:
  MFH: r291766
  
  ARC-1203 is supported since the latest driver update.

Modified:
  stable/10/share/man/man4/arcmsr.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/arcmsr.4
==
--- stable/10/share/man/man4/arcmsr.4   Wed Dec 16 10:55:19 2015
(r292334)
+++ stable/10/share/man/man4/arcmsr.4   Wed Dec 16 14:22:00 2015
(r292335)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 18, 2013
+.Dd December 4, 2015
 .Dt ARCMSR 4
 .Os
 .Sh NAME
@@ -94,6 +94,8 @@ ARC-1200
 .It
 ARC-1201
 .It
+ARC-1203
+.It
 ARC-1210
 .It
 ARC-1212
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292256 - head/lib/lib80211

2015-12-15 Thread Christian Brueffer
Author: brueffer
Date: Tue Dec 15 10:24:48 2015
New Revision: 292256
URL: https://svnweb.freebsd.org/changeset/base/292256

Log:
  Minor spelling, mdoc and style cleanup.

Modified:
  head/lib/lib80211/lib80211.3

Modified: head/lib/lib80211/lib80211.3
==
--- head/lib/lib80211/lib80211.3Tue Dec 15 10:07:03 2015
(r292255)
+++ head/lib/lib80211/lib80211.3Tue Dec 15 10:24:48 2015
(r292256)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 24, 2015
+.Dd December 15, 2015
 .Dt 80211 3
 .Os
 .Sh NAME
@@ -87,14 +87,14 @@ The
 .Fn lib80211_regdomain_findbysku
 and
 .Fn lib80211_regdomain_findbyname
-functions lookup a regulatory domain entry by SKU enum and SKU name
+functions look up a regulatory domain entry by SKU enum and SKU name
 respectively.
 .Pp
 The
 .Fn lib80211_country_findbycc
 and
 .Fn lib80211_country_findbyname
-functions lookup a country information entry by ISO country enum and
+functions look up a country information entry by ISO country enum and
 ISO country code string respectively.
 .Sh RETURN VALUES
 The
@@ -104,11 +104,12 @@ The
 .Fn lib80211_regdomain_findbyname ,
 .Fn lib80211_country_findbycc ,
 .Fn lib80211_country_findbyname
-return NULL upon error.
-
+return
+.Dv NULL
+upon error.
 .Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr net80211 4
+.Xr net80211 4 ,
+.Xr ifconfig 8
 .Sh HISTORY
 The
 .Nm lib80211
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292257 - head/contrib/mdocml

2015-12-15 Thread Christian Brueffer
Author: brueffer
Date: Tue Dec 15 10:26:47 2015
New Revision: 292257
URL: https://svnweb.freebsd.org/changeset/base/292257

Log:
  Add entry for lib80211; fix a typo in libsysdecode.

Modified:
  head/contrib/mdocml/lib.in

Modified: head/contrib/mdocml/lib.in
==
--- head/contrib/mdocml/lib.in  Tue Dec 15 10:24:48 2015(r292256)
+++ head/contrib/mdocml/lib.in  Tue Dec 15 10:26:47 2015(r292257)
@@ -24,6 +24,7 @@
  * Be sure to escape strings.
  */
 
+LINE("lib80211",   "802.11 Wireless Network Management Library (lib80211, 
\\-l80211)")
 LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)")
 LINE("libarm", "ARM Architecture Library (libarm, \\-larm)")
 LINE("libarm32",   "ARM32 Architecture Library (libarm32, \\-larm32)")
@@ -110,7 +111,7 @@ LINE("libsdp",  "Bluetooth Service Disco
 LINE("libssp", "Buffer Overflow Protection Library (libssp, \\-lssp)")
 LINE("libstdthreads",  "C11 Threads Library (libstdthreads, \\-lstdthreads)")
 LINE("libSystem",  "System Library (libSystem, \\-lSystem)")
-LINE("libsysdcode","System Argument Decoding Library (libsysdecode, 
\\-lsysdecode)")
+LINE("libsysdecode",   "System Argument Decoding Library (libsysdecode, 
\\-lsysdecode)")
 LINE("libtacplus", "TACACS+ Client Library (libtacplus, \\-ltacplus)")
 LINE("libtcplay",  "TrueCrypt-compatible API library (libtcplay, 
\\-ltcplay)")
 LINE("libtermcap", "Termcap Access Library (libtermcap, \\-ltermcap)")
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r292236 - in head: contrib/mdocml lib lib/libc/sys lib/libsysdecode share/mk usr.bin/kdump usr.bin/truss

2015-12-15 Thread Christian Brueffer
On 2015-12-15 10:56, Roman Divacky wrote:
> On Tue, Dec 15, 2015 at 12:05:07AM +, John Baldwin wrote:
>> Author: jhb
>> Date: Tue Dec 15 00:05:07 2015
>> New Revision: 292236
>> URL: https://svnweb.freebsd.org/changeset/base/292236
>>
>> Log:
>>   Start on a new library (libsysdecode) that provides routines for decoding
>>   system call information such as system call arguments.  Initially this
>>   will consist of pulling duplicated code out of truss and kdump though it
>>   may prove useful for other utilities in the future.
>>   
>>   This commit moves the shared utrace(2) record parser out of kdump into
>>   the library and updates kdump and truss to use it.  One difference from
>>   the previous version is that the library version treats unknown events
>>   that start with the "RTLD" signature as unknown events.  This simplifies
>>   the interface and allows the consumer to decide how to handle all
>>   non-recognized events.  Instead, this function only generates a string
>>   description for known malloc() and RTLD records.
>>   
>>   Reviewed by:   bdrewery
>>   Differential Revision: https://reviews.freebsd.org/D4537
>>
>> Added:
>>   head/lib/libsysdecode/
>>   head/lib/libsysdecode/Makefile   (contents, props changed)
>>   head/lib/libsysdecode/sysdecode.3   (contents, props changed)
>>   head/lib/libsysdecode/sysdecode.h   (contents, props changed)
>>   head/lib/libsysdecode/sysdecode_utrace.3   (contents, props changed)
>>   head/lib/libsysdecode/utrace.c
>>  - copied, changed from r292235, head/usr.bin/kdump/utrace.c
>> Deleted:
>>   head/usr.bin/kdump/utrace.c
>> Modified:
>>   head/contrib/mdocml/lib.in
>>   head/lib/Makefile
>>   head/lib/libc/sys/utrace.2
>>   head/share/mk/bsd.libnames.mk
>>   head/share/mk/src.libnames.mk
>>   head/usr.bin/kdump/Makefile
>>   head/usr.bin/kdump/Makefile.depend
>>   head/usr.bin/kdump/kdump.c
>>   head/usr.bin/truss/Makefile
>>   head/usr.bin/truss/Makefile.depend.amd64
>>   head/usr.bin/truss/syscalls.c
>>
>> Modified: head/contrib/mdocml/lib.in
>> ==
>> --- head/contrib/mdocml/lib.in   Mon Dec 14 23:25:31 2015
>> (r292235)
>> +++ head/contrib/mdocml/lib.in   Tue Dec 15 00:05:07 2015
>> (r292236)
>> @@ -110,6 +110,7 @@ LINE("libsdp",   "Bluetooth Service Disco
>>  LINE("libssp",  "Buffer Overflow Protection Library (libssp, 
>> \\-lssp)")
>>  LINE("libstdthreads",   "C11 Threads Library (libstdthreads, 
>> \\-lstdthreads)")
>>  LINE("libSystem",   "System Library (libSystem, \\-lSystem)")
>> +LINE("libsysdcode", "System Argument Decoding Library (libsysdecode, 
>> \\-lsysdecode)")
> 
> Is this a typo?
> 

It is; fixed in r292257.

Good spotting!

Chris
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292265 - head/share/man/man4

2015-12-15 Thread Christian Brueffer
Author: brueffer
Date: Tue Dec 15 13:29:05 2015
New Revision: 292265
URL: https://svnweb.freebsd.org/changeset/base/292265

Log:
  Fix example code rendering, \n needs escaping to show up.
  
  PR:   203536
  Submitted by: Fabian Keil

Modified:
  head/share/man/man4/dtrace_io.4
  head/share/man/man4/dtrace_ip.4
  head/share/man/man4/dtrace_tcp.4
  head/share/man/man4/dtrace_udp.4

Modified: head/share/man/man4/dtrace_io.4
==
--- head/share/man/man4/dtrace_io.4 Tue Dec 15 13:17:40 2015
(r292264)
+++ head/share/man/man4/dtrace_io.4 Tue Dec 15 13:29:05 2015
(r292265)
@@ -91,8 +91,8 @@ io:::start
 
 END
 {
-printf("%10s %20s %10s %15s\n", "DEVICE", "APP", "PID", "BYTES");
-printa("%10s %20s %10d %15@d\n", @);
+printf("%10s %20s %10s %15s\\n", "DEVICE", "APP", "PID", "BYTES");
+printa("%10s %20s %10d %15@d\\n", @);
 }
 .Ed
 .Sh COMPATIBILITY

Modified: head/share/man/man4/dtrace_ip.4
==
--- head/share/man/man4/dtrace_ip.4 Tue Dec 15 13:17:40 2015
(r292264)
+++ head/share/man/man4/dtrace_ip.4 Tue Dec 15 13:29:05 2015
(r292265)
@@ -239,7 +239,7 @@ by the kernel:
 
 dtrace:::BEGIN
 {
-printf(" %10s %30s%-30s %8s %6s\n", "DELTA(us)", "SOURCE",
+printf(" %10s %30s%-30s %8s %6s\\n", "DELTA(us)", "SOURCE",
 "DEST", "INT", "BYTES");
 last = timestamp;
 }
@@ -247,7 +247,7 @@ dtrace:::BEGIN
 ip:::send
 {
 this->elapsed = (timestamp - last) / 1000;
-printf(" %10d %30s -> %-30s %8s %6d\n", this->elapsed,
+printf(" %10d %30s -> %-30s %8s %6d\\n", this->elapsed,
 args[2]->ip_saddr, args[2]->ip_daddr, args[3]->if_name,
 args[2]->ip_plength);
 last = timestamp;
@@ -256,7 +256,7 @@ ip:::send
 ip:::receive
 {
 this->elapsed = (timestamp - last) / 1000;
-printf(" %10d %30s <- %-30s %8s %6d\n", this->elapsed,
+printf(" %10d %30s <- %-30s %8s %6d\\n", this->elapsed,
 args[2]->ip_daddr, args[2]->ip_saddr, args[3]->if_name,
 args[2]->ip_plength);
 last = timestamp;

Modified: head/share/man/man4/dtrace_tcp.4
==
--- head/share/man/man4/dtrace_tcp.4Tue Dec 15 13:17:40 2015
(r292264)
+++ head/share/man/man4/dtrace_tcp.4Tue Dec 15 13:29:05 2015
(r292265)
@@ -300,7 +300,7 @@ The following script logs TCP segments i
 
 dtrace:::BEGIN
 {
-printf(" %3s %15s:%-5s  %15s:%-5s %6s  %s\n", "CPU",
+printf(" %3s %15s:%-5s  %15s:%-5s %6s  %s\\n", "CPU",
 "LADDR", "LPORT", "RADDR", "RPORT", "BYTES", "FLAGS");
 }
 
@@ -317,7 +317,7 @@ tcp:::send
 printf("%s", args[4]->tcp_flags & TH_ACK ? "ACK|" : "");
 printf("%s", args[4]->tcp_flags & TH_URG ? "URG|" : "");
 printf("%s", args[4]->tcp_flags == 0 ? "null " : "");
-printf("\b)\n");
+printf("\b)\\n");
 }
 
 tcp:::receive
@@ -333,7 +333,7 @@ tcp:::receive
 printf("%s", args[4]->tcp_flags & TH_ACK ? "ACK|" : "");
 printf("%s", args[4]->tcp_flags & TH_URG ? "URG|" : "");
 printf("%s", args[4]->tcp_flags == 0 ? "null " : "");
-printf("\b)\n");
+printf("\b)\\n");
 }
 .Ed
 The following script logs TCP connection state changes as they occur:
@@ -345,14 +345,14 @@ int last[int];
 
 dtrace:::BEGIN
 {
-printf("   %12s %-20s%-20s %s\n",
+printf("   %12s %-20s%-20s %s\\n",
 "DELTA(us)", "OLD", "NEW", "TIMESTAMP");
 }
 
 tcp:::state-change
 {
 this->elapsed = (timestamp - last[args[1]->cs_cid]) / 1000;
-printf("   %12d %-20s -> %-20s %d\n", this->elapsed,
+printf("   %12d %-20s -> %-20s %d\\n", this->elapsed,
 tcp_state_string[args[5]->tcps_state],
 tcp_state_string[args[3]->tcps_state], timestamp);
 last[args[1]->cs_cid] = timestamp;
@@ -361,7 +361,7 @@ tcp:::state-change
 tcp:::state-change
 /last[args[1]->cs_cid] == 0/
 {
-printf("   %12s %-20s -> %-20s %d\n", "-",
+printf("   %12s %-20s -> %-20s %d\\n", "-",
 tcp_state_string[args[5]->tcps_state],
 tcp_state_string[args[3]->tcps_state], timestamp);
 last[args[1]->cs_cid] = timestamp;

Modified: head/share/man/man4/dtrace_udp.4
==
--- head/share/man/man4/dtrace_udp.4Tue Dec 15 13:17:40 2015
(r292264)
+++ head/share/man/man4/dtrace_udp.4Tue Dec 15 13:29:05 2015
(r292265)
@@ -151,7 +151,7 @@ by the kernel:
 
 dtrace:::BEGIN
 {
-printf(" %10s %36s%-36s %6s\n", "DELTA(us)", "SOURCE",
+printf(" %10s %36s%-36s %6s\\n", "DELTA(us)", "SOURCE",
 "DEST", "BYTES");
 last = timestamp;
 }
@@ 

svn commit: r292263 - in head: contrib/smbfs tools/debugscripts

2015-12-15 Thread Christian Brueffer
Author: brueffer
Date: Tue Dec 15 13:04:44 2015
New Revision: 292263
URL: https://svnweb.freebsd.org/changeset/base/292263

Log:
  Assorted grammar, spelling and punctuation fixes.
  
  PR:   203336, 203339
  Submitted by: esp...@rpi.edu, theme...@gmail.com
  MFC after:1 week

Modified:
  head/contrib/smbfs/README
  head/tools/debugscripts/README

Modified: head/contrib/smbfs/README
==
--- head/contrib/smbfs/README   Tue Dec 15 13:01:14 2015(r292262)
+++ head/contrib/smbfs/README   Tue Dec 15 13:04:44 2015(r292263)
@@ -15,7 +15,7 @@ It is a complete, kernel side implementa
 
Darwin  maintained in the Darwin's  tree.
 
-I'm would be very grateful for any feedback, bug reports etc.
+I would be very grateful for any feedback, bug reports etc.
 
 Supported SMB servers:
Samba
@@ -23,14 +23,14 @@ It is a complete, kernel side implementa
IBM LanManager
NetApp
 
-An updated versions of this package can be retrieved from ftp server:
+An updated version of this package can be retrieved from ftp server:
 
 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
 
-Perfomance
+Performance
 ==
 
-There is some perfomance benchmarks over 10Mbit network:
+These are some performance benchmarks over a 10Mbit network:
 
 Win95 machine as server:
 IOZONE: auto-test mode

Modified: head/tools/debugscripts/README
==
--- head/tools/debugscripts/README  Tue Dec 15 13:01:14 2015
(r292262)
+++ head/tools/debugscripts/README  Tue Dec 15 13:04:44 2015
(r292263)
@@ -14,8 +14,8 @@ perform kernel debugging, you would do:
   (kgdb) 
 
 
-This directory also contains a kgdb script that given a crash dump number
-automatically extract the path to the kernel source, run gdb to extract
-information about kernel modules loaded, and then rerun gdb loading the
+This directory also contains a kgdb script that, given a crash dump number,
+automatically extracts the path to the kernel source, runs gdb to extract
+information about kernel modules loaded, and then reruns gdb loading the
 necessary symbols for the modules.  You need to make sure you build the
 modules w/ debugging symbols separately to get things to work.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292201 - stable/10/share/man/man9

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 11:38:43 2015
New Revision: 292201
URL: https://svnweb.freebsd.org/changeset/base/292201

Log:
  MFH: r291957
  
  Fix a comment typo in the code example.
  
  PR:   203497
  Submitted by: ch...@triularity.org

Modified:
  stable/10/share/man/man9/g_bio.9
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/g_bio.9
==
--- stable/10/share/man/man9/g_bio.9Mon Dec 14 11:36:01 2015
(r292200)
+++ stable/10/share/man/man9/g_bio.9Mon Dec 14 11:38:43 2015
(r292201)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2006
+.Dd December 7, 2015
 .Dt G_BIO 9
 .Os
 .Sh NAME
@@ -253,7 +253,7 @@ example_start(struct bio *bp)
/* Ok, schedule it down. */
/*
 * The consumer can be obtained from
-* LIST_FIRST(>bio_to->geom->consumers) as well,
+* LIST_FIRST(>bio_to->geom->consumer) as well,
 * if there is only one in our geom.
 */
g_io_request(cbp, sc->ex_consumer);
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292204 - head/share/man/man4

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 12:37:06 2015
New Revision: 292204
URL: https://svnweb.freebsd.org/changeset/base/292204

Log:
  Non-exhaustive mdoc/spelling/style cleanup.
  
  PR:   202716, 204301 (both spelling)
  Submitted by: Richard Farr, madpilot

Modified:
  head/share/man/man4/netmap.4

Modified: head/share/man/man4/netmap.4
==
--- head/share/man/man4/netmap.4Mon Dec 14 12:36:10 2015
(r292203)
+++ head/share/man/man4/netmap.4Mon Dec 14 12:37:06 2015
(r292204)
@@ -27,16 +27,16 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 13, 2014
+.Dd December 14, 2015
 .Dt NETMAP 4
 .Os
 .Sh NAME
 .Nm netmap
 .Nd a framework for fast packet I/O
-.br
+.Pp
 .Nm VALE
 .Nd a fast VirtuAl Local Ethernet using the netmap API
-.br
+.Pp
 .Nm netmap pipes
 .Nd a shared memory packet transport channel
 .Sh SYNOPSIS
@@ -45,8 +45,9 @@
 .Nm
 is a framework for extremely fast and efficient packet I/O
 for both userspace and kernel clients.
-It runs on FreeBSD and Linux,
-and includes
+It runs on
+.Fx
+and Linux, and includes
 .Nm VALE ,
 a very fast and modular in-kernel software switch/dataplane,
 and
@@ -54,7 +55,8 @@ and
 a shared memory packet transport channel.
 All these are accessed interchangeably with the same API.
 .Pp
-.Nm , VALE
+.Nm ,
+.Nm VALE
 and
 .Nm netmap pipes
 are at least one order of magnitude faster than
@@ -78,13 +80,14 @@ providing high speed packet I/O between 
 virtual machines, NICs and the host stack.
 .Pp
 .Nm
-suports both non-blocking I/O through
-.Xr ioctls() ,
+supports both non-blocking I/O through
+.Xr ioctl 2 ,
 synchronization and blocking I/O through a file descriptor
 and standard OS mechanisms such as
 .Xr select 2 ,
 .Xr poll 2 ,
 .Xr epoll 2 ,
+and
 .Xr kqueue 2 .
 .Nm VALE
 and
@@ -131,7 +134,7 @@ All NICs operating in
 .Nm
 mode use the same memory region,
 accessible to all processes who own
-.Nm /dev/netmap
+.Pa /dev/netmap
 file descriptors bound to NICs.
 Independent
 .Nm VALE
@@ -184,7 +187,7 @@ and the number, size and location of all
 data structures, which can be accessed by mmapping the memory
 .Dl char *mem = mmap(0, arg.nr_memsize, fd);
 .Pp
-Non blocking I/O is done with special
+Non-blocking I/O is done with special
 .Xr ioctl 2
 .Xr select 2
 and
@@ -210,10 +213,11 @@ and returns the NIC to normal mode (reco
 to the host stack), or destroys the virtual port.
 .Sh DATA STRUCTURES
 The data structures in the mmapped memory region are detailed in
-.Xr sys/net/netmap.h ,
+.In sys/net/netmap.h ,
 which is the ultimate reference for the
 .Nm
-API. The main structures and fields are indicated below:
+API.
+The main structures and fields are indicated below:
 .Bl -tag -width XXX
 .It Dv struct netmap_if (one per interface)
 .Bd -literal
@@ -242,7 +246,9 @@ to be used as temporary storage for pack
 contains the index of the first of these free rings,
 which are connected in a list (the first uint32_t of each
 buffer being the index of the next buffer in the list).
-A 0 indicates the end of the list.
+A
+.Dv 0
+indicates the end of the list.
 .It Dv struct netmap_ring (one per ring)
 .Bd -literal
 struct netmap_ring {
@@ -262,8 +268,8 @@ struct netmap_ring {
 .Ed
 .Pp
 Implements transmit and receive rings, with read/write
-pointers, metadata and and an array of
-.Pa slots
+pointers, metadata and an array of
+.Em slots
 describing the buffers.
 .It Dv struct netmap_slot (one per buffer)
 .Bd -literal
@@ -286,10 +292,11 @@ The offset of the
 in the mmapped region is indicated by the
 .Pa nr_offset
 field in the structure returned by
-.Pa NIOCREGIF .
+.Dv NIOCREGIF .
 From there, all other objects are reachable through
 relative references (offsets or indexes).
-Macros and functions in 
+Macros and functions in
+.In net/netmap_user.h
 help converting them into actual pointers:
 .Pp
 .Dl struct netmap_if  *nifp = NETMAP_IF(mem, arg.nr_offset);
@@ -322,7 +329,9 @@ passes
 .Va tail
 is the first slot reserved to the kernel.
 .Pp
-Slot indexes MUST only move forward;
+Slot indexes
+.Em must
+only move forward;
 for convenience, the function
 .Dl nm_ring_next(ring, index)
 returns the next index modulo the ring size.
@@ -385,7 +394,10 @@ Below is an example of the evolution of 
  TX  [..aaa]
 .Ed
 .Pp
-select() and poll() wlll block if there is no space in the ring, i.e.
+.Fn select
+and
+.Fn poll
+will block if there is no space in the ring, i.e.
 .Dl ring->cur == ring->tail
 and return when new slots have become available.
 .Pp
@@ -448,7 +460,10 @@ One packet is fully contained in a singl
 The following flags affect slot and buffer processing:
 .Bl -tag -width XXX
 .It NS_BUF_CHANGED
-it MUST be used when the buf_idx in the slot is changed.
+.Em must
+be used when the
+.Va buf_idx
+in the slot is changed.
 This can be used to implement
 zero-copy forwarding, see
 .Sx ZERO-COPY FORWARDING .
@@ -457,19 +472,20 @@ reports when this buffer has 

svn commit: r292202 - stable/9/share/man/man9

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 11:39:46 2015
New Revision: 292202
URL: https://svnweb.freebsd.org/changeset/base/292202

Log:
  MFH: r291957
  
  Fix a comment typo in the code example.
  
  PR:   203497
  Submitted by: ch...@triularity.org

Modified:
  stable/9/share/man/man9/g_bio.9
Directory Properties:
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/g_bio.9
==
--- stable/9/share/man/man9/g_bio.9 Mon Dec 14 11:38:43 2015
(r292201)
+++ stable/9/share/man/man9/g_bio.9 Mon Dec 14 11:39:46 2015
(r292202)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2006
+.Dd December 7, 2015
 .Dt G_BIO 9
 .Os
 .Sh NAME
@@ -253,7 +253,7 @@ example_start(struct bio *bp)
/* Ok, schedule it down. */
/*
 * The consumer can be obtained from
-* LIST_FIRST(>bio_to->geom->consumers) as well,
+* LIST_FIRST(>bio_to->geom->consumer) as well,
 * if there is only one in our geom.
 */
g_io_request(cbp, sc->ex_consumer);
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292199 - stable/10/share/man/man9

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 11:34:00 2015
New Revision: 292199
URL: https://svnweb.freebsd.org/changeset/base/292199

Log:
  MFH: r291954
  
  Add an MLINK for m_collapse.
  
  PR:   204205
  Submitted by: avos

Modified:
  stable/10/share/man/man9/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/Makefile
==
--- stable/10/share/man/man9/Makefile   Mon Dec 14 11:28:16 2015
(r292198)
+++ stable/10/share/man/man9/Makefile   Mon Dec 14 11:34:00 2015
(r292199)
@@ -889,6 +889,7 @@ MLINKS+=\
mbuf.9 m_cat.9 \
mbuf.9 MCHTYPE.9 \
mbuf.9 MCLGET.9 \
+   mbuf.9 m_collapse.9 \
mbuf.9 m_copyback.9 \
mbuf.9 m_copydata.9 \
mbuf.9 m_copym.9 \
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292212 - head/usr.sbin/ctm/ctm

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 15:44:34 2015
New Revision: 292212
URL: https://svnweb.freebsd.org/changeset/base/292212

Log:
  Flesh out the SEE ALSO section.
  
  PR:   202929
  Submitted by: j...@berklix.com
  MFC after:1 week

Modified:
  head/usr.sbin/ctm/ctm/ctm.1

Modified: head/usr.sbin/ctm/ctm/ctm.1
==
--- head/usr.sbin/ctm/ctm/ctm.1 Mon Dec 14 14:44:23 2015(r292211)
+++ head/usr.sbin/ctm/ctm/ctm.1 Mon Dec 14 15:44:34 2015(r292212)
@@ -12,7 +12,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 25, 1995
+.Dd December 14, 2015
 .Dt CTM 1
 .Os
 .Sh NAME
@@ -303,8 +303,19 @@ and
 .Fl V
 options.
 .Sh SEE ALSO
+.Xr ctm_dequeue 1 ,
 .Xr ctm_rmail 1 ,
+.Xr ctm_smail 1 ,
 .Xr ctm 5
+.Rs
+.%B "The FreeBSD Handbook"
+.%T "Using CTM"
+.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ctm.html
+.Re
+.Rs
+.%T "Miscellaneous CTM on FreeBSD Resources"
+.%U http://ctm.berklix.org
+.Re
 .Sh HISTORY
 Initial trials were run during the work on
 .Fx 1.1.5 ,
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292209 - stable/8/sys/security/audit

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 13:38:05 2015
New Revision: 292209
URL: https://svnweb.freebsd.org/changeset/base/292209

Log:
  MFH: r207615 by csjp
  
  Add a case to make sure that internal audit records get converted
  to BSM format for lpathconf(2) events.
  
  PR:   157946

Modified:
  stable/8/sys/security/audit/audit_bsm.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/security/   (props changed)

Modified: stable/8/sys/security/audit/audit_bsm.c
==
--- stable/8/sys/security/audit/audit_bsm.c Mon Dec 14 13:26:22 2015
(r292208)
+++ stable/8/sys/security/audit/audit_bsm.c Mon Dec 14 13:38:05 2015
(r292209)
@@ -740,6 +740,7 @@ kaudit_to_bsm(struct kaudit_record *kar,
case AUE_LUTIMES:
case AUE_NFS_GETFH:
case AUE_LSTAT:
+   case AUE_LPATHCONF:
case AUE_PATHCONF:
case AUE_READLINK:
case AUE_REVOKE:
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292205 - head/share/man/man4

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 13:01:36 2015
New Revision: 292205
URL: https://svnweb.freebsd.org/changeset/base/292205

Log:
  Clean up issues reported by mandoc -Tlint

Modified:
  head/share/man/man4/blackhole.4
  head/share/man/man4/ioat.4
  head/share/man/man4/mlx5en.4
  head/share/man/man4/pass.4

Modified: head/share/man/man4/blackhole.4
==
--- head/share/man/man4/blackhole.4 Mon Dec 14 12:37:06 2015
(r292204)
+++ head/share/man/man4/blackhole.4 Mon Dec 14 13:01:36 2015
(r292205)
@@ -87,8 +87,8 @@ MIBs
 first appeared in
 .Fx 4.0 .
 .Pp
-The SCTP 
-.Nm 
+The SCTP
+.Nm
 MIB first appeared in
 .Fx 9.1 .
 .Sh AUTHORS

Modified: head/share/man/man4/ioat.4
==
--- head/share/man/man4/ioat.4  Mon Dec 14 12:37:06 2015(r292204)
+++ head/share/man/man4/ioat.4  Mon Dec 14 13:01:36 2015(r292205)
@@ -188,7 +188,7 @@ unload.
 For an example of usage, see
 .Pa src/sys/dev/ioat/ioat_test.c .
 .Sh FILES
-.Bl -tag -compat
+.Bl -tag
 .It Pa /dev/ioat_test
 test device for
 .Xr ioatcontrol 8

Modified: head/share/man/man4/mlx5en.4
==
--- head/share/man/man4/mlx5en.4Mon Dec 14 12:37:06 2015
(r292204)
+++ head/share/man/man4/mlx5en.4Mon Dec 14 13:01:36 2015
(r292205)
@@ -25,7 +25,7 @@
 .\" $FreeBSD$
 .\"
 .Dd December 3, 2015
-.Dt mlx5en 4
+.Dt MLX5EN 4
 .Os
 .Sh NAME
 .Nm mlx5en

Modified: head/share/man/man4/pass.4
==
--- head/share/man/man4/pass.4  Mon Dec 14 12:37:06 2015(r292204)
+++ head/share/man/man4/pass.4  Mon Dec 14 13:01:36 2015(r292205)
@@ -102,7 +102,7 @@ Queue a CCB to the
 driver to be executed asynchronously.
 The caller may use
 .Xr select 2 ,
-.Xr poll 2 
+.Xr poll 2
 or
 .Xr kevent 2
 to receive notification when the CCB has completed.
@@ -120,11 +120,11 @@ Although the
 .Dv CAMIOQUEUE
 ioctl is not defined to take an argument, it does require a
 pointer to a union ccb.
-It is not defined to take an argument to avoid an extra malloc and copy 
-inside the generic 
+It is not defined to take an argument to avoid an extra malloc and copy
+inside the generic
 .Xr ioctl 2
 handler.
-.pp
+.Pp
 The completed CCB will be returned via the
 .Dv CAMIOGET
 ioctl.
@@ -171,7 +171,7 @@ ioctl if the
 driver fails to copy data to the user process or if there are no completed
 CCBs available to retrieve.
 If no CCBs are available to retrieve,
-errno will be set to 
+errno will be set to
 .Dv ENOENT .
 .Pp
 All other errors will be reported as standard CAM CCB status errors.
@@ -180,14 +180,14 @@ Although the
 .Dv CAMIOGET
 ioctl is not defined to take an argument, it does require a
 pointer to a union ccb.
-It is not defined to take an argument to avoid an extra malloc and copy 
-inside the generic 
+It is not defined to take an argument to avoid an extra malloc and copy
+inside the generic
 .Xr ioctl 2
 handler.
 .Pp
 The pass driver will report via
 .Xr select 2 ,
-.Xr poll 2 
+.Xr poll 2
 or
 .Xr kevent 2
 when a CCB has completed.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292198 - stable/10/share/examples/etc

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 11:28:16 2015
New Revision: 292198
URL: https://svnweb.freebsd.org/changeset/base/292198

Log:
  MFH: r291950
  
  Fix a typo in the CPUTYPE list.
  
  PR:   205099
  Submitted by: xxjack1...@gmail.com

Modified:
  stable/10/share/examples/etc/make.conf
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/examples/etc/make.conf
==
--- stable/10/share/examples/etc/make.conf  Mon Dec 14 11:13:50 2015
(r292197)
+++ stable/10/share/examples/etc/make.conf  Mon Dec 14 11:28:16 2015
(r292198)
@@ -32,7 +32,7 @@
 #   Intel x86 architecture:
 #   (AMD CPUs) amdfam10, opteron-sse3, athlon64-sse3, k8-sse3,
 #  opteron, athlon64, athlon-fx, k8, athlon-mp,
-#  athlen-xp, athlon-4, athlon-tbird, athlon, k7,
+#  athlon-xp, athlon-4, athlon-tbird, athlon, k7,
 #  geode, k6-3, k6-2, k6
 #   (Intel CPUs)   core2, core, nocona, pentium4m, pentium4, prescott,
 #  pentium3m, pentium3, pentium-m, pentium2,
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292200 - stable/9/share/man/man9

2015-12-14 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec 14 11:36:01 2015
New Revision: 292200
URL: https://svnweb.freebsd.org/changeset/base/292200

Log:
  MFH: r291954
  
  Add an MLINK for m_collapse.
  
  PR:   204205
  Submitted by: avos

Modified:
  stable/9/share/man/man9/Makefile
Directory Properties:
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/Makefile
==
--- stable/9/share/man/man9/MakefileMon Dec 14 11:34:00 2015
(r292199)
+++ stable/9/share/man/man9/MakefileMon Dec 14 11:36:01 2015
(r292200)
@@ -857,6 +857,7 @@ MLINKS+=\
mbuf.9 m_cat.9 \
mbuf.9 MCHTYPE.9 \
mbuf.9 MCLGET.9 \
+   mbuf.9 m_collapse.9 \
mbuf.9 m_copyback.9 \
mbuf.9 m_copydata.9 \
mbuf.9 m_copym.9 \
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292016 - in vendor/openbsm/dist: . bin bin/audit bin/auditd bin/auditdistd bin/auditfilterd bin/auditreduce bin/praudit bsm compat etc libauditd libbsm man modules modules/auditfilter_...

2015-12-09 Thread Christian Brueffer
Author: brueffer
Date: Wed Dec  9 12:16:21 2015
New Revision: 292016
URL: https://svnweb.freebsd.org/changeset/base/292016

Log:
  Vendor import of OpenBSM 1.2-alpha4.

Added:
  vendor/openbsm/dist/.travis.yml   (contents, props changed)
  vendor/openbsm/dist/libbsm/au_notify.3   (contents, props changed)
Modified:
  vendor/openbsm/dist/INSTALL
  vendor/openbsm/dist/LICENSE
  vendor/openbsm/dist/Makefile.am
  vendor/openbsm/dist/Makefile.in
  vendor/openbsm/dist/NEWS
  vendor/openbsm/dist/README
  vendor/openbsm/dist/TODO
  vendor/openbsm/dist/VERSION
  vendor/openbsm/dist/autogen.sh
  vendor/openbsm/dist/bin/Makefile.am
  vendor/openbsm/dist/bin/audit/Makefile.am
  vendor/openbsm/dist/bin/audit/audit.8
  vendor/openbsm/dist/bin/audit/audit.c
  vendor/openbsm/dist/bin/auditd/Makefile.am
  vendor/openbsm/dist/bin/auditd/audit_triggers.defs
  vendor/openbsm/dist/bin/auditd/audit_warn.c
  vendor/openbsm/dist/bin/auditd/auditd.8
  vendor/openbsm/dist/bin/auditd/auditd.c
  vendor/openbsm/dist/bin/auditd/auditd.h
  vendor/openbsm/dist/bin/auditd/auditd_control.defs
  vendor/openbsm/dist/bin/auditd/auditd_darwin.c
  vendor/openbsm/dist/bin/auditd/auditd_fbsd.c
  vendor/openbsm/dist/bin/auditdistd/Makefile.am
  vendor/openbsm/dist/bin/auditdistd/auditdistd.8
  vendor/openbsm/dist/bin/auditdistd/auditdistd.c
  vendor/openbsm/dist/bin/auditdistd/auditdistd.conf.5
  vendor/openbsm/dist/bin/auditdistd/auditdistd.h
  vendor/openbsm/dist/bin/auditdistd/faccessat.h
  vendor/openbsm/dist/bin/auditdistd/fstatat.h
  vendor/openbsm/dist/bin/auditdistd/openat.h
  vendor/openbsm/dist/bin/auditdistd/parse.y
  vendor/openbsm/dist/bin/auditdistd/pjdlog.c
  vendor/openbsm/dist/bin/auditdistd/pjdlog.h
  vendor/openbsm/dist/bin/auditdistd/proto.c
  vendor/openbsm/dist/bin/auditdistd/proto.h
  vendor/openbsm/dist/bin/auditdistd/proto_common.c
  vendor/openbsm/dist/bin/auditdistd/proto_impl.h
  vendor/openbsm/dist/bin/auditdistd/proto_socketpair.c
  vendor/openbsm/dist/bin/auditdistd/proto_tcp.c
  vendor/openbsm/dist/bin/auditdistd/proto_tls.c
  vendor/openbsm/dist/bin/auditdistd/proto_uds.c
  vendor/openbsm/dist/bin/auditdistd/receiver.c
  vendor/openbsm/dist/bin/auditdistd/renameat.h
  vendor/openbsm/dist/bin/auditdistd/sandbox.c
  vendor/openbsm/dist/bin/auditdistd/sandbox.h
  vendor/openbsm/dist/bin/auditdistd/sender.c
  vendor/openbsm/dist/bin/auditdistd/sigtimedwait.h
  vendor/openbsm/dist/bin/auditdistd/strndup.h
  vendor/openbsm/dist/bin/auditdistd/subr.c
  vendor/openbsm/dist/bin/auditdistd/subr.h
  vendor/openbsm/dist/bin/auditdistd/synch.h
  vendor/openbsm/dist/bin/auditdistd/token.l
  vendor/openbsm/dist/bin/auditdistd/trail.c
  vendor/openbsm/dist/bin/auditdistd/trail.h
  vendor/openbsm/dist/bin/auditdistd/unlinkat.h
  vendor/openbsm/dist/bin/auditfilterd/Makefile.am
  vendor/openbsm/dist/bin/auditfilterd/auditfilterd.8
  vendor/openbsm/dist/bin/auditfilterd/auditfilterd.c
  vendor/openbsm/dist/bin/auditfilterd/auditfilterd.h
  vendor/openbsm/dist/bin/auditfilterd/auditfilterd_conf.c
  vendor/openbsm/dist/bin/auditreduce/Makefile.am
  vendor/openbsm/dist/bin/auditreduce/auditreduce.1
  vendor/openbsm/dist/bin/auditreduce/auditreduce.c
  vendor/openbsm/dist/bin/auditreduce/auditreduce.h
  vendor/openbsm/dist/bin/praudit/Makefile.am
  vendor/openbsm/dist/bin/praudit/praudit.1
  vendor/openbsm/dist/bin/praudit/praudit.c
  vendor/openbsm/dist/bsm/Makefile.am
  vendor/openbsm/dist/bsm/audit_filter.h
  vendor/openbsm/dist/bsm/audit_uevents.h
  vendor/openbsm/dist/bsm/auditd_lib.h
  vendor/openbsm/dist/bsm/libbsm.h
  vendor/openbsm/dist/compat/clock_gettime.h
  vendor/openbsm/dist/compat/closefrom.h
  vendor/openbsm/dist/compat/compat.h
  vendor/openbsm/dist/compat/endian.h
  vendor/openbsm/dist/compat/endian_enc.h
  vendor/openbsm/dist/compat/flopen.h
  vendor/openbsm/dist/compat/pidfile.h
  vendor/openbsm/dist/compat/queue.h
  vendor/openbsm/dist/compat/strlcat.h
  vendor/openbsm/dist/compat/strlcpy.h
  vendor/openbsm/dist/configure
  vendor/openbsm/dist/configure.ac
  vendor/openbsm/dist/etc/audit_class
  vendor/openbsm/dist/etc/audit_control
  vendor/openbsm/dist/etc/audit_event
  vendor/openbsm/dist/etc/audit_filter
  vendor/openbsm/dist/etc/audit_user
  vendor/openbsm/dist/etc/audit_warn
  vendor/openbsm/dist/libauditd/Makefile.am
  vendor/openbsm/dist/libauditd/auditd_lib.c
  vendor/openbsm/dist/libauditd/libauditd.3
  vendor/openbsm/dist/libbsm/Makefile.am
  vendor/openbsm/dist/libbsm/Makefile.in
  vendor/openbsm/dist/libbsm/au_class.3
  vendor/openbsm/dist/libbsm/au_control.3
  vendor/openbsm/dist/libbsm/au_domain.3
  vendor/openbsm/dist/libbsm/au_errno.3
  vendor/openbsm/dist/libbsm/au_event.3
  vendor/openbsm/dist/libbsm/au_fcntl_cmd.3
  vendor/openbsm/dist/libbsm/au_free_token.3
  vendor/openbsm/dist/libbsm/au_io.3
  vendor/openbsm/dist/libbsm/au_mask.3
  vendor/openbsm/dist/libbsm/au_open.3
  vendor/openbsm/dist/libbsm/au_socket_type.3
  vendor/openbsm/dist/libbsm/au_token.3
  vendor/openbsm/dist/libbsm/au_user.3
  

svn commit: r292017 - vendor/openbsm/1.2-ALPHA-4

2015-12-09 Thread Christian Brueffer
Author: brueffer
Date: Wed Dec  9 12:25:03 2015
New Revision: 292017
URL: https://svnweb.freebsd.org/changeset/base/292017

Log:
  Tag OpenBSM 1.2-alpha4.

Added:
  vendor/openbsm/1.2-ALPHA-4/
 - copied from r292016, vendor/openbsm/dist/
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2015-12-07 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec  7 19:21:08 2015
New Revision: 291957
URL: https://svnweb.freebsd.org/changeset/base/291957

Log:
  Fix a comment typo in the code example.
  
  PR:   203497
  Submitted by: ch...@triularity.org
  MFC after:1 week

Modified:
  head/share/man/man9/g_bio.9

Modified: head/share/man/man9/g_bio.9
==
--- head/share/man/man9/g_bio.9 Mon Dec  7 19:19:51 2015(r291956)
+++ head/share/man/man9/g_bio.9 Mon Dec  7 19:21:08 2015(r291957)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2006
+.Dd December 7, 2015
 .Dt G_BIO 9
 .Os
 .Sh NAME
@@ -253,7 +253,7 @@ example_start(struct bio *bp)
/* Ok, schedule it down. */
/*
 * The consumer can be obtained from
-* LIST_FIRST(>bio_to->geom->consumers) as well,
+* LIST_FIRST(>bio_to->geom->consumer) as well,
 * if there is only one in our geom.
 */
g_io_request(cbp, sc->ex_consumer);
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2015-12-07 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec  7 19:08:33 2015
New Revision: 291954
URL: https://svnweb.freebsd.org/changeset/base/291954

Log:
  Add an MLINK for m_collapse.
  
  PR:   204205
  Submitted by: avos
  MFC after:1 week

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==
--- head/share/man/man9/MakefileMon Dec  7 18:55:33 2015
(r291953)
+++ head/share/man/man9/MakefileMon Dec  7 19:08:33 2015
(r291954)
@@ -1053,6 +1053,7 @@ MLINKS+=\
mbuf.9 m_cat.9 \
mbuf.9 MCHTYPE.9 \
mbuf.9 MCLGET.9 \
+   mbuf.9 m_collapse.9 \
mbuf.9 m_copyback.9 \
mbuf.9 m_copydata.9 \
mbuf.9 m_copym.9 \
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r291950 - head/share/examples/etc

2015-12-07 Thread Christian Brueffer
Author: brueffer
Date: Mon Dec  7 18:39:38 2015
New Revision: 291950
URL: https://svnweb.freebsd.org/changeset/base/291950

Log:
  Fix a typo in the CPUTYPE list.
  
  PR:   205099
  Submitted by: xxjack1...@gmail.com
  MFC after:1 week

Modified:
  head/share/examples/etc/make.conf

Modified: head/share/examples/etc/make.conf
==
--- head/share/examples/etc/make.conf   Mon Dec  7 17:41:20 2015
(r291949)
+++ head/share/examples/etc/make.conf   Mon Dec  7 18:39:38 2015
(r291950)
@@ -32,7 +32,7 @@
 #   Intel x86 architecture:
 #   (AMD CPUs) amdfam10, opteron-sse3, athlon64-sse3, k8-sse3,
 #  opteron, athlon64, athlon-fx, k8, athlon-mp,
-#  athlen-xp, athlon-4, athlon-tbird, athlon, k7,
+#  athlon-xp, athlon-4, athlon-tbird, athlon, k7,
 #  geode, k6-3, k6-2, k6
 #   (Intel CPUs)   core2, core, nocona, pentium4m, pentium4, prescott,
 #  pentium3m, pentium3, pentium-m, pentium2,
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r291766 - head/share/man/man4

2015-12-04 Thread Christian Brueffer
Author: brueffer
Date: Fri Dec  4 10:34:58 2015
New Revision: 291766
URL: https://svnweb.freebsd.org/changeset/base/291766

Log:
  ARC-1203 is supported since the latest driver update.

Modified:
  head/share/man/man4/arcmsr.4

Modified: head/share/man/man4/arcmsr.4
==
--- head/share/man/man4/arcmsr.4Fri Dec  4 10:02:14 2015
(r291765)
+++ head/share/man/man4/arcmsr.4Fri Dec  4 10:34:58 2015
(r291766)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 18, 2013
+.Dd December 4, 2015
 .Dt ARCMSR 4
 .Os
 .Sh NAME
@@ -94,6 +94,8 @@ ARC-1200
 .It
 ARC-1201
 .It
+ARC-1203
+.It
 ARC-1210
 .It
 ARC-1212
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r290016 - stable/10/share/examples/mdoc

2015-10-26 Thread Christian Brueffer
Author: brueffer
Date: Mon Oct 26 17:45:37 2015
New Revision: 290016
URL: https://svnweb.freebsd.org/changeset/base/290016

Log:
  MFC: r288419
  
  Join excessive split lines.

Modified:
  stable/10/share/examples/mdoc/example.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/examples/mdoc/example.4
==
--- stable/10/share/examples/mdoc/example.4 Mon Oct 26 17:07:22 2015
(r290015)
+++ stable/10/share/examples/mdoc/example.4 Mon Oct 26 17:45:37 2015
(r290016)
@@ -26,15 +26,14 @@
 .\"
 .\" Note: The date here should be updated whenever a non-trivial
 .\" change is made to the manual page.
-.Dd April 1, 2006
+.Dd July 31, 2015
 .Dt EXAMPLE 4 i386
 .Os
 .Sh NAME
 .Nm example
 .Nd "example device driver manual page"
 .Sh SYNOPSIS
-To compile the
-driver into the kernel,
+To compile the driver into the kernel,
 place the following lines in the
 kernel configuration file:
 .Bd -ragged -offset indent
@@ -42,8 +41,7 @@ kernel configuration file:
 .Cd "options EXAMPLE_DEBUG"
 .Ed
 .Pp
-Alternatively, to load the
-driver as a
+Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r288419 - head/share/examples/mdoc

2015-09-30 Thread Christian Brueffer
Author: brueffer
Date: Wed Sep 30 12:40:51 2015
New Revision: 288419
URL: https://svnweb.freebsd.org/changeset/base/288419

Log:
  Join excessive split lines.
  
  MFC after:1 week

Modified:
  head/share/examples/mdoc/example.4

Modified: head/share/examples/mdoc/example.4
==
--- head/share/examples/mdoc/example.4  Wed Sep 30 08:16:33 2015
(r288418)
+++ head/share/examples/mdoc/example.4  Wed Sep 30 12:40:51 2015
(r288419)
@@ -26,15 +26,14 @@
 .\"
 .\" Note: The date here should be updated whenever a non-trivial
 .\" change is made to the manual page.
-.Dd April 1, 2006
+.Dd July 31, 2015
 .Dt EXAMPLE 4 i386
 .Os
 .Sh NAME
 .Nm example
 .Nd "example device driver manual page"
 .Sh SYNOPSIS
-To compile the
-driver into the kernel,
+To compile the driver into the kernel,
 place the following lines in the
 kernel configuration file:
 .Bd -ragged -offset indent
@@ -42,8 +41,7 @@ kernel configuration file:
 .Cd "options EXAMPLE_DEBUG"
 .Ed
 .Pp
-Alternatively, to load the
-driver as a
+Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r288360 - head/share/man/man4

2015-09-29 Thread Christian Brueffer
Author: brueffer
Date: Tue Sep 29 11:48:47 2015
New Revision: 288360
URL: https://svnweb.freebsd.org/changeset/base/288360

Log:
  The Dt argument should be in capital letters.

Modified:
  head/share/man/man4/otusfw.4

Modified: head/share/man/man4/otusfw.4
==
--- head/share/man/man4/otusfw.4Tue Sep 29 10:44:37 2015
(r288359)
+++ head/share/man/man4/otusfw.4Tue Sep 29 11:48:47 2015
(r288360)
@@ -14,7 +14,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .Dd September 25, 2015
-.Dt otusfw 4
+.Dt OTUSFW 4
 .Os
 .Sh NAME
 .Nm otusfw
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r288378 - in head/release/doc: en_US.ISO8859-1/hardware share/misc

2015-09-29 Thread Christian Brueffer
Author: brueffer
Date: Tue Sep 29 17:04:20 2015
New Revision: 288378
URL: https://svnweb.freebsd.org/changeset/base/288378

Log:
  Add otus(4) to the hardware notes.

Modified:
  head/release/doc/en_US.ISO8859-1/hardware/article.xml
  head/release/doc/share/misc/dev.archlist.txt

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml   Tue Sep 29 
17:02:27 2015(r288377)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml   Tue Sep 29 
17:04:20 2015(r288378)
@@ -1011,6 +1011,8 @@
   Marvell 88W8363 IEEE 802.11n wireless network
adapters ( driver)
 
+  
+
   
 
   

Modified: head/release/doc/share/misc/dev.archlist.txt
==
--- head/release/doc/share/misc/dev.archlist.txtTue Sep 29 17:02:27 
2015(r288377)
+++ head/release/doc/share/misc/dev.archlist.txtTue Sep 29 17:04:20 
2015(r288378)
@@ -101,6 +101,7 @@ nxgei386,amd64
 ocei386,amd64
 ohci   i386,pc98,amd64,powerpc
 oltr   i386
+otus   i386,amd64
 pcni386,pc98,amd64
 psti386
 qlxgb  amd64
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2015-08-24 Thread Christian Brueffer
Author: brueffer
Date: Mon Aug 24 14:32:57 2015
New Revision: 287110
URL: https://svnweb.freebsd.org/changeset/base/287110

Log:
  MFC: r286409
  
  Manpage cleanup.
  
  - new sentence - new line
  - fix manpage references
  - fix macro usage
  - fix a typo

Modified:
  stable/10/usr.sbin/bhyve/bhyve.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bhyve/bhyve.8
==
--- stable/10/usr.sbin/bhyve/bhyve.8Mon Aug 24 14:04:44 2015
(r287109)
+++ stable/10/usr.sbin/bhyve/bhyve.8Mon Aug 24 14:32:57 2015
(r287110)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd September 17, 2014
+.Dd August 7, 2015
 .Dt BHYVE 8
 .Os
 .Sh NAME
@@ -50,7 +50,7 @@ Parameters such as the number of virtual
 I/O connectivity can be specified with command-line parameters.
 .Pp
 The guest operating system must be loaded with
-.Xr bhyveload 4
+.Xr bhyveload 8
 or a similar boot loader before running
 .Nm .
 .Pp
@@ -61,8 +61,8 @@ exit is detected.
 .Bl -tag -width 10n
 .It Fl a
 The guest's local APIC is configured in xAPIC mode.
-The xAPIC mode is the default setting so this option is redundant. It will be
-deprecated in a future version.
+The xAPIC mode is the default setting so this option is redundant.
+It will be deprecated in a future version.
 .It Fl A
 Generate ACPI tables.
 Required for
@@ -122,7 +122,7 @@ Force the guest virtual CPU to exit when
 .It Fl s Ar slot,emulation Ns Op , Ns Ar conf
 Configure a virtual PCI slot and function.
 .Pp
-.Nm bhyve
+.Nm
 provides PCI bus emulation and virtual devices that can be attached to
 slots on the bus.
 There are 32 available slots, with the option of providing up to 8 functions
@@ -134,11 +134,19 @@ per slot.
 .Pp
 The
 .Ar pcislot
-value is 0 to 31. The optional function value is 0 to 7. The optional
+value is 0 to 31.
+The optional
+.Ar function
+value is 0 to 7.
+The optional
 .Ar bus
 value is 0 to 255.
-If not specified, the function value defaults to 0.
-If not specified, the bus value defaults to 0.
+If not specified, the
+.Ar function
+value defaults to 0.
+If not specified, the
+.Ar bus
+value defaults to 0.
 .It Ar emulation
 .Bl -tag -width 10n
 .It Li hostbridge | Li amd_hostbridge
@@ -219,7 +227,9 @@ TTY devices:
 .Bl -tag -width 10n
 .It Li stdio
 Connect the serial port to the standard input and output of
-the bhyve process.
+the
+.Nm
+process.
 .It Pa /dev/xxx
 Use the host TTY device for serial port I/O.
 .El
@@ -249,7 +259,8 @@ in the guest's System Management BIOS Sy
 By default a UUID is generated from the host's hostname and
 .Ar vmname .
 .It Fl w
-Ignore accesses to unimplemented Model Specific Registers (MSRs). This is 
intended for debug purposes.
+Ignore accesses to unimplemented Model Specific Registers (MSRs).
+This is intended for debug purposes.
 .It Fl W
 Force virtio PCI device emulations to use MSI interrupts instead of MSI-X
 interrupts.
@@ -264,7 +275,7 @@ This should be the same as that created 
 .El
 .Sh EXAMPLES
 The guest operating system must have been loaded with
-.Xr bhyveload 4
+.Xr bhyveload 8
 or a similar boot loader before
 .Xr bhyve 4
 can be run.
@@ -292,7 +303,7 @@ Run an 8GB quad-CPU virtual machine with
 CD-ROM, a single virtio network port, an AMD hostbridge, and the console
 port connected to an
 .Xr nmdm 4
-null-model device.
+null-modem device.
 .Bd -literal -offset indent
 bhyve -c 4 \\
   -s 0,amd_hostbridge -s 1,lpc \\
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286885 - head/usr.bin/calendar/calendars

2015-08-18 Thread Christian Brueffer
Author: brueffer
Date: Tue Aug 18 12:27:21 2015
New Revision: 286885
URL: https://svnweb.freebsd.org/changeset/base/286885

Log:
  RIP Stefan Farfeleder (stefanf), committer since 2004.
  
  You will be missed!

Modified:
  head/usr.bin/calendar/calendars/calendar.freebsd

Modified: head/usr.bin/calendar/calendars/calendar.freebsd
==
--- head/usr.bin/calendar/calendars/calendar.freebsdTue Aug 18 12:26:38 
2015(r286884)
+++ head/usr.bin/calendar/calendars/calendar.freebsdTue Aug 18 12:27:21 
2015(r286885)
@@ -259,6 +259,7 @@
 08/06  Damjan Marion dmar...@freebsd.org born in Rijeka, Croatia, 1978
 08/07  Jonathan Mini m...@freebsd.org born in San Mateo, California, United 
States, 1979
 08/08  Mikolaj Golub troc...@freebsd.org born in Kharkov, USSR, 1977
+08/09  Stefan Farfeleder stef...@freebsd.org died in Wien, Austria, 2015
 08/10  Julio Merino j...@freebsd.org born in Barcelona, Spain, 1984
 08/10  Peter Pentchev r...@freebsd.org born in Sofia, Bulgaria, 1977
 08/12  Joe Marcus Clarke mar...@freebsd.org born in Lakeland, Florida, 
United States, 1976
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286729 - head/share/man/man4/man4.arm

2015-08-13 Thread Christian Brueffer
Author: brueffer
Date: Thu Aug 13 16:11:04 2015
New Revision: 286729
URL: https://svnweb.freebsd.org/changeset/base/286729

Log:
  Small cleanup.
  
  - fix mandoc -Tlint warnings
  - use appropriate macros
  - canonize FreeBSD spelling

Modified:
  head/share/man/man4/man4.arm/am335x_dmtpps.4

Modified: head/share/man/man4/man4.arm/am335x_dmtpps.4
==
--- head/share/man/man4/man4.arm/am335x_dmtpps.4Thu Aug 13 15:19:30 
2015(r286728)
+++ head/share/man/man4/man4.arm/am335x_dmtpps.4Thu Aug 13 16:11:04 
2015(r286729)
@@ -57,10 +57,10 @@ of 42 nanoseconds.
 .Pp
 To use the PPS timing information provided by this driver with
 .Xr ntpd 8 ,
-symlink the 
-.Va /dev/dmtpps
+symlink the
+.Pa /dev/dmtpps
 device to
-.Va /dev/pps0
+.Pa /dev/pps0
 and configure server
 .Va 127.127.22.0
 in
@@ -77,7 +77,7 @@ driver can be active at a time.
 The driver uses system pin configuration to determine which hardware
 timer device to use.
 Configure the timer input pin in the system's FDT data, or by
-supplying the pin name using a tunable variable in 
+supplying the pin name using a tunable variable in
 .Xr loader.conf 5 .
 .Pp
 To use a standard kernel and FDT data, use
@@ -127,7 +127,7 @@ Add pinctrl properties referencing
 .Va timer4_pins
 to the standard
 .Va timer4
-device node (also defined in am33xx.dtsi) by referencing it in 
+device node (also defined in am33xx.dtsi) by referencing it in
 your dts file as follows:
 .Bd -literal
timer4 {
@@ -160,4 +160,4 @@ device driver first appeared in
 The
 .Nm
 device driver and this manual page were written by
-.An Ian Lepore Aq Mt i...@freebsd.org .
+.An Ian Lepore Aq Mt i...@freebsd.org .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286660 - in head: sbin/camcontrol sbin/reboot usr.bin/mkimg usr.sbin/pwd_mkdb usr.sbin/sysrc usr.sbin/wake

2015-08-12 Thread Christian Brueffer
Author: brueffer
Date: Wed Aug 12 10:34:05 2015
New Revision: 286660
URL: https://svnweb.freebsd.org/changeset/base/286660

Log:
  Fix a few mandoc warnings.
  
  MFC after:1 week

Modified:
  head/sbin/camcontrol/camcontrol.8
  head/sbin/reboot/nextboot.8
  head/usr.bin/mkimg/mkimg.1
  head/usr.sbin/pwd_mkdb/pwd_mkdb.8
  head/usr.sbin/sysrc/sysrc.8
  head/usr.sbin/wake/wake.8

Modified: head/sbin/camcontrol/camcontrol.8
==
--- head/sbin/camcontrol/camcontrol.8   Wed Aug 12 09:55:52 2015
(r286659)
+++ head/sbin/camcontrol/camcontrol.8   Wed Aug 12 10:34:05 2015
(r286660)
@@ -2183,7 +2183,6 @@ current initiator will be unregistered f
 The reservation will be moved to relative target port 2 on the target
 device.
 The registration will persist across power losses.
-.Pp
 .Bd -literal -offset indent
 camcontrol attrib sa0 -v -i attr_values -p 1
 .Ed

Modified: head/sbin/reboot/nextboot.8
==
--- head/sbin/reboot/nextboot.8 Wed Aug 12 09:55:52 2015(r286659)
+++ head/sbin/reboot/nextboot.8 Wed Aug 12 10:34:05 2015(r286660)
@@ -135,4 +135,3 @@ If it scrambles your file system, do not
 is only able to read ZFS, not write to it.
 .Pa nextboot.conf
 will NOT be reset in case of a kernel boot failure.
-

Modified: head/usr.bin/mkimg/mkimg.1
==
--- head/usr.bin/mkimg/mkimg.1  Wed Aug 12 09:55:52 2015(r286659)
+++ head/usr.bin/mkimg/mkimg.1  Wed Aug 12 10:34:05 2015(r286660)
@@ -327,4 +327,5 @@ utility first appeared in
 .Sh AUTHORS
 The
 .Nm
-utility and manpage were written by Marcel Moolenaar marc...@juniper.net
+utility and manpage were written by
+.An Marcel Moolenaar Aq Mt marc...@juniper.net .

Modified: head/usr.sbin/pwd_mkdb/pwd_mkdb.8
==
--- head/usr.sbin/pwd_mkdb/pwd_mkdb.8   Wed Aug 12 09:55:52 2015
(r286659)
+++ head/usr.sbin/pwd_mkdb/pwd_mkdb.8   Wed Aug 12 10:34:05 2015
(r286660)
@@ -132,7 +132,6 @@ The legacy format entries are endianness
 .Pp
 The following options may be specified and will affect the
 generation of legacy entries.
-.Pp
 .Bl -tag -width flag
 .It Fl B
 Store data in big-endian format.

Modified: head/usr.sbin/sysrc/sysrc.8
==
--- head/usr.sbin/sysrc/sysrc.8 Wed Aug 12 09:55:52 2015(r286659)
+++ head/usr.sbin/sysrc/sysrc.8 Wed Aug 12 10:34:05 2015(r286660)
@@ -223,7 +223,6 @@ For example, the above and below stateme
 .Dq gif0
 starts with an alpha-numeric character
 .Pq the letter Li g :
-.Pp
 .Bl -tag -width indent+
 .It \ 
 .Nm
@@ -278,7 +277,6 @@ For example, the above and below stateme
 .Dq gif0
 starts with an alpha-numeric character
 .Pq the letter Li g :
-.Pp
 .Bl -tag -width indent+
 .It \ 
 .Nm

Modified: head/usr.sbin/wake/wake.8
==
--- head/usr.sbin/wake/wake.8   Wed Aug 12 09:55:52 2015(r286659)
+++ head/usr.sbin/wake/wake.8   Wed Aug 12 10:34:05 2015(r286660)
@@ -65,4 +65,4 @@ Ethernet host name data base.
 .Sh AUTHORS
 .Nm
 was written by
-.Ar Marc Balmer Aq Mt m...@msys.ch .
+.An Marc Balmer Aq Mt m...@msys.ch .
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286663 - in head/share/man: man4 man4/man4.i386 man7 man8 man9

2015-08-12 Thread Christian Brueffer
Author: brueffer
Date: Wed Aug 12 11:56:19 2015
New Revision: 286663
URL: https://svnweb.freebsd.org/changeset/base/286663

Log:
  Fix mandoc warnings/errors.
  
  MFC after:1 week

Modified:
  head/share/man/man4/cloudabi.4
  head/share/man/man4/ctl.4
  head/share/man/man4/em.4
  head/share/man/man4/gre.4
  head/share/man/man4/hptiop.4
  head/share/man/man4/man4.i386/wl.4
  head/share/man/man4/ng_btsocket.4
  head/share/man/man4/siftr.4
  head/share/man/man4/snp.4
  head/share/man/man4/uftdi.4
  head/share/man/man4/vt.4
  head/share/man/man7/release.7
  head/share/man/man8/nanobsd.8
  head/share/man/man8/uefi.8
  head/share/man/man8/yp.8
  head/share/man/man9/PCI_IOV_ADD_VF.9
  head/share/man/man9/PCI_IOV_INIT.9
  head/share/man/man9/altq.9
  head/share/man/man9/ifnet.9

Modified: head/share/man/man4/cloudabi.4
==
--- head/share/man/man4/cloudabi.4  Wed Aug 12 11:30:31 2015
(r286662)
+++ head/share/man/man4/cloudabi.4  Wed Aug 12 11:56:19 2015
(r286663)
@@ -99,5 +99,4 @@ cloudlibc on GitHub:
 CloudABI support first appeared in
 .Fx 11.0 .
 .Sh AUTHORS
-Nuxi:
-.Pa https://nuxi.nl/ .
+.An Nuxi : Pa https://nuxi.nl/ .

Modified: head/share/man/man4/ctl.4
==
--- head/share/man/man4/ctl.4   Wed Aug 12 11:30:31 2015(r286662)
+++ head/share/man/man4/ctl.4   Wed Aug 12 11:56:19 2015(r286663)
@@ -119,6 +119,7 @@ In the event that there is no response w
 forcibly terminated.
 Set to 0 to disable sending NOP-In PDUs.
 Defaults to 5.
+.El
 .Sh SEE ALSO
 .Xr ctladm 8 ,
 .Xr ctld 8 ,

Modified: head/share/man/man4/em.4
==
--- head/share/man/man4/em.4Wed Aug 12 11:30:31 2015(r286662)
+++ head/share/man/man4/em.4Wed Aug 12 11:56:19 2015(r286663)
@@ -307,5 +307,4 @@ The
 driver was written by
 .An Intel Corporation Aq Mt free...@intel.com .
 .Sh BUGS
-.Pp
 Activating EM_MULTIQUEUE support requires MSI-X features.

Modified: head/share/man/man4/gre.4
==
--- head/share/man/man4/gre.4   Wed Aug 12 11:30:31 2015(r286662)
+++ head/share/man/man4/gre.4   Wed Aug 12 11:56:19 2015(r286663)
@@ -154,7 +154,6 @@ ifconfig greN create
 ifconfig greN inet 198.51.100.1 203.0.113.1
 ifconfig greN inet tunnel 198.51.100.1 203.0.113.1 tunnelfib 1
 .Ed
-.Pp
 .Sh NOTES
 The MTU of
 .Nm

Modified: head/share/man/man4/hptiop.4
==
--- head/share/man/man4/hptiop.4Wed Aug 12 11:30:31 2015
(r286662)
+++ head/share/man/man4/hptiop.4Wed Aug 12 11:56:19 2015
(r286663)
@@ -135,4 +135,5 @@ device driver first appeared in
 .Sh AUTHORS
 The
 .Nm
-driver was written by HighPoint Technologies, Inc.
+driver was written by
+.An HighPoint Technologies, Inc.

Modified: head/share/man/man4/man4.i386/wl.4
==
--- head/share/man/man4/man4.i386/wl.4  Wed Aug 12 11:30:31 2015
(r286662)
+++ head/share/man/man4/man4.i386/wl.4  Wed Aug 12 11:56:19 2015
(r286663)
@@ -165,7 +165,9 @@ ported the Mach drivers to BSDI.
 ported them to
 .Fx 2.1 .
 .An Michael Smith
-ported the wl driver only to 2.2.2.
+ported the
+.Nm
+driver only to 2.2.2.
 Jim and Michael have been
 maintaining them.
 The current state of the driver is NOT ANYONE'S

Modified: head/share/man/man4/ng_btsocket.4
==
--- head/share/man/man4/ng_btsocket.4   Wed Aug 12 11:30:31 2015
(r286662)
+++ head/share/man/man4/ng_btsocket.4   Wed Aug 12 11:56:19 2015
(r286663)
@@ -45,8 +45,8 @@ module implements three Netgraph node ty
 Each type in its turn implements one protocol within
 .Dv PF_BLUETOOTH
 domain.
-.Sh Dv BLUETOOTH_PROTO_HCI Sh protocol
-.Ss Dv SOCK_RAW Ss HCI sockets
+.Sh Dv BLUETOOTH_PROTO_HCI protocol
+.Ss Dv SOCK_RAW HCI sockets
 Implemented by
 .Nm btsock_hci_raw
 Netgraph type.
@@ -147,7 +147,7 @@ level can be used to obtain via
 or change via
 .Xr setsockopt 2
 raw HCI socket's filter.
-.Sh Dv BLUETOOTH_PROTO_L2CAP Sh protocol
+.Sh Dv BLUETOOTH_PROTO_L2CAP protocol
 The Bluetooth L2CAP socket address is defined as follows:
 .Bd -literal -offset indent
 /* Bluetooth version of struct sockaddr for L2CAP sockets */
@@ -158,7 +158,7 @@ struct sockaddr_l2cap {
 bdaddr_t  l2cap_bdaddr; /* address */
 };
 .Ed
-.Ss Dv SOCK_RAW Ss L2CAP sockets
+.Ss Dv SOCK_RAW L2CAP sockets
 Implemented by
 .Nm btsock_l2c_raw
 Netgraph type.
@@ -204,7 +204,7 @@ The
 variable, that can be examined and set via
 .Xr sysctl 8 ,
 controls the control request timeout (in seconds) for raw L2CAP sockets.
-.Ss Dv SOCK_SEQPACKET Ss L2CAP sockets
+.Ss Dv 

svn commit: r286571 - head/share/man/man4

2015-08-10 Thread Christian Brueffer
Author: brueffer
Date: Mon Aug 10 10:36:08 2015
New Revision: 286571
URL: https://svnweb.freebsd.org/changeset/base/286571

Log:
  Hook up iwm.4 and iwmfw.4 to the build.

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==
--- head/share/man/man4/MakefileMon Aug 10 10:34:23 2015
(r286570)
+++ head/share/man/man4/MakefileMon Aug 10 10:36:08 2015
(r286571)
@@ -223,6 +223,8 @@ MAN=aac.4 \
ispfw.4 \
iwi.4 \
iwifw.4 \
+   iwm.4 \
+   iwmfw.4 \
iwn.4 \
iwnfw.4 \
ixgb.4 \
@@ -629,6 +631,7 @@ MLINKS+=ipfirewall.4 ipaccounting.4 \
 MLINKS+=ipheth.4 if_ipheth.4
 MLINKS+=ipw.4 if_ipw.4
 MLINKS+=iwi.4 if_iwi.4
+MLINKS+=iwm.4 if_iwm.4
 MLINKS+=iwn.4 if_iwn.4
 MLINKS+=ixgb.4 if_ixgb.4
 MLINKS+=ixgbe.4 ix.4
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286572 - head/release/doc/en_US.ISO8859-1/hardware

2015-08-10 Thread Christian Brueffer
Author: brueffer
Date: Mon Aug 10 10:41:40 2015
New Revision: 286572
URL: https://svnweb.freebsd.org/changeset/base/286572

Log:
  Add iwm(4) to the hardware notes.

Modified:
  head/release/doc/en_US.ISO8859-1/hardware/article.xml

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml   Mon Aug 10 
10:36:08 2015(r286571)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml   Mon Aug 10 
10:41:40 2015(r286572)
@@ -997,6 +997,10 @@
2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
(man.iwi.4; driver)/para
 
+  para[arch.i386;, arch.amd64;] Intel Dual Band Wireless AC
+   3160/7260/7265 IEEE 802.11ac network adapters (man.iwm.4;
+   driver)/para
+
   para[arch.i386;, arch.amd64;] Intel Wireless WiFi Link
4965AGN IEEE 802.11n PCI network adapters
(man.iwn.4; driver)/para
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286573 - head/share/man/man4

2015-08-10 Thread Christian Brueffer
Author: brueffer
Date: Mon Aug 10 10:54:35 2015
New Revision: 286573
URL: https://svnweb.freebsd.org/changeset/base/286573

Log:
  Xref iwm(4).

Modified:
  head/share/man/man4/wlan.4

Modified: head/share/man/man4/wlan.4
==
--- head/share/man/man4/wlan.4  Mon Aug 10 10:41:40 2015(r286572)
+++ head/share/man/man4/wlan.4  Mon Aug 10 10:54:35 2015(r286573)
@@ -25,7 +25,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd February 16, 2015
+.Dd August 10, 2015
 .Dt WLAN 4
 .Os
 .Sh NAME
@@ -177,6 +177,7 @@ may not interoperate.
 .Xr bwn 4 ,
 .Xr ipw 4 ,
 .Xr iwi 4 ,
+.Xr iwm 4 ,
 .Xr iwn 4 ,
 .Xr malo 4 ,
 .Xr mwl 4 ,
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


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

2015-08-07 Thread Christian Brueffer
Author: brueffer
Date: Fri Aug  7 10:48:52 2015
New Revision: 286409
URL: https://svnweb.freebsd.org/changeset/base/286409

Log:
  Manpage cleanup.
  
  - new sentence - new line
  - fix manpage references
  - fix macro usage
  - fix a typo
  
  MFC after:1 week

Modified:
  head/usr.sbin/bhyve/bhyve.8

Modified: head/usr.sbin/bhyve/bhyve.8
==
--- head/usr.sbin/bhyve/bhyve.8 Fri Aug  7 08:57:58 2015(r286408)
+++ head/usr.sbin/bhyve/bhyve.8 Fri Aug  7 10:48:52 2015(r286409)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd September 17, 2014
+.Dd August 7, 2015
 .Dt BHYVE 8
 .Os
 .Sh NAME
@@ -50,7 +50,7 @@ Parameters such as the number of virtual
 I/O connectivity can be specified with command-line parameters.
 .Pp
 The guest operating system must be loaded with
-.Xr bhyveload 4
+.Xr bhyveload 8
 or a similar boot loader before running
 .Nm .
 .Pp
@@ -61,8 +61,8 @@ exit is detected.
 .Bl -tag -width 10n
 .It Fl a
 The guest's local APIC is configured in xAPIC mode.
-The xAPIC mode is the default setting so this option is redundant. It will be
-deprecated in a future version.
+The xAPIC mode is the default setting so this option is redundant.
+It will be deprecated in a future version.
 .It Fl A
 Generate ACPI tables.
 Required for
@@ -124,7 +124,7 @@ Force the guest virtual CPU to exit when
 .It Fl s Ar slot,emulation Ns Op , Ns Ar conf
 Configure a virtual PCI slot and function.
 .Pp
-.Nm bhyve
+.Nm
 provides PCI bus emulation and virtual devices that can be attached to
 slots on the bus.
 There are 32 available slots, with the option of providing up to 8 functions
@@ -136,11 +136,19 @@ per slot.
 .Pp
 The
 .Ar pcislot
-value is 0 to 31. The optional function value is 0 to 7. The optional
+value is 0 to 31.
+The optional
+.Ar function
+value is 0 to 7.
+The optional
 .Ar bus
 value is 0 to 255.
-If not specified, the function value defaults to 0.
-If not specified, the bus value defaults to 0.
+If not specified, the
+.Ar function
+value defaults to 0.
+If not specified, the
+.Ar bus
+value defaults to 0.
 .It Ar emulation
 .Bl -tag -width 10n
 .It Li hostbridge | Li amd_hostbridge
@@ -221,7 +229,9 @@ TTY devices:
 .Bl -tag -width 10n
 .It Li stdio
 Connect the serial port to the standard input and output of
-the bhyve process.
+the
+.Nm
+process.
 .It Pa /dev/xxx
 Use the host TTY device for serial port I/O.
 .El
@@ -265,7 +275,8 @@ in the guest's System Management BIOS Sy
 By default a UUID is generated from the host's hostname and
 .Ar vmname .
 .It Fl w
-Ignore accesses to unimplemented Model Specific Registers (MSRs). This is 
intended for debug purposes.
+Ignore accesses to unimplemented Model Specific Registers (MSRs).
+This is intended for debug purposes.
 .It Fl W
 Force virtio PCI device emulations to use MSI interrupts instead of MSI-X
 interrupts.
@@ -280,7 +291,7 @@ This should be the same as that created 
 .El
 .Sh EXAMPLES
 The guest operating system must have been loaded with
-.Xr bhyveload 4
+.Xr bhyveload 8
 or a similar boot loader before
 .Xr bhyve 4
 can be run.
@@ -308,7 +319,7 @@ Run an 8GB quad-CPU virtual machine with
 CD-ROM, a single virtio network port, an AMD hostbridge, and the console
 port connected to an
 .Xr nmdm 4
-null-model device.
+null-modem device.
 .Bd -literal -offset indent
 bhyve -c 4 \e\
   -s 0,amd_hostbridge -s 1,lpc \\
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286181 - stable/10/share/man/man4

2015-08-02 Thread Christian Brueffer
Author: brueffer
Date: Sun Aug  2 07:25:05 2015
New Revision: 286181
URL: https://svnweb.freebsd.org/changeset/base/286181

Log:
  MFC: r286090
  
  The kernel option and module are actually called pmspcv.

Modified:
  stable/10/share/man/man4/Makefile
  stable/10/share/man/man4/pms.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/Makefile
==
--- stable/10/share/man/man4/Makefile   Sun Aug  2 03:52:51 2015
(r286180)
+++ stable/10/share/man/man4/Makefile   Sun Aug  2 07:25:05 2015
(r286181)
@@ -658,6 +658,7 @@ MLINKS+=pccbb.4 cbb.4
 MLINKS+=pcm.4 snd.4 \
pcm.4 sound.4
 MLINKS+=pcn.4 if_pcn.4
+MLINKS+=pms.4 pmspcv.4
 MLINKS+=ral.4 if_ral.4
 MLINKS+=re.4 if_re.4
 MLINKS+=rl.4 if_rl.4

Modified: stable/10/share/man/man4/pms.4
==
--- stable/10/share/man/man4/pms.4  Sun Aug  2 03:52:51 2015
(r286180)
+++ stable/10/share/man/man4/pms.4  Sun Aug  2 07:25:05 2015
(r286181)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd July 29, 2015
+.Dd July 30, 2015
 .Dt PMS 4
 .Os
 .Sh NAME
@@ -35,14 +35,14 @@ To compile the driver into the kernel,
 place the following line in the
 kernel configuration file:
 .Bd -ragged -offset indent
-.Cd device pms
+.Cd device pmspcv
 .Ed
 .Pp
 Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
-pms_load=YES
+pmspcv_load=YES
 .Ed
 .Sh DESCRIPTION
 The
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286090 - head/share/man/man4

2015-07-30 Thread Christian Brueffer
Author: brueffer
Date: Thu Jul 30 19:08:23 2015
New Revision: 286090
URL: https://svnweb.freebsd.org/changeset/base/286090

Log:
  The kernel option and module are actually called pmspcv.
  
  MFC after:3 days

Modified:
  head/share/man/man4/Makefile
  head/share/man/man4/pms.4

Modified: head/share/man/man4/Makefile
==
--- head/share/man/man4/MakefileThu Jul 30 19:04:14 2015
(r286089)
+++ head/share/man/man4/MakefileThu Jul 30 19:08:23 2015
(r286090)
@@ -666,6 +666,7 @@ MLINKS+=pccbb.4 cbb.4
 MLINKS+=pcm.4 snd.4 \
pcm.4 sound.4
 MLINKS+=pcn.4 if_pcn.4
+MLINKS+=pms.4 pmspcv.4
 MLINKS+=ral.4 if_ral.4
 MLINKS+=re.4 if_re.4
 MLINKS+=rl.4 if_rl.4

Modified: head/share/man/man4/pms.4
==
--- head/share/man/man4/pms.4   Thu Jul 30 19:04:14 2015(r286089)
+++ head/share/man/man4/pms.4   Thu Jul 30 19:08:23 2015(r286090)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd July 29, 2015
+.Dd July 30, 2015
 .Dt PMS 4
 .Os
 .Sh NAME
@@ -35,14 +35,14 @@ To compile the driver into the kernel,
 place the following line in the
 kernel configuration file:
 .Bd -ragged -offset indent
-.Cd device pms
+.Cd device pmspcv
 .Ed
 .Pp
 Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
-pms_load=YES
+pmspcv_load=YES
 .Ed
 .Sh DESCRIPTION
 The
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286018 - stable/10/share/man/man4

2015-07-29 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 29 16:40:48 2015
New Revision: 286018
URL: https://svnweb.freebsd.org/changeset/base/286018

Log:
  MFC: r285858, r286017
  
  Add a basic manpage for the pms driver.

Added:
  stable/10/share/man/man4/pms.4
 - copied, changed from r285858, head/share/man/man4/pms.4
Modified:
  stable/10/share/man/man4/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/Makefile
==
--- stable/10/share/man/man4/Makefile   Wed Jul 29 16:37:36 2015
(r286017)
+++ stable/10/share/man/man4/Makefile   Wed Jul 29 16:40:48 2015
(r286018)
@@ -382,6 +382,7 @@ MAN=aac.4 \
${_pflog.4} \
${_pfsync.4} \
pim.4 \
+   pms.4 \
polling.4 \
ppbus.4 \
ppc.4 \

Copied and modified: stable/10/share/man/man4/pms.4 (from r285858, 
head/share/man/man4/pms.4)
==
--- head/share/man/man4/pms.4   Fri Jul 24 21:48:53 2015(r285858, copy 
source)
+++ stable/10/share/man/man4/pms.4  Wed Jul 29 16:40:48 2015
(r286018)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd July 23, 2015
+.Dd July 29, 2015
 .Dt PMS 4
 .Os
 .Sh NAME
@@ -124,5 +124,3 @@ The
 .Nm
 device driver first appeared in
 .Fx 10.2 .
-.Sh AUTHORS
-.An Achim Leubner Aq Mt achim.leub...@pmcs.com
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286017 - head/share/man/man4

2015-07-29 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 29 16:37:36 2015
New Revision: 286017
URL: https://svnweb.freebsd.org/changeset/base/286017

Log:
  Remove the AUTHORS section until it's clear who exactly wrote the driver.

Modified:
  head/share/man/man4/pms.4

Modified: head/share/man/man4/pms.4
==
--- head/share/man/man4/pms.4   Wed Jul 29 15:42:22 2015(r286016)
+++ head/share/man/man4/pms.4   Wed Jul 29 16:37:36 2015(r286017)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd July 23, 2015
+.Dd July 29, 2015
 .Dt PMS 4
 .Os
 .Sh NAME
@@ -124,5 +124,3 @@ The
 .Nm
 device driver first appeared in
 .Fx 10.2 .
-.Sh AUTHORS
-.An Achim Leubner Aq Mt achim.leub...@pmcs.com
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286019 - stable/10/release/doc/en_US.ISO8859-1/hardware

2015-07-29 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 29 17:05:42 2015
New Revision: 286019
URL: https://svnweb.freebsd.org/changeset/base/286019

Log:
  MFC: r285859
  
  Auto-generate hardware notes for pms(4).

Modified:
  stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml  Wed Jul 29 
16:40:48 2015(r286018)
+++ stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml  Wed Jul 29 
17:05:42 2015(r286019)
@@ -765,6 +765,8 @@
 
   hwlist.nsp;
 
+  hwlist.pms;
+
   hwlist.pst;
 
   hwlist.siis;
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r286022 - releng/10.2/share/man/man4

2015-07-29 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 29 17:25:18 2015
New Revision: 286022
URL: https://svnweb.freebsd.org/changeset/base/286022

Log:
  MFC: r285858, r286017
  
  Add a basic manpage for the pms driver.
  
  Approved by:  re (gjb)

Added:
  releng/10.2/share/man/man4/pms.4
 - copied unchanged from r286018, stable/10/share/man/man4/pms.4
Modified:
  releng/10.2/share/man/man4/Makefile
Directory Properties:
  releng/10.2/   (props changed)

Modified: releng/10.2/share/man/man4/Makefile
==
--- releng/10.2/share/man/man4/Makefile Wed Jul 29 17:18:27 2015
(r286021)
+++ releng/10.2/share/man/man4/Makefile Wed Jul 29 17:25:18 2015
(r286022)
@@ -382,6 +382,7 @@ MAN=aac.4 \
${_pflog.4} \
${_pfsync.4} \
pim.4 \
+   pms.4 \
polling.4 \
ppbus.4 \
ppc.4 \

Copied: releng/10.2/share/man/man4/pms.4 (from r286018, 
stable/10/share/man/man4/pms.4)
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ releng/10.2/share/man/man4/pms.4Wed Jul 29 17:25:18 2015
(r286022, copy of r286018, stable/10/share/man/man4/pms.4)
@@ -0,0 +1,126 @@
+.\ Copyright (c) 2015 Christian Brueffer
+.\ All rights reserved.
+.\
+.\ Redistribution and use in source and binary forms, with or without
+.\ modification, are permitted provided that the following conditions
+.\ are met:
+.\ 1. Redistributions of source code must retain the above copyright
+.\notice, this list of conditions and the following disclaimer.
+.\ 2. Redistributions in binary form must reproduce the above copyright
+.\notice, this list of conditions and the following disclaimer in the
+.\documentation and/or other materials provided with the distribution.
+.\
+.\ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\ ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\ SUCH DAMAGE.
+.\
+.\ $FreeBSD$
+.\
+.Dd July 29, 2015
+.Dt PMS 4
+.Os
+.Sh NAME
+.Nm pms
+.Nd PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 SAS/SATA HBA Controller 
driver
+.Sh SYNOPSIS
+To compile the driver into the kernel,
+place the following line in the
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd device pms
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+pms_load=YES
+.Ed
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077
+range of SAS/SATA HBA controllers.
+.Sh HARDWARE
+The
+.Nm
+driver supports the following hardware:
+.Pp
+.Bl -bullet -compact
+.It
+Tachyon TS Fibre Channel Card
+.It
+Tachyon TL Fibre Channel Card
+.It
+Tachyon XL2 Fibre Channel Card
+.It
+Tachyon DX2 Fibre Channel Card
+.It
+Tachyon DX2+ Fibre Channel Card
+.It
+Tachyon DX4+ Fibre Channel Card
+.It
+Tachyon QX2 Fibre Channel Card
+.It
+Tachyon QX4 Fibre Channel Card
+.It
+Tachyon DE4 Fibre Channel Card
+.It
+Tachyon QE4 Fibre Channel Card
+.It
+Tachyon XL10 Fibre Channel Card
+.It
+PMC Sierra SPC SAS-SATA Card
+.It
+PMC Sierra SPC-V SAS-SATA Card
+.It
+PMC Sierra SPC-VE SAS-SATA Card
+.It
+PMC Sierra SPC-V 16 Port SAS-SATA Card
+.It
+PMC Sierra SPC-VE 16 Port SAS-SATA Card
+.It
+PMC Sierra SPC-V SAS-SATA Card 12Gig
+.It
+PMC Sierra SPC-VE SAS-SATA Card 12Gig
+.It
+PMC Sierra SPC-V 16 Port SAS-SATA Card 12Gig
+.It
+PMC Sierra SPC-VE 16 Port SAS-SATA Card 12Gig
+.It
+Adaptec Hialeah 4/8 Port SAS-SATA HBA Card 6Gig
+.It
+Adaptec Hialeah 4/8 Port SAS-SATA RAID Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA HBA Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA RAID Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA HBA Encryption Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA RAID Encryption Card 6Gig
+.It
+Adaptec Delray 8 Port SAS-SATA HBA Card 12Gig
+.It
+Adaptec Delray 8 Port SAS-SATA HBA Encryption Card 12Gig
+.It
+Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig
+.It
+Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig
+.El
+.Sh SEE ALSO
+.Xr cam 4 ,
+.Xr camcontrol 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 10.2 .
___
svn-src-all@freebsd.org mailing list
http

svn commit: r286023 - releng/10.2/release/doc/en_US.ISO8859-1/hardware

2015-07-29 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 29 17:28:04 2015
New Revision: 286023
URL: https://svnweb.freebsd.org/changeset/base/286023

Log:
  MFC: r285859 (via r286019)
  
  Auto-generate hardware notes for pms(4).
  
  Approved by:  re (gjb)

Modified:
  releng/10.2/release/doc/en_US.ISO8859-1/hardware/article.xml
Directory Properties:
  releng/10.2/   (props changed)

Modified: releng/10.2/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- releng/10.2/release/doc/en_US.ISO8859-1/hardware/article.xmlWed Jul 
29 17:25:18 2015(r286022)
+++ releng/10.2/release/doc/en_US.ISO8859-1/hardware/article.xmlWed Jul 
29 17:28:04 2015(r286023)
@@ -765,6 +765,8 @@
 
   hwlist.nsp;
 
+  hwlist.pms;
+
   hwlist.pst;
 
   hwlist.siis;
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285885 - head/sys/fs/tmpfs

2015-07-26 Thread Christian Brueffer
Author: brueffer
Date: Sun Jul 26 08:33:46 2015
New Revision: 285885
URL: https://svnweb.freebsd.org/changeset/base/285885

Log:
  In tmpfs_chtimes(), remove checks on the nanosecond level when
  determining whether a node changed.
  
  Other filesystems, e.g., UFS, only check on seconds, when determining
  whether something changed.
  
  This also corrects the birthtime case, where we checked tv_nsec
  twice, instead of tv_sec and tv_nsec (PR).
  
  PR:   201284
  Submitted by: David Binderman
  Patch suggested by:   kib
  Reviewed by:  kib
  MFC after:2 weeks
  Committed from:   Essen FreeBSD Hackathon

Modified:
  head/sys/fs/tmpfs/tmpfs_subr.c

Modified: head/sys/fs/tmpfs/tmpfs_subr.c
==
--- head/sys/fs/tmpfs/tmpfs_subr.c  Sun Jul 26 00:11:04 2015
(r285884)
+++ head/sys/fs/tmpfs/tmpfs_subr.c  Sun Jul 26 08:33:46 2015
(r285885)
@@ -1709,20 +1709,18 @@ tmpfs_chtimes(struct vnode *vp, struct v
if (error != 0)
return (error);
 
-   if (vap-va_atime.tv_sec != VNOVAL  vap-va_atime.tv_nsec != VNOVAL)
+   if (vap-va_atime.tv_sec != VNOVAL)
node-tn_status |= TMPFS_NODE_ACCESSED;
 
-   if (vap-va_mtime.tv_sec != VNOVAL  vap-va_mtime.tv_nsec != VNOVAL)
+   if (vap-va_mtime.tv_sec != VNOVAL)
node-tn_status |= TMPFS_NODE_MODIFIED;
 
-   if (vap-va_birthtime.tv_nsec != VNOVAL 
-   vap-va_birthtime.tv_nsec != VNOVAL)
+   if (vap-va_birthtime.tv_sec != VNOVAL)
node-tn_status |= TMPFS_NODE_MODIFIED;
 
tmpfs_itimes(vp, vap-va_atime, vap-va_mtime);
 
-   if (vap-va_birthtime.tv_nsec != VNOVAL 
-   vap-va_birthtime.tv_nsec != VNOVAL)
+   if (vap-va_birthtime.tv_sec != VNOVAL)
node-tn_birthtime = vap-va_birthtime;
MPASS(VOP_ISLOCKED(vp));
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: svn commit: r285885 - head/sys/fs/tmpfs

2015-07-26 Thread Christian Brueffer
On 7/26/15 10:41 AM, Konstantin Belousov wrote:
 On Sun, Jul 26, 2015 at 08:33:47AM +, Christian Brueffer wrote:
 Author: brueffer
 Date: Sun Jul 26 08:33:46 2015
 New Revision: 285885
 URL: https://svnweb.freebsd.org/changeset/base/285885

 Log:
   In tmpfs_chtimes(), remove checks on the nanosecond level when
   determining whether a node changed.
 No, these are checks to see if the userspace requested an update to the
 corresponding inode time and supplied valid time.
 
 I.e. the code change is right, but the commit message is misleading.

Ah, sorry for the misunderstanding.  I'll do a forced commit to clarify
the message later today.

Thanks for the help!

Chris



signature.asc
Description: OpenPGP digital signature


svn commit: r285858 - head/share/man/man4

2015-07-24 Thread Christian Brueffer
Author: brueffer
Date: Fri Jul 24 21:48:53 2015
New Revision: 285858
URL: https://svnweb.freebsd.org/changeset/base/285858

Log:
  Add a basic manpage for the pms driver.
  
  MFC after:1 week
  Committed from:   Essen FreeBSD Hackathon

Added:
  head/share/man/man4/pms.4   (contents, props changed)
Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==
--- head/share/man/man4/MakefileFri Jul 24 20:20:59 2015
(r285857)
+++ head/share/man/man4/MakefileFri Jul 24 21:48:53 2015
(r285858)
@@ -388,6 +388,7 @@ MAN=aac.4 \
${_pflog.4} \
${_pfsync.4} \
pim.4 \
+   pms.4 \
polling.4 \
ppbus.4 \
ppc.4 \

Added: head/share/man/man4/pms.4
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/share/man/man4/pms.4   Fri Jul 24 21:48:53 2015(r285858)
@@ -0,0 +1,128 @@
+.\ Copyright (c) 2015 Christian Brueffer
+.\ All rights reserved.
+.\
+.\ Redistribution and use in source and binary forms, with or without
+.\ modification, are permitted provided that the following conditions
+.\ are met:
+.\ 1. Redistributions of source code must retain the above copyright
+.\notice, this list of conditions and the following disclaimer.
+.\ 2. Redistributions in binary form must reproduce the above copyright
+.\notice, this list of conditions and the following disclaimer in the
+.\documentation and/or other materials provided with the distribution.
+.\
+.\ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\ ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\ SUCH DAMAGE.
+.\
+.\ $FreeBSD$
+.\
+.Dd July 23, 2015
+.Dt PMS 4
+.Os
+.Sh NAME
+.Nm pms
+.Nd PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 SAS/SATA HBA Controller 
driver
+.Sh SYNOPSIS
+To compile the driver into the kernel,
+place the following line in the
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd device pms
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+pms_load=YES
+.Ed
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077
+range of SAS/SATA HBA controllers.
+.Sh HARDWARE
+The
+.Nm
+driver supports the following hardware:
+.Pp
+.Bl -bullet -compact
+.It
+Tachyon TS Fibre Channel Card
+.It
+Tachyon TL Fibre Channel Card
+.It
+Tachyon XL2 Fibre Channel Card
+.It
+Tachyon DX2 Fibre Channel Card
+.It
+Tachyon DX2+ Fibre Channel Card
+.It
+Tachyon DX4+ Fibre Channel Card
+.It
+Tachyon QX2 Fibre Channel Card
+.It
+Tachyon QX4 Fibre Channel Card
+.It
+Tachyon DE4 Fibre Channel Card
+.It
+Tachyon QE4 Fibre Channel Card
+.It
+Tachyon XL10 Fibre Channel Card
+.It
+PMC Sierra SPC SAS-SATA Card
+.It
+PMC Sierra SPC-V SAS-SATA Card
+.It
+PMC Sierra SPC-VE SAS-SATA Card
+.It
+PMC Sierra SPC-V 16 Port SAS-SATA Card
+.It
+PMC Sierra SPC-VE 16 Port SAS-SATA Card
+.It
+PMC Sierra SPC-V SAS-SATA Card 12Gig
+.It
+PMC Sierra SPC-VE SAS-SATA Card 12Gig
+.It
+PMC Sierra SPC-V 16 Port SAS-SATA Card 12Gig
+.It
+PMC Sierra SPC-VE 16 Port SAS-SATA Card 12Gig
+.It
+Adaptec Hialeah 4/8 Port SAS-SATA HBA Card 6Gig
+.It
+Adaptec Hialeah 4/8 Port SAS-SATA RAID Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA HBA Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA RAID Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA HBA Encryption Card 6Gig
+.It
+Adaptec Hialeah 8/16 Port SAS-SATA RAID Encryption Card 6Gig
+.It
+Adaptec Delray 8 Port SAS-SATA HBA Card 12Gig
+.It
+Adaptec Delray 8 Port SAS-SATA HBA Encryption Card 12Gig
+.It
+Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig
+.It
+Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig
+.El
+.Sh SEE ALSO
+.Xr cam 4 ,
+.Xr camcontrol 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 10.2 .
+.Sh AUTHORS
+.An Achim Leubner Aq Mt achim.leub...@pmcs.com
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285859 - head/release/doc/en_US.ISO8859-1/hardware

2015-07-24 Thread Christian Brueffer
Author: brueffer
Date: Fri Jul 24 21:55:16 2015
New Revision: 285859
URL: https://svnweb.freebsd.org/changeset/base/285859

Log:
  Auto-generate hardware notes for pms(4).
  
  MFC after:1 week
  Committed from:   Essen FreeBSD Hackathon

Modified:
  head/release/doc/en_US.ISO8859-1/hardware/article.xml

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml   Fri Jul 24 
21:48:53 2015(r285858)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml   Fri Jul 24 
21:55:16 2015(r285859)
@@ -731,6 +731,8 @@
 
   hwlist.nsp;
 
+  hwlist.pms;
+
   hwlist.pst;
 
   hwlist.siis;
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285811 - stable/10/sys/dev/ichwd

2015-07-23 Thread Christian Brueffer
Author: brueffer
Date: Thu Jul 23 13:22:13 2015
New Revision: 285811
URL: https://svnweb.freebsd.org/changeset/base/285811

Log:
  MFC: r285628
  
  Actually recognize all Intel Lynx Point devices we have device IDs for.
  
  PR:   195851
  Submitted by: ftig...@wolfpond.org
  Approved by:  re (gjb)

Modified:
  stable/10/sys/dev/ichwd/ichwd.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/ichwd/ichwd.c
==
--- stable/10/sys/dev/ichwd/ichwd.c Thu Jul 23 11:11:01 2015
(r285810)
+++ stable/10/sys/dev/ichwd/ichwd.c Thu Jul 23 13:22:13 2015
(r285811)
@@ -194,6 +194,35 @@ static struct ichwd_device ichwd_devices
{ DEVICEID_LPT0, Intel Lynx Point watchdog timer, 10 },
{ DEVICEID_LPT1, Intel Lynx Point watchdog timer, 10 },
{ DEVICEID_LPT2, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT3, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT4, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT5, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT6, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT7, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT8, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT9, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT10,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT11,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT12,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT13,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT14,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT15,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT16,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT17,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT18,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT19,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT20,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT21,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT22,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT23,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT24,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT25,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT26,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT27,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT28,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT29,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT30,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT31,Intel Lynx Point watchdog timer, 10 },
{ DEVICEID_WCPT2,Intel Wildcat Point watchdog timer,  10 },
{ DEVICEID_WCPT4,Intel Wildcat Point watchdog timer,  10 },
{ DEVICEID_WCPT6,Intel Wildcat Point watchdog timer,  10 },
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285795 - stable/10/tools/regression/lib/libc/nss

2015-07-22 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 22 15:39:41 2015
New Revision: 285795
URL: https://svnweb.freebsd.org/changeset/base/285795

Log:
  MFC: r285543
  
  Add a missing break statement, which made the code default to IPv6.
  
  PR:   201285
  Submitted by: David Binderman
  Approved by:  re (gjb)

Modified:
  stable/10/tools/regression/lib/libc/nss/test-getaddr.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/regression/lib/libc/nss/test-getaddr.c
==
--- stable/10/tools/regression/lib/libc/nss/test-getaddr.c  Wed Jul 22 
15:30:10 2015(r285794)
+++ stable/10/tools/regression/lib/libc/nss/test-getaddr.c  Wed Jul 22 
15:39:41 2015(r285795)
@@ -448,6 +448,7 @@ main(int argc, char **argv)
switch (c) {
case '4':
hints.ai_family = PF_INET;
+   break;
case '6':
hints.ai_family = PF_INET6;
break;
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285748 - in stable/10/sbin/ggate: ggatec ggatel

2015-07-21 Thread Christian Brueffer
Author: brueffer
Date: Tue Jul 21 14:25:21 2015
New Revision: 285748
URL: https://svnweb.freebsd.org/changeset/base/285748

Log:
  MFC: r285531
  
  Unbreak ggatec and ggatel on i386 after r238119, which added two more
  'struct g_gate_ctl_create' fields.
  
  While the behaviour was technically undefined on other architectures
  as well, on the reporter's amd64 systems the uninitialized bytes the
  kernel cares about were always zero so everything worked as expected.
  
  PR:   197309, 199559
  Submitted by: o...@j.email.ne.jp, Fabian Keil
  Reviewed by:  pjd
  Approved by:  re (gjb)

Modified:
  stable/10/sbin/ggate/ggatec/ggatec.c
  stable/10/sbin/ggate/ggatel/ggatel.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/ggate/ggatec/ggatec.c
==
--- stable/10/sbin/ggate/ggatec/ggatec.cTue Jul 21 13:25:56 2015
(r285747)
+++ stable/10/sbin/ggate/ggatec/ggatec.cTue Jul 21 14:25:21 2015
(r285748)
@@ -447,6 +447,7 @@ g_gatec_create(void)
/*
 * Ok, got both sockets, time to create provider.
 */
+   memset(ggioc, 0, sizeof(ggioc));
ggioc.gctl_version = G_GATE_VERSION;
ggioc.gctl_mediasize = mediasize;
ggioc.gctl_sectorsize = sectorsize;

Modified: stable/10/sbin/ggate/ggatel/ggatel.c
==
--- stable/10/sbin/ggate/ggatel/ggatel.cTue Jul 21 13:25:56 2015
(r285747)
+++ stable/10/sbin/ggate/ggatel/ggatel.cTue Jul 21 14:25:21 2015
(r285748)
@@ -173,6 +173,7 @@ g_gatel_create(void)
fd = open(path, g_gate_openflags(flags) | O_DIRECT | O_FSYNC);
if (fd == -1)
err(EXIT_FAILURE, Cannot open %s, path);
+   memset(ggioc, 0, sizeof(ggioc));
ggioc.gctl_version = G_GATE_VERSION;
ggioc.gctl_unit = unit;
ggioc.gctl_mediasize = g_gate_mediasize(fd);
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285749 - stable/10/sbin/ggate/ggated

2015-07-21 Thread Christian Brueffer
Author: brueffer
Date: Tue Jul 21 14:27:36 2015
New Revision: 285749
URL: https://svnweb.freebsd.org/changeset/base/285749

Log:
  MFC: r285529
  
  If ggated's exports_find() fails, the connection is removed before
  (trying to) report the problem to the client.
  
  sendfail() is called with an already closed socket and thus it
  fails to inform the client about the problem.
  
  Fix this by calling sendfail() before connection_remove().
  
  PR:   195944
  Submitted by: Fabian Keil
  Reviewed by:  pjd
  Approved by:  re (gjb)

Modified:
  stable/10/sbin/ggate/ggated/ggated.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/ggate/ggated/ggated.c
==
--- stable/10/sbin/ggate/ggated/ggated.cTue Jul 21 14:25:21 2015
(r285748)
+++ stable/10/sbin/ggate/ggated/ggated.cTue Jul 21 14:27:36 2015
(r285749)
@@ -906,8 +906,8 @@ handshake(struct sockaddr *from, int sfd
 
ex = exports_find(from, cinit, conn);
if (ex == NULL) {
-   connection_remove(conn);
sendfail(sfd, errno, NULL);
+   connection_remove(conn);
return (0);
}
if (conn-c_mediasize == 0) {
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285718 - stable/10/usr.bin/c99

2015-07-20 Thread Christian Brueffer
Author: brueffer
Date: Mon Jul 20 14:40:34 2015
New Revision: 285718
URL: https://svnweb.freebsd.org/changeset/base/285718

Log:
  MFC: r285457
  
  Don't claim c99 is a wrapper around gcc; it's a wrapper around the system
  cc.
  
  PR: 201303
  Submitted by:   Bruce Cran
  Approved by:re (gjb)

Modified:
  stable/10/usr.bin/c99/c99.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/c99/c99.1
==
--- stable/10/usr.bin/c99/c99.1 Mon Jul 20 14:38:40 2015(r285717)
+++ stable/10/usr.bin/c99/c99.1 Mon Jul 20 14:40:34 2015(r285718)
@@ -26,7 +26,7 @@
 .\ From FreeBSD: src/usr.bin/c89/c89.1,v 1.11 2007/03/10 07:10:01 ru Exp
 .\ $FreeBSD$
 .\
-.Dd June 17, 2010
+.Dd July 13, 2015
 .Dt C99 1
 .Os
 .Sh NAME
@@ -188,12 +188,3 @@ The
 .Nm
 utility interface conforms to
 .St -p1003.1-2001 .
-Since it is a wrapper around
-.Tn GCC ,
-it is limited to the
-.Tn C99
-features that
-.Tn GCC
-actually implements.
-See
-.Pa http://gcc.gnu.org/gcc-4.2/c99status.html .
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285624 - stable/9/sys/compat/ndis

2015-07-16 Thread Christian Brueffer
Author: brueffer
Date: Thu Jul 16 09:08:36 2015
New Revision: 285624
URL: https://svnweb.freebsd.org/changeset/base/285624

Log:
  MFC: r232509 by brucec
  
  Fix race condition in KfRaiseIrql().
  
  After getting the current irql, if the kthread gets preempted and
  subsequently runs on a different CPU, the saved irql could be wrong.
  
  Also, correct the panic string.
  
  PR:   kern/165630
  Submitted by: Vladislav Movchan vladislav.movchan at gmail.com

Modified:
  stable/9/sys/compat/ndis/subr_hal.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/compat/ndis/subr_hal.c
==
--- stable/9/sys/compat/ndis/subr_hal.c Thu Jul 16 08:03:23 2015
(r285623)
+++ stable/9/sys/compat/ndis/subr_hal.c Thu Jul 16 09:08:36 2015
(r285624)
@@ -392,16 +392,18 @@ KfRaiseIrql(uint8_t irql)
 {
uint8_t oldirql;
 
+   sched_pin();
oldirql = KeGetCurrentIrql();
 
/* I am so going to hell for this. */
if (oldirql  irql)
-   panic(IRQL_NOT_LESS_THAN);
+   panic(IRQL_NOT_LESS_THAN_OR_EQUAL);
 
-   if (oldirql != DISPATCH_LEVEL) {
-   sched_pin();
+   if (oldirql != DISPATCH_LEVEL) 
mtx_lock(disp_lock[curthread-td_oncpu]);
-   }
+   else
+   sched_unpin();  
+
 /*printf(RAISE IRQL: %d %d\n, irql, oldirql);*/
 
return (oldirql);
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285628 - head/sys/dev/ichwd

2015-07-16 Thread Christian Brueffer
Author: brueffer
Date: Thu Jul 16 11:14:59 2015
New Revision: 285628
URL: https://svnweb.freebsd.org/changeset/base/285628

Log:
  Actually recognize all Intel Lynx Point devices we have device IDs for.
  
  PR:   195851
  Submitted by: ftig...@wolfpond.org
  MFC after:1 week

Modified:
  head/sys/dev/ichwd/ichwd.c

Modified: head/sys/dev/ichwd/ichwd.c
==
--- head/sys/dev/ichwd/ichwd.c  Thu Jul 16 10:46:52 2015(r285627)
+++ head/sys/dev/ichwd/ichwd.c  Thu Jul 16 11:14:59 2015(r285628)
@@ -194,6 +194,35 @@ static struct ichwd_device ichwd_devices
{ DEVICEID_LPT0, Intel Lynx Point watchdog timer, 10 },
{ DEVICEID_LPT1, Intel Lynx Point watchdog timer, 10 },
{ DEVICEID_LPT2, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT3, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT4, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT5, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT6, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT7, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT8, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT9, Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT10,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT11,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT12,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT13,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT14,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT15,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT16,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT17,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT18,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT19,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT20,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT21,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT22,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT23,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT24,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT25,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT26,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT27,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT28,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT29,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT30,Intel Lynx Point watchdog timer, 10 },
+   { DEVICEID_LPT31,Intel Lynx Point watchdog timer, 10 },
{ DEVICEID_WCPT2,Intel Wildcat Point watchdog timer,  10 },
{ DEVICEID_WCPT4,Intel Wildcat Point watchdog timer,  10 },
{ DEVICEID_WCPT6,Intel Wildcat Point watchdog timer,  10 },
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285603 - stable/10/share/man/man4

2015-07-15 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 15 16:47:13 2015
New Revision: 285603
URL: https://svnweb.freebsd.org/changeset/base/285603

Log:
  MFC: r277218, r277219, r280572, r280573, r280574
  
  Add manpages for the ixl and ixlv drivers.
  
  PR:   194313
  Approved by:  re (marius)

Added:
  stable/10/share/man/man4/ixl.4
 - copied, changed from r277218, head/share/man/man4/ixl.4
  stable/10/share/man/man4/ixlv.4
 - copied, changed from r277218, head/share/man/man4/ixlv.4
Modified:
  stable/10/share/man/man4/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/Makefile
==
--- stable/10/share/man/man4/Makefile   Wed Jul 15 14:28:57 2015
(r285602)
+++ stable/10/share/man/man4/Makefile   Wed Jul 15 16:47:13 2015
(r285603)
@@ -216,6 +216,8 @@ MAN=aac.4 \
iwnfw.4 \
ixgb.4 \
ixgbe.4 \
+   ixl.4 \
+   ixlv.4 \
jme.4 \
joy.4 \
kbdmux.4 \
@@ -620,6 +622,8 @@ MLINKS+=ixgb.4 if_ixgb.4
 MLINKS+=ixgbe.4 ix.4
 MLINKS+=ixgbe.4 if_ix.4
 MLINKS+=ixgbe.4 if_ixgbe.4
+MLINKS+=ixl.4 if_ixl.4
+MLINKS+=ixlv.4 if_ixlv.4
 MLINKS+=jme.4 if_jme.4
 MLINKS+=kue.4 if_kue.4
 MLINKS+=lagg.4 trunk.4

Copied and modified: stable/10/share/man/man4/ixl.4 (from r277218, 
head/share/man/man4/ixl.4)
==
--- head/share/man/man4/ixl.4   Thu Jan 15 21:47:02 2015(r277218, copy 
source)
+++ stable/10/share/man/man4/ixl.4  Wed Jul 15 16:47:13 2015
(r285603)
@@ -31,7 +31,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd January 14, 2015
+.Dd March 25, 2015
 .Dt IXL 4
 .Os
 .Sh NAME
@@ -113,8 +113,6 @@ Intel DUAL RATE 1G/10G SFP+ LR (bailed) 
 Note that X710/XL710 Based SFP+ adapters also support all passive and active
 limiting direct attach cables that comply with SFF-8431 v4.1 and
 SFF-8472 v10.4 specifications.
-
-.Pp
 .Sh LOADER TUNABLES
 Tunables can be set at the
 .Xr loader 8
@@ -125,10 +123,10 @@ prompt before booting the kernel or stor
 Allows one to enable/disable MSIX, thus forcing MSI instead.
 .It Va hw.ixl.ringsz
 Set the number of descriptors in the rings, note that this
-changes BOTH the TX and RX rings, they cannot be set independly.
+changes BOTH the TX and RX rings, they cannot be set independently.
 .It Va hw.ixl.max_queues
 Set the number of queues (each a TX/RX pair) for the port, this
-allows one to override the autocalculation if its set to 0.
+allows one to override the autocalculation if it is set to 0.
 .It Va hw.ixl.dynamic_rx_itr
 The dynamic RX interrupt control, set to 1 to enable.
 .It Va hw.ixl.dynamic_tx_itr
@@ -138,27 +136,31 @@ The RX interrupt rate value, set to 8K b
 .It Va hw.ixl.tx_itr
 The TX interrupt rate value, set to 4K by default.
 .El
-.Pp
 .Sh SYSCTL PROCEDURES
 .Bl -tag -width indent
 .It Va hw.ixl.fc
-Allows one to set the flow control value. A value of 0 disables
+Allows one to set the flow control value.
+A value of 0 disables
 flow control, 3 enables full, 1 is RX, and 2 is TX pause.
 .It Va hw.ixl.advertise_speed
 Allows one to set advertised link speeds, this will then
-cause a link renegotiation. With the appropriate adapter
-this can cause a link at 10GB, 1GB, or 100MB. 
+cause a link renegotiation.
+With the appropriate adapter
+this can cause a link at 10GB, 1GB, or 100MB.
 .It Va hw.ixl.current_speed
 This is a display of the current setting.
 .It Va hw.ixl.fw_version
 This is a display of the Firmware version.
+.El
 .Sh Interrupt Storms
-It is important to note that 40G operation can generate high 
+It is important to note that 40G operation can generate high
 numbers of interrupts, often incorrectly being interpreted as
-a storm condition in the kernel. It is suggested that this
+a storm condition in the kernel.
+It is suggested that this
 be resolved by setting:
 .Bl -tag -width indent
 .It Va hw.intr_storm_threshold: 0
+.El
 .Sh SUPPORT
 For general information and support,
 go to the Intel support website at:
@@ -169,6 +171,7 @@ email all the specific information relat
 .Aq free...@intel.com .
 .Sh SEE ALSO
 .Xr arp 4 ,
+.Xr ixlv 4 ,
 .Xr netintro 4 ,
 .Xr ng_ether 4 ,
 .Xr vlan 4 ,
@@ -183,6 +186,6 @@ device driver first appeared in
 The
 .Nm
 driver was written by
-.An Jack Vogel Aq j...@freebsd.org
+.An Jack Vogel Aq Mt j...@freebsd.org
 and
-.An Eric Joyner Aq ricer...@gmail.com .
+.An Eric Joyner Aq Mt ricer...@gmail.com .

Copied and modified: stable/10/share/man/man4/ixlv.4 (from r277218, 
head/share/man/man4/ixlv.4)
==
--- head/share/man/man4/ixlv.4  Thu Jan 15 21:47:02 2015(r277218, copy 
source)
+++ stable/10/share/man/man4/ixlv.4 Wed Jul 15 16:47:13 2015
(r285603)
@@ -31,7 +31,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd January 14, 2015
+.Dd March 25, 2015
 .Dt IXLV 4
 .Os
 .Sh NAME
@@ -77,13 +77,13 @@ and/or 

svn commit: r285608 - stable/10/sys/dev/watchdog

2015-07-15 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 15 17:43:13 2015
New Revision: 285608
URL: https://svnweb.freebsd.org/changeset/base/285608

Log:
  MFC: r261495 by ed
  
  Use right buffer to print to.
  
  PR:   kern/176597
  Submitted by: Christoph Mallon christoph mallon gmx de
  Approved by:  re (gjb)

Modified:
  stable/10/sys/dev/watchdog/watchdog.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/watchdog/watchdog.c
==
--- stable/10/sys/dev/watchdog/watchdog.c   Wed Jul 15 17:36:35 2015
(r285607)
+++ stable/10/sys/dev/watchdog/watchdog.c   Wed Jul 15 17:43:13 2015
(r285608)
@@ -226,7 +226,7 @@ wd_timeout_cb(void *arg)
 #ifdef DDB
if ((wd_pretimeout_act  WD_SOFT_DDB)) {
char kdb_why[80];
-   snprintf(kdb_why, sizeof(buf), watchdog %s timeout, type);
+   snprintf(kdb_why, sizeof(kdb_why), watchdog %s timeout, type);
kdb_backtrace();
kdb_enter(KDB_WHY_WATCHDOG, kdb_why);
}
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285599 - stable/10/sys/dev/nand

2015-07-15 Thread Christian Brueffer
Author: brueffer
Date: Wed Jul 15 11:58:30 2015
New Revision: 285599
URL: https://svnweb.freebsd.org/changeset/base/285599

Log:
  MFC: r285006
  
  Use the correct le*dec function to decode a 16bit type.
  
  PR:   194228
  Submitted by: David Horwitt
  Approved by:  re (marius)

Modified:
  stable/10/sys/dev/nand/nand_generic.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/nand/nand_generic.c
==
--- stable/10/sys/dev/nand/nand_generic.c   Wed Jul 15 11:27:34 2015
(r285598)
+++ stable/10/sys/dev/nand/nand_generic.c   Wed Jul 15 11:58:30 2015
(r285599)
@@ -392,7 +392,7 @@ onfi_read_parameter(struct nand_chip *ch
chip_params-blocks_per_lun = le32dec(params.blocks_per_lun);
chip_params-pages_per_block = le32dec(params.pages_per_block);
chip_params-bytes_per_page = le32dec(params.bytes_per_page);
-   chip_params-spare_bytes_per_page = 
le32dec(params.spare_bytes_per_page);
+   chip_params-spare_bytes_per_page = 
le16dec(params.spare_bytes_per_page);
chip_params-t_bers = le16dec(params.t_bers);
chip_params-t_prog = le16dec(params.t_prog);
chip_params-t_r = le16dec(params.t_r);
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285531 - in head/sbin/ggate: ggatec ggatel

2015-07-14 Thread Christian Brueffer
Author: brueffer
Date: Tue Jul 14 10:49:36 2015
New Revision: 285531
URL: https://svnweb.freebsd.org/changeset/base/285531

Log:
  Unbreak ggatec and ggatel on i386 after r238119, which added two more
  'struct g_gate_ctl_create' fields.
  
  While the behaviour was technically undefined on other architectures
  as well, on the reporter's amd64 systems the uninitialized bytes the
  kernel cares about were always zero so everything worked as expected.
  
  PR:   197309, 199559
  Submitted by: o...@j.email.ne.jp, Fabian Keil
  Reviewed by:  pjd
  MFC after:1 week

Modified:
  head/sbin/ggate/ggatec/ggatec.c
  head/sbin/ggate/ggatel/ggatel.c

Modified: head/sbin/ggate/ggatec/ggatec.c
==
--- head/sbin/ggate/ggatec/ggatec.c Tue Jul 14 10:47:56 2015
(r285530)
+++ head/sbin/ggate/ggatec/ggatec.c Tue Jul 14 10:49:36 2015
(r285531)
@@ -447,6 +447,7 @@ g_gatec_create(void)
/*
 * Ok, got both sockets, time to create provider.
 */
+   memset(ggioc, 0, sizeof(ggioc));
ggioc.gctl_version = G_GATE_VERSION;
ggioc.gctl_mediasize = mediasize;
ggioc.gctl_sectorsize = sectorsize;

Modified: head/sbin/ggate/ggatel/ggatel.c
==
--- head/sbin/ggate/ggatel/ggatel.c Tue Jul 14 10:47:56 2015
(r285530)
+++ head/sbin/ggate/ggatel/ggatel.c Tue Jul 14 10:49:36 2015
(r285531)
@@ -173,6 +173,7 @@ g_gatel_create(void)
fd = open(path, g_gate_openflags(flags) | O_DIRECT | O_FSYNC);
if (fd == -1)
err(EXIT_FAILURE, Cannot open %s, path);
+   memset(ggioc, 0, sizeof(ggioc));
ggioc.gctl_version = G_GATE_VERSION;
ggioc.gctl_unit = unit;
ggioc.gctl_mediasize = g_gate_mediasize(fd);
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285529 - head/sbin/ggate/ggated

2015-07-14 Thread Christian Brueffer
Author: brueffer
Date: Tue Jul 14 09:25:10 2015
New Revision: 285529
URL: https://svnweb.freebsd.org/changeset/base/285529

Log:
  If ggated's exports_find() fails, the connection is removed before
  (trying to) report the problem to the client.
  
  sendfail() is called with an already closed socket and thus it
  fails to inform the client about the problem.
  
  Fix this by calling sendfail() before connection_remove().
  
  PR:   195944
  Submitted by: Fabian Keil
  Reviewed by:  pjd
  MFC after:1 week

Modified:
  head/sbin/ggate/ggated/ggated.c

Modified: head/sbin/ggate/ggated/ggated.c
==
--- head/sbin/ggate/ggated/ggated.c Tue Jul 14 09:13:18 2015
(r285528)
+++ head/sbin/ggate/ggated/ggated.c Tue Jul 14 09:25:10 2015
(r285529)
@@ -906,8 +906,8 @@ handshake(struct sockaddr *from, int sfd
 
ex = exports_find(from, cinit, conn);
if (ex == NULL) {
-   connection_remove(conn);
sendfail(sfd, errno, NULL);
+   connection_remove(conn);
return (0);
}
if (conn-c_mediasize == 0) {
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285530 - in head/sys: amd64/conf arm64/conf i386/conf pc98/conf powerpc/conf sparc64/conf

2015-07-14 Thread Christian Brueffer
Author: brueffer
Date: Tue Jul 14 10:47:56 2015
New Revision: 285530
URL: https://svnweb.freebsd.org/changeset/base/285530

Log:
  Spell crypto correctly.

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/arm64/conf/GENERIC
  head/sys/i386/conf/GENERIC
  head/sys/pc98/conf/GENERIC
  head/sys/powerpc/conf/GENERIC
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==
--- head/sys/amd64/conf/GENERIC Tue Jul 14 09:25:10 2015(r285529)
+++ head/sys/amd64/conf/GENERIC Tue Jul 14 10:47:56 2015(r285530)
@@ -364,5 +364,5 @@ device  vmx # VMware 
VMXNET3 Ethernet
 # Netmap provides direct access to TX/RX rings on supported NICs
 device netmap  # netmap(4) support
 
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
 device crypto  # Required by IPSEC

Modified: head/sys/arm64/conf/GENERIC
==
--- head/sys/arm64/conf/GENERIC Tue Jul 14 09:25:10 2015(r285529)
+++ head/sys/arm64/conf/GENERIC Tue Jul 14 10:47:56 2015(r285530)
@@ -112,5 +112,5 @@ device  bpf # Berkeley packet filter
 optionsFDT
 device acpi
 
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
 device crypto  # Required by IPSEC

Modified: head/sys/i386/conf/GENERIC
==
--- head/sys/i386/conf/GENERIC  Tue Jul 14 09:25:10 2015(r285529)
+++ head/sys/i386/conf/GENERIC  Tue Jul 14 10:47:56 2015(r285530)
@@ -379,5 +379,5 @@ device  xenpci  # Xen HVM 
Hypervisor se
 # VMware support
 device vmx # VMware VMXNET3 Ethernet
 
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
 device crypto  # Required by IPSEC

Modified: head/sys/pc98/conf/GENERIC
==
--- head/sys/pc98/conf/GENERIC  Tue Jul 14 09:25:10 2015(r285529)
+++ head/sys/pc98/conf/GENERIC  Tue Jul 14 10:47:56 2015(r285530)
@@ -257,5 +257,5 @@ device  bpf # Berkeley 
packet filter
 #devicesnd_sb16  # Sound Blaster 16
 #devicesnd_sbc # Sound Blaster
 
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
 device crypto  # Required by IPSEC

Modified: head/sys/powerpc/conf/GENERIC
==
--- head/sys/powerpc/conf/GENERIC   Tue Jul 14 09:25:10 2015
(r285529)
+++ head/sys/powerpc/conf/GENERIC   Tue Jul 14 10:47:56 2015
(r285530)
@@ -217,5 +217,5 @@ device  snd_ai2s# Apple I2S audio
 device snd_davbus  # Apple DAVBUS audio
 device snd_uaudio  # USB Audio
 
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
 device crypto  # Required by IPSEC

Modified: head/sys/sparc64/conf/GENERIC
==
--- head/sys/sparc64/conf/GENERIC   Tue Jul 14 09:25:10 2015
(r285529)
+++ head/sys/sparc64/conf/GENERIC   Tue Jul 14 10:47:56 2015
(r285530)
@@ -251,5 +251,5 @@ device  snd_audiocs # Crystal Semiconduc
 device snd_es137x  # Ensoniq AudioPCI ES137x
 device snd_t4dwave # Acer Labs M5451
 
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
 device crypto  # Required by IPSEC
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r285532 - stable/10/sbin/camcontrol

2015-07-14 Thread Christian Brueffer
Author: brueffer
Date: Tue Jul 14 11:37:26 2015
New Revision: 285532
URL: https://svnweb.freebsd.org/changeset/base/285532

Log:
  MFC: r285037
  
  Add -b to the devlist usage info, forgotten in r260059.
  
  PR:   195094
  Submitted by: robin.hahl...@gw-computing.net
  Approved by:  re (marius)

Modified:
  stable/10/sbin/camcontrol/camcontrol.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/camcontrol/camcontrol.c
==
--- stable/10/sbin/camcontrol/camcontrol.c  Tue Jul 14 10:49:36 2015
(r285531)
+++ stable/10/sbin/camcontrol/camcontrol.c  Tue Jul 14 11:37:26 2015
(r285532)
@@ -8059,7 +8059,7 @@ usage(int printlong)
 
fprintf(printlong ? stdout : stderr,
 usage:  camcontrol command  [device id][generic args][command args]\n
-camcontrol devlist[-v]\n
+camcontrol devlist[-b] [-v]\n
 #ifndef MINIMALISTIC
 camcontrol periphlist [dev_id][-n dev_name] [-u unit]\n
 camcontrol tur[dev_id][generic args]\n
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


  1   2   3   4   5   6   7   8   9   >