svn commit: r356488 - head/usr.sbin/bsdinstall

2020-01-08 Thread Maxim Konovalov
Author: maxim
Date: Wed Jan  8 14:01:15 2020
New Revision: 356488
URL: https://svnweb.freebsd.org/changeset/base/356488

Log:
  o Spell "Redundancy" and "Remember" correctly.
  
  PR:   243187
  Submitted by: mikael.uran...@gmail.com (partially)

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

Modified: head/usr.sbin/bsdinstall/bsdinstall.8
==
--- head/usr.sbin/bsdinstall/bsdinstall.8   Wed Jan  8 11:30:42 2020
(r356487)
+++ head/usr.sbin/bsdinstall/bsdinstall.8   Wed Jan  8 14:01:15 2020
(r356488)
@@ -336,8 +336,8 @@ Default:
 The type of pool to be created for the base system.
 This variable can take one of this values: stripe (No redundacy),
 mirror (n-Way mirroring), raid10 (RAID 1+0 - n x 2-Way Mirrors),
-raidz1 (RAID-Z1 - Single Redundacy RAID), raidz2 (RAID-Z2 - Double Redundacy 
RAID)
-or raidz3 (RAID-Z3 Triple Redundacy RAID).
+raidz1 (RAID-Z1 - Single Redundancy RAID), raidz2 (RAID-Z2 - Double Redundancy 
RAID)
+or raidz3 (RAID-Z3 Triple Redundancy RAID).
 Default:
 .Dq stripe
 .It Ev ZFSBOOT_FORCE_4K_SECTORS
@@ -505,7 +505,7 @@ ZFSBOOT_DISKS="ada0 ada1"
 ZFSBOOT_VDEV_TYPE=mirror
 .Ed
 .Pp
-Remenber to export all the variables for the
+Remember to export all the variables for the
 .Cm zfsboot
 command, otherwise it will not get set.
 .Ss SETUP SCRIPT
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r354356 - head/share/misc

2019-11-05 Thread Maxim Konovalov
Author: maxim
Date: Tue Nov  5 08:53:40 2019
New Revision: 354356
URL: https://svnweb.freebsd.org/changeset/base/354356

Log:
  o OpenBSD 6.6 and FreeBSD 12.1 releases added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Nov  5 07:13:07 2019
(r354355)
+++ head/share/misc/bsd-family-tree Tue Nov  5 08:53:40 2019
(r354356)
@@ -394,13 +394,17 @@ FreeBSD 5.2   |  | |  
  ||  |   | |  |DragonFly 5.4.0
  *--FreeBSD   |  |   | v  ||
  |   12.0 |  |   ||DragonFly 5.4.1
- ||  |   |OpenBSD 6.5  |
- ||  |   |||
- ||  |  NetBSD||
- ||  |   8.1  |DragonFly 5.6
+ | |  |  |   |OpenBSD 6.5  |
+ | |  |  |   |||
+ | |  |  |  NetBSD||
+ | |  |  |   8.1  |DragonFly 5.6
+ | |  |  |||
+ | |  |  ||DragonFly 5.6.1
+ |  FreeBSD   |  |OpenBSD 6.6  |
+ |   12.1 |  |||
+ | |  |  |||
+ | v  |  |||
  ||  |||
- ||  ||DragonFly 5.6.1
- ||  |||
 FreeBSD 13 -current   |  NetBSD -current   OpenBSD -current   DragonFly 
-current
  ||  |||
  vv  vvv
@@ -786,6 +790,8 @@ OpenBSD 6.5 2019-05-01 [OBD]
 NetBSD 8.1 2019-06-04 [NBD]
 DragonFly 5.6  2019-06-17 [DFB]
 DragonFly 5.6.12019-06-19 [DFB]
+OpenBSD 6.62019-10-17 [OBD]
+FreeBSD 12.1   2019-11-04 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r351522 - in head: sbin/ifconfig share/man/man4 sys/conf sys/kern sys/modules sys/modules/ktls_ocf sys/net sys/netinet sys/netinet/tcp_stacks sys/netinet6 sys/opencrypto sys/sys tools/

2019-08-27 Thread Maxim Konovalov
On 27/08/2019 03:01, John Baldwin wrote:
> Author: jhb
> Date: Tue Aug 27 00:01:56 2019
> New Revision: 351522
> URL: https://svnweb.freebsd.org/changeset/base/351522
> 
> Log:
>   Add kernel-side support for in-kernel TLS.
>   
[...]
>   This patch is the culmination of years of work by several folks
>   including Scott Long and Randall Stewart for the original design and
>   implementation; Drew Gallatin for several optimizations including the
>   use of ext_pgs mbufs, the M_NOTREADY mechanism for TLS records
>   awaiting software encryption, and pluggable software crypto backends;
>   and John Baldwin for modifications to support hardware TLS offload.
>   
This is super-cool, gentlemen!  My congratulations with great job done.

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


svn commit: r342397 - head/share/misc

2018-12-24 Thread Maxim Konovalov
Author: maxim
Date: Mon Dec 24 16:36:39 2018
New Revision: 342397
URL: https://svnweb.freebsd.org/changeset/base/342397

Log:
  DragonFly 5.4.0, 5.4.1 and FreeBSD 12.0 releases added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Mon Dec 24 15:38:36 2018
(r342396)
+++ head/share/misc/bsd-family-tree Mon Dec 24 16:36:39 2018
(r342397)
@@ -363,23 +363,25 @@ FreeBSD 5.2   |  | |  
  |   11.1  FreeBSD| |  |   |   |
  | |10.4  | |  |  OpenBSD 6.2  DragonFly 5.0.1
  | |  | |  |   |   |
- | |  | |  NetBSD 7.1.1|   DragonFly 5.0.2
- | |  | |  |   |   |
- | |  | |  NetBSD 7.1.2|   |
- | |  | |  |   |   |
- | |  | |  |  OpenBSD 6.3  |
- | |  |  NetBSD|   |   DragonFly 5.2.0
- | |  |8.0 |   |   |
- | |  | |  |   |   DragonFly 5.2.1
- | |  | |  |   |   |
- | |  | |  |   |   DragonFly 5.2.2
- |  FreeBSD   | |  NetBSD 7.2  |   |
- |   11.2 | |  |   |   |
- | |  | |  |  OpenBSD 6.4  |
- | v  | |  |   |   |
- || |  v   |   |
-FreeBSD 12 -current   | NetBSD -current   OpenBSD -currentDragonFly 
-current
+ | `--.   | |  NetBSD 7.1.1|   DragonFly 5.0.2
+ ||   | |  |   |   |
+ ||   | |  NetBSD 7.1.2|   |
+ ||   | |  |   |   |
+ ||   | |  |  OpenBSD 6.3  |
+ ||   |  NetBSD|   |   DragonFly 5.2.0
+ ||   |8.0 |   |   |
+ ||   | |  |   |   DragonFly 5.2.1
+ ||   | |  |   |   |
+ ||   | |  |   |   DragonFly 5.2.2
+ | FreeBSD| |  NetBSD 7.2  |   |
+ |   11.2 | |  |   |   |
+ || |  |  OpenBSD 6.4  |
+ || |  |   |   DragonFly 5.4.0
+ *--FreeBSD   | |  v   |   |
+ |   12.0 | |  |   DragonFly 5.4.1
  || |  |   |
+FreeBSD 13 -current   | NetBSD -current   OpenBSD -currentDragonFly 
-current
+ || |  |   |
  vv v  v   v
 
 Time
@@ -755,6 +757,9 @@ FreeBSD 11.22018-06-27 [FBD]
 NetBSD 8.0 2018-07-17 [NBD]
 NetBSD 7.2 2018-08-29 [NBD]
 OpenBSD 6.42018-10-18 [OBD]
+DragonFly 5.4.02018-12-03 [DFB]
+FreeBSD 12.0   2018-12-11 [FBD]
+DragonFly 5.4.12018-12-24 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r336465 - in head/sys/netinet: . tcp_stacks

2018-07-19 Thread Maxim Konovalov
On Thu, 19 Jul 2018, 08:09-0400, Michael Tuexen wrote:

> > On 19. Jul 2018, at 03:12, Maxim Konovalov  
> > wrote:
> >
> > Hi Randall,
> >
> > On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote:
> >
> >> Author: rrs
> >> Date: Wed Jul 18 22:49:53 2018
> >> New Revision: 336465
> >> URL: https://svnweb.freebsd.org/changeset/base/336465
> >>
> >> Log:
> >>  Bump the ICMP echo limits to match the RFC
> >>
> > [...]
> >
> > Just wonder, are there any practical reasons to do that?
> In case you send encapsulated packets triggering an ICMP message
> you actually need more than the 8 bytes which are currently
> reflected.

OK, let me rephrase: why do you need more than 8 bytes?  It looks like
it has been working rather well for 20+ years.

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


Re: svn commit: r336465 - in head/sys/netinet: . tcp_stacks

2018-07-19 Thread Maxim Konovalov
Hi Randall,

On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote:

> Author: rrs
> Date: Wed Jul 18 22:49:53 2018
> New Revision: 336465
> URL: https://svnweb.freebsd.org/changeset/base/336465
>
> Log:
>   Bump the ICMP echo limits to match the RFC
>
[...]

Just wonder, are there any practical reasons to do that?

While I don't see any meaningful vectors right now this could
potentially make amplification DoS easier, no?

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


svn commit: r335822 - head/share/misc

2018-06-30 Thread Maxim Konovalov
Author: maxim
Date: Sat Jun 30 18:18:41 2018
New Revision: 335822
URL: https://svnweb.freebsd.org/changeset/base/335822

Log:
  ascii art fixed.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Sat Jun 30 15:09:24 2018
(r335821)
+++ head/share/misc/bsd-family-tree Sat Jun 30 18:18:41 2018
(r335822)
@@ -369,10 +369,10 @@ FreeBSD 5.2   |  | |  
  | |  | |  |   |   |
  | |  | |  |  OpenBSD 6.3  |
  | |  | |  |   |   DragonFly 5.2.0
- | |  | |  v   |   |
+ | |  | |  |   |   |
  | |  | |  |   |   DragonFly 5.2.1
- | |  | |  v   |   |
- | |  | |  |   |   DragonFly 5.2.2
+ | |  | |  |   |   |
+ | |  | |  v   |   DragonFly 5.2.2
  |  FreeBSD   | |  |   |
  |   11.2 | |  |   |
  | v  | |  |   |
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: Deorbiting i386

2018-05-25 Thread Maxim Konovalov
On Thu, 24 May 2018, 21:27-0700, Maxim Sobolev wrote:

> The idea looks very inmature and short-sighted to me. i386 is here
> to stay not as a server/desktop platform but as an embedded/low
> power/low cost platform for at least 5-10 years to come.
[...]

At least I'd include vendors@ to this discussion before the final
decision and move the thread outside of src/svn maillist to some more
visible place.

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


svn commit: r332425 - head/share/misc

2018-04-12 Thread Maxim Konovalov
Author: maxim
Date: Thu Apr 12 07:39:24 2018
New Revision: 332425
URL: https://svnweb.freebsd.org/changeset/base/332425

Log:
  o OpenBSD 6.3 and DragonFly BSD 5.2.0 releases added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Apr 12 07:25:36 2018
(r332424)
+++ head/share/misc/bsd-family-tree Thu Apr 12 07:39:24 2018
(r332425)
@@ -367,6 +367,8 @@ FreeBSD 5.2   |  | |  
  | |  | |  |   |   |
  | |  | |  NetBSD 7.1.2|   |
  | |  | |  |   |   |
+ | |  | |  |  OpenBSD 6.3  |
+ | |  | |  |   |   DragonFly 5.2.0
  | |  | |  v   |   |
  | v  | |  |   |
  || |  |   |
@@ -739,6 +741,8 @@ DragonFly 5.0.1 2017-11-06 [DFB]
 DragonFly 5.0.22017-12-04 [DFB]
 NetBSD 7.1.1   2017-12-22 [NBD]
 NetBSD 7.1.2   2018-03-15 [NBD]
+OpenBSD 6.32018-04-02 [OBD]
+DragonFly 5.2.02018-04-10 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r328434 - head/usr.sbin/daemon

2018-01-26 Thread Maxim Konovalov
Author: maxim
Date: Fri Jan 26 08:52:28 2018
New Revision: 328434
URL: https://svnweb.freebsd.org/changeset/base/328434

Log:
  o A command line flag for the syslog_facility fixed in the SYNOPSIS.
  
  PR:   225441

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

Modified: head/usr.sbin/daemon/daemon.8
==
--- head/usr.sbin/daemon/daemon.8   Fri Jan 26 08:38:26 2018
(r328433)
+++ head/usr.sbin/daemon/daemon.8   Fri Jan 26 08:52:28 2018
(r328434)
@@ -43,7 +43,7 @@
 .Op Fl o Ar output_file
 .Op Fl s Ar syslog_priority
 .Op Fl T Ar syslog_tag
-.Op Fl s Ar syslog_facility
+.Op Fl l Ar syslog_facility
 .Ar command arguments ...
 .Sh DESCRIPTION
 The
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


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

2018-01-26 Thread Maxim Konovalov
Author: maxim
Date: Fri Jan 26 08:38:26 2018
New Revision: 328433
URL: https://svnweb.freebsd.org/changeset/base/328433

Log:
  o EMFILE errno documented.
  
  PR:   219209
  Submitted by: yuri (with minor adjustment)
  Reviewed by:  brooks

Modified:
  head/lib/libc/sys/shmat.2

Modified: head/lib/libc/sys/shmat.2
==
--- head/lib/libc/sys/shmat.2   Fri Jan 26 06:21:24 2018(r328432)
+++ head/lib/libc/sys/shmat.2   Fri Jan 26 08:38:26 2018(r328433)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 2, 1995
+.Dd January 25, 2018
 .Dt SHMAT 2
 .Os
 .Sh NAME
@@ -104,6 +104,11 @@ The
 .Fa addr
 argument
 was not an acceptable address.
+.It Bq Er EMFILE
+Failed to attach the shared memory segment because the per-process
+.Va kern.ipc.shmseg
+.Xr sysctl 3
+limit was reached.
 .El
 .Pp
 The
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r327361 - head/share/misc

2017-12-29 Thread Maxim Konovalov
Author: maxim
Date: Fri Dec 29 21:37:36 2017
New Revision: 327361
URL: https://svnweb.freebsd.org/changeset/base/327361

Log:
  Sort by time.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Fri Dec 29 21:09:17 2017
(r327360)
+++ head/share/misc/bsd-family-tree Fri Dec 29 21:37:36 2017
(r327361)
@@ -729,8 +729,8 @@ NetBSD 7.0.12016-05-22 [NBD]
 DragonFly 4.6.02016-08-02 [DFB]
 OpenBSD 6.02016-09-01 [OBD]
 macOS 10.122016-09-20 [APL]
-NetBSD 7.0.2   2016-10-21 [NBD]
 FreeBSD 11.0   2016-10-10 [FBD]
+NetBSD 7.0.2   2016-10-21 [NBD]
 NetBSD 7.1 2017-03-11 [NBD]
 DragonFly 4.8.02017-03-27 [DFB]
 OpenBSD 6.12017-04-11 [OBD]
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r324688 - head/share/misc

2017-10-17 Thread Maxim Konovalov
Author: maxim
Date: Tue Oct 17 14:37:12 2017
New Revision: 324688
URL: https://svnweb.freebsd.org/changeset/base/324688

Log:
  DragonFly 5.0.0 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Oct 17 12:45:51 2017
(r324687)
+++ head/share/misc/bsd-family-tree Tue Oct 17 14:37:12 2017
(r324688)
@@ -356,7 +356,7 @@ FreeBSD 5.2   |  | |  
  |  FreeBSD   |   |  | |   |
  |   11.1  FreeBSD|  | |   |
  | |10.4  |  |OpenBSD 6.2  |
- | v  |  | |   |
+ | v  |  | |   DragonFly 5.0.0
  ||  | |   |
 FreeBSD 12 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
  ||  | |   |
@@ -720,6 +720,7 @@ FreeBSD 11.12017-07-26 [FBD]
 macOS 10.132017-09-25 [APL]
 FreeBSD 10.4   2017-10-03 [FBD]
 OpenBSD 6.22017-10-09 [OBD]
+DragonFly 5.0.02017-10-16 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r324240 - head/share/misc

2017-10-03 Thread Maxim Konovalov
Author: maxim
Date: Tue Oct  3 14:23:49 2017
New Revision: 324240
URL: https://svnweb.freebsd.org/changeset/base/324240

Log:
  o FreeBSD 10.4 happened after 11.1, adjust the branches accordingly.
  o The current FreeBSD branch is 12 not 13.
  
  Suggested by: lidl

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Oct  3 13:31:22 2017
(r324239)
+++ head/share/misc/bsd-family-tree Tue Oct  3 14:23:49 2017
(r324240)
@@ -353,12 +353,12 @@ FreeBSD 5.2   |  | |  
  | |  |   |   NetBSD 7.1   |   |
  | |  |   |  | |   DragonFly 4.8.0
  | |  |   |  |OpenBSD 6.1  |
- | |   FreeBSD|  | |   |
+ |  FreeBSD   |   |  | |   |
+ |   11.1  FreeBSD|  | |   |
  | |10.4  |  | |   |
- |  FreeBSD   |  | |   |
- |   11.1 |  | |   |
+ | v  |  | |   |
  ||  | |   |
-FreeBSD 13 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
+FreeBSD 12 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
  ||  | |   |
  vv  v v   v
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r324239 - head/share/misc

2017-10-03 Thread Maxim Konovalov
Author: maxim
Date: Tue Oct  3 13:31:22 2017
New Revision: 324239
URL: https://svnweb.freebsd.org/changeset/base/324239

Log:
  FreeBSD 10.4 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Oct  3 13:20:17 2017
(r324238)
+++ head/share/misc/bsd-family-tree Tue Oct  3 13:31:22 2017
(r324239)
@@ -344,19 +344,21 @@ FreeBSD 5.2   |  | |  
  | |  |  | |   DragonFly 4.4.1
  |  FreeBSD   |  |OpenBSD 5.9  |
  |   10.3 |  | |   |
- ||   NetBSD 7.0.1 |   |
- ||  | |   DragonFly 4.6.0
- ||  | |   |
- ||  | |   |
- *--FreeBSD macOS|OpenBSD 6.0  |
- |   11.0   10.12| |   |
- | |  |   NetBSD 7.1   |   |
- | |  |  | |   DragonFly 4.8.0
- | |  |  |OpenBSD 6.1  |
+ | |  |   NetBSD 7.0.1 |   |
+ | `--.   |  | |   DragonFly 4.6.0
+ ||   |  | |   |
+ ||   |  | |   |
+ *--FreeBSD   | macOS|OpenBSD 6.0  |
+ |   11.0 | 10.12| |   |
+ | |  |   |   NetBSD 7.1   |   |
+ | |  |   |  | |   DragonFly 4.8.0
+ | |  |   |  |OpenBSD 6.1  |
+ | |   FreeBSD|  | |   |
+ | |10.4  |  | |   |
  |  FreeBSD   |  | |   |
  |   11.1 |  | |   |
  ||  | |   |
-FreeBSD 12 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
+FreeBSD 13 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
  ||  | |   |
  vv  v v   v
 
@@ -715,6 +717,7 @@ NetBSD 7.1  2017-03-11 [NBD]
 DragonFly 4.8.02017-03-27 [DFB]
 OpenBSD 6.12017-04-11 [OBD]
 FreeBSD 11.1   2017-07-26 [FBD]
+FreeBSD 10.4   2017-10-03 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r323493 - head/usr.sbin/tcpdrop

2017-09-15 Thread Maxim Konovalov
Hi Michael,

On Tue, 12 Sep 2017, 13:39-, Michael Tuexen wrote:

> Author: tuexen
> Date: Tue Sep 12 13:39:44 2017
> New Revision: 323493
> URL: https://svnweb.freebsd.org/changeset/base/323493
>
> Log:
>   Allow TCP connections to be filtered by stack and state.
>
>   Choose the command line options to be consistent with the ones of
>   sockstat.
>
Makes sense?

Index: tcpdrop.8
===
--- tcpdrop.8   (revision 323607)
+++ tcpdrop.8   (working copy)
@@ -172,7 +172,8 @@ LAST_ACK state use:
 .Ed
 .Sh SEE ALSO
 .Xr netstat 1 ,
-.Xr sockstat 1
+.Xr sockstat 1 ,
+.Xr tcp_functions 9
 .Sh AUTHORS
 .An Markus Friedl Aq Mt mar...@openbsd.org
 .An Juli Mallett Aq Mt jmall...@freebsd.org

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


svn commit: r322668 - head/share/misc

2017-08-18 Thread Maxim Konovalov
Author: maxim
Date: Fri Aug 18 17:32:14 2017
New Revision: 322668
URL: https://svnweb.freebsd.org/changeset/base/322668

Log:
  FreeBSD 11.1 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Fri Aug 18 17:11:15 2017
(r322667)
+++ head/share/misc/bsd-family-tree Fri Aug 18 17:32:14 2017
(r322668)
@@ -350,9 +350,11 @@ FreeBSD 5.2   |  | |  
  ||  | |   |
  *--FreeBSD macOS|OpenBSD 6.0  |
  |   11.0   10.12| |   |
- ||   NetBSD 7.1   |   |
- ||  | |   DragonFly 4.8.0
- ||  |OpenBSD 6.1  |
+ | |  |   NetBSD 7.1   |   |
+ | |  |  | |   DragonFly 4.8.0
+ | |  |  |OpenBSD 6.1  |
+ |  FreeBSD   |  | |   |
+ |   11.1 |  | |   |
  ||  | |   |
 FreeBSD 12 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
  ||  | |   |
@@ -712,6 +714,7 @@ FreeBSD 11.02016-10-10 [FBD]
 NetBSD 7.1 2017-03-11 [NBD]
 DragonFly 4.8.02017-03-27 [DFB]
 OpenBSD 6.12017-04-11 [OBD]
+FreeBSD 11.1   2017-07-26 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r318550 - head/usr.sbin/devctl

2017-05-19 Thread Maxim Konovalov
Author: maxim
Date: Fri May 19 20:02:32 2017
New Revision: 318550
URL: https://svnweb.freebsd.org/changeset/base/318550

Log:
  o Missed flag restored.
  
  PR:   219395
  Submitted by: Tiwei Bie

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

Modified: head/usr.sbin/devctl/devctl.8
==
--- head/usr.sbin/devctl/devctl.8   Fri May 19 18:23:44 2017
(r318549)
+++ head/usr.sbin/devctl/devctl.8   Fri May 19 20:02:32 2017
(r318550)
@@ -156,7 +156,7 @@ the device will not be changed.
 Rescan a bus device checking for devices that have been added or
 removed.
 .It Xo Cm delete
-.Op Fl
+.Op Fl f
 .Ar device
 .Xc
 Delete the device from the device tree.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r318314 - head/lib/libc/sys

2017-05-15 Thread Maxim Konovalov
Hi Stephen,

On Mon, 15 May 2017, 19:32-, Stephen J. Kiernan wrote:

> Author: stevek
> Date: Mon May 15 19:32:26 2017
> New Revision: 318314
> URL: https://svnweb.freebsd.org/changeset/base/318314
>
> Log:
>   Add information to open(2) man page about the O_VERIFY flag.
>
>   Reviewed by:bjk wblock
>   Approved by:sjg (mentor)
>   Obtained from:  Juniper Networks, Inc.
>
> Modified:
>   head/lib/libc/sys/open.2
>
It is also

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219262

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


svn commit: r317546 - head/usr.sbin/tcpdrop

2017-04-28 Thread Maxim Konovalov
Author: maxim
Date: Fri Apr 28 09:17:16 2017
New Revision: 317546
URL: https://svnweb.freebsd.org/changeset/base/317546

Log:
  o Clean the whole array of IPv4 addresses not just a local part.
  
  PR:   218923
  Submitted by: Daniel McRobb

Modified:
  head/usr.sbin/tcpdrop/tcpdrop.c

Modified: head/usr.sbin/tcpdrop/tcpdrop.c
==
--- head/usr.sbin/tcpdrop/tcpdrop.c Fri Apr 28 05:43:27 2017
(r317545)
+++ head/usr.sbin/tcpdrop/tcpdrop.c Fri Apr 28 09:17:16 2017
(r317546)
@@ -321,7 +321,7 @@ tcpdropconn(const struct in_conninfo *in
sizeof inc->inc6_faddr);
foreign = (struct sockaddr *)[TCPDROP_FOREIGN];
} else {
-   memset([TCPDROP_LOCAL], 0, sizeof sin4[TCPDROP_LOCAL]);
+   memset(sin4, 0, sizeof sin4);
 
sin4[TCPDROP_LOCAL].sin_len = sizeof sin4[TCPDROP_LOCAL];
sin4[TCPDROP_LOCAL].sin_family = AF_INET;
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r316778 - head/sys/netpfil/ipfw

2017-04-13 Thread Maxim Konovalov
Author: maxim
Date: Thu Apr 13 18:13:10 2017
New Revision: 316778
URL: https://svnweb.freebsd.org/changeset/base/316778

Log:
  o Redundant assignments removed.
  
  Found by: PVS-Stdio, V519
  Reviewed by:  ae

Modified:
  head/sys/netpfil/ipfw/ip_fw_dynamic.c
  head/sys/netpfil/ipfw/ip_fw_table_algo.c

Modified: head/sys/netpfil/ipfw/ip_fw_dynamic.c
==
--- head/sys/netpfil/ipfw/ip_fw_dynamic.c   Thu Apr 13 17:47:44 2017
(r316777)
+++ head/sys/netpfil/ipfw/ip_fw_dynamic.c   Thu Apr 13 18:13:10 2017
(r316778)
@@ -978,7 +978,6 @@ ipfw_install_state(struct ip_fw_chain *c
 
if (parent->count >= conn_limit) {
if (V_fw_verbose && last_log != time_uptime) {
-   last_log = time_uptime;
char sbuf[24];
last_log = time_uptime;
snprintf(sbuf, sizeof(sbuf),

Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c
==
--- head/sys/netpfil/ipfw/ip_fw_table_algo.cThu Apr 13 17:47:44 2017
(r316777)
+++ head/sys/netpfil/ipfw/ip_fw_table_algo.cThu Apr 13 18:13:10 2017
(r316778)
@@ -2319,7 +2319,6 @@ ta_del_ifidx(void *ta_state, struct tabl
tb = (struct ta_buf_ifidx *)ta_buf;
ifname = (char *)tei->paddr;
icfg = (struct iftable_cfg *)ta_state;
-   ife = tb->ife;
 
ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname);
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r316731 - head/share/misc

2017-04-12 Thread Maxim Konovalov
Author: maxim
Date: Wed Apr 12 11:41:35 2017
New Revision: 316731
URL: https://svnweb.freebsd.org/changeset/base/316731

Log:
  OpenBSD 6.1 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Wed Apr 12 10:45:19 2017
(r316730)
+++ head/share/misc/bsd-family-tree Wed Apr 12 11:41:35 2017
(r316731)
@@ -352,6 +352,7 @@ FreeBSD 5.2   |  |  
  |   11.0   10.12| |   |
  ||   NetBSD 7.1   |   |
  ||  | |   DragonFly 4.8.0
+ ||  |OpenBSD 6.1  |
  ||  | |   |
 FreeBSD 12 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
  ||  | |   |
@@ -710,6 +711,7 @@ macOS 10.12 2016-09-20 [APL]
 FreeBSD 11.0   2016-10-10 [FBD]
 NetBSD 7.1 2017-03-11 [NBD]
 DragonFly 4.8.02017-03-27 [DFB]
+OpenBSD 6.12017-04-11 [OBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r316082 - head/share/misc

2017-03-28 Thread Maxim Konovalov
Author: maxim
Date: Tue Mar 28 09:02:42 2017
New Revision: 316082
URL: https://svnweb.freebsd.org/changeset/base/316082

Log:
  DragonFly BSD 4.8.0 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Mar 28 08:24:16 2017
(r316081)
+++ head/share/misc/bsd-family-tree Tue Mar 28 09:02:42 2017
(r316082)
@@ -351,6 +351,7 @@ FreeBSD 5.2   |  |  
  *--FreeBSD macOS|OpenBSD 6.0  |
  |   11.0   10.12| |   |
  ||   NetBSD 7.1   |   |
+ ||  | |   DragonFly 4.8.0
  ||  | |   |
 FreeBSD 12 -current   |  NetBSD -current  OpenBSD -currentDragonFly 
-current
  ||  | |   |
@@ -708,6 +709,7 @@ OpenBSD 6.0 2016-09-01 [OBD]
 macOS 10.122016-09-20 [APL]
 FreeBSD 11.0   2016-10-10 [FBD]
 NetBSD 7.1 2017-03-11 [NBD]
+DragonFly 4.8.02017-03-27 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r315680 - head/sbin/ifconfig

2017-03-21 Thread Maxim Konovalov
Author: maxim
Date: Tue Mar 21 13:01:08 2017
New Revision: 315680
URL: https://svnweb.freebsd.org/changeset/base/315680

Log:
  The .Cm macro usage fixed.
  
  PR:   217977
  Submitted by: tobik

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==
--- head/sbin/ifconfig/ifconfig.8   Tue Mar 21 11:56:21 2017
(r315679)
+++ head/sbin/ifconfig/ifconfig.8   Tue Mar 21 13:01:08 2017
(r315680)
@@ -832,13 +832,13 @@ is one of
 .Cm sta ,
 .Cm ahdemo
 (or
-.Cm adhoc-demo ),
+.Cm adhoc-demo ) ,
 .Cm ibss ,
 (or
-.Cm adhoc ),
+.Cm adhoc ) ,
 .Cm ap ,
 (or
-.Cm hostap ),
+.Cm hostap ) ,
 .Cm wds ,
 .Cm tdma ,
 .Cm mesh ,
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


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

2017-03-16 Thread Maxim Konovalov
Author: maxim
Date: Thu Mar 16 13:19:38 2017
New Revision: 315413
URL: https://svnweb.freebsd.org/changeset/base/315413

Log:
  More trap_enotcap spelling fixes.
  
  PR:   217839
  Submitted by: tobik

Modified:
  head/lib/libc/sys/procctl.2

Modified: head/lib/libc/sys/procctl.2
==
--- head/lib/libc/sys/procctl.2 Thu Mar 16 13:03:31 2017(r315412)
+++ head/lib/libc/sys/procctl.2 Thu Mar 16 13:19:38 2017(r315413)
@@ -355,7 +355,7 @@ calls.
 .It Dv PROC_TRAPCAP_CTL_DISABLE
 Disable the signal delivery on capability mode access violations.
 Note that the global sysctl
-.Dv kern.trap_enocap
+.Dv kern.trap_enotcap
 might still cause the signal to be delivered.
 See
 .Xr capsicum 4 .
@@ -386,7 +386,7 @@ value if the process control enables sig
 otherwise.
 .Pp
 See the note about sysctl
-.Dv kern.trap_enocap
+.Dv kern.trap_enotcap
 above, which gives independent global control of signal delivery.
 .El
 .Sh NOTES
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


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

2017-03-16 Thread Maxim Konovalov
Author: maxim
Date: Thu Mar 16 12:16:23 2017
New Revision: 315409
URL: https://svnweb.freebsd.org/changeset/base/315409

Log:
  Spell kern.trap_enotcap.
  
  PR:   217836
  Submitted by: tobik

Modified:
  head/lib/libc/sys/cap_enter.2

Modified: head/lib/libc/sys/cap_enter.2
==
--- head/lib/libc/sys/cap_enter.2   Thu Mar 16 12:04:43 2017
(r315408)
+++ head/lib/libc/sys/cap_enter.2   Thu Mar 16 12:16:23 2017
(r315409)
@@ -71,7 +71,7 @@ returns a flag indicating whether or not
 sandbox.
 .Sh RUN-TIME SETTINGS
 If the
-.Dv kern.trap_enocap
+.Dv kern.trap_enotcap
 sysctl MIB is set to a non-zero value, then for any process executing in a
 capability mode sandbox, any syscall which results in either an
 .Er ENOTCAPABLE
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r315407 - head/share/misc

2017-03-16 Thread Maxim Konovalov
Author: maxim
Date: Thu Mar 16 10:30:40 2017
New Revision: 315407
URL: https://svnweb.freebsd.org/changeset/base/315407

Log:
  Indentation for the DragonFlyBSD trunk fixed, EoL whitespace removed.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Mar 16 10:28:13 2017
(r315406)
+++ head/share/misc/bsd-family-tree Thu Mar 16 10:30:40 2017
(r315407)
@@ -176,7 +176,7 @@ FreeBSD 4.0  |  |  |  |  | NetBSD 1.
  ||  | |  \
 FreeBSD 5.0   |  | |   |
  ||  | |   |
-FreeBSD 5.1   |  | | DragonFly 1.0
+FreeBSD 5.1   |  | |DragonFly 1.0
  |  \ |  | |   |
  |   - Mac OS X  | |   |
  |   10.3| |   |
@@ -187,7 +187,7 @@ FreeBSD 5.2   |  |  
  *---FreeBSD 5.3  |  | |   |
  |   ||  | OpenBSD 3.6 |
  |   ||   NetBSD 2.0   |   |
- |   ||  | |  ||DragonFly 1.2.0
+ |   ||  | |  ||   DragonFly 1.2.0
  |   | Mac OS X  | | NetBSD 2.0.2  |   |
  |   |   10.4| |  ||   |
  |   FreeBSD 5.4  |  | |  ||   |
@@ -200,50 +200,50 @@ FreeBSD 5.2   |  |  
  | | ||  | NetBSD 2.1  |   |
  | | ||  | |   |
  | | ||   NetBSD 3.0   |   |
- | | ||  | |  ||DragonFly 1.4.0
+ | | ||  | |  ||   DragonFly 1.4.0
  | | ||  | |  |OpenBSD 3.9 |
  |  FreeBSD  ||  | |  ||   |
  |6.1||  | |  ||   |
  | |  FreeBSD 5.5 |  | |  ||   |
- | |  |  | | NetBSD 3.0.1  |DragonFly 1.6.0
+ | |  |  | | NetBSD 3.0.1  |   DragonFly 1.6.0
  | |  |  | |  ||   |
  | |  |  | |  |OpenBSD 4.0 |
  | |  |  | | NetBSD 3.0.2  |   |
  | |  |  | NetBSD 3.1  |   |
  | FreeBSD 6.2|  | |   |
- | |  |  | |DragonFly 1.8.0
+ | |  |  | |   DragonFly 1.8.0
  | |  |  | OpenBSD 4.1 |
- | |  |  | |DragonFly 
1.10.0
+ | |  |  | |   DragonFly 1.10.0
  | |   Mac OS X  | |   |
  | | 10.5| |   |
  | |  |  | OpenBSD 4.2 |
  | |  |   NetBSD 4.0   |   |
  | FreeBSD 6.3|  |||   |
  |\   |  |||   |
- *--FreeBSD|  |  |||DragonFly 
1.12.0
+ *--FreeBSD|  |  |||   DragonFly 1.12.0
  |7.0  |  |  |||   |
  | |   |  |  ||OpenBSD 4.3 |
- | |   |  |  | NetBSD  |DragonFly 2.0.0
+ | |   |  |  | NetBSD  |   DragonFly 2.0.0
  | |FreeBSD   |  |  4.0.1  OpenBSD 4.4 |
  | |  6.4 |  | |   |
  | |  |  | |   |
  |  FreeBSD 7.1   |  | |   |
- | |  |  | |DragonFly 2.2.0
+ | |  |  | |   DragonFly 2.2.0
  |  FreeBSD 7.2   |   NetBSD 5.0   OpenBSD 4.5 |
  | \  

svn commit: r315406 - head/share/misc

2017-03-16 Thread Maxim Konovalov
Author: maxim
Date: Thu Mar 16 10:28:13 2017
New Revision: 315406
URL: https://svnweb.freebsd.org/changeset/base/315406

Log:
  NetBSD 7.1 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Mar 16 10:02:45 2017
(r315405)
+++ head/share/misc/bsd-family-tree Thu Mar 16 10:28:13 2017
(r315406)
@@ -346,9 +346,11 @@ FreeBSD 5.2   |  |  
  |   10.3 |  | |   |
  ||   NetBSD 7.0.1 |   |
  ||  | |   DragonFly 4.6.0
+ ||  | |   |
+ ||  | |   |
  *--FreeBSD macOS|OpenBSD 6.0  |
  |   11.0   10.12| |   |
- ||  | |   |
+ ||   NetBSD 7.1   |   |
  ||  | |   |
 FreeBSD 12 -current   |  NetBSD -current  OpenBSD -current DragonFly 
-current
  ||  | |   |
@@ -704,6 +706,7 @@ NetBSD 7.0.12016-05-22 [NBD]
 DragonFly 4.6.02016-08-02 [DFB]
 OpenBSD 6.02016-09-01 [OBD]
 FreeBSD 11.0   2016-10-10 [FBD]
+NetBSD 7.1 2017-03-11 [NBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r315310 - head/lib/libsysdecode

2017-03-15 Thread Maxim Konovalov
Author: maxim
Date: Wed Mar 15 16:13:52 2017
New Revision: 315310
URL: https://svnweb.freebsd.org/changeset/base/315310

Log:
  Spell "const" properly.
  
  PR:   217797
  Submitted by: tobik

Modified:
  head/lib/libsysdecode/sysdecode_ioctlname.3

Modified: head/lib/libsysdecode/sysdecode_ioctlname.3
==
--- head/lib/libsysdecode/sysdecode_ioctlname.3 Wed Mar 15 15:57:11 2017
(r315309)
+++ head/lib/libsysdecode/sysdecode_ioctlname.3 Wed Mar 15 16:13:52 2017
(r315310)
@@ -37,7 +37,7 @@
 .In sys/types.h
 .In stdbool.h
 .In sysdecode.h
-.Ft conts char *
+.Ft const char *
 .Fn sysdecode_ioctlname "unsigned long request"
 .Sh DESCRIPTION
 The
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r314955 - head/sys/netpfil/ipfw

2017-03-09 Thread Maxim Konovalov
Author: maxim
Date: Thu Mar  9 09:54:23 2017
New Revision: 314955
URL: https://svnweb.freebsd.org/changeset/base/314955

Log:
  o Typo in the comment fixed.
  
  PR:   217617
  Submitted by: lutz

Modified:
  head/sys/netpfil/ipfw/ip_fw_table.c

Modified: head/sys/netpfil/ipfw/ip_fw_table.c
==
--- head/sys/netpfil/ipfw/ip_fw_table.c Thu Mar  9 09:25:11 2017
(r314954)
+++ head/sys/netpfil/ipfw/ip_fw_table.c Thu Mar  9 09:54:23 2017
(r314955)
@@ -405,7 +405,7 @@ prepare_batch_buffer(struct ip_fw_chain 
error = 0;
ta_buf_sz = ta->ta_buf_size;
if (count == 1) {
-   /* Sigle add/delete, use on-stack buffer */
+   /* Single add/delete, use on-stack buffer */
memset(*ta_buf, 0, TA_BUF_SZ);
ta_buf_m = *ta_buf;
} else {
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


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

2016-10-17 Thread Maxim Konovalov
Author: maxim
Date: Mon Oct 17 09:40:18 2016
New Revision: 307517
URL: https://svnweb.freebsd.org/changeset/base/307517

Log:
  Typo fixed: arbitraty -> arbitrary.
  
  PR:   213559
  Submitted by: olgeni

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

Modified: head/usr.sbin/bhyve/bhyve.8
==
--- head/usr.sbin/bhyve/bhyve.8 Mon Oct 17 09:31:49 2016(r307516)
+++ head/usr.sbin/bhyve/bhyve.8 Mon Oct 17 09:40:18 2016(r307517)
@@ -172,7 +172,7 @@ Virtio block storage interface.
 .It Li virtio-rnd
 Virtio RNG interface.
 .It Li ahci
-AHCI controller attached to arbitraty devices.
+AHCI controller attached to arbitrary devices.
 .It Li ahci-cd
 AHCI controller attached to an ATAPI CD/DVD.
 .It Li ahci-hd
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r307002 - head/share/misc

2016-10-10 Thread Maxim Konovalov
Author: maxim
Date: Mon Oct 10 18:36:26 2016
New Revision: 307002
URL: https://svnweb.freebsd.org/changeset/base/307002

Log:
  FreeBSD 11.0 release date added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Mon Oct 10 17:18:23 2016
(r307001)
+++ head/share/misc/bsd-family-tree Mon Oct 10 18:36:26 2016
(r307002)
@@ -703,6 +703,7 @@ FreeBSD 10.32016-04-04 [FBD]
 NetBSD 7.0.1   2016-05-22 [NBD]
 DragonFly 4.6.02016-08-02 [DFB]
 OpenBSD 6.02016-09-01 [OBD]
+FreeBSD 11.0   2016-10-10 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r305215 - head/share/misc

2016-09-01 Thread Maxim Konovalov
Author: maxim
Date: Thu Sep  1 17:05:54 2016
New Revision: 305215
URL: https://svnweb.freebsd.org/changeset/base/305215

Log:
  OpenBSD 6.0 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Sep  1 16:09:09 2016
(r305214)
+++ head/share/misc/bsd-family-tree Thu Sep  1 17:05:54 2016
(r305215)
@@ -339,7 +339,7 @@ FreeBSD 5.2   |  |  
  |  FreeBSD   |  |OpenBSD 5.9  |
  |   10.3 |  | |   |
  ||  | |   DragonFly 4.6.0
- *--FreeBSD   |  | |   |
+ *--FreeBSD   |  |OpenBSD 6.0  |
  |   11.0 |  | |   |
  ||  | |   |
  ||  | |   |
@@ -692,6 +692,7 @@ DragonFly 4.4.1 2015-12-07 [DFB]
 OpenBSD 5.92016-03-29 [OBD]
 FreeBSD 10.3   2016-04-04 [FBD]
 DragonFly 4.6.02016-08-02 [DFB]
+OpenBSD 6.02016-09-01 [OBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r304000 - head/usr.sbin/acpi/acpidump

2016-08-12 Thread Maxim Konovalov
Author: maxim
Date: Fri Aug 12 08:16:35 2016
New Revision: 304000
URL: https://svnweb.freebsd.org/changeset/base/304000

Log:
  o Move tmpstr varibale initialization out of assert(3) call.
  
  This fixes acpidump(8) compiled with "WITHOUT_ASSERT_DEBUG=yes" that
  removes assert(3)'s from the code.
  
  Submitted by: Alexander Nedotsukov

Modified:
  head/usr.sbin/acpi/acpidump/acpi.c

Modified: head/usr.sbin/acpi/acpidump/acpi.c
==
--- head/usr.sbin/acpi/acpidump/acpi.c  Fri Aug 12 08:08:29 2016
(r303999)
+++ head/usr.sbin/acpi/acpidump/acpi.c  Fri Aug 12 08:16:35 2016
(r304000)
@@ -1494,8 +1494,8 @@ aml_disassemble(ACPI_TABLE_HEADER *rsdt,
perror("mkdtemp tmp working dir");
return;
}
-   assert((size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, iname)
-   <= sizeof(tmpstr) - 1);
+   len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, iname);
+   assert(len <= sizeof(tmpstr) - 1);
fd = open(tmpstr, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR);
if (fd < 0) {
perror("iasl tmp file");
@@ -1527,8 +1527,8 @@ aml_disassemble(ACPI_TABLE_HEADER *rsdt,
}
 
/* Dump iasl's output to stdout */
-   assert((size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, oname)
-   <= sizeof(tmpstr) -1);
+   len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, oname);
+   assert(len <= sizeof(tmpstr) - 1);
fp = fopen(tmpstr, "r");
if (unlink(tmpstr) < 0) {
perror("unlink");
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r303739 - head/share/misc

2016-08-04 Thread Maxim Konovalov
Author: maxim
Date: Thu Aug  4 10:49:00 2016
New Revision: 303739
URL: https://svnweb.freebsd.org/changeset/base/303739

Log:
  DragonFly 4.6.0 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Aug  4 06:40:51 2016
(r303738)
+++ head/share/misc/bsd-family-tree Thu Aug  4 10:49:00 2016
(r303739)
@@ -338,7 +338,7 @@ FreeBSD 5.2   |  |  
  | |  |  | |   DragonFly 4.4.1
  |  FreeBSD   |  |OpenBSD 5.9  |
  |   10.3 |  | |   |
- ||  | |   |
+ ||  | |   DragonFly 4.6.0
  *--FreeBSD   |  | |   |
  |   11.0 |  | |   |
  ||  | |   |
@@ -691,6 +691,7 @@ OpenBSD 5.8 2015-10-18 [OBD]
 DragonFly 4.4.12015-12-07 [DFB]
 OpenBSD 5.92016-03-29 [OBD]
 FreeBSD 10.3   2016-04-04 [FBD]
+DragonFly 4.6.02016-08-02 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r303028 - head/share/misc

2016-07-19 Thread Maxim Konovalov
On Tue, 19 Jul 2016, 16:46-, Glen Barber wrote:

> On Tue, Jul 19, 2016 at 07:42:03PM +0300, Maxim Konovalov wrote:
> > On Tue, 19 Jul 2016, 16:34-, Glen Barber wrote:
> >
> > > Author: gjb
> > > Date: Tue Jul 19 16:34:49 2016
> > > New Revision: 303028
> > > URL: https://svnweb.freebsd.org/changeset/base/303028
> > >
> > > Log:
> > >   Belatedly add FreeBSD 11.0 and 12.0 to the family tree file.
> > >
> > >   Submitted by:   des (a while back)
> > >   Sponsored by:   The FreeBSD Foundation
> > >
> > The file lists releases not branches.  I don't think we have 11.0 or
> > 12.0 released.
> >
>
> Honestly, I am not sure about anything in this file.  :)
>
> There was an entry for 11-current though.  Is the dated-part of the
> commit the problem, or is the entire change wrong?  If the latter, I'll
> look at it again (or even revert it, and let someone who knows how this
> file is supposed to be updated handle it).
>
Just dates are incorrect.

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


Re: svn commit: r303028 - head/share/misc

2016-07-19 Thread Maxim Konovalov
On Tue, 19 Jul 2016, 16:34-, Glen Barber wrote:

> Author: gjb
> Date: Tue Jul 19 16:34:49 2016
> New Revision: 303028
> URL: https://svnweb.freebsd.org/changeset/base/303028
>
> Log:
>   Belatedly add FreeBSD 11.0 and 12.0 to the family tree file.
>
>   Submitted by:   des (a while back)
>   Sponsored by:   The FreeBSD Foundation
>
The file lists releases not branches.  I don't think we have 11.0 or
12.0 released.

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


svn commit: r300199 - head/share/man/man8

2016-05-19 Thread Maxim Konovalov
Author: maxim
Date: Thu May 19 10:56:55 2016
New Revision: 300199
URL: https://svnweb.freebsd.org/changeset/base/300199

Log:
  o -f, -i, -K, -q, -v, -X flags documented.

Modified:
  head/share/man/man8/nanobsd.8

Modified: head/share/man/man8/nanobsd.8
==
--- head/share/man/man8/nanobsd.8   Thu May 19 10:39:04 2016
(r300198)
+++ head/share/man/man8/nanobsd.8   Thu May 19 10:56:55 2016
(r300199)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 20, 2010
+.Dd May 19, 2016
 .Dt NANOBSD 8
 .Os
 .Sh NAME
@@ -33,7 +33,7 @@
 applications
 .Sh SYNOPSIS
 .Nm
-.Op Fl bhknw
+.Op Fl bfhiKknqvwX
 .Op Fl c Ar config-file
 .Sh DESCRIPTION
 The
@@ -53,8 +53,16 @@ The following options are available:
 Skip the build stages (both for kernel and world).
 .It Fl c Ar config-file
 Specify the configuration file to use.
+.It Fl f
+Skip the code slice extraction.
 .It Fl h
 Display usage information.
+.It Fl i
+Skip the disk image build stage.
+.It Fl K
+Skip the
+.Cm installkernel
+stage of the build.
 .It Fl k
 Skip the
 .Cm buildkernel
@@ -65,10 +73,17 @@ This suppresses the normal cleanup work 
 .Cm buildworld
 stage and adds -DNO_CLEAN to the make command line
 used for each build stage (world and kernel).
+.It Fl q
+Make output more quiet.
+.It Fl v
+Make output more verbose.
 .It Fl w
 Skip the
 .Cm buildworld
 stage of the build.
+.It Fl X
+Make
+.Cm native-xtools.
 .El
 .Pp
 The features of
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r300198 - head/tools/tools/nanobsd

2016-05-19 Thread Maxim Konovalov
Author: maxim
Date: Thu May 19 10:39:04 2016
New Revision: 300198
URL: https://svnweb.freebsd.org/changeset/base/300198

Log:
  o Remove EoL whitespaces.

Modified:
  head/tools/tools/nanobsd/defaults.sh
  head/tools/tools/nanobsd/nanobsd.sh

Modified: head/tools/tools/nanobsd/defaults.sh
==
--- head/tools/tools/nanobsd/defaults.shThu May 19 10:37:44 2016
(r300197)
+++ head/tools/tools/nanobsd/defaults.shThu May 19 10:39:04 2016
(r300198)
@@ -195,7 +195,7 @@ NANO_DATADIR=""
 # in case they are stray in the build environment
 SRCCONF=/dev/null
 SRC_ENV_CONF=/dev/null
- 
+
 ###
 #
 # The functions which do the real work.
@@ -319,7 +319,7 @@ make_conf_build ( ) (
# in addition to the user's global settings
(
nano_global_make_env
-   echo "${CONF_WORLD}" 
+   echo "${CONF_WORLD}"
echo "${CONF_BUILD}"
) > ${NANO_MAKE_CONF_BUILD}
 )
@@ -429,7 +429,7 @@ install_kernel ( ) (
(
 
nano_make_install_env
-   nano_make_kernel_env
+   nano_make_kernel_env
 
if [ "${NANO_MODULES}" != "default" ]; then
MODULES_OVERRIDE="${NANO_MODULES}"
@@ -465,7 +465,7 @@ run_early_customize() {
 
pprint 2 "run early customize scripts"
for c in $NANO_EARLY_CUSTOMIZE
-   do  
+   do
pprint 2 "early customize \"$c\""
pprint 3 "log: ${NANO_LOG}/_.early_cust.$c"
pprint 4 "`type $c`"
@@ -529,7 +529,7 @@ fixup_before_diskimage ( ) (
echo "/set uname=${NANO_DEF_UNAME} gname=${NANO_DEF_GNAME}" > 
${NANO_METALOG}
cat ${NANO_METALOG}.pre | ${NANO_TOOLS}/mtree-dedup.awk | \
sed -e 's/ size=[0-9][0-9]*//' | sort >> ${NANO_METALOG}
-   fi  
+   fi
 )
 
 setup_nanobsd ( ) (
@@ -603,11 +603,11 @@ setup_nanobsd_etc ( ) (
 
 prune_usr ( ) (
 
-   # Remove all empty directories in /usr 
+   # Remove all empty directories in /usr
find "${NANO_WORLDDIR}"/usr -type d -depth -print |
while read d
do
-   rmdir $d > /dev/null 2>&1 || true 
+   rmdir $d > /dev/null 2>&1 || true
done
 )
 
@@ -676,7 +676,7 @@ create_diskimage ( ) (
else
print "g c" 1023 " h" $4 " s" $3
 
-   if ($7 > 0) { 
+   if ($7 > 0) {
# size of data partition in full cylinders
dsl = int (($7 + cs - 1) / cs)
} else {
@@ -697,7 +697,7 @@ create_diskimage ( ) (
print "p 1 165 " $3, isl * cs - $3
c = isl * cs;
 
-   # Second image partition (if any) also starts offset one 
+   # Second image partition (if any) also starts offset one
# track to keep them identical.
if ($2 > 1) {
print "p 2 165 " $3 + c, isl * cs - $3
@@ -780,7 +780,7 @@ create_diskimage ( ) (
tunefs -L ${NANO_LABEL}"${NANO_ALTROOT}" 
/dev/${MD}${NANO_ALTROOT}
fi
fi
-   
+
# Create Config slice
populate_cfg_slice /dev/${MD}${NANO_SLICE_CFG} "${NANO_CFGDIR}" ${MNT} 
"${NANO_SLICE_CFG}"
 

Modified: head/tools/tools/nanobsd/nanobsd.sh
==
--- head/tools/tools/nanobsd/nanobsd.sh Thu May 19 10:37:44 2016
(r300197)
+++ head/tools/tools/nanobsd/nanobsd.sh Thu May 19 10:39:04 2016
(r300198)
@@ -55,7 +55,7 @@ set -e
 set -- $args
 for i
 do
-   case "$i" 
+   case "$i"
in
-K)
do_installkernel=false
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r300197 - head/tools/tools/nanobsd

2016-05-19 Thread Maxim Konovalov
Author: maxim
Date: Thu May 19 10:37:44 2016
New Revision: 300197
URL: https://svnweb.freebsd.org/changeset/base/300197

Log:
  o usage() updated for -h and -X flags.

Modified:
  head/tools/tools/nanobsd/defaults.sh

Modified: head/tools/tools/nanobsd/defaults.sh
==
--- head/tools/tools/nanobsd/defaults.shThu May 19 06:29:43 2016
(r300196)
+++ head/tools/tools/nanobsd/defaults.shThu May 19 10:37:44 2016
(r300197)
@@ -1018,10 +1018,11 @@ pprint ( ) (
 
 usage ( ) {
(
-   echo "Usage: $0 [-bfiKknqvw] [-c config_file]"
+   echo "Usage: $0 [-bfhiKknqvwX] [-c config_file]"
echo "  -b  suppress builds (both kernel and world)"
echo "  -c  specify config file"
echo "  -f  suppress code slice extraction"
+   echo "  -h  print this help summary page"
echo "  -i  suppress disk image build"
echo "  -K  suppress installkernel"
echo "  -k  suppress buildkernel"
@@ -1029,6 +1030,7 @@ usage ( ) {
echo "  -q  make output more quiet"
echo "  -v  make output more verbose"
echo "  -w  suppress buildworld"
+   echo "  -X  make native-xtools"
) 1>&2
exit 2
 }
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r299255 - head/share/man/man7

2016-05-09 Thread Maxim Konovalov
Author: maxim
Date: Mon May  9 11:48:09 2016
New Revision: 299255
URL: https://svnweb.freebsd.org/changeset/base/299255

Log:
  o Stop to mention the slowstart_flightsize sysctl in the tuning(7).
  
  The slowstart_flightsize and local_slowstart_flightsize sysctl's
  were removed from the TCP code in 226447 several years ago.
  
  PR:   209376
  MFC after:1 week

Modified:
  head/share/man/man7/tuning.7

Modified: head/share/man/man7/tuning.7
==
--- head/share/man/man7/tuning.7Mon May  9 08:38:56 2016
(r299254)
+++ head/share/man/man7/tuning.7Mon May  9 11:48:09 2016
(r299255)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 8, 2012
+.Dd May 9, 2016
 .Dt TUNING 7
 .Os
 .Sh NAME
@@ -451,12 +451,6 @@ of a slow-start TCP connection.
 While we are not sure we believe that
 the several FAQs related to packages such as SAMBA and SQUID which advise
 turning off delayed acks may be referring to the slow-start issue.
-In
-.Fx ,
-it would be more beneficial to increase the slow-start flightsize via
-the
-.Va net.inet.tcp.slowstart_flightsize
-sysctl rather than disable delayed acks.
 .Pp
 The
 .Va net.inet.ip.portrange.*
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r297551 - head/share/misc

2016-04-04 Thread Maxim Konovalov
Author: maxim
Date: Mon Apr  4 10:27:48 2016
New Revision: 297551
URL: https://svnweb.freebsd.org/changeset/base/297551

Log:
  OpenBSD 5.9 and FreeBSD 10.3 releases added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Mon Apr  4 10:03:06 2016
(r297550)
+++ head/share/misc/bsd-family-tree Mon Apr  4 10:27:48 2016
(r297551)
@@ -333,9 +333,11 @@ FreeBSD 5.2   |  |  
  | |  |  | |   DragonFly 4.2.0
  |  FreeBSD   |  | |   |
  |   10.2 |  | |   |
- |  OS X  NetBSD 7.0   |   |
- |  10.11|OpenBSD 5.8  |
- ||  | |   DragonFly 4.4.1
+ | |OS X  NetBSD 7.0   |   |
+ | |10.11|OpenBSD 5.8  |
+ | |  |  | |   DragonFly 4.4.1
+ |  FreeBSD   |  |OpenBSD 5.9  |
+ |   10.3 |  | |   |
  ||  | |   |
 FreeBSD 11 -current   |  NetBSD -current  OpenBSD -current DragonFly 
-current
  ||  | |   |
@@ -683,6 +685,8 @@ NetBSD 7.0  2015-09-25 [NBD]
 OS X 10.11 2015-09-30 [APL]
 OpenBSD 5.82015-10-18 [OBD]
 DragonFly 4.4.12015-12-07 [DFB]
+OpenBSD 5.92016-03-29 [OBD]
+FreeBSD 10.3   2016-04-04 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r297145 - head/sys/kern

2016-03-21 Thread Maxim Konovalov
Author: maxim
Date: Mon Mar 21 08:03:50 2016
New Revision: 297145
URL: https://svnweb.freebsd.org/changeset/base/297145

Log:
  o "avaliable" -> "available".
  
  PR:   208141
  Submitted by: Tyler Littlefield

Modified:
  head/sys/kern/uipc_socket.c

Modified: head/sys/kern/uipc_socket.c
==
--- head/sys/kern/uipc_socket.c Mon Mar 21 07:36:02 2016(r297144)
+++ head/sys/kern/uipc_socket.c Mon Mar 21 08:03:50 2016(r297145)
@@ -358,7 +358,7 @@ sysctl_maxsockets(SYSCTL_HANDLER_ARGS)
 }
 SYSCTL_PROC(_kern_ipc, OID_AUTO, maxsockets, CTLTYPE_INT|CTLFLAG_RW,
 , 0, sysctl_maxsockets, "IU",
-"Maximum number of sockets avaliable");
+"Maximum number of sockets available");
 
 /*
  * Socket operation routines.  These routines are called by the routines in
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r297024 - head/sbin/ping

2016-03-19 Thread Maxim Konovalov
Author: maxim
Date: Fri Mar 18 15:06:50 2016
New Revision: 297024
URL: https://svnweb.freebsd.org/changeset/base/297024

Log:
  o No need to resolve a mask that we get with ICMP_MASKREPLY,
  pass it directly to inet_ntoa(3).

Modified:
  head/sbin/ping/ping.c

Modified: head/sbin/ping/ping.c
==
--- head/sbin/ping/ping.c   Fri Mar 18 14:49:11 2016(r297023)
+++ head/sbin/ping/ping.c   Fri Mar 18 15:06:50 2016(r297024)
@@ -1201,7 +1201,7 @@ pr_pack(char *buf, int cc, struct sockad
if (options & F_MASK) {
/* Just prentend this cast isn't ugly */
(void)printf(" mask=%s",
-   pr_addr(*(struct in_addr 
*)&(icp->icmp_mask)));
+   inet_ntoa(*(struct in_addr 
*)&(icp->icmp_mask)));
}
if (options & F_TIME) {
(void)printf(" tso=%s", 
pr_ntime(icp->icmp_otime));
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r297025 - head/sbin/ping

2016-03-19 Thread Maxim Konovalov
On Fri, 18 Mar 2016, 10:27-0500, Benjamin Kaduk wrote:

> On Fri, Mar 18, 2016 at 10:07 AM, Maxim Konovalov <ma...@freebsd.org> wrote:
>
> > Author: maxim
> > Date: Fri Mar 18 15:07:43 2016
> > New Revision: 297025
> > URL: https://svnweb.freebsd.org/changeset/base/297025
> >
> > Log:
> >   o Kill EoL whitespaces.
> >
> > Modified:
> >   head/sbin/ping/ping.c
> >
> > Modified: head/sbin/ping/ping.c
> >
> > ==
> > --- head/sbin/ping/ping.c   Fri Mar 18 15:06:50 2016(r297024)
> > +++ head/sbin/ping/ping.c   Fri Mar 18 15:07:43 2016(r297025)
> > @@ -794,7 +794,7 @@ main(int argc, char *const *argv)
> >  #endif
> > if (sweepmax) {
> > if (sweepmin > sweepmax)
> > -   errx(EX_USAGE, "Maximum packet size must be no
> > less than the minimum packet size");
> > +   errx(EX_USAGE,"Maximum packet size must be no less
> > than the minimum packet size");
> >
>
> Looks like the space immediately after the comma was also lost.
>
> -Ben
>
That's strange.  Thanks, will fix that.

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


svn commit: r297025 - head/sbin/ping

2016-03-19 Thread Maxim Konovalov
Author: maxim
Date: Fri Mar 18 15:07:43 2016
New Revision: 297025
URL: https://svnweb.freebsd.org/changeset/base/297025

Log:
  o Kill EoL whitespaces.

Modified:
  head/sbin/ping/ping.c

Modified: head/sbin/ping/ping.c
==
--- head/sbin/ping/ping.c   Fri Mar 18 15:06:50 2016(r297024)
+++ head/sbin/ping/ping.c   Fri Mar 18 15:07:43 2016(r297025)
@@ -794,7 +794,7 @@ main(int argc, char *const *argv)
 #endif
if (sweepmax) {
if (sweepmin > sweepmax)
-   errx(EX_USAGE, "Maximum packet size must be no less 
than the minimum packet size");  
+   errx(EX_USAGE,"Maximum packet size must be no less than 
the minimum packet size");
 
if (datalen != DEFDATALEN)
errx(EX_USAGE, "Packet size and ping sweep are mutually 
exclusive");
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r297027 - head/sbin/ping

2016-03-18 Thread Maxim Konovalov
Author: maxim
Date: Fri Mar 18 15:44:21 2016
New Revision: 297027
URL: https://svnweb.freebsd.org/changeset/base/297027

Log:
  o Restore some good whitespace killed in the previous commit.
  
  Spotted by:   bjk

Modified:
  head/sbin/ping/ping.c

Modified: head/sbin/ping/ping.c
==
--- head/sbin/ping/ping.c   Fri Mar 18 15:27:57 2016(r297026)
+++ head/sbin/ping/ping.c   Fri Mar 18 15:44:21 2016(r297027)
@@ -794,7 +794,7 @@ main(int argc, char *const *argv)
 #endif
if (sweepmax) {
if (sweepmin > sweepmax)
-   errx(EX_USAGE,"Maximum packet size must be no less than 
the minimum packet size");
+   errx(EX_USAGE, "Maximum packet size must be no less 
than the minimum packet size");
 
if (datalen != DEFDATALEN)
errx(EX_USAGE, "Packet size and ping sweep are mutually 
exclusive");
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r296662 - head/sbin/ping

2016-03-11 Thread Maxim Konovalov
Author: maxim
Date: Fri Mar 11 16:03:47 2016
New Revision: 296662
URL: https://svnweb.freebsd.org/changeset/base/296662

Log:
  o Kill EoL whitespaces.  No functional changes.

Modified:
  head/sbin/ping/ping.c

Modified: head/sbin/ping/ping.c
==
--- head/sbin/ping/ping.c   Fri Mar 11 15:29:00 2016(r296661)
+++ head/sbin/ping/ping.c   Fri Mar 11 16:03:47 2016(r296662)
@@ -807,7 +807,7 @@ main(int argc, char *const *argv)
datalen = sweepmin;
send_len = icmp_len + sweepmin;
}
-   if (options & F_SWEEP && !sweepmax) 
+   if (options & F_SWEEP && !sweepmax)
errx(EX_USAGE, "Maximum sweep size must be specified");
 
/*
@@ -845,9 +845,9 @@ main(int argc, char *const *argv)
if (sweepmax)
(void)printf(": (%d ... %d) data bytes\n",
sweepmin, sweepmax);
-   else 
+   else
(void)printf(": %d data bytes\n", datalen);
-   
+
} else {
if (sweepmax)
(void)printf("PING %s: (%d ... %d) data bytes\n",
@@ -969,14 +969,14 @@ main(int argc, char *const *argv)
}
if (n == 0 || options & F_FLOOD) {
if (sweepmax && sntransmitted == snpackets) {
-   for (i = 0; i < sweepincr ; ++i) 
+   for (i = 0; i < sweepincr ; ++i)
*datap++ = i;
datalen += sweepincr;
if (datalen > sweepmax)
break;
send_len = icmp_len + datalen;
sntransmitted = 0;
-   } 
+   }
if (!npackets || ntransmitted < npackets)
pinger();
else {
@@ -1179,7 +1179,7 @@ pr_pack(char *buf, int cc, struct sockad
 
if (options & F_QUIET)
return;
-   
+
if (options & F_WAITTIME && triptime > waittime) {
++nrcvtimeout;
return;
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r296661 - head/sbin/ping

2016-03-11 Thread Maxim Konovalov
Author: maxim
Date: Fri Mar 11 15:29:00 2016
New Revision: 296661
URL: https://svnweb.freebsd.org/changeset/base/296661

Log:
  o Xr icmp(4).

Modified:
  head/sbin/ping/ping.8

Modified: head/sbin/ping/ping.8
==
--- head/sbin/ping/ping.8   Fri Mar 11 15:26:56 2016(r296660)
+++ head/sbin/ping/ping.8   Fri Mar 11 15:29:00 2016(r296661)
@@ -527,6 +527,7 @@ These values are defined in
 .El
 .Sh SEE ALSO
 .Xr netstat 1 ,
+.Xr icmp 4 ,
 .Xr ifconfig 8 ,
 .Xr routed 8 ,
 .Xr traceroute 8
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r296660 - head/sbin/ping

2016-03-11 Thread Maxim Konovalov
Author: maxim
Date: Fri Mar 11 15:26:56 2016
New Revision: 296660
URL: https://svnweb.freebsd.org/changeset/base/296660

Log:
  o Document net.inet.icmp.maskfake and net.inet.icmp.tstamprepl sysctls.

Modified:
  head/sbin/ping/ping.8

Modified: head/sbin/ping/ping.8
==
--- head/sbin/ping/ping.8   Fri Mar 11 14:57:40 2016(r296659)
+++ head/sbin/ping/ping.8   Fri Mar 11 15:26:56 2016(r296660)
@@ -28,7 +28,7 @@
 .\" @(#)ping.8 8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd April 4, 2006
+.Dd March 11, 2016
 .Dt PING 8
 .Os
 .Sh NAME
@@ -201,10 +201,17 @@ print the netmask of the remote machine.
 Set the
 .Va net.inet.icmp.maskrepl
 MIB variable to enable
-.Dv ICMP_MASKREPLY .
+.Dv ICMP_MASKREPLY
+and
+.Va net.inet.icmp.maskfake
+if you want to override the netmask in the response.
 For
 .Cm time ,
 print the origination, reception and transmission timestamps.
+Set the
+.Va net.inet.icmp.tstamprepl
+MIB variable to enable or disable
+.Dv ICMP_TSTAMPREPLY .
 .It Fl m Ar ttl
 Set the IP Time To Live for outgoing packets.
 If not specified, the kernel uses the value of the
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r296339 - head/usr.sbin/daemon

2016-03-02 Thread Maxim Konovalov
Author: maxim
Date: Thu Mar  3 07:07:44 2016
New Revision: 296339
URL: https://svnweb.freebsd.org/changeset/base/296339

Log:
  o -t comman line option added to the usage().

Modified:
  head/usr.sbin/daemon/daemon.c

Modified: head/usr.sbin/daemon/daemon.c
==
--- head/usr.sbin/daemon/daemon.c   Thu Mar  3 06:37:17 2016
(r296338)
+++ head/usr.sbin/daemon/daemon.c   Thu Mar  3 07:07:44 2016
(r296339)
@@ -275,8 +275,8 @@ wait_child(pid_t pid, sigset_t *mask)
 static void
 usage(void)
 {
-   (void)fprintf(stderr,
-   "usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile] "
-   "[-u user]\n  command arguments ...\n");
+   (void)fprintf(stderr, "%s\n\t%s\n",
+   "usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile]",
+   "[-t title] [-u user] command arguments ...");
exit(1);
 }
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r296277 - in head: share/man/man4 sys/conf sys/kern sys/modules sys/modules/aio sys/sys tests/sys/aio

2016-03-02 Thread Maxim Konovalov
Hi John,

On 3/1/16 9:12 PM, John Baldwin wrote:
> Author: jhb
> Date: Tue Mar  1 18:12:14 2016
> New Revision: 296277
> URL: https://svnweb.freebsd.org/changeset/base/296277
> 
> Log:
>   Refactor the AIO subsystem to permit file-type-specific handling and
>   improve cancellation robustness.
[...]

Nice work!

It deserves its own entry in UPDATING.  What do you think?

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


svn commit: r291977 - head/share/misc

2015-12-07 Thread Maxim Konovalov
Author: maxim
Date: Tue Dec  8 01:16:53 2015
New Revision: 291977
URL: https://svnweb.freebsd.org/changeset/base/291977

Log:
  o DragonFly 4.4.1 release added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Dec  8 00:27:35 2015
(r291976)
+++ head/share/misc/bsd-family-tree Tue Dec  8 01:16:53 2015
(r291977)
@@ -335,6 +335,7 @@ FreeBSD 5.2   |  |  
  |   10.2 |  | |   |
  |  OS X  NetBSD 7.0   |   |
  |  10.11|OpenBSD 5.8  |
+ ||  | |   DragonFly 4.4.1
  ||  | |   |
 FreeBSD 11 -current   |  NetBSD -current  OpenBSD -current DragonFly 
-current
  ||  | |   |
@@ -681,6 +682,7 @@ FreeBSD 10.22015-08-13 [FBD]
 NetBSD 7.0 2015-09-25 [NBD]
 OS X 10.11 2015-09-30 [APL]
 OpenBSD 5.82015-10-18 [OBD]
+DragonFly 4.4.12015-12-07 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r284946 - head/share/misc

2015-06-30 Thread Maxim Konovalov
Author: maxim
Date: Tue Jun 30 07:46:06 2015
New Revision: 284946
URL: https://svnweb.freebsd.org/changeset/base/284946

Log:
  o DragonFly 4.2.0 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Jun 30 06:02:42 2015
(r284945)
+++ head/share/misc/bsd-family-tree Tue Jun 30 07:46:06 2015
(r284946)
@@ -330,7 +330,7 @@ FreeBSD 5.2   |  |  
  ||  | |   DragonFly 4.0.5
  ||  | |   |
  ||  |OpenBSD 5.7  |
- ||  | |   |
+ ||  | |   DragonFly 4.2.0
  ||  | |   |
 FreeBSD 11 -current   |  NetBSD -current  OpenBSD -current DragonFly 
-current
  ||  | |   |
@@ -672,6 +672,7 @@ DragonFly 4.0.3 2015-01-21 [DFB]
 DragonFly 4.0.42015-03-09 [DFB]
 DragonFly 4.0.52015-03-23 [DFB]
 OpenBSD 5.72015-05-01 [OBD]
+DragonFly 4.2.02015-06-29 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


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

2015-02-22 Thread Maxim Konovalov
Author: maxim
Date: Sun Feb 22 19:42:50 2015
New Revision: 279185
URL: https://svnweb.freebsd.org/changeset/base/279185

Log:
  o Typo: securiy - security.
  
  PR:   197927
  Submitted by: mike@comcast.net
  MFC after:1 week

Modified:
  head/share/man/man5/periodic.conf.5

Modified: head/share/man/man5/periodic.conf.5
==
--- head/share/man/man5/periodic.conf.5 Sun Feb 22 19:25:57 2015
(r279184)
+++ head/share/man/man5/periodic.conf.5 Sun Feb 22 19:42:50 2015
(r279185)
@@ -591,15 +591,15 @@ This would usually be set to
 .It Va weekly_status_security_enable
 .Pq Vt bool
 Weekly counterpart of
-.Va daily_status_securiy_enable .
+.Va daily_status_security_enable .
 .It Va weekly_status_security_inline
 .Pq Vt bool
 Weekly counterpart of
-.Va daily_status_securiy_inline .
+.Va daily_status_security_inline .
 .It Va weekly_status_security_output
 .Pq Vt str
 Weekly counterpart of
-.Va daily_status_securiy_output .
+.Va daily_status_security_output .
 .It Va weekly_status_pkg_enable
 .Pq Vt bool
 Set to
@@ -670,15 +670,15 @@ command.
 .It Va monthly_status_security_enable
 .Pq Vt bool
 Monthly counterpart of
-.Va daily_status_securiy_enable .
+.Va daily_status_security_enable .
 .It Va monthly_status_security_inline
 .Pq Vt bool
 Monthly counterpart of
-.Va daily_status_securiy_inline .
+.Va daily_status_security_inline .
 .It Va monthly_status_security_output
 .Pq Vt str
 Monthly counterpart of
-.Va daily_status_securiy_output .
+.Va daily_status_security_output .
 .It Va monthly_local
 .Pq Vt str
 Set to a list of extra scripts that should be run after all other
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r275189 - head/share/misc

2014-11-27 Thread Maxim Konovalov
Author: maxim
Date: Thu Nov 27 14:54:17 2014
New Revision: 275189
URL: https://svnweb.freebsd.org/changeset/base/275189

Log:
  o NetBSD 6.1.5, OpenBSD 5.6, FreeBSD 10.1, DragonFly 4.0.1 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Nov 27 10:51:10 2014
(r275188)
+++ head/share/misc/bsd-family-tree Thu Nov 27 14:54:17 2014
(r275189)
@@ -296,30 +296,30 @@ FreeBSD 5.2   |  |  
  |\   |  |   | |   |
  *--FreeBSD|  |  |NetBSD 6.1.3 |   |
  |   10.0  |  |  |   | |   |
- | |  |  |   | |   DragonFly 3.6.1
- | |  |  |   | |   |
- | |  |  |   | |   |
- | |  |  |   | |   DragonFly 3.6.2
- | |  |  |NetBSD 6.1.4 |   |
- | |  |  | |   |
- | |  |  |OpenBSD 5.5  |
- | |  |  | |   |
- | |  |  | |   DragonFly 3.8.0
- | |  |  | |   |
- | |  |  | |   |
- | |  |  | |   DragonFly 3.8.1
- | |  |  | |   |
- | |  |  | |   |
- | |  |  | |   DragonFly 3.6.3
- | |  |  | |   |
- |  FreeBSD   |  | |   |
- |9.3 |  | |   |
- ||  | |   DragonFly 3.8.2
- | Mac OS X  | |   |
- |   10.10   | |   |
- ||  | |   |
- ||  | |   |
- ||  | |   |
+ | |   |  |  |   | |   DragonFly 3.6.1
+ | |   |  |  |   | |   |
+ | |   |  |  |   | |   |
+ | |   |  |  |   | |   DragonFly 3.6.2
+ | |   |  |  |NetBSD 6.1.4 |   |
+ | |   |  |  |   | |   |
+ | |   |  |  |   |OpenBSD 5.5  |
+ | |   |  |  |   | |   |
+ | |   |  |  |   | |   DragonFly 3.8.0
+ | |   |  |  |   | |   |
+ | |   |  |  |   | |   |
+ | |   |  |  |   | |   DragonFly 3.8.1
+ | |   |  |  |   | |   |
+ | |   |  |  |   | |   |
+ | |   |  |  |   | |   DragonFly 3.6.3
+ | |   |  |  |   | |   |
+ | |FreeBSD   |  |   | |   |
+ | |  9.3 |  |   | |   |
+ | |  |  |NetBSD 6.1.5 |   DragonFly 3.8.2
+ | |   Mac OS X  | |   |
+ | | 10.10   | |   |
+ | |  |  |OpenBSD 5.6  |
+ |  FreeBSD   |  | |   |
+ |   10.1 |  | |   DragonFly 4.0.1
  ||  | |   |
  ||  | |   |
  ||  | |   |
@@ -655,7 +655,11 @@ DragonFly 3.8.12014-06-16 [DFB]
 DragonFly 3.6.32014-06-17 [DFB]
 FreeBSD 9.32014-07-05 [FBD]
 DragonFly 3.8.22014-08-08 [DFB]
+NetBSD 6.1.5   2014-09-22 [NDB]
 Mac OS X 10.10 2014-10-16 [APL]
+OpenBSD 5.62014-11-01 [OBD]

Re: svn commit: r264243 - in head/etc: . rc.d

2014-06-11 Thread Maxim Konovalov
 + then
 + break
 + fi
 + else
 + [ $dest_orig  $curitem_orig ]  break
 + fi
 +
 + # Break if we've hit the end
 + [ $d -ge $i ]  break
 +
 + d=$(( $d + 1 ))
 + done
 +
 + # Shift remaining positions forward, making room for new item
 + n=$i
 + while [ $n -ge $d ]; do
 + # Shift destination item forward one placement
 + eval dest_$(( $n + 1 ))=\\$dest_$n\
 + n=$(( $n - 1 ))
 + done
 +
 + # Place the element
 + if [ $i -eq 1 ]; then
 + local dest_1=$curitem
 + else
 + local dest_$d=$curitem
 + fi
 +
 + i=$(( $i + 1 ))
 + done
 +
 + # Print sorted results
 + d=1
 + while [ $d -le $nitems ]; do
 + eval echo \\$dest_$d\
 + d=$(( $d + 1 ))
 + done
 +}
 +
  #
  # wait_for_pids pid [pid ...]
  #spins until none of the pids exist
 @@ -1524,19 +1778,20 @@ load_kld()
   return 0
  }

 -# ltr str src dst
 +# ltr str src dst [var]
  #Change every $src in $str to $dst.
  #Useful when /usr is not yet mounted and we cannot use tr(1), sed(1) nor
 -#awk(1).
 +#awk(1). If var is non-NULL, set it to the result.
  ltr()
  {
 - local _str _src _dst _out _com
 - _str=$1
 - _src=$2
 - _dst=$3
 + local _str _src _dst _out _com _var
 + _str=$1
 + _src=$2
 + _dst=$3
 + _var=$4
   _out=

 - IFS=${_src}
 + local IFS=${_src}
   for _com in ${_str}; do
   if [ -z ${_out} ]; then
   _out=${_com}
 @@ -1544,7 +1799,11 @@ ltr()
   _out=${_out}${_dst}${_com}
   fi
   done
 - echo ${_out}
 + if [ -n ${_var} ]; then
 + setvar ${_var} ${_out}
 + else
 + echo ${_out}
 + fi
  }

  # Creates a list of providers for GELI encryption.


-- 
Maxim Konovalov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r267097 - head/share/misc

2014-06-05 Thread Maxim Konovalov
Author: maxim
Date: Thu Jun  5 07:28:27 2014
New Revision: 267097
URL: http://svnweb.freebsd.org/changeset/base/267097

Log:
  OpenBSD 5.5, Mac OS X 10.10, Dragonfly BSD 3.8.0 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Jun  5 06:29:18 2014
(r267096)
+++ head/share/misc/bsd-family-tree Thu Jun  5 07:28:27 2014
(r267097)
@@ -296,14 +296,15 @@ FreeBSD 5.2   |  |  
  ||  |   | |   |
  *--FreeBSD   |  |NetBSD 6.1.3 |   |
  |   10.0 |  |   | |   |
- ||  |NetBSD 6.1.4 |   DragonFly 3.6.1
- ||  | |   |
- ||  | |   |
- ||  | |   DragonFly 3.6.2
- ||  | |   |
- ||  | |   |
- ||  | |   |
+ ||  |   | |   DragonFly 3.6.1
+ ||  |   | |   |
+ ||  |   | |   |
+ ||  |   | |   DragonFly 3.6.2
+ ||  |NetBSD 6.1.4 |   |
  ||  | |   |
+ ||  |OpenBSD 5.5  |
+ | Mac OS X  | |   |
+ |  10.10| |   DragonFly 3.8.0
  ||  | |   |
  ||  | |   |
  ||  | |   |
@@ -638,6 +639,9 @@ DragonFly 3.6.1 2014-02-22 [DFB]
 DragonFly 3.6.22014-04-10 [DFB]
 NetBSD 6.0.5   2014-04-19 [NDB]
 NetBSD 6.1.4   2014-04-19 [NDB]
+OpenBSD 5.52014-05-01 [OBD]
+Mac OS X 10.10 2014-06-02 [APL]
+DragonFly 3.8.02014-06-04 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r267099 - head/share/misc

2014-06-05 Thread Maxim Konovalov
Author: maxim
Date: Thu Jun  5 09:27:42 2014
New Revision: 267099
URL: http://svnweb.freebsd.org/changeset/base/267099

Log:
  Mac OS X 10.10 is not released yet, removed.
  
  Pointed out by:   pluknet

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Jun  5 08:20:14 2014
(r267098)
+++ head/share/misc/bsd-family-tree Thu Jun  5 09:27:42 2014
(r267099)
@@ -303,8 +303,7 @@ FreeBSD 5.2   |  |  
  ||  |NetBSD 6.1.4 |   |
  ||  | |   |
  ||  |OpenBSD 5.5  |
- | Mac OS X  | |   |
- |  10.10| |   DragonFly 3.8.0
+ ||  | |   DragonFly 3.8.0
  ||  | |   |
  ||  | |   |
  ||  | |   |
@@ -640,7 +639,6 @@ DragonFly 3.6.2 2014-04-10 [DFB]
 NetBSD 6.0.5   2014-04-19 [NDB]
 NetBSD 6.1.4   2014-04-19 [NDB]
 OpenBSD 5.52014-05-01 [OBD]
-Mac OS X 10.10 2014-06-02 [APL]
 DragonFly 3.8.02014-06-04 [DFB]
 
 Bibliography
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261318 - head/share/misc

2014-01-31 Thread Maxim Konovalov
Author: maxim
Date: Fri Jan 31 08:48:25 2014
New Revision: 261318
URL: http://svnweb.freebsd.org/changeset/base/261318

Log:
  o NetBSD 6.1.3 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Fri Jan 31 07:56:04 2014
(r261317)
+++ head/share/misc/bsd-family-tree Fri Jan 31 08:48:25 2014
(r261318)
@@ -284,23 +284,17 @@ FreeBSD 5.2   |  |  
  | |  8.4 |  |NetBSD 6.1.1 |   |
  | |  |  |   | |   |
  |  FreeBSD   |  |NetBSD 6.1.2 |   |
- |9.2  Mac OS X  | |   |
- |   10.9|OpenBSD 5.4  |
- ||  | |   DragonFly 3.6.0
+ |9.2  Mac OS X  |   | |   |
+ |   10.9|   |OpenBSD 5.4  |
+ ||  |   | |   DragonFly 3.6.0
+ ||  |   | |   |
+ *--FreeBSD   |  |NetBSD 6.1.3 |   |
+ |   10.0 |  | |   |
  ||  | |   |
  ||  | |   |
+FreeBSD 11 -current   |  NetBSD -current  OpenBSD -current |
  ||  | |   |
- ||  | |   |
- ||  NetBSD -current  OpenBSD -current |
- ||  | |   |
- |v  v v   v
- |
- *--FreeBSD
- |   10.0
- |
- |
-FreeBSD 11 -current
- v
+ vv  v v   v
 
 Time
 
@@ -616,6 +610,7 @@ Mac OS X 10.9   2013-10-22 [APL]
 OpenBSD 5.42013-11-01 [OBD]
 DragonFly 3.6.02013-11-25 [DFB]
 FreeBSD 10.0   2014-01-20 [FBD]
+NetBSD 6.1.3   2014-01-27 [NBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r261229 - head/usr.sbin/bhyveload

2014-01-28 Thread Maxim Konovalov
Author: maxim
Date: Tue Jan 28 12:26:38 2014
New Revision: 261229
URL: http://svnweb.freebsd.org/changeset/base/261229

Log:
  o Fix typo, sort .Xrs.
  
  PR:   docs/186191
  Submitted by: Andrew (typo fix)
  MFC after:1 week

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

Modified: head/usr.sbin/bhyveload/bhyveload.8
==
--- head/usr.sbin/bhyveload/bhyveload.8 Tue Jan 28 09:55:07 2014
(r261228)
+++ head/usr.sbin/bhyveload/bhyveload.8 Tue Jan 28 12:26:38 2014
(r261229)
@@ -134,10 +134,10 @@ device
 .Dl bhyveload -m 256MB -h /usr/images/test -c /dev/nmdm1B test-vm
 .Sh SEE ALSO
 .Xr bhyve 4 ,
+.Xr nmdm 4 ,
+.Xr vmm 4 ,
 .Xr bhyve 8 ,
-.Xr loader 8 ,
-.Xr nmdm 4,
-.Xr vmm 4
+.Xr loader 8
 .Sh HISTORY
 .Nm
 first appeared in
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r250826 - head/share/misc

2013-05-20 Thread Maxim Konovalov
Author: maxim
Date: Mon May 20 15:11:30 2013
New Revision: 250826
URL: http://svnweb.freebsd.org/changeset/base/250826

Log:
  NetBSD 6.1 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Mon May 20 13:05:51 2013
(r250825)
+++ head/share/misc/bsd-family-tree Mon May 20 15:11:30 2013
(r250826)
@@ -262,7 +262,7 @@ FreeBSD 5.2   |  |  
  |9.1 |  | |   |
  ||  | |   |
  ||  |OpenBSD 5.3  DragonFly 3.4.1
- ||  | |   |
+ ||   NetBSD 6.1   |   |
  ||  | |   |
  ||  | |   |
 FreeBSD 10 -current   |  NetBSD -current  OpenBSD -current |
@@ -567,6 +567,7 @@ DragonFly 3.2.1 2012-11-02 [DFB]
 FreeBSD 9.12012-12-30 [FBD]
 DragonFly 3.4.12013-04-29 [DFB]
 OpenBSD 5.32013-05-01 [OBD]
+NetBSD 6.1 2013-05-18 [NBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r248700 - head/sbin/geom/class/eli

2013-03-25 Thread Maxim Konovalov
Author: maxim
Date: Mon Mar 25 12:38:45 2013
New Revision: 248700
URL: http://svnweb.freebsd.org/changeset/base/248700

Log:
  o Typo: IEE - IEEE.
  
  PR:   docs/173069
  Submitted by: Bjorn Heidotting
  MFC after:1 week

Modified:
  head/sbin/geom/class/eli/geli.8

Modified: head/sbin/geom/class/eli/geli.8
==
--- head/sbin/geom/class/eli/geli.8 Mon Mar 25 09:43:50 2013
(r248699)
+++ head/sbin/geom/class/eli/geli.8 Mon Mar 25 12:38:45 2013
(r248700)
@@ -970,7 +970,7 @@ Enter passphrase:
 supports two encryption modes:
 .Nm XTS ,
 which was standardized as
-.Nm IEE P1619
+.Nm IEEE P1619
 and
 .Nm CBC
 with unpredictable IV.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


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

2012-12-02 Thread Maxim Konovalov
Hi Marcel,

On Sat, 1 Dec 2012, 21:26-, Marcel Moolenaar wrote:

 Author: marcel
 Date: Sat Dec  1 21:26:46 2012
 New Revision: 243779
 URL: http://svnweb.freebsd.org/changeset/base/243779

 Log:
   Protect against DoS attacks, such as being described in CVE-2010-2632.
   The changes were derived from what has been committed to NetBSD, with
   modifications. These are:
[..]

Do you have any plans to MFC this code eventually?

-- 
Maxim Konovalov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r242521 - head/share/misc

2012-11-03 Thread Maxim Konovalov
Author: maxim
Date: Sat Nov  3 19:26:08 2012
New Revision: 242521
URL: http://svn.freebsd.org/changeset/base/242521

Log:
  o DragonFly 2.3.1 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Sat Nov  3 18:55:55 2012
(r242520)
+++ head/share/misc/bsd-family-tree Sat Nov  3 19:26:08 2012
(r242521)
@@ -257,7 +257,7 @@ FreeBSD 5.2   |  |  
  | Mac OS X  | |   |
  |   10.8| |   |
  ||   NetBSD 6.0   |   |
- ||  | OpenBSD 5.2 |
+ ||  | OpenBSD 5.2 DragonFly 3.2.1
  ||  | |   |
 FreeBSD 10 -current   |  NetBSD -current  OpenBSD -current |
  ||  | |   |
@@ -554,6 +554,7 @@ OpenBSD 5.1 2012-05-01 [OBD]
 Mac OS X 10.8  2012-07-25 [APL]
 NetBSD 6.0 2012-10-17 [NBD]
 OpenBSD 5.22012-11-01 [OBD]
+DragonFly 3.2.12012-11-02 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r242468 - head/share/misc

2012-11-02 Thread Maxim Konovalov
Author: maxim
Date: Fri Nov  2 07:36:16 2012
New Revision: 242468
URL: http://svn.freebsd.org/changeset/base/242468

Log:
  o OpenBSD 5.2 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Fri Nov  2 05:26:33 2012
(r242467)
+++ head/share/misc/bsd-family-tree Fri Nov  2 07:36:16 2012
(r242468)
@@ -257,6 +257,7 @@ FreeBSD 5.2   |  |  
  | Mac OS X  | |   |
  |   10.8| |   |
  ||   NetBSD 6.0   |   |
+ ||  | OpenBSD 5.2 |
  ||  | |   |
 FreeBSD 10 -current   |  NetBSD -current  OpenBSD -current |
  ||  | |   |
@@ -552,6 +553,7 @@ FreeBSD 8.3 2012-04-18 [FBD]
 OpenBSD 5.12012-05-01 [OBD]
 Mac OS X 10.8  2012-07-25 [APL]
 NetBSD 6.0 2012-10-17 [NBD]
+OpenBSD 5.22012-11-01 [OBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r234423 - head/share/misc

2012-04-18 Thread Maxim Konovalov
Author: maxim
Date: Wed Apr 18 15:23:21 2012
New Revision: 234423
URL: http://svn.freebsd.org/changeset/base/234423

Log:
  o FreeBSD 8.3-RELEASE added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Wed Apr 18 15:22:08 2012
(r234422)
+++ head/share/misc/bsd-family-tree Wed Apr 18 15:23:21 2012
(r234423)
@@ -246,13 +246,14 @@ FreeBSD 5.2   |  |  
  | || |  | NetBSD 5.1  |   |
  |  FreeBSD  FreeBSD  |  | |   |
  |8.2  7.4|  | |   DragonFly 2.10.1
- | v  |  | OpenBSD 4.9 |
- | Mac OS X  | |   |
- |   10.7| |   |
- ||  | OpenBSD 5.0 |
- +--FreeBSD   |  | |   |
- |9.0 |  | |   DragonFly 3.0.1
- | v  |  | |   |
+ | |  |  | OpenBSD 4.9 |
+ | `-. Mac OS X  | |   |
+ |\  10.7| |   |
+ | |  |  | OpenBSD 5.0 |
+ *--FreeBSD|  |  | |   |
+ |9.0  |  |  | |   DragonFly 3.0.1
+ | vFreeBSD   |  | |   |
+ |8.3 |  | |   |
  ||  | |   |
 FreeBSD 10 -current   |  NetBSD -current  OpenBSD -current |
  ||  | |   |
@@ -544,6 +545,7 @@ Mac OS X 10.7   2011-07-20 [APL]
 OpenBSD 5.02011-11-01 [OBD]
 FreeBSD 9.02012-01-12 [FBD]
 DragonFly 3.0.12012-02-21 [DFB]
+FreeBSD 8.32012-04-18 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


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

2012-03-20 Thread Maxim Konovalov
Author: maxim
Date: Tue Mar 20 12:24:36 2012
New Revision: 233229
URL: http://svn.freebsd.org/changeset/base/233229

Log:
  o Xr siftr.4 in order to expose it to a wider audience.
  
  Reviewed by:  lstewart

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

Modified: head/share/man/man4/tcp.4
==
--- head/share/man/man4/tcp.4   Tue Mar 20 07:59:36 2012(r233228)
+++ head/share/man/man4/tcp.4   Tue Mar 20 12:24:36 2012(r233229)
@@ -562,6 +562,7 @@ address.
 .Xr intro 4 ,
 .Xr ip 4 ,
 .Xr mod_cc 4 ,
+.Xr siftr 4 ,
 .Xr syncache 4 ,
 .Xr setkey 8
 .Rs
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


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

2012-03-19 Thread Maxim Konovalov
Author: maxim
Date: Mon Mar 19 19:25:22 2012
New Revision: 233196
URL: http://svn.freebsd.org/changeset/base/233196

Log:
  o Trim EoL whitespaces.

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

Modified: head/share/man/man4/tcp.4
==
--- head/share/man/man4/tcp.4   Mon Mar 19 19:17:55 2012(r233195)
+++ head/share/man/man4/tcp.4   Mon Mar 19 19:25:22 2012(r233196)
@@ -147,7 +147,7 @@ See
 .Xr mod_cc 4
 for details.
 .It Dv TCP_KEEPINIT
-This write-only 
+This write-only
 .Xr setsockopt 2
 option accepts a per-socket timeout argument of
 .Vt u_int
@@ -160,7 +160,7 @@ in the
 .Sx MIB Variables
 section further down.
 .It Dv TCP_KEEPIDLE
-This write-only 
+This write-only
 .Xr setsockopt 2
 option accepts an argument of
 .Vt u_int
@@ -176,7 +176,7 @@ in the
 .Sx MIB Variables
 section further down.
 .It Dv TCP_KEEPINTVL
-This write-only 
+This write-only
 .Xr setsockopt 2
 option accepts an argument of
 .Vt u_int
@@ -191,7 +191,7 @@ in the
 .Sx MIB Variables
 section further down.
 .It Dv TCP_KEEPCNT
-This write-only 
+This write-only
 .Xr setsockopt 2
 option accepts an argument of
 .Vt u_int
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


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

2012-03-07 Thread Maxim Konovalov
Author: maxim
Date: Wed Mar  7 14:50:14 2012
New Revision: 232658
URL: http://svn.freebsd.org/changeset/base/232658

Log:
  o Sync LOCK_PROFILING manpage with the current code: remove
  unexistent sysctls, add new ones.
  
  Reviewed by:  gjb
  Sponsored by: Nginx, Inc.

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

Modified: head/share/man/man9/LOCK_PROFILING.9
==
--- head/share/man/man9/LOCK_PROFILING.9Wed Mar  7 13:17:27 2012
(r232657)
+++ head/share/man/man9/LOCK_PROFILING.9Wed Mar  7 14:50:14 2012
(r232658)
@@ -29,7 +29,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd November 11, 2006
+.Dd March 7, 2012
 .Dt LOCK_PROFILING 9
 .Os
 .Sh NAME
@@ -82,32 +82,6 @@ Enable or disable the lock profiling cod
 This defaults to 0 (off).
 .It Va debug.lock.prof.reset
 Reset the current lock profiling buffers.
-.It Va debug.lock.prof.acquisitions
-The total number of lock acquisitions recorded.
-.It Va debug.lock.prof.records
-The total number of acquisition points recorded.
-Note that only active acquisition points (i.e., points that have been
-reached at least once) are counted.
-.It Va debug.lock.prof.maxrecords
-The maximum number of acquisition points the profiling code is capable
-of monitoring.
-Since it would not be possible to call
-.Xr malloc 9
-from within the lock profiling code, this is a static limit.
-The number of records can be changed with the
-.Dv LPROF_BUFFERS
-kernel option.
-.It Va debug.lock.prof.rejected
-The number of acquisition points that were ignored after the table
-filled up.
-.It Va debug.lock.prof.hashsize
-The size of the hash table used to map acquisition points to
-statistics records.
-The hash size can be changed with the
-.Dv LPROF_HASH_SIZE
-kernel option.
-.It Va debug.lock.prof.collisions
-The number of hash collisions in the acquisition point hash table.
 .It Va debug.lock.prof.stats
 The actual profiling statistics in plain text.
 The columns are as follows, from left to right:
@@ -138,6 +112,14 @@ reached.
 The name of the acquisition point, derived from the source file name
 and line number, followed by the name of the lock in parentheses.
 .El
+.It Va debug.lock.prof.rejected
+The number of acquisition points that were ignored after the table
+filled up.
+.It Va debug.lock.prof.skipspin
+Disable or enable the lock profiling code for the spin locks.
+This defaults to 0 (do profiling for the spin locks).
+.It Va debug.lock.prof.skipcount
+Do sampling approximately every N lock acquisitions.
 .El
 .Sh SEE ALSO
 .Xr sysctl 8 ,
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r232156 - head/sys/kern

2012-02-25 Thread Maxim Konovalov
Author: maxim
Date: Sat Feb 25 12:06:40 2012
New Revision: 232156
URL: http://svn.freebsd.org/changeset/base/232156

Log:
  o Reduce chances for integer overflow.
  o More verbose sysctl description added.
  
  MFC after:2 weeks
  Sponsored by: Nginx, Inc.

Modified:
  head/sys/kern/vfs_cache.c

Modified: head/sys/kern/vfs_cache.c
==
--- head/sys/kern/vfs_cache.c   Sat Feb 25 11:07:32 2012(r232155)
+++ head/sys/kern/vfs_cache.c   Sat Feb 25 12:06:40 2012(r232156)
@@ -369,7 +369,7 @@ sysctl_debug_hashstat_nchash(SYSCTL_HAND
maxlength = count;
}
n_nchash = nchash + 1;
-   pct = (used * 100 * 100) / n_nchash;
+   pct = (used * 100) / (n_nchash / 100);
error = SYSCTL_OUT(req, n_nchash, sizeof(n_nchash));
if (error)
return (error);
@@ -386,7 +386,7 @@ sysctl_debug_hashstat_nchash(SYSCTL_HAND
 }
 SYSCTL_PROC(_debug_hashstat, OID_AUTO, nchash, CTLTYPE_INT|CTLFLAG_RD|
 CTLFLAG_MPSAFE, 0, 0, sysctl_debug_hashstat_nchash, I,
-nchash chain lengths);
+nchash statistics (number of total/used buckets, maximum chain length, 
usage percentage));
 #endif
 
 /*
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r232000 - head/share/misc

2012-02-22 Thread Maxim Konovalov
Author: maxim
Date: Wed Feb 22 17:52:53 2012
New Revision: 232000
URL: http://svn.freebsd.org/changeset/base/232000

Log:
  DragonFly 3.0.1 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Wed Feb 22 15:05:19 2012
(r231999)
+++ head/share/misc/bsd-family-tree Wed Feb 22 17:52:53 2012
(r232000)
@@ -251,7 +251,7 @@ FreeBSD 5.2   |  |  
  |   10.7| |   |
  ||  | OpenBSD 5.0 |
  +--FreeBSD   |  | |   |
- |9.0 |  | |   |
+ |9.0 |  | |   DragonFly 3.0.1
  | v  |  | |   |
  ||  | |   |
 FreeBSD 10 -current   |  NetBSD -current  OpenBSD -current |
@@ -543,6 +543,7 @@ OpenBSD 4.9 2011-05-01 [OBD]
 Mac OS X 10.7  2011-07-20 [APL]
 OpenBSD 5.02011-11-01 [OBD]
 FreeBSD 9.02012-01-12 [FBD]
+DragonFly 3.0.12012-02-21 [DFB]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r232004 - head/usr.bin/ncal

2012-02-22 Thread Maxim Konovalov
Author: maxim
Date: Wed Feb 22 21:08:58 2012
New Revision: 232004
URL: http://svn.freebsd.org/changeset/base/232004

Log:
  o Use ISO 3166 county code for Sweden.
  
  PR:   standards/165400
  Submitted by: Carsten Hey
  MFC after:1 week

Modified:
  head/usr.bin/ncal/ncal.c

Modified: head/usr.bin/ncal/ncal.c
==
--- head/usr.bin/ncal/ncal.cWed Feb 22 20:03:51 2012(r232003)
+++ head/usr.bin/ncal/ncal.cWed Feb 22 21:08:58 2012(r232004)
@@ -105,7 +105,7 @@ static struct djswitch {
{RO, Romania,   {1919,  3, 31}},
{RU, Russia,{1918,  1, 31}},
{SI, Slovenia,  {1919,  3,  4}},
-   {SW, Sweden,{1753,  2, 17}},
+   {SE, Sweden,{1753,  2, 17}},
{TR, Turkey,{1926, 12, 18}},
{US, United States, {1752,  9,  2}},
{YU, Yugoslavia,{1919,  3,  4}}
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r230644 - head/games/pom

2012-01-28 Thread Maxim Konovalov
Author: maxim
Date: Sat Jan 28 15:29:43 2012
New Revision: 230644
URL: http://svn.freebsd.org/changeset/base/230644

Log:
  o Preserve argv[0] to use it later in usage().
  
  PR:   bin/164570
  Submitted by: Klaus Aehlig
  MFC after:1 week

Modified:
  head/games/pom/pom.c

Modified: head/games/pom/pom.c
==
--- head/games/pom/pom.cSat Jan 28 14:00:21 2012(r230643)
+++ head/games/pom/pom.cSat Jan 28 15:29:43 2012(r230644)
@@ -86,6 +86,7 @@ main(int argc, char **argv)
double days, today, tomorrow;
int ch, cnt, pflag = 0;
char *odate = NULL, *otime = NULL;
+   char *progname = argv[0];
 
while ((ch = getopt(argc, argv, d:pt:)) != -1)
switch (ch) {
@@ -99,14 +100,14 @@ main(int argc, char **argv)
otime = optarg;
break;
default:
-   usage(argv[0]);
+   usage(progname);
}
 
 argc -= optind;
argv += optind;
 
if (argc)
-   usage(argv[0]);
+   usage(progname);
 
/* Adjust based on users preferences */
time(tt);
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r230617 - head/usr.sbin/ifmcstat

2012-01-27 Thread Maxim Konovalov
Author: maxim
Date: Fri Jan 27 17:16:44 2012
New Revision: 230617
URL: http://svn.freebsd.org/changeset/base/230617

Log:
  o in6_ifinfo() does not do any kvm(3) operations, so
  do not guard it by WITH_KVM ifdef.  This allows to build
  ifmcstat(8) without kvm(3) support.
  
  PR:   bin/164353
  Submitted by: Ivan Rozhuk
  MFC after:2 weeks

Modified:
  head/usr.sbin/ifmcstat/ifmcstat.c

Modified: head/usr.sbin/ifmcstat/ifmcstat.c
==
--- head/usr.sbin/ifmcstat/ifmcstat.c   Fri Jan 27 14:50:15 2012
(r230616)
+++ head/usr.sbin/ifmcstat/ifmcstat.c   Fri Jan 27 17:16:44 2012
(r230617)
@@ -441,32 +441,6 @@ ll_addrlist(struct ifaddr *ifap)
 #ifdef INET6
 
 static void
-in6_ifinfo(struct mld_ifinfo *mli)
-{
-
-   printf(\t);
-   switch (mli-mli_version) {
-   case MLD_VERSION_1:
-   case MLD_VERSION_2:
-   printf(mldv%d, mli-mli_version);
-   break;
-   default:
-   printf(mldv?(%d), mli-mli_version);
-   break;
-   }
-   printb( flags, mli-mli_flags, \020\1SILENT);
-   if (mli-mli_version == MLD_VERSION_2) {
-   printf( rv %u qi %u qri %u uri %u,
-   mli-mli_rv, mli-mli_qi, mli-mli_qri, mli-mli_uri);
-   }
-   if (vflag = 2) {
-   printf( v1timer %u v2timer %u, mli-mli_v1_timer,
-  mli-mli_v2_timer);
-   }
-   printf(\n);
-}
-
-static void
 if6_addrlist(struct ifaddr *ifap)
 {
struct ifnet ifnet;
@@ -763,6 +737,33 @@ in_multientry(struct in_multi *pinm)
 #endif /* WITH_KVM */
 
 #ifdef INET6
+
+static void
+in6_ifinfo(struct mld_ifinfo *mli)
+{
+
+   printf(\t);
+   switch (mli-mli_version) {
+   case MLD_VERSION_1:
+   case MLD_VERSION_2:
+   printf(mldv%d, mli-mli_version);
+   break;
+   default:
+   printf(mldv?(%d), mli-mli_version);
+   break;
+   }
+   printb( flags, mli-mli_flags, \020\1SILENT);
+   if (mli-mli_version == MLD_VERSION_2) {
+   printf( rv %u qi %u qri %u uri %u,
+   mli-mli_rv, mli-mli_qi, mli-mli_qri, mli-mli_uri);
+   }
+   if (vflag = 2) {
+   printf( v1timer %u v2timer %u, mli-mli_v1_timer,
+  mli-mli_v2_timer);
+   }
+   printf(\n);
+}
+
 static const char *
 inet6_n2a(struct in6_addr *p)
 {
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r230584 - head/sys/netinet6

2012-01-26 Thread Maxim Konovalov
On Thu, 26 Jan 2012, 12:04-, Gleb Smirnoff wrote:

 Author: glebius
 Date: Thu Jan 26 12:04:19 2012
 New Revision: 230584
 URL: http://svn.freebsd.org/changeset/base/230584

 Log:
   Remove casts from inet6 address testing macros, thus preserving
   qualifier from original argument.

   Obtained from:  NetBSD, r. 1.67
   Submitted by:   maxim

Thanks!

Just for the record: the patch was from Maxim Dounin.

-- 
Maxim Konovalov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r230042 - head/share/misc

2012-01-12 Thread Maxim Konovalov
Author: maxim
Date: Fri Jan 13 06:14:03 2012
New Revision: 230042
URL: http://svn.freebsd.org/changeset/base/230042

Log:
  o Mac OS X 10.7 added (belatedly).  FreeBSD 9.0-RELEASE added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Fri Jan 13 03:38:08 2012
(r230041)
+++ head/share/misc/bsd-family-tree Fri Jan 13 06:14:03 2012
(r230042)
@@ -247,11 +247,14 @@ FreeBSD 5.2   |  |  
  |  FreeBSD  FreeBSD  |  | |   |
  |8.2  7.4|  | |   DragonFly 2.10.1
  | v  |  | OpenBSD 4.9 |
- ||  | |   |
- ||  | |   |
+ | Mac OS X  | |   |
+ |   10.7| |   |
  ||  | OpenBSD 5.0 |
+ +--FreeBSD   |  | |   |
+ |9.0 |  | |   |
+ | v  |  | |   |
  ||  | |   |
-FreeBSD 9 -current|  NetBSD -current  OpenBSD -current |
+FreeBSD 10 -current   |  NetBSD -current  OpenBSD -current |
  ||  | |   |
  vv  v v   v
 
@@ -537,7 +540,9 @@ FreeBSD 7.4 2011-02-24 [FBD]
 FreeBSD 8.22011-02-24 [FBD]
 DragonFly 2.10.1   2011-04-26 [DFB]
 OpenBSD 4.92011-05-01 [OBD]
+Mac OS X 10.7  2011-07-20 [APL]
 OpenBSD 5.02011-11-01 [OBD]
+FreeBSD 9.02012-01-12 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r230043 - head/share/misc

2012-01-12 Thread Maxim Konovalov
Author: maxim
Date: Fri Jan 13 06:18:23 2012
New Revision: 230043
URL: http://svn.freebsd.org/changeset/base/230043

Log:
  Copyright years updated.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Fri Jan 13 06:14:03 2012
(r230042)
+++ head/share/misc/bsd-family-tree Fri Jan 13 06:18:23 2012
(r230043)
@@ -600,7 +600,7 @@ original BSD announcements from Usenet o
 Steven M. Schultz for providing 2.8BSD, 2.10BSD, 2.11BSD manual pages.
 
 --
-Copyright (c) 1997-2007 Wolfram Schneider wo...@freebsd.org
+Copyright (c) 1997-2012 Wolfram Schneider wo...@freebsd.org
 URL: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
 
 $FreeBSD$
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r228699 - head/sbin/devd

2011-12-18 Thread Maxim Konovalov
Author: maxim
Date: Mon Dec 19 05:09:08 2011
New Revision: 228699
URL: http://svn.freebsd.org/changeset/base/228699

Log:
  o Sort .Xrs.

Modified:
  head/sbin/devd/devd.conf.5

Modified: head/sbin/devd/devd.conf.5
==
--- head/sbin/devd/devd.conf.5  Sun Dec 18 23:54:32 2011(r228698)
+++ head/sbin/devd/devd.conf.5  Mon Dec 19 05:09:08 2011(r228699)
@@ -542,5 +542,5 @@ has many additional examples.
 .Sh SEE ALSO
 .Xr coretemp 4 ,
 .Xr devfs 5 ,
-.Xr devd 8 ,
-.Xr re_format 7
+.Xr re_format 7 ,
+.Xr devd 8
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r228700 - in head: sys/netinet6 usr.bin/netstat

2011-12-18 Thread Maxim Konovalov
Author: maxim
Date: Mon Dec 19 05:50:34 2011
New Revision: 228700
URL: http://svn.freebsd.org/changeset/base/228700

Log:
  o Convert IPv6 read-only stats sysctls to the read-write ones.
  o Teach netstat(1) -z to reset these stats sysctls.
  
  PR:   bin/153206
  Reviewed by:  glebuis
  Sponsored by: NGINX, Inc.
  MFC after:1 month

Modified:
  head/sys/netinet6/in6_proto.c
  head/sys/netinet6/ip6_mroute.c
  head/usr.bin/netstat/inet6.c

Modified: head/sys/netinet6/in6_proto.c
==
--- head/sys/netinet6/in6_proto.c   Mon Dec 19 05:09:08 2011
(r228699)
+++ head/sys/netinet6/in6_proto.c   Mon Dec 19 05:50:34 2011
(r228700)
@@ -520,7 +520,7 @@ SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_
VNET_NAME(ip6_sendredirects), 0, );
 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_DEFHLIM, hlim, CTLFLAG_RW,
VNET_NAME(ip6_defhlim), 0, );
-SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_STATS, stats, CTLFLAG_RD,
+SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_STATS, stats, CTLFLAG_RW,
VNET_NAME(ip6stat), ip6stat, );
 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_MAXFRAGPACKETS, maxfragpackets,
CTLFLAG_RW, VNET_NAME(ip6_maxfragpackets), 0, );
@@ -573,7 +573,7 @@ SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_
CTLFLAG_RW, VNET_NAME(ip6_auto_linklocal), 0,
Default value of per-interface flag for automatically adding an IPv6
 link-local address to interfaces when attached);
-SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_RIP6STATS, rip6stats, CTLFLAG_RD,
+SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_RIP6STATS, rip6stats, CTLFLAG_RW,
VNET_NAME(rip6stat), rip6stat, );
 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_PREFER_TEMPADDR, prefer_tempaddr,
CTLFLAG_RW, VNET_NAME(ip6_prefer_tempaddr), 0, );
@@ -603,7 +603,7 @@ SYSCTL_VNET_INT(_net_inet6_icmp6, ICMPV6
CTLFLAG_RW, VNET_NAME(icmp6_rediraccept), 0, );
 SYSCTL_VNET_INT(_net_inet6_icmp6, ICMPV6CTL_REDIRTIMEOUT, redirtimeout,
CTLFLAG_RW, VNET_NAME(icmp6_redirtimeout), 0, );
-SYSCTL_VNET_STRUCT(_net_inet6_icmp6, ICMPV6CTL_STATS, stats, CTLFLAG_RD,
+SYSCTL_VNET_STRUCT(_net_inet6_icmp6, ICMPV6CTL_STATS, stats, CTLFLAG_RW,
VNET_NAME(icmp6stat), icmp6stat, );
 SYSCTL_VNET_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_PRUNE, nd6_prune, CTLFLAG_RW,
VNET_NAME(nd6_prune), 0, );

Modified: head/sys/netinet6/ip6_mroute.c
==
--- head/sys/netinet6/ip6_mroute.c  Mon Dec 19 05:09:08 2011
(r228699)
+++ head/sys/netinet6/ip6_mroute.c  Mon Dec 19 05:50:34 2011
(r228700)
@@ -250,7 +250,7 @@ static mifi_t nummifs = 0;
 static mifi_t reg_mif_num = (mifi_t)-1;
 
 static struct pim6stat pim6stat;
-SYSCTL_STRUCT(_net_inet6_pim, PIM6CTL_STATS, stats, CTLFLAG_RD,
+SYSCTL_STRUCT(_net_inet6_pim, PIM6CTL_STATS, stats, CTLFLAG_RW,
 pim6stat, pim6stat,
 PIM Statistics (struct pim6stat, netinet6/pim_var.h));
 

Modified: head/usr.bin/netstat/inet6.c
==
--- head/usr.bin/netstat/inet6.cMon Dec 19 05:09:08 2011
(r228699)
+++ head/usr.bin/netstat/inet6.cMon Dec 19 05:50:34 2011
(r228700)
@@ -360,15 +360,17 @@ static char *srcrule_str[] = {
 void
 ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
 {
-   struct ip6stat ip6stat;
+   struct ip6stat ip6stat, zerostat;
int first, i;
size_t len;
 
len = sizeof ip6stat;
if (live) {
memset(ip6stat, 0, len);
-   if (sysctlbyname(net.inet6.ip6.stats, ip6stat, len, NULL,
-   0)  0) {
+   if (zflag)
+   memset(zerostat, 0, len);
+   if (sysctlbyname(net.inet6.ip6.stats, ip6stat, len,
+   zflag ? zerostat : NULL, zflag ? len : 0)  0) {
if (errno != ENOENT)
warn(sysctl: net.inet6.ip6.stats);
return;
@@ -840,15 +842,17 @@ staticconst char *icmp6names[] = {
 void
 icmp6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
 {
-   struct icmp6stat icmp6stat;
+   struct icmp6stat icmp6stat, zerostat;
int i, first;
size_t len;
 
len = sizeof icmp6stat;
if (live) {
memset(icmp6stat, 0, len);
+   if (zflag)
+   memset(zerostat, 0, len);
if (sysctlbyname(net.inet6.icmp6.stats, icmp6stat, len,
-   NULL, 0)  0) {
+   zflag ? zerostat : NULL, zflag ? len : 0)  0) {
if (errno != ENOENT)
warn(sysctl: net.inet6.icmp6.stats);
return;
@@ -1033,14 +1037,16 @@ pim6_stats(u_long off, const char *name,
 void
 rip6_stats(u_long off, const char 

svn commit: r227020 - head/share/misc

2011-11-02 Thread Maxim Konovalov
Author: maxim
Date: Wed Nov  2 14:28:36 2011
New Revision: 227020
URL: http://svn.freebsd.org/changeset/base/227020

Log:
  OpenBSD 5.0 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Wed Nov  2 14:23:57 2011
(r227019)
+++ head/share/misc/bsd-family-tree Wed Nov  2 14:28:36 2011
(r227020)
@@ -248,6 +248,9 @@ FreeBSD 5.2   |  |  
  |8.2  7.4|  | |   DragonFly 2.10.1
  | v  |  | OpenBSD 4.9 |
  ||  | |   |
+ ||  | |   |
+ ||  | OpenBSD 5.0 |
+ ||  | |   |
 FreeBSD 9 -current|  NetBSD -current  OpenBSD -current |
  ||  | |   |
  vv  v v   v
@@ -534,6 +537,7 @@ FreeBSD 7.4 2011-02-24 [FBD]
 FreeBSD 8.22011-02-24 [FBD]
 DragonFly 2.10.1   2011-04-26 [DFB]
 OpenBSD 4.92011-05-01 [OBD]
+OpenBSD 5.02011-11-01 [OBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r223124 - head/lib/libstand

2011-06-16 Thread Maxim Konovalov
   (2)  If the tftp.blksize environment variable is set, then
take that value and use it when sending the TFTP RRQ packet,
instead of 1428.  This allows us to set different values of
tftp.blksize in the loader, so that we can test out different
TFTP block sizes at run time.

Is it documented somewhere?

-- 
Maxim Konovalov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r221319 - head/share/misc

2011-05-02 Thread Maxim Konovalov
Author: maxim
Date: Mon May  2 09:47:13 2011
New Revision: 221319
URL: http://svn.freebsd.org/changeset/base/221319

Log:
  o OpenBSD 4.9 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Mon May  2 08:33:20 2011
(r221318)
+++ head/share/misc/bsd-family-tree Mon May  2 09:47:13 2011
(r221319)
@@ -246,7 +246,7 @@ FreeBSD 5.2   |  |  
  | || |  | NetBSD 5.1  |   |
  |  FreeBSD  FreeBSD  |  | |   |
  |8.2  7.4|  | |   DragonFly 2.10.1
- | v  |  | |   |
+ | v  |  | OpenBSD 4.9 |
  ||  | |   |
 FreeBSD 9 -current|  NetBSD -current  OpenBSD -current |
  ||  | |   |
@@ -533,6 +533,7 @@ NetBSD 5.1  2010-11-19 [NBD]
 FreeBSD 7.42011-02-24 [FBD]
 FreeBSD 8.22011-02-24 [FBD]
 DragonFly 2.10.1   2011-04-26 [DFB]
+OpenBSD 4.92011-05-01 [OBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r220965 - head/usr.sbin/tcpdrop

2011-04-22 Thread Maxim Konovalov
Author: maxim
Date: Sat Apr 23 05:56:06 2011
New Revision: 220965
URL: http://svn.freebsd.org/changeset/base/220965

Log:
  o Remove an incomplete sentence.
  
  PR:   docs/156593
  Submitted by: Yuri Pankov
  MFC after:1 week

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

Modified: head/usr.sbin/tcpdrop/tcpdrop.8
==
--- head/usr.sbin/tcpdrop/tcpdrop.8 Sat Apr 23 05:29:59 2011
(r220964)
+++ head/usr.sbin/tcpdrop/tcpdrop.8 Sat Apr 23 05:56:06 2011
(r220965)
@@ -62,8 +62,6 @@ will be dropped.
 .Pp
 Addresses and ports may be specified by name or numeric value.
 Both IPv4 and IPv6 address formats are supported.
-.Nm
-in case of success or failure.
 .Sh EXIT STATUS
 .Ex -std
 .Sh EXAMPLES
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r219024 - head/share/misc

2011-02-24 Thread Maxim Konovalov
Author: maxim
Date: Fri Feb 25 07:33:42 2011
New Revision: 219024
URL: http://svn.freebsd.org/changeset/base/219024

Log:
  o FreeBSD 8.2 and 7.4-RELEASE added.  Mac OS X 10.6 added belatedly.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Fri Feb 25 03:19:24 2011
(r219023)
+++ head/share/misc/bsd-family-tree Fri Feb 25 07:33:42 2011
(r219024)
@@ -229,19 +229,24 @@ FreeBSD 5.2   |  |  
  | |  |  | |DragonFly 2.2.0
  |  FreeBSD 7.2   |   NetBSD 5.0   OpenBSD 4.5 |
  | \  |  |||   |
+ |  |  Mac OS X  | |   |
+ |  |10.6| |   |
  |  | |  |||DragonFly 2.4.0
  |  | |  ||OpenBSD 4.6 |
  |  | |  |||   |
  *--FreeBSD | |  |||   |
  |8.0   | |  |||   |
- | |FreeBSD   |  |||   |
+ | | FreeBSD  |  |||   |
  | |   7.3|  |||DragonFly 2.6.0
- | |  |  ||OpenBSD 4.7 |
- |  FreeBSD   |  |||   |
- |8.1 |  |||   |
- | |  |  |||DragonFly 2.8.2
- | |  |  ||OpenBSD 4.8 |
- | V  |  | NetBSD 5.1  |   |
+ | || |  ||OpenBSD 4.7 |
+ |  FreeBSD | |  |||   |
+ |8.1   | |  |||   |
+ | || |  |||DragonFly 2.8.2
+ | || |  ||OpenBSD 4.8 |
+ | || |  | NetBSD 5.1  |   |
+ |  FreeBSD  FreeBSD  |  | |   |
+ |8.2  7.4|  | |   |
+ | v  |  | |   |
  ||  | |   |
 FreeBSD 9 -current|  NetBSD -current  OpenBSD -current |
  ||  | |   |
@@ -514,6 +519,7 @@ DragonFly 2.2.0 2009-02-17 [DFB]
 NetBSD 5.0 2009-04-29 [NBD]
 OpenBSD 4.52009-05-01 [OBD]
 FreeBSD 7.22009-05-04 [FBD]
+Mac OS X 10.6  2009-06-08 [APL]
 DragonFly 2.4.02009-09-16 [DFB]
 OpenBSD 4.62009-10-18 [OBD]
 FreeBSD 8.02009-11-26 [FBD]
@@ -524,6 +530,8 @@ FreeBSD 8.1 2010-07-24 [FBD]
 DragonFly 2.8.22010-10-30 [DFB]
 OpenBSD 4.82010-11-01 [OBD]
 NetBSD 5.1 2010-11-19 [NBD]
+FreeBSD 7.42011-02-24 [FBD]
+FreeBSD 8.22011-02-24 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r218119 - in head/etc: . mail

2011-01-30 Thread Maxim Konovalov
Author: maxim
Date: Mon Jan 31 07:47:28 2011
New Revision: 218119
URL: http://svn.freebsd.org/changeset/base/218119

Log:
  o Add user 'hast'.

Modified:
  head/etc/ftpusers
  head/etc/mail/aliases

Modified: head/etc/ftpusers
==
--- head/etc/ftpusers   Mon Jan 31 06:06:23 2011(r218118)
+++ head/etc/ftpusers   Mon Jan 31 07:47:28 2011(r218119)
@@ -20,6 +20,7 @@ _dhcp
 uucp
 pop
 www
+hast
 nobody
 mailnull
 smmsp

Modified: head/etc/mail/aliases
==
--- head/etc/mail/aliases   Mon Jan 31 06:06:23 2011(r218118)
+++ head/etc/mail/aliases   Mon Jan 31 07:47:28 2011(r218119)
@@ -30,6 +30,7 @@ bin:  root
 bind:  root
 daemon:root
 games: root
+hast:  root
 kmem:  root
 mailnull: postmaster
 man:   root
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r217577 - head/share/misc

2011-01-19 Thread Maxim Konovalov
Author: maxim
Date: Wed Jan 19 10:30:49 2011
New Revision: 217577
URL: http://svn.freebsd.org/changeset/base/217577

Log:
  o Correct version of DragonFly: it was 2.8.2 released, not 2.8.0.
  
  Submitted by: Sascha Wildner

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Wed Jan 19 09:59:54 2011
(r217576)
+++ head/share/misc/bsd-family-tree Wed Jan 19 10:30:49 2011
(r217577)
@@ -239,7 +239,7 @@ FreeBSD 5.2   |  |  
  | |  |  ||OpenBSD 4.7 |
  |  FreeBSD   |  |||   |
  |8.1 |  |||   |
- | |  |  |||DragonFly 2.8.0
+ | |  |  |||DragonFly 2.8.2
  | |  |  ||OpenBSD 4.8 |
  | V  |  | NetBSD 5.1  |   |
  ||  | |   |
@@ -521,7 +521,7 @@ FreeBSD 7.3 2010-03-23 [FBD]
 DragonFly 2.6.02010-03-28 [DFB]
 OpenBSD 4.72010-05-19 [OBD]
 FreeBSD 8.12010-07-24 [FBD]
-DragonFly 2.8.02010-10-30 [DFB]
+DragonFly 2.8.22010-10-30 [DFB]
 OpenBSD 4.82010-11-01 [OBD]
 NetBSD 5.1 2010-11-19 [NBD]
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r217342 - head/sbin/geom/class/part

2011-01-12 Thread Maxim Konovalov
Author: maxim
Date: Thu Jan 13 06:10:47 2011
New Revision: 217342
URL: http://svn.freebsd.org/changeset/base/217342

Log:
  o Typo fixes.
  
  PR:   docs/153933
  Submitted by: jpaetzel@, Warren Block
  MFC after:1 week

Modified:
  head/sbin/geom/class/part/gpart.8

Modified: head/sbin/geom/class/part/gpart.8
==
--- head/sbin/geom/class/part/gpart.8   Thu Jan 13 04:37:48 2011
(r217341)
+++ head/sbin/geom/class/part/gpart.8   Thu Jan 13 06:10:47 2011
(r217342)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd January 12, 2011
+.Dd November 22, 2010
 .Dt GPART 8
 .Os
 .Sh NAME
@@ -759,7 +759,7 @@ device.
 .Pp
 .Pa NOTE :
 The GEOM class PART can detect the same partition table on different GEOM 
-providers and some of them will marked as corrupt. Be careful when choosing 
+providers and some of them will be marked as corrupt. Be careful when choosing 
 a provider for recovering. If you choose incorrectly you can destroy the
 metadata of another GEOM class, e.g. GEOM MIRROR or GEOM LABEL.
 .Sh EXIT STATUS
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r217343 - head/sbin/geom/class/part

2011-01-12 Thread Maxim Konovalov
Author: maxim
Date: Thu Jan 13 06:18:00 2011
New Revision: 217343
URL: http://svn.freebsd.org/changeset/base/217343

Log:
  o Start each sentence on a new line.  No content changes.
  
  Suggested by: jhb
  MFC after:1 week

Modified:
  head/sbin/geom/class/part/gpart.8

Modified: head/sbin/geom/class/part/gpart.8
==
--- head/sbin/geom/class/part/gpart.8   Thu Jan 13 06:10:47 2011
(r217342)
+++ head/sbin/geom/class/part/gpart.8   Thu Jan 13 06:18:00 2011
(r217343)
@@ -422,8 +422,9 @@ about its use.
 .It Cm restore
 Restore the partition table from backup previously created by
 .Cm backup
-action and given from standard input. Only partition table
-may be restored. This action does not affect content of partitions.
+action and given from standard input.
+Only partition table may be restored.
+This action does not affect content of partitions.
 This mean that you should copy your data from backup after restoring
 partition table and write bootcode again if it is needed. 
 .Pp
@@ -703,20 +704,23 @@ action.
 .Sh RECOVERING
 The GEOM class PART supports recovering of partition tables only for GPT.
 The GUID partition table has a primary and secondary (backup) copy of
-metadata for redundance. They are stored in the begining and in the end
-of device respectively. Therefore it is acceptable to have some corruptions
-in the metadata that are not fatal to work with GPT. When kernel detects
-corrupt metadata it marks this table as corrupt and reports about corruption.
+metadata for redundance.
+They are stored in the begining and in the end of device respectively.
+Therefore it is acceptable to have some corruptions in the metadata that
+are not fatal to work with GPT.
+When kernel detects corrupt metadata it marks this table as corrupt and
+reports about corruption.
 Any changes in corrupt table are prohibited except
 .Cm destroy
 and
 .Cm recover . 
 .Pp
 In case when only first sector is corrupt kernel can not detect GPT even
-if partition table is not corrupt. You can write protective MBR with
+if partition table is not corrupt.
+You can write protective MBR with
 .Xr dd 1
-command to restore ability of GPT detection. The copy of protective MBR is
-usually located in the
+command to restore ability of GPT detection.
+The copy of protective MBR is usually located in the
 .Pa /boot/pmbr
 file.
 .Pp
@@ -743,25 +747,27 @@ and
 will report about corrupt table.
 .Pp
 In case when the size of device has changed (e.g. volume expansion) the 
-secondary GPT header will become located not in the last sector. This is 
-not a metadata corruption, but it is dangerous because any corruption of 
-the primary GPT will lead to lost of partition table. Kernel reports about 
-this problem with message:
+secondary GPT header will become located not in the last sector.
+This is not a metadata corruption, but it is dangerous because any
+corruption of the primary GPT will lead to lost of partition table.
+Kernel reports about this problem with message:
 .Bd -literal -offset indent
 GEOM: provider: the secondary GPT header is not in the last LBA.
 .Ed
 .Pp
 A corrupt table can be recovered with 
 .Cm gpart recover 
-command. This command does reconstruction of corrupt metadata using 
-known valid metadata. Also it can relocate secondary GPT to the end of 
-device.
+command.
+This command does reconstruction of corrupt metadata using 
+known valid metadata.
+Also it can relocate secondary GPT to the end of device.
 .Pp
 .Pa NOTE :
 The GEOM class PART can detect the same partition table on different GEOM 
-providers and some of them will be marked as corrupt. Be careful when choosing 
-a provider for recovering. If you choose incorrectly you can destroy the
-metadata of another GEOM class, e.g. GEOM MIRROR or GEOM LABEL.
+providers and some of them will be marked as corrupt.
+Be careful when choosing a provider for recovering.
+If you choose incorrectly you can destroy the metadata of another GEOM class,
+e.g. GEOM MIRROR or GEOM LABEL.
 .Sh EXIT STATUS
 Exit status is 0 on success, and 1 if the command fails.
 .Sh EXAMPLES
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r217344 - head/sbin/geom/class/part

2011-01-12 Thread Maxim Konovalov
Author: maxim
Date: Thu Jan 13 06:20:44 2011
New Revision: 217344
URL: http://svn.freebsd.org/changeset/base/217344

Log:
  o Somehow I revert Dd macro in the previous commit.
  Re-revert it.

Modified:
  head/sbin/geom/class/part/gpart.8

Modified: head/sbin/geom/class/part/gpart.8
==
--- head/sbin/geom/class/part/gpart.8   Thu Jan 13 06:18:00 2011
(r217343)
+++ head/sbin/geom/class/part/gpart.8   Thu Jan 13 06:20:44 2011
(r217344)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd November 22, 2010
+.Dd January 12, 2011
 .Dt GPART 8
 .Os
 .Sh NAME
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r216698 - head/usr.bin/mail

2010-12-25 Thread Maxim Konovalov
Author: maxim
Date: Sat Dec 25 17:35:30 2010
New Revision: 216698
URL: http://svn.freebsd.org/changeset/base/216698

Log:
  o Fix -u flag description: it takes a username as an argument.
  
  PR:   docs/153416
  Submitted by: Eitan Adler
  MFC after:1 week

Modified:
  head/usr.bin/mail/mail.1

Modified: head/usr.bin/mail/mail.1
==
--- head/usr.bin/mail/mail.1Sat Dec 25 11:52:04 2010(r216697)
+++ head/usr.bin/mail/mail.1Sat Dec 25 17:35:30 2010(r216698)
@@ -152,7 +152,7 @@ line in the mail header.
 Overrides the
 .Va record
 variable, if set.
-.It Fl u
+.It Fl u Ar user
 Is equivalent to:
 .Pp
 .Dl mail -f /var/mail/user
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r215792 - head/sys/net

2010-11-23 Thread Maxim Konovalov
Author: maxim
Date: Wed Nov 24 05:50:19 2010
New Revision: 215792
URL: http://svn.freebsd.org/changeset/base/215792

Log:
  o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.
  
  PR:   misc/152531
  MFC after:1 week

Modified:
  head/sys/net/bpf_buffer.c

Modified: head/sys/net/bpf_buffer.c
==
--- head/sys/net/bpf_buffer.c   Wed Nov 24 05:37:12 2010(r215791)
+++ head/sys/net/bpf_buffer.c   Wed Nov 24 05:50:19 2010(r215792)
@@ -88,10 +88,10 @@ __FBSDID($FreeBSD$);
 
 static int bpf_bufsize = 4096;
 SYSCTL_INT(_net_bpf, OID_AUTO, bufsize, CTLFLAG_RW,
-bpf_bufsize, 0, Maximum capture buffer size in bytes);
+bpf_bufsize, 0, Default capture buffer size in bytes);
 static int bpf_maxbufsize = BPF_MAXBUFSIZE;
 SYSCTL_INT(_net_bpf, OID_AUTO, maxbufsize, CTLFLAG_RW,
-bpf_maxbufsize, 0, Default capture buffer in bytes);
+bpf_maxbufsize, 0, Maximum capture buffer in bytes);
 
 void
 bpf_buffer_alloc(struct bpf_d *d)
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r215733 - head/share/misc

2010-11-22 Thread Maxim Konovalov
Author: maxim
Date: Tue Nov 23 06:31:09 2010
New Revision: 215733
URL: http://svn.freebsd.org/changeset/base/215733

Log:
  o NetBSD 5.1 added.

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Tue Nov 23 04:50:01 2010
(r215732)
+++ head/share/misc/bsd-family-tree Tue Nov 23 06:31:09 2010
(r215733)
@@ -228,20 +228,20 @@ FreeBSD 5.2   |  |  
  |  FreeBSD 7.1   |  | |   |
  | |  |  | |DragonFly 2.2.0
  |  FreeBSD 7.2   |   NetBSD 5.0   OpenBSD 4.5 |
- | \  |  | |   |
- |  | |  | |DragonFly 2.4.0
- |  | |  | OpenBSD 4.6 |
- |  | |  | |   |
- *--FreeBSD | |  | |   |
- |8.0   | |  | |   |
- | |FreeBSD   |  | |   |
- | |   7.3|  | |DragonFly 2.6.0
- | |  |  | OpenBSD 4.7 |
- |  FreeBSD   |  | |   |
- |8.1 |  | |   |
- | |  |  | |DragonFly 2.8.0
- | |  |  | OpenBSD 4.8 |
- | V  |  | |   |
+ | \  |  |||   |
+ |  | |  |||DragonFly 2.4.0
+ |  | |  ||OpenBSD 4.6 |
+ |  | |  |||   |
+ *--FreeBSD | |  |||   |
+ |8.0   | |  |||   |
+ | |FreeBSD   |  |||   |
+ | |   7.3|  |||DragonFly 2.6.0
+ | |  |  ||OpenBSD 4.7 |
+ |  FreeBSD   |  |||   |
+ |8.1 |  |||   |
+ | |  |  |||DragonFly 2.8.0
+ | |  |  ||OpenBSD 4.8 |
+ | V  |  | NetBSD 5.1  |   |
  ||  | |   |
 FreeBSD 9 -current|  NetBSD -current  OpenBSD -current |
  ||  | |   |
@@ -523,6 +523,7 @@ OpenBSD 4.7 2010-05-19 [OBD]
 FreeBSD 8.12010-07-24 [FBD]
 DragonFly 2.8.02010-10-30 [DFB]
 OpenBSD 4.82010-11-01 [OBD]
+NetBSD 5.1 2010-11-19 [NBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r212084 - head/sbin/geom/core

2010-09-01 Thread Maxim Konovalov
Author: maxim
Date: Wed Sep  1 08:32:40 2010
New Revision: 212084
URL: http://svn.freebsd.org/changeset/base/212084

Log:
  o List MOUNTVER and SCHED classes.  X-ref gsched(8).  Bump Dd.
  
  PR:   docs/149925
  Submitted by: arundel

Modified:
  head/sbin/geom/core/geom.8

Modified: head/sbin/geom/core/geom.8
==
--- head/sbin/geom/core/geom.8  Wed Sep  1 07:09:46 2010(r212083)
+++ head/sbin/geom/core/geom.8  Wed Sep  1 08:32:40 2010(r212084)
@@ -24,7 +24,7 @@
 .\
 .\ $FreeBSD$
 .\
-.Dd March 5, 2008
+.Dd September 1, 2010
 .Dt GEOM 8
 .Os
 .Sh NAME
@@ -120,6 +120,8 @@ LABEL
 .It
 MIRROR
 .It
+MOUNTVER
+.It
 MULTIPATH
 .It
 NOP
@@ -128,6 +130,8 @@ PART
 .It
 RAID3
 .It
+SCHED
+.It
 SHSEC
 .It
 STRIPE
@@ -177,6 +181,7 @@ geom md unload
 .Xr gnop 8 ,
 .Xr gpart 8 ,
 .Xr graid3 8 ,
+.Xr gsched 8 ,
 .Xr gshsec 8 ,
 .Xr gstripe 8 ,
 .Xr gvirstor 8
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r212094 - head/share/man/man7

2010-09-01 Thread Maxim Konovalov
Author: maxim
Date: Wed Sep  1 12:08:54 2010
New Revision: 212094
URL: http://svn.freebsd.org/changeset/base/212094

Log:
  o Sync the man page with the reality: nfs/ includes
  are under include/ and include/fs/.
  
  PR:   docs/139153
  Submitted by: gjb
  MFC after:1 week

Modified:
  head/share/man/man7/hier.7

Modified: head/share/man/man7/hier.7
==
--- head/share/man/man7/hier.7  Wed Sep  1 12:08:32 2010(r212093)
+++ head/share/man/man7/hier.7  Wed Sep  1 12:08:54 2010(r212094)
@@ -250,6 +250,8 @@ per-process file descriptors file system
 FIFOs file system
 .It Pa msdosfs/
 MS-DOS file system
+.It Pa nfs/
+C include files for NFS (Network File System) version 2, 3 and 4
 .It Pa ntfs/
 NTFS file system
 .It Pa nullfs/
@@ -334,7 +336,7 @@ include files for the UNI signalling pro
 .It Pa netsmb/
 SMB/CIFS requester
 .It Pa nfs/
-C include files for NFS (Network File System)
+C include files for NFS (Network File System) version 2 and 3 (legacy)
 .It Pa objc/
 Objective C include files
 .It Pa openssl/
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


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

2010-09-01 Thread Maxim Konovalov
Author: maxim
Date: Thu Sep  2 05:07:34 2010
New Revision: 212138
URL: http://svn.freebsd.org/changeset/base/212138

Log:
  o csup(1) does not have -g flag.  Remove it from the example.
  
  PR:   conf/150214
  Submitted by: Li
  MFC after:1 week

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

Modified: head/share/examples/etc/make.conf
==
--- head/share/examples/etc/make.conf   Thu Sep  2 04:56:01 2010
(r212137)
+++ head/share/examples/etc/make.conf   Thu Sep  2 05:07:34 2010
(r212138)
@@ -180,7 +180,7 @@
 #SUP_UPDATE=
 #
 #SUP=/usr/bin/csup
-#SUPFLAGS=   -g -L 2
+#SUPFLAGS=   -L 2
 #SUPHOST=cvsup.uk.FreeBSD.org
 #SUPFILE=/usr/share/examples/cvsup/standard-supfile
 #PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r212138 - head/share/examples/etc

2010-09-01 Thread Maxim Konovalov
Just a short followup: csup(1) actually has '-g' (command line mode,
no graphics) flag for compatibility with cvsup(1) while doesn't
announce it in usage().  We still have SUPFLAGS=-g -L2 in
src/Makefile.inc1 and perhaps it's time to remove '-g' there too.

On Thu, 2 Sep 2010, 05:07-, Maxim Konovalov wrote:

 Author: maxim
 Date: Thu Sep  2 05:07:34 2010
 New Revision: 212138
 URL: http://svn.freebsd.org/changeset/base/212138

 Log:
   o csup(1) does not have -g flag.  Remove it from the example.

   PR: conf/150214
   Submitted by:   Li
   MFC after:  1 week

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

 Modified: head/share/examples/etc/make.conf
 ==
 --- head/share/examples/etc/make.conf Thu Sep  2 04:56:01 2010
 (r212137)
 +++ head/share/examples/etc/make.conf Thu Sep  2 05:07:34 2010
 (r212138)
 @@ -180,7 +180,7 @@
  #SUP_UPDATE=
  #
  #SUP=/usr/bin/csup
 -#SUPFLAGS=   -g -L 2
 +#SUPFLAGS=   -L 2
  #SUPHOST=cvsup.uk.FreeBSD.org
  #SUPFILE=/usr/share/examples/cvsup/standard-supfile
  #PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile


-- 
Maxim Konovalov
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r211990 - head/sbin/kldload

2010-08-30 Thread Maxim Konovalov
Author: maxim
Date: Mon Aug 30 07:29:27 2010
New Revision: 211990
URL: http://svn.freebsd.org/changeset/base/211990

Log:
  Make flags in usage() and SYNOPSYS more style(9)-ish.
  
  Suggested by: brian
  MFC after:3 days

Modified:
  head/sbin/kldload/kldload.8
  head/sbin/kldload/kldload.c

Modified: head/sbin/kldload/kldload.8
==
--- head/sbin/kldload/kldload.8 Mon Aug 30 07:11:13 2010(r211989)
+++ head/sbin/kldload/kldload.8 Mon Aug 30 07:29:27 2010(r211990)
@@ -33,8 +33,7 @@
 .Nd load a file into the kernel
 .Sh SYNOPSIS
 .Nm
-.Op Fl v
-.Op Fl q
+.Op Fl qv
 .Ar
 .Sh DESCRIPTION
 The

Modified: head/sbin/kldload/kldload.c
==
--- head/sbin/kldload/kldload.c Mon Aug 30 07:11:13 2010(r211989)
+++ head/sbin/kldload/kldload.c Mon Aug 30 07:29:27 2010(r211990)
@@ -129,7 +129,7 @@ path_check(const char *kldname, int quie
 static void
 usage(void)
 {
-   fprintf(stderr, usage: kldload [-v] [-q] file ...\n);
+   fprintf(stderr, usage: kldload [-qv] file ...\n);
exit(1);
 }
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r211992 - head/sys/netinet/ipfw

2010-08-30 Thread Maxim Konovalov
Author: maxim
Date: Mon Aug 30 09:29:51 2010
New Revision: 211992
URL: http://svn.freebsd.org/changeset/base/211992

Log:
  o Some programs could send broadcast/multicast traffic to ipfw
  pseudo-interface.  This leads to a panic due to uninitialized
  if_broadcastaddr address.  Initialize it and implement ip_output()
  method to prevent mbuf leak later.
  
  ipfw pseudo-interface should never send anything therefore call
  panic(9) in if_start() method.
  
  PR:   kern/149807
  Submitted by: Dmitrij Tejblum
  MFC after:2 weeks

Modified:
  head/sys/netinet/ipfw/ip_fw_log.c

Modified: head/sys/netinet/ipfw/ip_fw_log.c
==
--- head/sys/netinet/ipfw/ip_fw_log.c   Mon Aug 30 08:23:22 2010
(r211991)
+++ head/sys/netinet/ipfw/ip_fw_log.c   Mon Aug 30 09:29:51 2010
(r211992)
@@ -103,6 +103,24 @@ log_dummy(struct ifnet *ifp, u_long cmd,
return EINVAL;
 }
 
+static int
+ipfw_log_output(struct ifnet *ifp, struct mbuf *m,
+   struct sockaddr *dst, struct route *ro)
+{
+   if (m != NULL)
+   m_freem(m);
+   return EINVAL;
+}
+
+static void
+ipfw_log_start(struct ifnet* ifp)
+{
+   panic(ipfw_log_start() must not be called);
+}
+
+static const u_char ipfwbroadcastaddr[6] =
+   { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
+
 void
 ipfw_log_bpf(int onoff)
 {
@@ -119,11 +137,12 @@ ipfw_log_bpf(int onoff)
ifp-if_flags = IFF_UP | IFF_SIMPLEX | IFF_MULTICAST;
ifp-if_init = (void *)log_dummy;
ifp-if_ioctl = log_dummy;
-   ifp-if_start = (void *)log_dummy;
-   ifp-if_output = (void *)log_dummy;
+   ifp-if_start = ipfw_log_start;
+   ifp-if_output = ipfw_log_output;
ifp-if_addrlen = 6;
ifp-if_hdrlen = 14;
if_attach(ifp);
+   ifp-if_broadcastaddr = ipfwbroadcastaddr;
ifp-if_baudrate = IF_Mbps(10);
bpfattach(ifp, DLT_EN10MB, 14);
log_if = ifp;
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r210871 - head/share/misc

2010-08-05 Thread Maxim Konovalov
Author: maxim
Date: Thu Aug  5 18:05:37 2010
New Revision: 210871
URL: http://svn.freebsd.org/changeset/base/210871

Log:
  o FreeBSD 8.1-RELEASED added.
  
  PR:   misc/149118
  Submitted by: pluknet

Modified:
  head/share/misc/bsd-family-tree

Modified: head/share/misc/bsd-family-tree
==
--- head/share/misc/bsd-family-tree Thu Aug  5 17:57:59 2010
(r210870)
+++ head/share/misc/bsd-family-tree Thu Aug  5 18:05:37 2010
(r210871)
@@ -235,8 +235,12 @@ FreeBSD 5.2   |  |  
  *--FreeBSD | |  | |   |
  |8.0   | |  | |   |
  | |FreeBSD   |  | |   |
- | V  7.3 |  | |DragonFly 2.6.0
- ||  | OpenBSD 4.7 |
+ | |   7.3|  | |DragonFly 2.6.0
+ | |  |  | OpenBSD 4.7 |
+ |  FreeBSD   |  | |   |
+ |8.1 |  | |   |
+ | |  |  | |   |
+ | V  |  | |   |
  ||  | |   |
 FreeBSD 9 -current|  NetBSD -current  OpenBSD -current |
  ||  | |   |
@@ -515,6 +519,7 @@ FreeBSD 8.0 2009-11-26 [FBD]
 FreeBSD 7.32010-03-23 [FBD]
 DragonFly 2.6.02010-03-28 [DFB]
 OpenBSD 4.72010-05-19 [OBD]
+FreeBSD 8.12010-07-24 [FBD]
 
 Bibliography
 
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


  1   2   >