CVS commit: src/sys/dev/pci

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jul  4 05:03:09 UTC 2017

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
 Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1284 -r1.1285 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1283 -r1.1284 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs.h
diff -u src/sys/dev/pci/pcidevs.h:1.1284 src/sys/dev/pci/pcidevs.h:1.1285
--- src/sys/dev/pci/pcidevs.h:1.1284	Tue Jun 27 08:10:44 2017
+++ src/sys/dev/pci/pcidevs.h	Tue Jul  4 05:03:08 2017
@@ -1,10 +1,10 @@
-/*	$NetBSD: pcidevs.h,v 1.1284 2017/06/27 08:10:44 wiz Exp $	*/
+/*	$NetBSD: pcidevs.h,v 1.1285 2017/07/04 05:03:08 msaitoh Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: pcidevs,v 1.1291 2017/06/17 20:25:06 jdolecek Exp
+ *	NetBSD: pcidevs,v 1.1292 2017/07/04 05:02:47 msaitoh Exp
  */
 
 /*
@@ -3732,6 +3732,8 @@
 #define	PCI_PRODUCT_INTEL_82965Q_EXP	0x2991		/* 82965Q PCI Express Bridge */
 #define	PCI_PRODUCT_INTEL_82965Q_IGD	0x2992		/* 82965Q Integrated Graphics Device */
 #define	PCI_PRODUCT_INTEL_82965Q_IGD_1	0x2993		/* 82965Q Integrated Graphics Device */
+#define	PCI_PRODUCT_INTEL_82965Q_HECI_1	0x2994		/* 82Q965 HECI */
+#define	PCI_PRODUCT_INTEL_82965Q_HECI_2	0x2995		/* 82Q965 HECI */
 #define	PCI_PRODUCT_INTEL_82Q965_KT	0x2997		/* 82Q965 KT */
 #define	PCI_PRODUCT_INTEL_82965G_HB	0x29a0		/* 82965G Host Bridge */
 #define	PCI_PRODUCT_INTEL_82965G_EXP	0x29a1		/* 82965G PCI Express Bridge */

Index: src/sys/dev/pci/pcidevs_data.h
diff -u src/sys/dev/pci/pcidevs_data.h:1.1283 src/sys/dev/pci/pcidevs_data.h:1.1284
--- src/sys/dev/pci/pcidevs_data.h:1.1283	Tue Jun 27 08:10:44 2017
+++ src/sys/dev/pci/pcidevs_data.h	Tue Jul  4 05:03:08 2017
@@ -1,10 +1,10 @@
-/*	$NetBSD: pcidevs_data.h,v 1.1283 2017/06/27 08:10:44 wiz Exp $	*/
+/*	$NetBSD: pcidevs_data.h,v 1.1284 2017/07/04 05:03:08 msaitoh Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: pcidevs,v 1.1291 2017/06/17 20:25:06 jdolecek Exp
+ *	NetBSD: pcidevs,v 1.1292 2017/07/04 05:02:47 msaitoh Exp
  */
 
 /*
@@ -6195,6 +6195,10 @@ static const uint16_t pci_products[] = {
 	21409, 692, 1716, 2427, 0,
 	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965Q_IGD_1, 
 	21409, 692, 1716, 2427, 0,
+	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965Q_HECI_1, 
+	21416, 21398, 0,
+	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965Q_HECI_2, 
+	21416, 21398, 0,
 	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82Q965_KT, 
 	21416, 20168, 0,
 	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965G_HB, 
@@ -14718,10 +14722,10 @@ static const char pci_words[] = { "." 
 	"(C)\0" /* 1 refs @ 21380 */
 	"82946GZ\0" /* 3 refs @ 21384 */
 	"82G35\0" /* 6 refs @ 21392 */
-	"HECI\0" /* 3 refs @ 21398 */
+	"HECI\0" /* 5 refs @ 21398 */
 	"82965\0" /* 1 refs @ 21403 */
 	"82965Q\0" /* 5 refs @ 21409 */
-	"82Q965\0" /* 1 refs @ 21416 */
+	"82Q965\0" /* 3 refs @ 21416 */
 	"82965G\0" /* 4 refs @ 21423 */
 	"82P965/G965\0" /* 1 refs @ 21430 */
 	"82Q35\0" /* 9 refs @ 21442 */



CVS commit: src/sys/dev/pci

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jul  4 05:03:09 UTC 2017

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
 Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1284 -r1.1285 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1283 -r1.1284 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jul  4 05:02:48 UTC 2017

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
 Add Intel 82Q965 HECI.


To generate a diff of this commit:
cvs rdiff -u -r1.1291 -r1.1292 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1291 src/sys/dev/pci/pcidevs:1.1292
--- src/sys/dev/pci/pcidevs:1.1291	Sat Jun 17 20:25:06 2017
+++ src/sys/dev/pci/pcidevs	Tue Jul  4 05:02:47 2017
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1291 2017/06/17 20:25:06 jdolecek Exp $
+$NetBSD: pcidevs,v 1.1292 2017/07/04 05:02:47 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3725,6 +3725,8 @@ product INTEL 82965Q_HB		0x2990  82965Q 
 product INTEL 82965Q_EXP	0x2991  82965Q PCI Express Bridge
 product INTEL 82965Q_IGD	0x2992  82965Q Integrated Graphics Device
 product INTEL 82965Q_IGD_1	0x2993  82965Q Integrated Graphics Device
+product INTEL 82965Q_HECI_1	0x2994	82Q965 HECI
+product INTEL 82965Q_HECI_2	0x2995	82Q965 HECI
 product INTEL 82Q965_KT		0x2997  82Q965 KT
 product INTEL 82965G_HB		0x29a0  82965G Host Bridge
 product INTEL 82965G_EXP	0x29a1  82965G PCI Express Bridge



CVS commit: src/sys/dev/pci

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jul  4 05:02:48 UTC 2017

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
 Add Intel 82Q965 HECI.


To generate a diff of this commit:
cvs rdiff -u -r1.1291 -r1.1292 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:35:49 UTC 2017

Modified Files:
src/libexec/ftpd: ftpd.8
src/libexec/httpd: bozohttpd.8
src/libexec/ld.elf_so: ld.elf_so.1
src/libexec/mail.local: mail.local.8
src/libexec/rexecd: rexecd.8
src/libexec/rshd: rshd.8

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/libexec/ftpd/ftpd.8
cvs rdiff -u -r1.65 -r1.66 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.16 -r1.17 src/libexec/ld.elf_so/ld.elf_so.1
cvs rdiff -u -r1.12 -r1.13 src/libexec/mail.local/mail.local.8
cvs rdiff -u -r1.12 -r1.13 src/libexec/rexecd/rexecd.8
cvs rdiff -u -r1.18 -r1.19 src/libexec/rshd/rshd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ftpd/ftpd.8
diff -u src/libexec/ftpd/ftpd.8:1.85 src/libexec/ftpd/ftpd.8:1.86
--- src/libexec/ftpd/ftpd.8:1.85	Fri May  1 10:53:27 2009
+++ src/libexec/ftpd/ftpd.8	Mon Jul  3 21:35:48 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ftpd.8,v 1.85 2009/05/01 10:53:27 wiz Exp $
+.\"	$NetBSD: ftpd.8,v 1.86 2017/07/03 21:35:48 wiz Exp $
 .\"
 .\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -278,7 +278,7 @@ style
 .Pa xferlog
 file suitable for input into a third-party log analysis tool with a command
 similar to:
-.Dl "sed -ne 's/^.*xferlog: //p' /var/log/xferlog \*[Gt] wuxferlog"
+.Dl "sed -ne 's/^.*xferlog: //p' /var/log/xferlog > wuxferlog"
 .El
 .Pp
 The file

Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.65 src/libexec/httpd/bozohttpd.8:1.66
--- src/libexec/httpd/bozohttpd.8:1.65	Tue Jan 31 14:36:09 2017
+++ src/libexec/httpd/bozohttpd.8	Mon Jul  3 21:35:48 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bozohttpd.8,v 1.65 2017/01/31 14:36:09 mrg Exp $
+.\"	$NetBSD: bozohttpd.8,v 1.66 2017/07/03 21:35:48 wiz Exp $
 .\"
 .\"	$eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
 .\"
@@ -105,7 +105,7 @@ The
 directory is expected to contain the CGI programs to be used.
 .Nm
 looks for URL's in the form of
-.Em /cgi-bin/\*[Lt]scriptname\*[Gt]
+.Em /cgi-bin/
 where
 .Aq scriptname
 is a valid CGI program in the

Index: src/libexec/ld.elf_so/ld.elf_so.1
diff -u src/libexec/ld.elf_so/ld.elf_so.1:1.16 src/libexec/ld.elf_so/ld.elf_so.1:1.17
--- src/libexec/ld.elf_so/ld.elf_so.1:1.16	Fri Jul  3 10:19:29 2015
+++ src/libexec/ld.elf_so/ld.elf_so.1	Mon Jul  3 21:35:48 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ld.elf_so.1,v 1.16 2015/07/03 10:19:29 joerg Exp $
+.\"	$NetBSD: ld.elf_so.1,v 1.17 2017/07/03 21:35:48 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -129,14 +129,14 @@ and
 are recognized.
 .Pp
 The filename string can be considered free form, however, it will almost
-always take the form lib\*[Lt]name\*[Gt].so.\*[Lt]number\*[Gt],
+always take the form lib.so.,
 where name specifies the
 .Sq library
 name and number is conceptually the library's major version number.
 .Pp
-This name and another of the form lib\*[Lt]name\*[Gt].so are normally
+This name and another of the form lib.so are normally
 symbolic links to the real shared object which has a filename of the form
-lib\*[Lt]name\*[Gt].so.\*[Lt]major\*[Gt].\*[Lt]minor\*[Gt][.\*[Lt]teeny\*[Gt]].
+lib.so..[.].
 This naming convention allows a versioning scheme similar to
 .Xr a.out 5 .
 .Ss Relocation

Index: src/libexec/mail.local/mail.local.8
diff -u src/libexec/mail.local/mail.local.8:1.12 src/libexec/mail.local/mail.local.8:1.13
--- src/libexec/mail.local/mail.local.8:1.12	Tue Jul  9 09:41:30 2013
+++ src/libexec/mail.local/mail.local.8	Mon Jul  3 21:35:49 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mail.local.8,v 1.12 2013/07/09 09:41:30 njoly Exp $
+.\"	$NetBSD: mail.local.8,v 1.13 2017/07/03 21:35:49 wiz Exp $
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
@@ -65,7 +65,7 @@ line followed by a line beginning with t
 A line containing the string ``From '', the sender's name and a time stamp
 is prepended to each delivered mail message.
 A blank line is appended to each message.
-A greater-than character (``\*[Gt]'') is prepended to any line in the message
+A greater-than character (``>'') is prepended to any line in the message
 which could be mistaken for a ``From '' delimiter line.
 .Pp
 If the
@@ -83,7 +83,7 @@ the biff server is notified of delivered
 .Pp
 The
 .Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+utility exits 0 on success, and >0 if an error occurs.
 .Sh ENVIRONMENT
 .Bl -tag -width indent
 .It Ev TZ

Index: src/libexec/rexecd/rexecd.8
diff -u src/libexec/rexecd/rexecd.8:1.12 src/libexec/rexecd/rexecd.8:1.13
--- src/libexec/rexecd/rexecd.8:1.12	Thu Apr  9 04:02:32 2009
+++ src/libexec/rexecd/rexecd.8	Mon Jul  3 21:35:49 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rexecd.8,v 1.12 2009/04/09 

CVS commit: src/usr.bin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:34:23 UTC 2017

Modified Files:
src/usr.bin/asa: asa.1
src/usr.bin/basename: basename.1
src/usr.bin/bdes: bdes.1
src/usr.bin/calendar: calendar.1
src/usr.bin/cksum: cksum.1
src/usr.bin/cmp: cmp.1
src/usr.bin/compress: compress.1
src/usr.bin/config: config.5
src/usr.bin/ctags: ctags.1
src/usr.bin/error: error.1
src/usr.bin/gcore: gcore.1
src/usr.bin/head: head.1
src/usr.bin/id: groups.1 id.1
src/usr.bin/join: join.1
src/usr.bin/jot: jot.1
src/usr.bin/lam: lam.1
src/usr.bin/ldd: ldd.1
src/usr.bin/locate/locate: locate.1
src/usr.bin/logname: logname.1
src/usr.bin/look: look.1
src/usr.bin/mail: mail.1
src/usr.bin/make: make.1
src/usr.bin/menuc: menuc.1
src/usr.bin/mesg: mesg.1
src/usr.bin/mkfifo: mkfifo.1
src/usr.bin/mklocale: mklocale.1
src/usr.bin/mkstr: mkstr.1
src/usr.bin/mktemp: mktemp.1
src/usr.bin/newgrp: newgrp.1
src/usr.bin/patch: patch.1
src/usr.bin/pmap: pmap.1
src/usr.bin/pr: pr.1
src/usr.bin/rdist: rdist.1
src/usr.bin/rs: rs.1
src/usr.bin/rsh: rsh.1
src/usr.bin/sdiff: sdiff.1
src/usr.bin/shar: shar.1
src/usr.bin/skey: skey.1
src/usr.bin/sort: sort.1
src/usr.bin/stat: stat.1
src/usr.bin/systat: systat.1
src/usr.bin/tail: tail.1
src/usr.bin/tee: tee.1
src/usr.bin/telnet: telnet.1
src/usr.bin/tftp: tftp.1
src/usr.bin/tip: tip.1
src/usr.bin/tr: tr.1
src/usr.bin/tset: tset.1
src/usr.bin/tty: tty.1
src/usr.bin/unifdef: unifdef.1
src/usr.bin/uuencode: uuencode.1
src/usr.bin/vacation: vacation.1
src/usr.bin/wc: wc.1
src/usr.bin/what: what.1
src/usr.bin/xstr: xstr.1

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/asa/asa.1
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/basename/basename.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/bdes/bdes.1
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/calendar/calendar.1
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/cksum/cksum.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/cmp/cmp.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/compress/compress.1
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/config/config.5
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/ctags/ctags.1
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/error/error.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/gcore/gcore.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/head/head.1
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/id/groups.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/id/id.1
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/join/join.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/jot/jot.1
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/lam/lam.1
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/ldd/ldd.1
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/locate/locate/locate.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/logname/logname.1
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/look/look.1
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/mail/mail.1
cvs rdiff -u -r1.270 -r1.271 src/usr.bin/make/make.1
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/menuc/menuc.1
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/mesg/mesg.1
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/mkfifo/mkfifo.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/mklocale/mklocale.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/mkstr/mkstr.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/mktemp/mktemp.1
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/newgrp/newgrp.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/patch/patch.1
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/pmap/pmap.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/pr/pr.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/rdist/rdist.1
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/rs/rs.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/rsh/rsh.1
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/sdiff/sdiff.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/shar/shar.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/skey/skey.1
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/sort/sort.1
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/stat/stat.1
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/systat/systat.1
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/tail/tail.1
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/tee/tee.1
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/telnet/telnet.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tftp/tftp.1
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/tip/tip.1
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/tr/tr.1
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/tset/tset.1
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/tty/tty.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/unifdef/unifdef.1
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/uuencode/uuencode.1
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/vacation/vacation.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/wc/wc.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/what/what.1
cvs rdiff -u -r1.18 

CVS commit: src/usr.sbin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:35:33 UTC 2017

Modified Files:
src/usr.sbin/ac: ac.8
src/usr.sbin/acpitools/amldb: amldb.8
src/usr.sbin/altq/altqd: altq.conf.5
src/usr.sbin/bad144: bad144.8
src/usr.sbin/bootp/bootpd: bootpd.8
src/usr.sbin/bootp/bootptest: bootptest.8
src/usr.sbin/crash: crash.8
src/usr.sbin/dev_mkdb: dev_mkdb.8
src/usr.sbin/eeprom: eeprom.8
src/usr.sbin/envstat: envsys.conf.5
src/usr.sbin/grfconfig: grfconfig.8
src/usr.sbin/installboot: installboot.8
src/usr.sbin/isdn/dtmfdecode: dtmfdecode.1
src/usr.sbin/isdn/isdnd: isdnd.8 isdnd.rc.5
src/usr.sbin/isdn/isdntel: isdntel.8
src/usr.sbin/isdn/isdntelctl: isdntelctl.8
src/usr.sbin/isdn/isdntrace: isdntrace.8
src/usr.sbin/link: link.8
src/usr.sbin/lockstat: lockstat.8
src/usr.sbin/lpr/lpd: lpd.8
src/usr.sbin/lptctl: lptctl.8
src/usr.sbin/mailwrapper: mailwrapper.8
src/usr.sbin/mdconfig: mdconfig.8
src/usr.sbin/mld6query: mld6query.8
src/usr.sbin/mrinfo: mrinfo.8
src/usr.sbin/mrouted: mrouted.8
src/usr.sbin/npf/npfctl: npf.conf.5
src/usr.sbin/postinstall: postinstall.8
src/usr.sbin/pstat: pstat.8
src/usr.sbin/sa: sa.8
src/usr.sbin/sunlabel: sunlabel.8
src/usr.sbin/sup/source: sup.1 supservers.8
src/usr.sbin/syslogd: syslog.conf.5 syslogd.8
src/usr.sbin/traceroute: traceroute.8
src/usr.sbin/traceroute6: traceroute6.8
src/usr.sbin/unlink: unlink.8
src/usr.sbin/wlanctl: wlanctl.8
src/usr.sbin/wsmoused: wsmoused.8
src/usr.sbin/ypbind: ypbind.8
src/usr.sbin/ypserv/mknetid: netid.5
src/usr.sbin/ypserv/revnetgroup: revnetgroup.8
src/usr.sbin/ypserv/ypinit: ypinit.8

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/ac/ac.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/acpitools/amldb/amldb.8
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/altq/altqd/altq.conf.5
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/bad144/bad144.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/bootp/bootpd/bootpd.8
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/bootp/bootptest/bootptest.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/crash/crash.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/dev_mkdb/dev_mkdb.8
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/eeprom/eeprom.8
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/envstat/envsys.conf.5
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/grfconfig/grfconfig.8
cvs rdiff -u -r1.92 -r1.93 src/usr.sbin/installboot/installboot.8
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/isdn/dtmfdecode/dtmfdecode.1
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/isdn/isdnd/isdnd.8
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/isdn/isdnd/isdnd.rc.5
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/isdn/isdntel/isdntel.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/isdn/isdntelctl/isdntelctl.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/isdn/isdntrace/isdntrace.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/link/link.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/lockstat/lockstat.8
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/lpr/lpd/lpd.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/lptctl/lptctl.8
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/mailwrapper/mailwrapper.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/mdconfig/mdconfig.8
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/mld6query/mld6query.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mrinfo/mrinfo.8
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/mrouted/mrouted.8
cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/npf/npfctl/npf.conf.5
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/postinstall/postinstall.8
cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/pstat/pstat.8
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/sa/sa.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sunlabel/sunlabel.8
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/sup/source/sup.1
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sup/source/supservers.8
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/syslogd/syslog.conf.5
cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/syslogd/syslogd.8
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/traceroute/traceroute.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/traceroute6/traceroute6.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/unlink/unlink.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/wlanctl/wlanctl.8
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/wsmoused/wsmoused.8
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/ypbind/ypbind.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/ypserv/mknetid/netid.5
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/ypserv/revnetgroup/revnetgroup.8
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/ypserv/ypinit/ypinit.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:35:49 UTC 2017

Modified Files:
src/libexec/ftpd: ftpd.8
src/libexec/httpd: bozohttpd.8
src/libexec/ld.elf_so: ld.elf_so.1
src/libexec/mail.local: mail.local.8
src/libexec/rexecd: rexecd.8
src/libexec/rshd: rshd.8

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/libexec/ftpd/ftpd.8
cvs rdiff -u -r1.65 -r1.66 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.16 -r1.17 src/libexec/ld.elf_so/ld.elf_so.1
cvs rdiff -u -r1.12 -r1.13 src/libexec/mail.local/mail.local.8
cvs rdiff -u -r1.12 -r1.13 src/libexec/rexecd/rexecd.8
cvs rdiff -u -r1.18 -r1.19 src/libexec/rshd/rshd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:34:57 UTC 2017

Modified Files:
src/usr.bin/fgen: fgen.1
src/usr.bin/find: find.1
src/usr.bin/fpr: fpr.1
src/usr.bin/fstat: fstat.1
src/usr.bin/ftp: ftp.1

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/fgen/fgen.1
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/find/find.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/fpr/fpr.1
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/fstat/fstat.1
cvs rdiff -u -r1.135 -r1.136 src/usr.bin/ftp/ftp.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/fgen/fgen.1
diff -u src/usr.bin/fgen/fgen.1:1.9 src/usr.bin/fgen/fgen.1:1.10
--- src/usr.bin/fgen/fgen.1:1.9	Mon Oct 19 18:12:37 2009
+++ src/usr.bin/fgen/fgen.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fgen.1,v 1.9 2009/10/19 18:12:37 snj Exp $
+.\"	$NetBSD: fgen.1,v 1.10 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1998 Eduardo Horvath, All Rights Reserved.
 .\"
@@ -50,7 +50,7 @@ Reads Forth source and generates tokeniz
 .\" .Sh STANDARDS
 .\" .Sh HISTORY
 .Sh AUTHORS
-Written by Eduardo E. Horvath \*[Lt]e...@one-o.com\*[Gt]
+Written by Eduardo E. Horvath 
 .Sh BUGS
 String escape sequences are not recognized so things such as
 .Pp

Index: src/usr.bin/find/find.1
diff -u src/usr.bin/find/find.1:1.88 src/usr.bin/find/find.1:1.89
--- src/usr.bin/find/find.1:1.88	Sun Jun  4 08:48:05 2017
+++ src/usr.bin/find/find.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: find.1,v 1.88 2017/06/04 08:48:05 abhinav Exp $
+.\"	$NetBSD: find.1,v 1.89 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -477,7 +477,7 @@ If the file is a block or character spec
 will be displayed instead of the size in bytes.
 If the file is a symbolic link, the pathname of the linked-to file will be
 displayed preceded by
-.Dq -\*[Gt] .
+.Dq -> .
 The format is identical to that produced by
 .Dq ls -dgils .
 .Pp
@@ -939,7 +939,7 @@ tree traversal options to be changed.
 .Sh HISTORY
 A much simpler
 .Nm
-command appeared in First Edition AT\*[Am]T Unix.
+command appeared in First Edition AT Unix.
 The syntax had become similar to the present version by
 the time of the Fifth Edition.
 .Sh BUGS

Index: src/usr.bin/fpr/fpr.1
diff -u src/usr.bin/fpr/fpr.1:1.12 src/usr.bin/fpr/fpr.1:1.13
--- src/usr.bin/fpr/fpr.1:1.12	Thu Mar 22 07:58:18 2012
+++ src/usr.bin/fpr/fpr.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fpr.1,v 1.12 2012/03/22 07:58:18 wiz Exp $
+.\"	$NetBSD: fpr.1,v 1.13 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -72,7 +72,7 @@ are simulated using backspaces.
 .Sh EXAMPLES
 .Dl a.out \&| fpr \&| lpr
 .Pp
-.Dl fpr \*[Lt] f77.output \&| lpr
+.Dl fpr < f77.output \&| lpr
 .Sh HISTORY
 The
 .Nm

Index: src/usr.bin/fstat/fstat.1
diff -u src/usr.bin/fstat/fstat.1:1.33 src/usr.bin/fstat/fstat.1:1.34
--- src/usr.bin/fstat/fstat.1:1.33	Sun Dec 15 09:20:48 2013
+++ src/usr.bin/fstat/fstat.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fstat.1,v 1.33 2013/12/15 09:20:48 wiz Exp $
+.\"	$NetBSD: fstat.1,v 1.34 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1987, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -229,12 +229,12 @@ A unidirectional
 .Ux
 domain socket indicates the direction of flow with an arrow
 .Po
-.Dq \*[Lt]-
+.Dq <-
 or
-.Dq -\*[Gt]
+.Dq ->
 .Pc ,
 and a full duplex socket shows a double arrow
-.Pq Dq \*[Lt]-\*[Gt] .
+.Pq Dq <-> .
 .Pp
 For internet sockets
 .Nm

Index: src/usr.bin/ftp/ftp.1
diff -u src/usr.bin/ftp/ftp.1:1.135 src/usr.bin/ftp/ftp.1:1.136
--- src/usr.bin/ftp/ftp.1:1.135	Thu Apr 23 23:31:23 2015
+++ src/usr.bin/ftp/ftp.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\" 	$NetBSD: ftp.1,v 1.135 2015/04/23 23:31:23 lukem Exp $
+.\" 	$NetBSD: ftp.1,v 1.136 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1996-2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -334,7 +334,7 @@ from the user.
 When
 .Nm
 is awaiting commands from the user the prompt
-.Ql ftp\*[Gt]
+.Ql ftp>
 is provided to the user.
 The following commands are recognized
 by
@@ -528,7 +528,7 @@ When debugging is on,
 .Nm
 prints each command sent to the remote machine, preceded
 by the string
-.Ql \-\-\*[Gt] .
+.Ql \-\-> .
 .It Ic gate Op Ar host Op Ar port
 Toggle gate-ftp mode, which used to connect through the
 TIS FWTK and Gauntlet ftp proxies.
@@ -897,7 +897,7 @@ the output filename "myfile.data" for in
 Spaces may be included in
 .Ar outpattern  ,
 as in the example:
-.Dl nmap $1 sed "s/  *$//" \*[Gt] $1
+.Dl nmap $1 sed "s/  *$//" > $1
 Use the
 .Sq \e
 character to prevent 

CVS commit: src/usr.sbin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:35:33 UTC 2017

Modified Files:
src/usr.sbin/ac: ac.8
src/usr.sbin/acpitools/amldb: amldb.8
src/usr.sbin/altq/altqd: altq.conf.5
src/usr.sbin/bad144: bad144.8
src/usr.sbin/bootp/bootpd: bootpd.8
src/usr.sbin/bootp/bootptest: bootptest.8
src/usr.sbin/crash: crash.8
src/usr.sbin/dev_mkdb: dev_mkdb.8
src/usr.sbin/eeprom: eeprom.8
src/usr.sbin/envstat: envsys.conf.5
src/usr.sbin/grfconfig: grfconfig.8
src/usr.sbin/installboot: installboot.8
src/usr.sbin/isdn/dtmfdecode: dtmfdecode.1
src/usr.sbin/isdn/isdnd: isdnd.8 isdnd.rc.5
src/usr.sbin/isdn/isdntel: isdntel.8
src/usr.sbin/isdn/isdntelctl: isdntelctl.8
src/usr.sbin/isdn/isdntrace: isdntrace.8
src/usr.sbin/link: link.8
src/usr.sbin/lockstat: lockstat.8
src/usr.sbin/lpr/lpd: lpd.8
src/usr.sbin/lptctl: lptctl.8
src/usr.sbin/mailwrapper: mailwrapper.8
src/usr.sbin/mdconfig: mdconfig.8
src/usr.sbin/mld6query: mld6query.8
src/usr.sbin/mrinfo: mrinfo.8
src/usr.sbin/mrouted: mrouted.8
src/usr.sbin/npf/npfctl: npf.conf.5
src/usr.sbin/postinstall: postinstall.8
src/usr.sbin/pstat: pstat.8
src/usr.sbin/sa: sa.8
src/usr.sbin/sunlabel: sunlabel.8
src/usr.sbin/sup/source: sup.1 supservers.8
src/usr.sbin/syslogd: syslog.conf.5 syslogd.8
src/usr.sbin/traceroute: traceroute.8
src/usr.sbin/traceroute6: traceroute6.8
src/usr.sbin/unlink: unlink.8
src/usr.sbin/wlanctl: wlanctl.8
src/usr.sbin/wsmoused: wsmoused.8
src/usr.sbin/ypbind: ypbind.8
src/usr.sbin/ypserv/mknetid: netid.5
src/usr.sbin/ypserv/revnetgroup: revnetgroup.8
src/usr.sbin/ypserv/ypinit: ypinit.8

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/ac/ac.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/acpitools/amldb/amldb.8
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/altq/altqd/altq.conf.5
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/bad144/bad144.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/bootp/bootpd/bootpd.8
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/bootp/bootptest/bootptest.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/crash/crash.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/dev_mkdb/dev_mkdb.8
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/eeprom/eeprom.8
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/envstat/envsys.conf.5
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/grfconfig/grfconfig.8
cvs rdiff -u -r1.92 -r1.93 src/usr.sbin/installboot/installboot.8
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/isdn/dtmfdecode/dtmfdecode.1
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/isdn/isdnd/isdnd.8
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/isdn/isdnd/isdnd.rc.5
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/isdn/isdntel/isdntel.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/isdn/isdntelctl/isdntelctl.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/isdn/isdntrace/isdntrace.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/link/link.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/lockstat/lockstat.8
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/lpr/lpd/lpd.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/lptctl/lptctl.8
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/mailwrapper/mailwrapper.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/mdconfig/mdconfig.8
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/mld6query/mld6query.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mrinfo/mrinfo.8
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/mrouted/mrouted.8
cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/npf/npfctl/npf.conf.5
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/postinstall/postinstall.8
cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/pstat/pstat.8
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/sa/sa.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sunlabel/sunlabel.8
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/sup/source/sup.1
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sup/source/supservers.8
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/syslogd/syslog.conf.5
cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/syslogd/syslogd.8
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/traceroute/traceroute.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/traceroute6/traceroute6.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/unlink/unlink.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/wlanctl/wlanctl.8
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/wsmoused/wsmoused.8
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/ypbind/ypbind.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/ypserv/mknetid/netid.5
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/ypserv/revnetgroup/revnetgroup.8
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/ypserv/ypinit/ypinit.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/ac/ac.8
diff -u src/usr.sbin/ac/ac.8:1.18 src/usr.sbin/ac/ac.8:1.19
--- src/usr.sbin/ac/ac.8:1.18	Wed Dec 21 22:49:14 2016
+++ 

CVS commit: src/usr.bin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:34:57 UTC 2017

Modified Files:
src/usr.bin/fgen: fgen.1
src/usr.bin/find: find.1
src/usr.bin/fpr: fpr.1
src/usr.bin/fstat: fstat.1
src/usr.bin/ftp: ftp.1

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/fgen/fgen.1
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/find/find.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/fpr/fpr.1
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/fstat/fstat.1
cvs rdiff -u -r1.135 -r1.136 src/usr.bin/ftp/ftp.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:33:42 UTC 2017

Modified Files:
src/sbin/bioctl: bioctl.8
src/sbin/chown: chgrp.1 chown.8
src/sbin/disklabel: disklabel.5 disklabel.8
src/sbin/fsdb: fsdb.8
src/sbin/mknod: mknod.8
src/sbin/mount_nfs: mount_nfs.8
src/sbin/mount_portal: mount_portal.8
src/sbin/mount_procfs: mount_procfs.8
src/sbin/newbtconf: newbtconf.8
src/sbin/newfs: mount_mfs.8 newfs.8
src/sbin/newfs_ext2fs: newfs_ext2fs.8
src/sbin/raidctl: raidctl.8
src/sbin/restore: restore.8
src/sbin/route: route.8
src/sbin/routed: routed.8
src/sbin/veriexecctl: veriexecctl.8

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/bioctl/bioctl.8
cvs rdiff -u -r1.6 -r1.7 src/sbin/chown/chgrp.1
cvs rdiff -u -r1.10 -r1.11 src/sbin/chown/chown.8
cvs rdiff -u -r1.29 -r1.30 src/sbin/disklabel/disklabel.5
cvs rdiff -u -r1.67 -r1.68 src/sbin/disklabel/disklabel.8
cvs rdiff -u -r1.23 -r1.24 src/sbin/fsdb/fsdb.8
cvs rdiff -u -r1.29 -r1.30 src/sbin/mknod/mknod.8
cvs rdiff -u -r1.45 -r1.46 src/sbin/mount_nfs/mount_nfs.8
cvs rdiff -u -r1.21 -r1.22 src/sbin/mount_portal/mount_portal.8
cvs rdiff -u -r1.34 -r1.35 src/sbin/mount_procfs/mount_procfs.8
cvs rdiff -u -r1.19 -r1.20 src/sbin/newbtconf/newbtconf.8
cvs rdiff -u -r1.17 -r1.18 src/sbin/newfs/mount_mfs.8
cvs rdiff -u -r1.83 -r1.84 src/sbin/newfs/newfs.8
cvs rdiff -u -r1.11 -r1.12 src/sbin/newfs_ext2fs/newfs_ext2fs.8
cvs rdiff -u -r1.71 -r1.72 src/sbin/raidctl/raidctl.8
cvs rdiff -u -r1.53 -r1.54 src/sbin/restore/restore.8
cvs rdiff -u -r1.58 -r1.59 src/sbin/route/route.8
cvs rdiff -u -r1.44 -r1.45 src/sbin/routed/routed.8
cvs rdiff -u -r1.39 -r1.40 src/sbin/veriexecctl/veriexecctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/bioctl/bioctl.8
diff -u src/sbin/bioctl/bioctl.8:1.22 src/sbin/bioctl/bioctl.8:1.23
--- src/sbin/bioctl/bioctl.8:1.22	Sun Sep 11 01:03:15 2016
+++ src/sbin/bioctl/bioctl.8	Mon Jul  3 21:33:41 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bioctl.8,v 1.22 2016/09/11 01:03:15 sevan Exp $
+.\"	$NetBSD: bioctl.8,v 1.23 2017/07/03 21:33:41 wiz Exp $
 .\"	$OpenBSD: bioctl.8,v 1.43 2007/03/20 06:12:11 jmc Exp $
 .\"
 .\" Copyright (c) 2007, 2008 Juan Romero Pardines
@@ -129,10 +129,10 @@ $ bioctl arcmsr0 show
 Volume Status   Size Device/Label   RAID Level Stripe
 =
  0 Building 468G  sd0 ARC-1210-VOL#00   RAID 6  128KB  0% done
-   0:0 Online   234G 0:0.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
-   0:1 Online   234G 0:1.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
-   0:2 Online   234G 0:2.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
-   0:3 Online   234G 0:3.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt]
+   0:0 Online   234G 0:0.0 noencl 
+   0:1 Online   234G 0:1.0 noencl 
+   0:2 Online   234G 0:2.0 noencl 
+   0:3 Online   234G 0:3.0 noencl 
 .Ed
 .Pp
 To create a RAID 5 volume on the SCSI 0:15.0 location on the disks

Index: src/sbin/chown/chgrp.1
diff -u src/sbin/chown/chgrp.1:1.6 src/sbin/chown/chgrp.1:1.7
--- src/sbin/chown/chgrp.1:1.6	Tue Dec 17 09:54:08 2013
+++ src/sbin/chown/chgrp.1	Mon Jul  3 21:33:41 2017
@@ -29,7 +29,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" from: @(#)chgrp.1	8.3 (Berkeley) 3/31/94
-.\"	$NetBSD: chgrp.1,v 1.6 2013/12/17 09:54:08 apb Exp $
+.\"	$NetBSD: chgrp.1,v 1.7 2017/07/03 21:33:41 wiz Exp $
 .\"
 .Dd October 22, 2012
 .Dt CHGRP 1
@@ -145,7 +145,7 @@ programs.
 .Pp
 The
 .Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+utility exits 0 on success, and >0 if an error occurs.
 .Sh FILES
 .Bl -tag -width /etc/group -compact
 .It Pa /etc/group

Index: src/sbin/chown/chown.8
diff -u src/sbin/chown/chown.8:1.10 src/sbin/chown/chown.8:1.11
--- src/sbin/chown/chown.8:1.10	Sun Sep 11 01:23:26 2016
+++ src/sbin/chown/chown.8	Mon Jul  3 21:33:41 2017
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" from: @(#)chown.8	8.3 (Berkeley) 3/31/94
-.\"	$NetBSD: chown.8,v 1.10 2016/09/11 01:23:26 sevan Exp $
+.\"	$NetBSD: chown.8,v 1.11 2017/07/03 21:33:41 wiz Exp $
 .\"
 .Dd September 11, 2016
 .Dt CHOWN 8
@@ -154,7 +154,7 @@ programs.
 .Pp
 The
 .Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+utility exits 0 on success, and >0 if an error occurs.
 .Sh COMPATIBILITY
 Previous versions of the
 .Nm

Index: src/sbin/disklabel/disklabel.5
diff -u src/sbin/disklabel/disklabel.5:1.29 src/sbin/disklabel/disklabel.5:1.30
--- src/sbin/disklabel/disklabel.5:1.29	Sat Oct 15 06:23:28 2016
+++ src/sbin/disklabel/disklabel.5	Mon Jul  3 21:33:41 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: disklabel.5,v 1.29 

CVS commit: src/bin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:33:24 UTC 2017

Modified Files:
src/bin/cat: cat.1
src/bin/chio: chio.1
src/bin/chmod: chmod.1
src/bin/csh: csh.1
src/bin/date: date.1
src/bin/dd: dd.1
src/bin/df: df.1
src/bin/echo: echo.1
src/bin/ed: ed.1
src/bin/expr: expr.1
src/bin/ls: ls.1
src/bin/mkdir: mkdir.1
src/bin/mv: mv.1
src/bin/pax: cpio.1 pax.1 tar.1
src/bin/ps: ps.1
src/bin/pwd: pwd.1
src/bin/rcmd: rcmd.1
src/bin/rm: rm.1
src/bin/rmdir: rmdir.1
src/bin/sh/bltin: echo.1
src/bin/sleep: sleep.1
src/bin/test: test.1

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/bin/cat/cat.1
cvs rdiff -u -r1.19 -r1.20 src/bin/chio/chio.1
cvs rdiff -u -r1.26 -r1.27 src/bin/chmod/chmod.1
cvs rdiff -u -r1.53 -r1.54 src/bin/csh/csh.1
cvs rdiff -u -r1.44 -r1.45 src/bin/date/date.1
cvs rdiff -u -r1.32 -r1.33 src/bin/dd/dd.1
cvs rdiff -u -r1.46 -r1.47 src/bin/df/df.1
cvs rdiff -u -r1.15 -r1.16 src/bin/echo/echo.1
cvs rdiff -u -r1.30 -r1.31 src/bin/ed/ed.1
cvs rdiff -u -r1.36 -r1.37 src/bin/expr/expr.1
cvs rdiff -u -r1.79 -r1.80 src/bin/ls/ls.1
cvs rdiff -u -r1.19 -r1.20 src/bin/mkdir/mkdir.1
cvs rdiff -u -r1.28 -r1.29 src/bin/mv/mv.1
cvs rdiff -u -r1.14 -r1.15 src/bin/pax/cpio.1
cvs rdiff -u -r1.68 -r1.69 src/bin/pax/pax.1
cvs rdiff -u -r1.36 -r1.37 src/bin/pax/tar.1
cvs rdiff -u -r1.106 -r1.107 src/bin/ps/ps.1
cvs rdiff -u -r1.25 -r1.26 src/bin/pwd/pwd.1
cvs rdiff -u -r1.21 -r1.22 src/bin/rcmd/rcmd.1
cvs rdiff -u -r1.28 -r1.29 src/bin/rm/rm.1
cvs rdiff -u -r1.16 -r1.17 src/bin/rmdir/rmdir.1
cvs rdiff -u -r1.13 -r1.14 src/bin/sh/bltin/echo.1
cvs rdiff -u -r1.23 -r1.24 src/bin/sleep/sleep.1
cvs rdiff -u -r1.30 -r1.31 src/bin/test/test.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/cat/cat.1
diff -u src/bin/cat/cat.1:1.38 src/bin/cat/cat.1:1.39
--- src/bin/cat/cat.1:1.38	Sun Jun 15 07:27:22 2014
+++ src/bin/cat/cat.1	Mon Jul  3 21:33:22 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cat.1,v 1.38 2014/06/15 07:27:22 wiz Exp $
+.\"	$NetBSD: cat.1,v 1.39 2017/07/03 21:33:22 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -123,7 +123,7 @@ Non-ascii characters (with the high bit 
 .Sh EXIT STATUS
 The
 .Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+utility exits 0 on success, and >0 if an error occurs.
 .Sh EXAMPLES
 The command:
 .Bd -literal -offset indent
@@ -136,7 +136,7 @@ to the standard output.
 .Pp
 The command:
 .Bd -literal -offset indent
-.Ic cat file1 file2 \*[Gt] file3
+.Ic cat file1 file2 > file3
 .Ed
 .Pp
 will sequentially print the contents of
@@ -211,7 +211,7 @@ It appears to have been
 .Sh BUGS
 Because of the shell language mechanism used to perform output
 redirection, the command
-.Dq Li cat file1 file2 \*[Gt] file1
+.Dq Li cat file1 file2 > file1
 will cause the original data in file1 to be destroyed!
 This is performed by the shell before
 .Nm

Index: src/bin/chio/chio.1
diff -u src/bin/chio/chio.1:1.19 src/bin/chio/chio.1:1.20
--- src/bin/chio/chio.1:1.19	Thu Aug 25 18:16:10 2016
+++ src/bin/chio/chio.1	Mon Jul  3 21:33:22 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chio.1,v 1.19 2016/08/25 18:16:10 sevan Exp $
+.\"	$NetBSD: chio.1,v 1.20 2017/07/03 21:33:22 wiz Exp $
 .\"
 .\" Copyright (c) 1996, 1998, 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -82,46 +82,46 @@ and the EU would be
 .Sh SUPPORTED COMMANDS
 .Nm
 .Ic move
-.Ar \*[Lt]from ET\*[Gt] \*[Lt]from EU\*[Gt] \*[Lt]to ET\*[Gt] \*[Lt]to EU\*[Gt]
+.Ar
 .Op Ar inv
 .Pp
 Moves the media unit from
-.Pa \*[Lt]from ET/EU\*[Gt]
+.Pa 
 to
-.Pa \*[Lt]to ET/EU\*[Gt] .
+.Pa  .
 If the optional modifier
 .Pa inv
 is specified, the media unit will be inverted before insertion.
 .Pp
 .Nm
 .Ic exchange
-.Ar \*[Lt]src ET\*[Gt] \*[Lt]src EU\*[Gt] \*[Lt]dst1 ET\*[Gt] \*[Lt]dst1 EU\*[Gt]
-.Op Ar \*[Lt]dst2 ET\*[Gt] \*[Lt]dst2 ET\*[Gt]
+.Ar
+.Op Ar  
 .Op Ar inv1
 .Op Ar inv2
 .Pp
 Performs a media unit exchange operation.
 The media unit in
-.Pa \*[Lt]src ET/EU\*[Gt]
+.Pa 
 is moved to
-.Pa \*[Lt]dst1 ET/EU\*[Gt]
+.Pa 
 and the media unit previously in
-.Pa \*[Lt]dst1 ET/EU\*[Gt]
+.Pa 
 is moved to
-.Pa \*[Lt]dst2 ET/EU\*[Gt] .
+.Pa  .
 In the case of a simple exchange,
-.Pa \*[Lt]dst2 ET/EU\*[Gt]
+.Pa 
 is omitted and the values
-.Pa \*[Lt]src ET/EU\*[Gt]
+.Pa 
 are used in their place.
 The optional modifiers
 .Pa inv1
 and
 .Pa inv2
 specify whether the media units are to be inverted before insertion into
-.Pa \*[Lt]dst1 ET/EU\*[Gt]
+.Pa 
 and
-.Pa \*[Lt]dst2 ET/EU\*[Gt]
+.Pa 
 respectively.
 .Pp
 Note that not all medium changers support the
@@ -131,11 +131,11 @@ multiple free 

CVS commit: src/bin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:33:24 UTC 2017

Modified Files:
src/bin/cat: cat.1
src/bin/chio: chio.1
src/bin/chmod: chmod.1
src/bin/csh: csh.1
src/bin/date: date.1
src/bin/dd: dd.1
src/bin/df: df.1
src/bin/echo: echo.1
src/bin/ed: ed.1
src/bin/expr: expr.1
src/bin/ls: ls.1
src/bin/mkdir: mkdir.1
src/bin/mv: mv.1
src/bin/pax: cpio.1 pax.1 tar.1
src/bin/ps: ps.1
src/bin/pwd: pwd.1
src/bin/rcmd: rcmd.1
src/bin/rm: rm.1
src/bin/rmdir: rmdir.1
src/bin/sh/bltin: echo.1
src/bin/sleep: sleep.1
src/bin/test: test.1

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/bin/cat/cat.1
cvs rdiff -u -r1.19 -r1.20 src/bin/chio/chio.1
cvs rdiff -u -r1.26 -r1.27 src/bin/chmod/chmod.1
cvs rdiff -u -r1.53 -r1.54 src/bin/csh/csh.1
cvs rdiff -u -r1.44 -r1.45 src/bin/date/date.1
cvs rdiff -u -r1.32 -r1.33 src/bin/dd/dd.1
cvs rdiff -u -r1.46 -r1.47 src/bin/df/df.1
cvs rdiff -u -r1.15 -r1.16 src/bin/echo/echo.1
cvs rdiff -u -r1.30 -r1.31 src/bin/ed/ed.1
cvs rdiff -u -r1.36 -r1.37 src/bin/expr/expr.1
cvs rdiff -u -r1.79 -r1.80 src/bin/ls/ls.1
cvs rdiff -u -r1.19 -r1.20 src/bin/mkdir/mkdir.1
cvs rdiff -u -r1.28 -r1.29 src/bin/mv/mv.1
cvs rdiff -u -r1.14 -r1.15 src/bin/pax/cpio.1
cvs rdiff -u -r1.68 -r1.69 src/bin/pax/pax.1
cvs rdiff -u -r1.36 -r1.37 src/bin/pax/tar.1
cvs rdiff -u -r1.106 -r1.107 src/bin/ps/ps.1
cvs rdiff -u -r1.25 -r1.26 src/bin/pwd/pwd.1
cvs rdiff -u -r1.21 -r1.22 src/bin/rcmd/rcmd.1
cvs rdiff -u -r1.28 -r1.29 src/bin/rm/rm.1
cvs rdiff -u -r1.16 -r1.17 src/bin/rmdir/rmdir.1
cvs rdiff -u -r1.13 -r1.14 src/bin/sh/bltin/echo.1
cvs rdiff -u -r1.23 -r1.24 src/bin/sleep/sleep.1
cvs rdiff -u -r1.30 -r1.31 src/bin/test/test.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:34:23 UTC 2017

Modified Files:
src/usr.bin/asa: asa.1
src/usr.bin/basename: basename.1
src/usr.bin/bdes: bdes.1
src/usr.bin/calendar: calendar.1
src/usr.bin/cksum: cksum.1
src/usr.bin/cmp: cmp.1
src/usr.bin/compress: compress.1
src/usr.bin/config: config.5
src/usr.bin/ctags: ctags.1
src/usr.bin/error: error.1
src/usr.bin/gcore: gcore.1
src/usr.bin/head: head.1
src/usr.bin/id: groups.1 id.1
src/usr.bin/join: join.1
src/usr.bin/jot: jot.1
src/usr.bin/lam: lam.1
src/usr.bin/ldd: ldd.1
src/usr.bin/locate/locate: locate.1
src/usr.bin/logname: logname.1
src/usr.bin/look: look.1
src/usr.bin/mail: mail.1
src/usr.bin/make: make.1
src/usr.bin/menuc: menuc.1
src/usr.bin/mesg: mesg.1
src/usr.bin/mkfifo: mkfifo.1
src/usr.bin/mklocale: mklocale.1
src/usr.bin/mkstr: mkstr.1
src/usr.bin/mktemp: mktemp.1
src/usr.bin/newgrp: newgrp.1
src/usr.bin/patch: patch.1
src/usr.bin/pmap: pmap.1
src/usr.bin/pr: pr.1
src/usr.bin/rdist: rdist.1
src/usr.bin/rs: rs.1
src/usr.bin/rsh: rsh.1
src/usr.bin/sdiff: sdiff.1
src/usr.bin/shar: shar.1
src/usr.bin/skey: skey.1
src/usr.bin/sort: sort.1
src/usr.bin/stat: stat.1
src/usr.bin/systat: systat.1
src/usr.bin/tail: tail.1
src/usr.bin/tee: tee.1
src/usr.bin/telnet: telnet.1
src/usr.bin/tftp: tftp.1
src/usr.bin/tip: tip.1
src/usr.bin/tr: tr.1
src/usr.bin/tset: tset.1
src/usr.bin/tty: tty.1
src/usr.bin/unifdef: unifdef.1
src/usr.bin/uuencode: uuencode.1
src/usr.bin/vacation: vacation.1
src/usr.bin/wc: wc.1
src/usr.bin/what: what.1
src/usr.bin/xstr: xstr.1

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/asa/asa.1
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/basename/basename.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/bdes/bdes.1
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/calendar/calendar.1
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/cksum/cksum.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/cmp/cmp.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/compress/compress.1
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/config/config.5
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/ctags/ctags.1
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/error/error.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/gcore/gcore.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/head/head.1
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/id/groups.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/id/id.1
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/join/join.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/jot/jot.1
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/lam/lam.1
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/ldd/ldd.1
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/locate/locate/locate.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/logname/logname.1
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/look/look.1
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/mail/mail.1
cvs rdiff -u -r1.270 -r1.271 src/usr.bin/make/make.1
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/menuc/menuc.1
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/mesg/mesg.1
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/mkfifo/mkfifo.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/mklocale/mklocale.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/mkstr/mkstr.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/mktemp/mktemp.1
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/newgrp/newgrp.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/patch/patch.1
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/pmap/pmap.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/pr/pr.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/rdist/rdist.1
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/rs/rs.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/rsh/rsh.1
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/sdiff/sdiff.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/shar/shar.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/skey/skey.1
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/sort/sort.1
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/stat/stat.1
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/systat/systat.1
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/tail/tail.1
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/tee/tee.1
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/telnet/telnet.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tftp/tftp.1
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/tip/tip.1
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/tr/tr.1
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/tset/tset.1
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/tty/tty.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/unifdef/unifdef.1
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/uuencode/uuencode.1
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/vacation/vacation.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/wc/wc.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/what/what.1
cvs rdiff -u -r1.18 

CVS commit: src/sbin

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:33:42 UTC 2017

Modified Files:
src/sbin/bioctl: bioctl.8
src/sbin/chown: chgrp.1 chown.8
src/sbin/disklabel: disklabel.5 disklabel.8
src/sbin/fsdb: fsdb.8
src/sbin/mknod: mknod.8
src/sbin/mount_nfs: mount_nfs.8
src/sbin/mount_portal: mount_portal.8
src/sbin/mount_procfs: mount_procfs.8
src/sbin/newbtconf: newbtconf.8
src/sbin/newfs: mount_mfs.8 newfs.8
src/sbin/newfs_ext2fs: newfs_ext2fs.8
src/sbin/raidctl: raidctl.8
src/sbin/restore: restore.8
src/sbin/route: route.8
src/sbin/routed: routed.8
src/sbin/veriexecctl: veriexecctl.8

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/bioctl/bioctl.8
cvs rdiff -u -r1.6 -r1.7 src/sbin/chown/chgrp.1
cvs rdiff -u -r1.10 -r1.11 src/sbin/chown/chown.8
cvs rdiff -u -r1.29 -r1.30 src/sbin/disklabel/disklabel.5
cvs rdiff -u -r1.67 -r1.68 src/sbin/disklabel/disklabel.8
cvs rdiff -u -r1.23 -r1.24 src/sbin/fsdb/fsdb.8
cvs rdiff -u -r1.29 -r1.30 src/sbin/mknod/mknod.8
cvs rdiff -u -r1.45 -r1.46 src/sbin/mount_nfs/mount_nfs.8
cvs rdiff -u -r1.21 -r1.22 src/sbin/mount_portal/mount_portal.8
cvs rdiff -u -r1.34 -r1.35 src/sbin/mount_procfs/mount_procfs.8
cvs rdiff -u -r1.19 -r1.20 src/sbin/newbtconf/newbtconf.8
cvs rdiff -u -r1.17 -r1.18 src/sbin/newfs/mount_mfs.8
cvs rdiff -u -r1.83 -r1.84 src/sbin/newfs/newfs.8
cvs rdiff -u -r1.11 -r1.12 src/sbin/newfs_ext2fs/newfs_ext2fs.8
cvs rdiff -u -r1.71 -r1.72 src/sbin/raidctl/raidctl.8
cvs rdiff -u -r1.53 -r1.54 src/sbin/restore/restore.8
cvs rdiff -u -r1.58 -r1.59 src/sbin/route/route.8
cvs rdiff -u -r1.44 -r1.45 src/sbin/routed/routed.8
cvs rdiff -u -r1.39 -r1.40 src/sbin/veriexecctl/veriexecctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:32:51 UTC 2017

Modified Files:
src/lib/libarch/i386: i386_get_ldt.2 i386_vm86.2
src/lib/libbluetooth: bluetooth.3 sdp_data.3
src/lib/libc/gen: directory.3 err.3 getdevmajor.3 glob.3 randomid.3
setmode.3 shquote.3 stringlist.3 sysctl.3 syslog.3 unvis.3
wordexp.3
src/lib/libc/hash/rmd160: rmd160.3
src/lib/libc/hash/sha1: sha1.3
src/lib/libc/hash/sha2: sha2.3
src/lib/libc/inet: inet6_rthdr_space.3
src/lib/libc/locale: mbrlen.3 nl_langinfo.3 wcwidth.3
src/lib/libc/net: getaddrinfo.3 getifaddrs.3 getnameinfo.3
inet6_rthdr_space.3 linkaddr.3 nsdispatch.3
src/lib/libc/regex: re_format.7 regex.3
src/lib/libc/rpc: bindresvport.3 rpc.3 rpc_clnt_create.3 rpc_soc.3
rpc_svc_reg.3 rpcbind.3
src/lib/libc/ssp: __builtin_object_size.3
src/lib/libc/stdio: getdelim.3 printf.3
src/lib/libc/stdlib: getopt.3 getopt_long.3 getsubopt.3 ptsname.3
random.3 strtoi.3 strtol.3 strtou.3 strtoul.3
src/lib/libc/string: strerror.3 strsep.3
src/lib/libc/sys: bind.2 dup.2 intro.2 kqueue.2 modctl.2 read.2
readlink.2 select.2 semctl.2 sigaltstack.2 timer_create.2 write.2
src/lib/libc/time: time2posix.3 tzset.3 zdump.8
src/lib/libc/yp: ypclnt.3
src/lib/libcompat/regexp: regexp.3
src/lib/libcurses: curses_addch.3 curses_color.3 curses_input.3
src/lib/libedit: editline.3
src/lib/libform: forms.3
src/lib/libm/man: acos.3 asin.3 atan2.3 fenv.3 ieee_test.3 lgamma.3
log.3 math.3
src/lib/libmenu: menu_attributes.3 menu_cursor.3 menu_driver.3
menu_format.3 menu_hook.3 menu_item_current.3 menu_item_name.3
menu_item_new.3 menu_item_opts.3 menu_item_userptr.3
menu_item_value.3 menu_item_visible.3 menu_items.3 menu_mark.3
menu_new.3 menu_opts.3 menu_pattern.3 menu_post.3 menu_userptr.3
menu_win.3 menus.3
src/lib/libpam/modules/pam_krb5: pam_krb5.8
src/lib/libpthread: pthread_schedparam.3
src/lib/libpuffs: puffs.3 puffs_ops.3
src/lib/librmt: rmtops.3
src/lib/librt: aio_fsync.3 aio_read.3 aio_write.3 pset.3
src/lib/libskey: skey.3
src/lib/libusbhid: usbhid.3
src/lib/libutil: getmntopts.3 pw_init.3
src/lib/libwrap: hosts_access.5 hosts_options.5
src/lib/libz: zlib.3

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libarch/i386/i386_get_ldt.2 \
src/lib/libarch/i386/i386_vm86.2
cvs rdiff -u -r1.8 -r1.9 src/lib/libbluetooth/bluetooth.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libbluetooth/sdp_data.3
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/gen/directory.3
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/err.3 src/lib/libc/gen/setmode.3
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/getdevmajor.3
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/gen/glob.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/gen/randomid.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/shquote.3
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/stringlist.3
cvs rdiff -u -r1.202 -r1.203 src/lib/libc/gen/sysctl.3
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/syslog.3
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/unvis.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gen/wordexp.3
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/hash/rmd160/rmd160.3
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/hash/sha1/sha1.3
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/hash/sha2/sha2.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/inet/inet6_rthdr_space.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/locale/mbrlen.3
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/locale/nl_langinfo.3
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/wcwidth.3
cvs rdiff -u -r1.58 -r1.59 src/lib/libc/net/getaddrinfo.3
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/net/getifaddrs.3
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/net/getnameinfo.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/net/inet6_rthdr_space.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/net/linkaddr.3
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/net/nsdispatch.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/regex/re_format.7
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/regex/regex.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/rpc/bindresvport.3
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/rpc/rpc.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/rpc/rpc_clnt_create.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/rpc/rpc_soc.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/rpc/rpc_svc_reg.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/rpc/rpcbind.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/ssp/__builtin_object_size.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/getdelim.3
cvs rdiff -u -r1.66 -r1.67 src/lib/libc/stdio/printf.3
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/stdlib/getopt.3
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdlib/getopt_long.3
cvs rdiff -u -r1.14 -r1.15 

CVS commit: src/lib

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:32:51 UTC 2017

Modified Files:
src/lib/libarch/i386: i386_get_ldt.2 i386_vm86.2
src/lib/libbluetooth: bluetooth.3 sdp_data.3
src/lib/libc/gen: directory.3 err.3 getdevmajor.3 glob.3 randomid.3
setmode.3 shquote.3 stringlist.3 sysctl.3 syslog.3 unvis.3
wordexp.3
src/lib/libc/hash/rmd160: rmd160.3
src/lib/libc/hash/sha1: sha1.3
src/lib/libc/hash/sha2: sha2.3
src/lib/libc/inet: inet6_rthdr_space.3
src/lib/libc/locale: mbrlen.3 nl_langinfo.3 wcwidth.3
src/lib/libc/net: getaddrinfo.3 getifaddrs.3 getnameinfo.3
inet6_rthdr_space.3 linkaddr.3 nsdispatch.3
src/lib/libc/regex: re_format.7 regex.3
src/lib/libc/rpc: bindresvport.3 rpc.3 rpc_clnt_create.3 rpc_soc.3
rpc_svc_reg.3 rpcbind.3
src/lib/libc/ssp: __builtin_object_size.3
src/lib/libc/stdio: getdelim.3 printf.3
src/lib/libc/stdlib: getopt.3 getopt_long.3 getsubopt.3 ptsname.3
random.3 strtoi.3 strtol.3 strtou.3 strtoul.3
src/lib/libc/string: strerror.3 strsep.3
src/lib/libc/sys: bind.2 dup.2 intro.2 kqueue.2 modctl.2 read.2
readlink.2 select.2 semctl.2 sigaltstack.2 timer_create.2 write.2
src/lib/libc/time: time2posix.3 tzset.3 zdump.8
src/lib/libc/yp: ypclnt.3
src/lib/libcompat/regexp: regexp.3
src/lib/libcurses: curses_addch.3 curses_color.3 curses_input.3
src/lib/libedit: editline.3
src/lib/libform: forms.3
src/lib/libm/man: acos.3 asin.3 atan2.3 fenv.3 ieee_test.3 lgamma.3
log.3 math.3
src/lib/libmenu: menu_attributes.3 menu_cursor.3 menu_driver.3
menu_format.3 menu_hook.3 menu_item_current.3 menu_item_name.3
menu_item_new.3 menu_item_opts.3 menu_item_userptr.3
menu_item_value.3 menu_item_visible.3 menu_items.3 menu_mark.3
menu_new.3 menu_opts.3 menu_pattern.3 menu_post.3 menu_userptr.3
menu_win.3 menus.3
src/lib/libpam/modules/pam_krb5: pam_krb5.8
src/lib/libpthread: pthread_schedparam.3
src/lib/libpuffs: puffs.3 puffs_ops.3
src/lib/librmt: rmtops.3
src/lib/librt: aio_fsync.3 aio_read.3 aio_write.3 pset.3
src/lib/libskey: skey.3
src/lib/libusbhid: usbhid.3
src/lib/libutil: getmntopts.3 pw_init.3
src/lib/libwrap: hosts_access.5 hosts_options.5
src/lib/libz: zlib.3

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libarch/i386/i386_get_ldt.2 \
src/lib/libarch/i386/i386_vm86.2
cvs rdiff -u -r1.8 -r1.9 src/lib/libbluetooth/bluetooth.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libbluetooth/sdp_data.3
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/gen/directory.3
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/err.3 src/lib/libc/gen/setmode.3
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/getdevmajor.3
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/gen/glob.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/gen/randomid.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/shquote.3
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/stringlist.3
cvs rdiff -u -r1.202 -r1.203 src/lib/libc/gen/sysctl.3
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/syslog.3
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/unvis.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gen/wordexp.3
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/hash/rmd160/rmd160.3
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/hash/sha1/sha1.3
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/hash/sha2/sha2.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/inet/inet6_rthdr_space.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/locale/mbrlen.3
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/locale/nl_langinfo.3
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/wcwidth.3
cvs rdiff -u -r1.58 -r1.59 src/lib/libc/net/getaddrinfo.3
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/net/getifaddrs.3
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/net/getnameinfo.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/net/inet6_rthdr_space.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/net/linkaddr.3
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/net/nsdispatch.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/regex/re_format.7
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/regex/regex.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/rpc/bindresvport.3
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/rpc/rpc.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/rpc/rpc_clnt_create.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/rpc/rpc_soc.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/rpc/rpc_svc_reg.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/rpc/rpcbind.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/ssp/__builtin_object_size.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/getdelim.3
cvs rdiff -u -r1.66 -r1.67 src/lib/libc/stdio/printf.3
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/stdlib/getopt.3
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdlib/getopt_long.3
cvs rdiff -u -r1.14 -r1.15 

CVS commit: src/share/man

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:31:01 UTC 2017

Modified Files:
src/share/man/man1: cd.1 wait.1
src/share/man/man1/man1.x68k: bellctrl.1
src/share/man/man3: __arraycount.3 bitmap.3 bits.3 bitstring.3
fast_divide32.3 gcq.3 iso646.3 queue.3 tree.3
src/share/man/man4: acpilid.4 agp.4 ahc.4 ahd.4 ai.4 amr.4 ath.4
audio.4 bio.4 bluetooth.4 bpf.4 btsco.4 cfb.4 chipsfb.4 cmpci.4
crypto.4 ddb.4 dge.4 ec.4 edc.4 envsys.4 etherip.4 gpiosim.4 gre.4
ieee80211.4 iop.4 ip.4 ip6.4 isa.4 isdntel.4 isic.4 jme.4 mfb.4
mfi.4 midi.4 mpls.4 multicast.4 options.4 pad.4 pci.4 pim.4 plip.4
pppoe.4 radio.4 ral.4 route.4 sc.4 se.4 si.4 strip.4 termios.4
uftdi.4 ugen.4 unix.4 usb.4 userconf.4 utoppy.4 uyurex.4 we.4 ym.4
zyd.4
src/share/man/man4/man4.alpha: ttwoga.4 ttwopci.4
src/share/man/man4/man4.amiga: grf.4 mfcs.4
src/share/man/man4/man4.atari: rtc.4
src/share/man/man4/man4.dreamcast: aica.4
src/share/man/man4/man4.hp300: dcl.4
src/share/man/man4/man4.hppa: pdc.4
src/share/man/man4/man4.i386: intro.4 ndis.4 pcibios.4
src/share/man/man4/man4.sgimips: giopci.4
src/share/man/man4/man4.sparc: intro.4 magma.4
src/share/man/man4/man4.sparc64: intro.4
src/share/man/man4/man4.sun2: leds.4
src/share/man/man4/man4.sun3: leds.4
src/share/man/man4/man4.vax: ad.4 cons.4 dl.4 dn.4 hy.4 ix.4
src/share/man/man5: ar.5 boot.cfg.5 capfile.5 core.5 genassym.cf.5
ld.so.conf.5 link.5 locale.alias.5 mixerctl.conf.5 nsswitch.conf.5
passwd.5 passwd.conf.5 ranlib.5 stab.5 veriexec.5
src/share/man/man7: ascii.7 hier.7 operator.7 release.7 security.7
sysctl.7
src/share/man/man8: afterboot.8 compat_freebsd.8 compat_linux.8
compat_sunos.8 compat_svr4.8 compat_ultrix.8 diskless.8 sysinst.8
src/share/man/man8/man8.acorn26: boot26.8
src/share/man/man8/man8.alpha: boot.8 mkbootimage.8
src/share/man/man8/man8.amiga: installboot.8
src/share/man/man8/man8.atari: ahdilabel.8
src/share/man/man8/man8.cobalt: boot.8
src/share/man/man8/man8.hppa: boot.8
src/share/man/man8/man8.macppc: boot.8 ofwboot.8
src/share/man/man8/man8.mvme68k: boot.8
src/share/man/man8/man8.sparc: boot.8
src/share/man/man8/man8.vax: boot.8 drtest.8 format.8
src/share/man/man8/man8.x86: boot.8 mbr.8
src/share/man/man9/man9.i386: bioscall.9

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man1/cd.1
cvs rdiff -u -r1.4 -r1.5 src/share/man/man1/wait.1
cvs rdiff -u -r1.13 -r1.14 src/share/man/man1/man1.x68k/bellctrl.1
cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/__arraycount.3
cvs rdiff -u -r1.9 -r1.10 src/share/man/man3/bitmap.3
cvs rdiff -u -r1.17 -r1.18 src/share/man/man3/bits.3 \
src/share/man/man3/bitstring.3
cvs rdiff -u -r1.8 -r1.9 src/share/man/man3/fast_divide32.3
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/gcq.3
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/iso646.3
cvs rdiff -u -r1.56 -r1.57 src/share/man/man3/queue.3
cvs rdiff -u -r1.11 -r1.12 src/share/man/man3/tree.3
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/acpilid.4 \
src/share/man/man4/etherip.4 src/share/man/man4/isdntel.4 \
src/share/man/man4/multicast.4 src/share/man/man4/sc.4
cvs rdiff -u -r1.16 -r1.17 src/share/man/man4/agp.4
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/ahc.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/ahd.4 \
src/share/man/man4/chipsfb.4 src/share/man/man4/gpiosim.4 \
src/share/man/man4/pad.4 src/share/man/man4/se.4 \
src/share/man/man4/uyurex.4
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/ai.4 src/share/man/man4/cmpci.4
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/amr.4
cvs rdiff -u -r1.31 -r1.32 src/share/man/man4/ath.4 src/share/man/man4/midi.4 \
src/share/man/man4/ugen.4
cvs rdiff -u -r1.79 -r1.80 src/share/man/man4/audio.4
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/bio.4 \
src/share/man/man4/btsco.4 src/share/man/man4/radio.4 \
src/share/man/man4/userconf.4
cvs rdiff -u -r1.19 -r1.20 src/share/man/man4/bluetooth.4 \
src/share/man/man4/uftdi.4
cvs rdiff -u -r1.55 -r1.56 src/share/man/man4/bpf.4
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/cfb.4 \
src/share/man/man4/ieee80211.4 src/share/man/man4/mfb.4 \
src/share/man/man4/pim.4 src/share/man/man4/zyd.4
cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/crypto.4 \
src/share/man/man4/unix.4
cvs rdiff -u -r1.166 -r1.167 src/share/man/man4/ddb.4
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/dge.4 src/share/man/man4/si.4
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/ec.4
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/edc.4 src/share/man/man4/mfi.4 \
src/share/man/man4/ral.4
cvs rdiff -u 

CVS commit: src/share/man/man9

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:28:48 UTC 2017

Modified Files:
src/share/man/man9: RUN_ONCE.9 accf_data.9 accf_http.9 altq.9 audio.9
bluetooth.9 bus_dma.9 cnmagic.9 condvar.9 config.9 cons.9 ddc.9
disk.9 dmover.9 driver.9 evcnt.9 extent.9 fileassoc.9 fstrans.9
ieee80211_radiotap.9 in_getifa.9 ioasic.9 ioctl.9 itimerfix.9
kauth.9 kmem.9 malloc.9 mca.9 mi_switch.9 microseq.9 mutex.9
namei.9 opencrypto.9 pci.9 pci_configure_bus.9 ppi.9 pserialize.9
pslist.9 ras.9 rasops.9 ratecheck.9 rssadapt.9 scsipi.9 secmodel.9
signal.9 sysctl.9 sysmon_envsys.9 tc.9 uiomove.9 uvm.9 vfsops.9
vfssubr.9 vmem.9 vnode.9 vnodeops.9

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/RUN_ONCE.9 \
src/share/man/man9/in_getifa.9
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/accf_data.9 \
src/share/man/man9/bluetooth.9 src/share/man/man9/microseq.9
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/accf_http.9 \
src/share/man/man9/ddc.9 src/share/man/man9/itimerfix.9
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/altq.9 \
src/share/man/man9/cnmagic.9 src/share/man/man9/dmover.9
cvs rdiff -u -r1.44 -r1.45 src/share/man/man9/audio.9
cvs rdiff -u -r1.63 -r1.64 src/share/man/man9/bus_dma.9
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/condvar.9 \
src/share/man/man9/ras.9
cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/config.9 \
src/share/man/man9/driver.9 src/share/man/man9/fileassoc.9
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/cons.9
cvs rdiff -u -r1.45 -r1.46 src/share/man/man9/disk.9 src/share/man/man9/pci.9 \
src/share/man/man9/sysmon_envsys.9
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/evcnt.9 \
src/share/man/man9/secmodel.9
cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/extent.9
cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/fstrans.9
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/ieee80211_radiotap.9 \
src/share/man/man9/opencrypto.9 src/share/man/man9/pci_configure_bus.9 \
src/share/man/man9/rasops.9 src/share/man/man9/vmem.9
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/ioasic.9 \
src/share/man/man9/pserialize.9 src/share/man/man9/tc.9
cvs rdiff -u -r1.31 -r1.32 src/share/man/man9/ioctl.9
cvs rdiff -u -r1.107 -r1.108 src/share/man/man9/kauth.9
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/kmem.9
cvs rdiff -u -r1.53 -r1.54 src/share/man/man9/malloc.9
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/mca.9 \
src/share/man/man9/ratecheck.9
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/mi_switch.9
cvs rdiff -u -r1.28 -r1.29 src/share/man/man9/mutex.9
cvs rdiff -u -r1.49 -r1.50 src/share/man/man9/namei.9
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/ppi.9
cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/pslist.9 \
src/share/man/man9/uiomove.9
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/rssadapt.9
cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/scsipi.9
cvs rdiff -u -r1.23 -r1.24 src/share/man/man9/signal.9
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/sysctl.9
cvs rdiff -u -r1.113 -r1.114 src/share/man/man9/uvm.9
cvs rdiff -u -r1.47 -r1.48 src/share/man/man9/vfsops.9
cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/vfssubr.9
cvs rdiff -u -r1.80 -r1.81 src/share/man/man9/vnode.9
cvs rdiff -u -r1.98 -r1.99 src/share/man/man9/vnodeops.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/RUN_ONCE.9
diff -u src/share/man/man9/RUN_ONCE.9:1.8 src/share/man/man9/RUN_ONCE.9:1.9
--- src/share/man/man9/RUN_ONCE.9:1.8	Tue Jul  6 22:29:29 2010
+++ src/share/man/man9/RUN_ONCE.9	Mon Jul  3 21:28:48 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: RUN_ONCE.9,v 1.8 2010/07/06 22:29:29 jruoho Exp $
+.\"	$NetBSD: RUN_ONCE.9,v 1.9 2017/07/03 21:28:48 wiz Exp $
 .\"
 .\" Copyright (c)2005 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -94,7 +94,7 @@ some_func(void)
 {
 	static ONCE_DECL(control);
 
-	RUN_ONCE(\*[Am]control, init_func);
+	RUN_ONCE(, init_func);
 
 	/*
 	 * we are sure that init_func has already been completed here.
Index: src/share/man/man9/in_getifa.9
diff -u src/share/man/man9/in_getifa.9:1.8 src/share/man/man9/in_getifa.9:1.9
--- src/share/man/man9/in_getifa.9:1.8	Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/in_getifa.9	Mon Jul  3 21:28:48 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: in_getifa.9,v 1.8 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: in_getifa.9,v 1.9 2017/07/03 21:28:48 wiz Exp $
 .\"
 .\" Copyright (c) 2006 David Young.  All rights reserved.
 .\"
@@ -194,7 +194,7 @@ net.inet.ip.interfaces.ath0.selectsrc = 
 The operator may set a new default,
 .Bd -literal -offset indent
 # sysctl -w net.inet.ip.selectsrc.debug=\
-\*[Gt] same-category,common-prefix-len,preference
+> same-category,common-prefix-len,preference
 # sysctl -w net.inet.ip.interfaces.ath0.selectsrc=
 .Ed
 .Pp


CVS commit: src/share/man/man9

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 21:28:48 UTC 2017

Modified Files:
src/share/man/man9: RUN_ONCE.9 accf_data.9 accf_http.9 altq.9 audio.9
bluetooth.9 bus_dma.9 cnmagic.9 condvar.9 config.9 cons.9 ddc.9
disk.9 dmover.9 driver.9 evcnt.9 extent.9 fileassoc.9 fstrans.9
ieee80211_radiotap.9 in_getifa.9 ioasic.9 ioctl.9 itimerfix.9
kauth.9 kmem.9 malloc.9 mca.9 mi_switch.9 microseq.9 mutex.9
namei.9 opencrypto.9 pci.9 pci_configure_bus.9 ppi.9 pserialize.9
pslist.9 ras.9 rasops.9 ratecheck.9 rssadapt.9 scsipi.9 secmodel.9
signal.9 sysctl.9 sysmon_envsys.9 tc.9 uiomove.9 uvm.9 vfsops.9
vfssubr.9 vmem.9 vnode.9 vnodeops.9

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/RUN_ONCE.9 \
src/share/man/man9/in_getifa.9
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/accf_data.9 \
src/share/man/man9/bluetooth.9 src/share/man/man9/microseq.9
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/accf_http.9 \
src/share/man/man9/ddc.9 src/share/man/man9/itimerfix.9
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/altq.9 \
src/share/man/man9/cnmagic.9 src/share/man/man9/dmover.9
cvs rdiff -u -r1.44 -r1.45 src/share/man/man9/audio.9
cvs rdiff -u -r1.63 -r1.64 src/share/man/man9/bus_dma.9
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/condvar.9 \
src/share/man/man9/ras.9
cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/config.9 \
src/share/man/man9/driver.9 src/share/man/man9/fileassoc.9
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/cons.9
cvs rdiff -u -r1.45 -r1.46 src/share/man/man9/disk.9 src/share/man/man9/pci.9 \
src/share/man/man9/sysmon_envsys.9
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/evcnt.9 \
src/share/man/man9/secmodel.9
cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/extent.9
cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/fstrans.9
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/ieee80211_radiotap.9 \
src/share/man/man9/opencrypto.9 src/share/man/man9/pci_configure_bus.9 \
src/share/man/man9/rasops.9 src/share/man/man9/vmem.9
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/ioasic.9 \
src/share/man/man9/pserialize.9 src/share/man/man9/tc.9
cvs rdiff -u -r1.31 -r1.32 src/share/man/man9/ioctl.9
cvs rdiff -u -r1.107 -r1.108 src/share/man/man9/kauth.9
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/kmem.9
cvs rdiff -u -r1.53 -r1.54 src/share/man/man9/malloc.9
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/mca.9 \
src/share/man/man9/ratecheck.9
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/mi_switch.9
cvs rdiff -u -r1.28 -r1.29 src/share/man/man9/mutex.9
cvs rdiff -u -r1.49 -r1.50 src/share/man/man9/namei.9
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/ppi.9
cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/pslist.9 \
src/share/man/man9/uiomove.9
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/rssadapt.9
cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/scsipi.9
cvs rdiff -u -r1.23 -r1.24 src/share/man/man9/signal.9
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/sysctl.9
cvs rdiff -u -r1.113 -r1.114 src/share/man/man9/uvm.9
cvs rdiff -u -r1.47 -r1.48 src/share/man/man9/vfsops.9
cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/vfssubr.9
cvs rdiff -u -r1.80 -r1.81 src/share/man/man9/vnode.9
cvs rdiff -u -r1.98 -r1.99 src/share/man/man9/vnodeops.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2017-07-03 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Jul  3 21:16:36 UTC 2017

Modified Files:
src/share/man/man9: condvar.9

Log Message:
Update to include new cv_timedwaitbt() and cv_timedwaitbt_sig().

Also update code example.

OK riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/condvar.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/condvar.9
diff -u src/share/man/man9/condvar.9:1.14 src/share/man/man9/condvar.9:1.15
--- src/share/man/man9/condvar.9:1.14	Thu Dec  2 12:54:13 2010
+++ src/share/man/man9/condvar.9	Mon Jul  3 21:16:36 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: condvar.9,v 1.14 2010/12/02 12:54:13 wiz Exp $
+.\"	$NetBSD: condvar.9,v 1.15 2017/07/03 21:16:36 pgoyette Exp $
 .\"
 .\" Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 4, 2008
+.Dd July 3, 2017
 .Dt CONDVAR 9
 .Os
 .Sh NAME
@@ -39,6 +39,8 @@
 .Nm cv_wait_sig ,
 .Nm cv_timedwait ,
 .Nm cv_timedwait_sig ,
+.Nm cv_timedwaitbt ,
+.Nm cv_timedwaitbt_sig ,
 .Nm cv_signal ,
 .Nm cv_broadcast ,
 .Nm cv_has_waiters
@@ -57,6 +59,12 @@
 .Fn cv_timedwait "kcondvar_t *cv" "kmutex_t *mtx" "int ticks"
 .Ft int
 .Fn cv_timedwait_sig "kcondvar_t *cv" "kmutex_t *mtx" "int ticks"
+.Ft int
+.Fn cv_timedwaitbt "kcondvar_t *cv" "kmutex_t *mtx" "struct bintime *bt" \
+"const struct bintime *epsilon"
+.Ft int
+.Fn cv_timedwaitbt_sig "kcondvar_t *cv" "kmutex_t *mtx" "struct bintime *bt" \
+"const struct bintime *epsilon"
 .Ft void
 .Fn cv_signal "kcondvar_t *cv"
 .Ft void
@@ -192,6 +200,22 @@ As per
 but also accepts a timeout value and will return
 .Er EWOULDBLOCK
 if the timeout expires.
+.It Fn cv_timedwaitbt "cv" "mtx" "bt" "epsilon"
+.It Fn cv_timedwaitbt_sig "cv" "mtx" "bt" "epsilon"
+.Pp
+Similar to
+.Fn cv_timedwait
+and
+.Fn cv_timedwait_sig ,
+however the
+.Fa bintime
+argument is decremented in place with the amount of time actually waited,
+and on return contains the amount of time remaining.
+.Pp
+The
+.Fa epsilon
+argument is currently reserved for future use in choosing between low
+and high-resolution timers.
 .It Fn cv_signal "cv"
 .Pp
 Awaken one LWP (potentially among many) that is waiting on the specified
@@ -240,10 +264,20 @@ Consuming a resource:
 	mutex_enter(\*[Am]res-\*[Gt]mutex);
 
 	/*
-	 * Wait for the resource to become available.
+	 * Wait for the resource to become available.  Timeout after
+	 * five seconds.  If the resource is not available within the
+	 * alloted time, return an error.
 	 */
-	while (res-\*[Gt]state == BUSY)
-		cv_wait(\*[Am]res-\*[Gt]condvar, \*[Am]res-\*[Gt]mutex);
+	bt.sec = 5;
+	bt.frac = 0;
+	while (res-\*[Gt]state == BUSY \*[Am]\*[Am] (bt.sec || bt.frac))
+		cv_timedwaitbt(\*[Am]res-\*[Gt]condvar, \\
+		\*[Am]res-\*[Gt]mutex, bt, epsilon);
+
+	if (res-\*[Gt]state == BUSY) {
+		mutex_exit(\*[Am]res-\*[Gt]mutex);
+		return ETIMEDOUT;
+	}
 
 	/*
 	 * It's now available to us.  Take ownership of the
@@ -286,3 +320,9 @@ describes the public interface.
 .Sh HISTORY
 The CV primitives first appeared in
 .Nx 5.0 .
+The
+.Fn cv_timedwaitbt
+and
+.Fn cv_timedwaitbt_sig
+primitives first appeared in
+.Nx 9.0 .



CVS commit: src/share/man/man9

2017-07-03 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Jul  3 21:16:36 UTC 2017

Modified Files:
src/share/man/man9: condvar.9

Log Message:
Update to include new cv_timedwaitbt() and cv_timedwaitbt_sig().

Also update code example.

OK riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/condvar.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/sh

2017-07-03 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon Jul  3 20:16:44 UTC 2017

Modified Files:
src/bin/sh: parser.c

Log Message:
Do a better job of detecting the error in pkgsrc/devel/libbson-1.6.3's
configure script, ie: $(( which is intended to be a sub-shell in a
command substitution, but is an arith subst instead, it needs to be
written $( ( to do as intended.   Instead of just blindly carrying on to
find the missing )) somewhere, anywhere, give up as soon as we have seen
an unbalanced ')' that isn't immediately followed by another ')' which
in a valid arith subst it always would be.

While here, there has been a comment in the code for quite a while noting a
difference in the standard between the text descr & grammar when it comes to
the syntax of case statements.   Add more comments to explain why parsing it
as we do is in fact definitely the correct way (ie: the grammar wins arguments
like this...).


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/bin/sh/parser.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/sh

2017-07-03 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon Jul  3 20:16:44 UTC 2017

Modified Files:
src/bin/sh: parser.c

Log Message:
Do a better job of detecting the error in pkgsrc/devel/libbson-1.6.3's
configure script, ie: $(( which is intended to be a sub-shell in a
command substitution, but is an arith subst instead, it needs to be
written $( ( to do as intended.   Instead of just blindly carrying on to
find the missing )) somewhere, anywhere, give up as soon as we have seen
an unbalanced ')' that isn't immediately followed by another ')' which
in a valid arith subst it always would be.

While here, there has been a comment in the code for quite a while noting a
difference in the standard between the text descr & grammar when it comes to
the syntax of case statements.   Add more comments to explain why parsing it
as we do is in fact definitely the correct way (ie: the grammar wins arguments
like this...).


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/bin/sh/parser.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/parser.c
diff -u src/bin/sh/parser.c:1.140 src/bin/sh/parser.c:1.141
--- src/bin/sh/parser.c:1.140	Fri Jun 30 23:02:56 2017
+++ src/bin/sh/parser.c	Mon Jul  3 20:16:44 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: parser.c,v 1.140 2017/06/30 23:02:56 kre Exp $	*/
+/*	$NetBSD: parser.c,v 1.141 2017/07/03 20:16:44 kre Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)parser.c	8.7 (Berkeley) 5/16/95";
 #else
-__RCSID("$NetBSD: parser.c,v 1.140 2017/06/30 23:02:56 kre Exp $");
+__RCSID("$NetBSD: parser.c,v 1.141 2017/07/03 20:16:44 kre Exp $");
 #endif
 #endif /* not lint */
 
@@ -478,6 +478,12 @@ command(void)
 		 * paragraph shows one case is required, but the "Grammar"
 		 * section shows a grammar that explicitly allows the no
 		 * case option.
+		 *
+		 * The standard also says (section 2.10):
+		 *   This formal syntax shall take precedence over the
+		 *   preceding text syntax description.
+		 * ie: the "Grammar" section wins.  The text is just
+		 * a rough guide (introduction to the common case.)
 		 */
 		while (lasttoken != TESAC) {
 			*cpp = cp = stalloc(sizeof(struct nclist));
@@ -1760,12 +1766,15 @@ readtoken1(int firstc, char const *syn, 
 	} else
 		USTPUTC(/*(*/ ')', out);
 } else {
+	break;	/* to synerror() just below */
+#if 0	/* the old way, causes weird errors on bad input */
 	/*
 	 * unbalanced parens
 	 *  (don't 2nd guess - no error)
 	 */
 	pungetc();
 	USTPUTC(/*(*/ ')', out);
+#endif
 }
 			}
 			continue;



CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-03 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Jul  3 19:54:44 UTC 2017

Modified Files:
src/sys/dev/ata [jdolecek-ncq]: wd.c

Log Message:
reset xfer c_flags before retry, to clear flags like C_TIMEOU, or C_NCQ,
so that retry, and no-NCQ downgrade logic actually works - drivers
typically doesn't reset this field

print number of retries to make it easier to spot the same xfer being
retried several times

in wddone(), hold the wd lock only when reading/changing wd softc
structures, and not e.g. when calling malloc(), rnd_add_uint32() or
ata_free_xfer(), which have their own locks; initially done to fix
diagnostic assertion about held spin lock in kpause() within
ata_reset_drive hook, but need to run that hook with AT_POLL anyway,
since wddone() is typically invoked from interrupt context

fix another interrupt context bug for WD_SOFTBADSECT - the malloc() needs
to be called with M_NOWAIT


To generate a diff of this commit:
cvs rdiff -u -r1.428.2.24 -r1.428.2.25 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-03 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Jul  3 19:54:44 UTC 2017

Modified Files:
src/sys/dev/ata [jdolecek-ncq]: wd.c

Log Message:
reset xfer c_flags before retry, to clear flags like C_TIMEOU, or C_NCQ,
so that retry, and no-NCQ downgrade logic actually works - drivers
typically doesn't reset this field

print number of retries to make it easier to spot the same xfer being
retried several times

in wddone(), hold the wd lock only when reading/changing wd softc
structures, and not e.g. when calling malloc(), rnd_add_uint32() or
ata_free_xfer(), which have their own locks; initially done to fix
diagnostic assertion about held spin lock in kpause() within
ata_reset_drive hook, but need to run that hook with AT_POLL anyway,
since wddone() is typically invoked from interrupt context

fix another interrupt context bug for WD_SOFTBADSECT - the malloc() needs
to be called with M_NOWAIT


To generate a diff of this commit:
cvs rdiff -u -r1.428.2.24 -r1.428.2.25 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ata/wd.c
diff -u src/sys/dev/ata/wd.c:1.428.2.24 src/sys/dev/ata/wd.c:1.428.2.25
--- src/sys/dev/ata/wd.c:1.428.2.24	Mon Jul  3 19:31:16 2017
+++ src/sys/dev/ata/wd.c	Mon Jul  3 19:54:44 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: wd.c,v 1.428.2.24 2017/07/03 19:31:16 jdolecek Exp $ */
+/*	$NetBSD: wd.c,v 1.428.2.25 2017/07/03 19:54:44 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -54,7 +54,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.428.2.24 2017/07/03 19:31:16 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.428.2.25 2017/07/03 19:54:44 jdolecek Exp $");
 
 #include "opt_ata.h"
 
@@ -695,6 +695,10 @@ wdstart1(struct wd_softc *wd, struct buf
 	KASSERT(bp == xfer->c_bio.bp || xfer->c_bio.bp == NULL);
 	xfer->c_bio.bp = bp;
 
+	/* Reset state flags, so that retries don't use stale info */
+	KASSERT((xfer->c_flags & (C_WAITACT|C_FREE)) == 0);
+	xfer->c_flags = 0;
+
 #ifdef WD_CHAOS_MONKEY
 	/*
 	 * Override blkno to be over device capacity to trigger error,
@@ -787,8 +791,6 @@ wddone(device_t self, struct ata_xfer *x
 		return;
 	}
 
-	mutex_enter(>sc_lock);
-
 	bp = xfer->c_bio.bp;
 	KASSERT(bp != NULL);
 
@@ -814,12 +816,14 @@ wddone(device_t self, struct ata_xfer *x
 		errmsg = "error";
 		do_perror = 1;
 retry:		/* Just reset and retry. Can we do more ? */
-		(*wd->atabus->ata_reset_drive)(wd->drvp, 0, NULL);
+		(*wd->atabus->ata_reset_drive)(wd->drvp, AT_POLL, NULL);
 retry2:
+		mutex_enter(>sc_lock);
+
 		diskerr(bp, "wd", errmsg, LOG_PRINTF,
 		xfer->c_bio.blkdone, wd->sc_dk.dk_label);
 		if (xfer->c_bio.retries < WDIORETRIES)
-			printf(", retrying");
+			printf(", retrying %d", xfer->c_bio.retries + 1);
 		printf("\n");
 		if (do_perror)
 			wdperror(wd, xfer);
@@ -841,6 +845,8 @@ retry2:
 			return;
 		}
 
+		mutex_exit(>sc_lock);
+
 #ifdef WD_SOFTBADSECT
 		/*
 		 * Not all errors indicate a failed block but those that do,
@@ -853,14 +859,24 @@ retry2:
 		 (wd->drvp->ata_vers < 4 && xfer->c_bio.r_error & 192))) {
 			struct disk_badsectors *dbs;
 
-			dbs = malloc(sizeof *dbs, M_TEMP, M_WAITOK);
+			dbs = malloc(sizeof *dbs, M_TEMP, M_NOWAIT);
+			if (dbs == NULL) {
+aprint_error_dev(wd->sc_dev,
+"failed to add bad block to list\n");
+goto out;
+			}
+
 			dbs->dbs_min = bp->b_rawblkno;
 			dbs->dbs_max = dbs->dbs_min +
 			(bp->b_bcount /wd->sc_blksize) - 1;
 			microtime(>dbs_failedat);
+
+			mutex_enter(>sc_lock);
 			SLIST_INSERT_HEAD(>sc_bslist, dbs, dbs_next);
 			wd->sc_bscount++;
+			mutex_exit(>sc_lock);
 		}
+out:
 #endif
 		bp->b_error = EIO;
 		break;
@@ -885,7 +901,6 @@ noerror:	if ((xfer->c_bio.flags & ATA_CO
 	(bp->b_flags & B_READ));
 	rnd_add_uint32(>rnd_source, bp->b_blkno);
 	ata_free_xfer(wd->drvp->chnl_softc, xfer);
-	mutex_exit(>sc_lock);
 	biodone(bp);
 	ata_channel_start(wd->drvp->chnl_softc, wd->drvp->drive);
 }



CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-03 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Jul  3 19:31:16 UTC 2017

Modified Files:
src/sys/dev/ata [jdolecek-ncq]: wd.c

Log Message:
introduce some code to test retry paths


To generate a diff of this commit:
cvs rdiff -u -r1.428.2.23 -r1.428.2.24 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ata/wd.c
diff -u src/sys/dev/ata/wd.c:1.428.2.23 src/sys/dev/ata/wd.c:1.428.2.24
--- src/sys/dev/ata/wd.c:1.428.2.23	Sat Jun 24 00:00:10 2017
+++ src/sys/dev/ata/wd.c	Mon Jul  3 19:31:16 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: wd.c,v 1.428.2.23 2017/06/24 00:00:10 jdolecek Exp $ */
+/*	$NetBSD: wd.c,v 1.428.2.24 2017/07/03 19:31:16 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -54,7 +54,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.428.2.23 2017/06/24 00:00:10 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.428.2.24 2017/07/03 19:31:16 jdolecek Exp $");
 
 #include "opt_ata.h"
 
@@ -115,6 +115,10 @@ int wdcdebug_wd_mask = 0x0;
 #define ATADEBUG_PRINT(args, level)
 #endif
 
+#ifdef WD_CHAOS_MONKEY
+int wdcdebug_wd_chaos = 0;
+#endif
+
 int	wdprobe(device_t, cfdata_t, void *);
 void	wdattach(device_t, device_t, void *);
 int	wddetach(device_t, int);
@@ -691,6 +695,20 @@ wdstart1(struct wd_softc *wd, struct buf
 	KASSERT(bp == xfer->c_bio.bp || xfer->c_bio.bp == NULL);
 	xfer->c_bio.bp = bp;
 
+#ifdef WD_CHAOS_MONKEY
+	/*
+	 * Override blkno to be over device capacity to trigger error,
+	 * but only if it's read, to avoid trashing disk contents should
+	 * the command be clipped, or otherwise misinterpreted, by the
+	 * driver or controller.
+	 */
+	if (BUF_ISREAD(bp) && (++wdcdebug_wd_chaos % WD_CHAOS_MONKEY) == 0) {
+		aprint_normal_dev(wd->sc_dev, "%s: chaos xfer %d\n",
+		__func__, xfer->c_slot);
+		xfer->c_bio.blkno = 777 + wd->sc_capacity;
+	}
+#endif
+
 	/*
 	 * If we're retrying, retry in single-sector mode. This will give us
 	 * the sector number of the problem, and will eventually allow the



CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-03 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Jul  3 19:31:16 UTC 2017

Modified Files:
src/sys/dev/ata [jdolecek-ncq]: wd.c

Log Message:
introduce some code to test retry paths


To generate a diff of this commit:
cvs rdiff -u -r1.428.2.23 -r1.428.2.24 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2017-07-03 Thread Pierre Pronchery
Module Name:src
Committed By:   khorben
Date:   Mon Jul  3 18:54:11 UTC 2017

Modified Files:
src/sys/netinet: ip_output.c

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/sys/netinet/ip_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/ip_output.c
diff -u src/sys/netinet/ip_output.c:1.280 src/sys/netinet/ip_output.c:1.281
--- src/sys/netinet/ip_output.c:1.280	Mon Jul  3 16:43:01 2017
+++ src/sys/netinet/ip_output.c	Mon Jul  3 18:54:11 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip_output.c,v 1.280 2017/07/03 16:43:01 roy Exp $	*/
+/*	$NetBSD: ip_output.c,v 1.281 2017/07/03 18:54:11 khorben Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.280 2017/07/03 16:43:01 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.281 2017/07/03 18:54:11 khorben Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -699,7 +699,7 @@ sendit:
 
 	/*
 	 * We can't use HW checksumming if we're about to
-	 * to fragment the packet.
+	 * fragment the packet.
 	 *
 	 * XXX Some hardware can do this.
 	 */



CVS commit: src/sys/netinet

2017-07-03 Thread Pierre Pronchery
Module Name:src
Committed By:   khorben
Date:   Mon Jul  3 18:54:11 UTC 2017

Modified Files:
src/sys/netinet: ip_output.c

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/sys/netinet/ip_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-03 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Jul  3 18:17:01 UTC 2017

Modified Files:
src/sys/dev/ata [jdolecek-ncq]: TODO.ncq

Log Message:
expand what needs to be done with error handling


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/sys/dev/ata/TODO.ncq

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ata/TODO.ncq
diff -u src/sys/dev/ata/TODO.ncq:1.1.2.28 src/sys/dev/ata/TODO.ncq:1.1.2.29
--- src/sys/dev/ata/TODO.ncq:1.1.2.28	Wed Jun 28 19:54:38 2017
+++ src/sys/dev/ata/TODO.ncq	Mon Jul  3 18:17:01 2017
@@ -5,9 +5,16 @@ siisata - fix all new XXX and unmergable
 
 test wd* at umass?, confirm the ata_channel kludge works
 
-test device error handling (currently appears to not work well, at least in NCQ case)
+test non-NCQ device error handling
+- test retry code paths, locking
+- channel reset on fatal errors
 
 do proper NCQ error recovery (currently not even really attempted)
+- if fatal error, do channel reset
+- if tranfer error (both TFD.STS.BSY and DRQ is 0), need READ LOG EXT log
+  page 10h to read tag which caused the error, and reset the device to idle
+- need to cancel and restart the other active transfers in a way to not
+  increase retry count, and not trigger drive reset
 
 maybe do device error handling in not-interrupt-context (maybe this should be
 done on a mpata branch?)



CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-07-03 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Jul  3 18:17:01 UTC 2017

Modified Files:
src/sys/dev/ata [jdolecek-ncq]: TODO.ncq

Log Message:
expand what needs to be done with error handling


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/sys/dev/ata/TODO.ncq

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2017-07-03 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Mon Jul  3 16:43:01 UTC 2017

Modified Files:
src/sys/netinet: ip_output.c

Log Message:
When outputting, search for the sending address on the sending interface
rather than blindly picking the first matcing address from any interface
when testing source address validity.

This allows another interface to have the same address, but be detached.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/sys/netinet/ip_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/ip_output.c
diff -u src/sys/netinet/ip_output.c:1.279 src/sys/netinet/ip_output.c:1.280
--- src/sys/netinet/ip_output.c:1.279	Fri May 12 17:53:54 2017
+++ src/sys/netinet/ip_output.c	Mon Jul  3 16:43:01 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip_output.c,v 1.279 2017/05/12 17:53:54 ryo Exp $	*/
+/*	$NetBSD: ip_output.c,v 1.280 2017/07/03 16:43:01 roy Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.279 2017/05/12 17:53:54 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.280 2017/07/03 16:43:01 roy Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -236,6 +236,7 @@ ip_output(struct mbuf *m0, struct mbuf *
 	struct route iproute;
 	const struct sockaddr_in *dst;
 	struct in_ifaddr *ia = NULL;
+	struct ifaddr *ifa;
 	int isbroadcast;
 	int sw_csum;
 	u_long mtu;
@@ -315,8 +316,6 @@ ip_output(struct mbuf *m0, struct mbuf *
 	 * If routing to interface only, short circuit routing lookup.
 	 */
 	if (flags & IP_ROUTETOIF) {
-		struct ifaddr *ifa;
-
 		ifa = ifa_ifwithladdr_psref(sintocsa(dst), _ia);
 		if (ifa == NULL) {
 			IP_STATINC(IP_STAT_NOROUTE);
@@ -612,7 +611,10 @@ sendit:
 	 * validity
 	 */
 	KASSERT(ia == NULL);
-	ia = in_get_ia_psref(ip->ip_src, _ia);
+	sockaddr_in_init(, >ip_src, 0);
+	ifa = ifaof_ifpforaddr_psref(, ifp, _ia);
+	if (ifa != NULL)
+		ia = ifatoia(ifa);
 
 	/*
 	 * Ensure we only send from a valid address.



CVS commit: src/sys/netinet

2017-07-03 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Mon Jul  3 16:43:01 UTC 2017

Modified Files:
src/sys/netinet: ip_output.c

Log Message:
When outputting, search for the sending address on the sending interface
rather than blindly picking the first matcing address from any interface
when testing source address validity.

This allows another interface to have the same address, but be detached.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/sys/netinet/ip_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 13:18:31 UTC 2017

Modified Files:
src/external/bsd/mdocml/dist: msec.in

Log Message:
Add 3lua and 9lua.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/msec.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 13:18:31 UTC 2017

Modified Files:
src/external/bsd/mdocml/dist: msec.in

Log Message:
Add 3lua and 9lua.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/msec.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/dist/msec.in
diff -u src/external/bsd/mdocml/dist/msec.in:1.6 src/external/bsd/mdocml/dist/msec.in:1.7
--- src/external/bsd/mdocml/dist/msec.in:1.6	Fri Jul 15 19:40:42 2016
+++ src/external/bsd/mdocml/dist/msec.in	Mon Jul  3 13:18:31 2017
@@ -26,12 +26,14 @@ LINE("1",		"General Commands Manual")
 LINE("2",		"System Calls Manual")
 LINE("3",		"Library Functions Manual")
 LINE("3p",		"Perl Library Manual")
+LINE("3lua",		"LUA Library Manual")
 LINE("4",		"Device Drivers Manual")
 LINE("5",		"File Formats Manual")
 LINE("6",		"Games Manual")
 LINE("7",		"Miscellaneous Information Manual")
 LINE("8",		"System Manager\'s Manual")
 LINE("9",		"Kernel Developer\'s Manual")
+LINE("9lua",		"LUA Kernel Developer\'s Manual")
 LINE("X11",		"X11 Developer\'s Manual")
 LINE("X11R6",		"X11 Developer\'s Manual")
 LINE("unass",		"Unassociated")



CVS commit: src/tests/usr.bin/mixerctl

2017-07-03 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Mon Jul  3 09:08:35 UTC 2017

Modified Files:
src/tests/usr.bin/mixerctl: t_mixerctl.sh

Log Message:
As pad devices are now created on demand - pad has to be open for a
corresponding mixer to be available.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/mixerctl/t_mixerctl.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/usr.bin/mixerctl/t_mixerctl.sh
diff -u src/tests/usr.bin/mixerctl/t_mixerctl.sh:1.5 src/tests/usr.bin/mixerctl/t_mixerctl.sh:1.6
--- src/tests/usr.bin/mixerctl/t_mixerctl.sh:1.5	Thu Apr 20 00:17:11 2017
+++ src/tests/usr.bin/mixerctl/t_mixerctl.sh	Mon Jul  3 09:08:35 2017
@@ -1,12 +1,17 @@
-# $NetBSD: t_mixerctl.sh,v 1.5 2017/04/20 00:17:11 kre Exp $
+# $NetBSD: t_mixerctl.sh,v 1.6 2017/07/03 09:08:35 nat Exp $
 
 atf_test_case noargs_usage
 noargs_usage_head() {
 	atf_set "descr" "Ensure mixerctl(1) with no args prints a usage message"
 }
 noargs_usage_body() {
+	cat /dev/pad0 > /dev/null 2>&1 &
+	padpid=$!
+
 	atf_check -s exit:0 -o not-empty -e ignore \
 		mixerctl
+
+	kill -HUP ${padpid} 2>/dev/null
 }
 
 atf_test_case showvalue



CVS commit: src/tests/usr.bin/mixerctl

2017-07-03 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Mon Jul  3 09:08:35 UTC 2017

Modified Files:
src/tests/usr.bin/mixerctl: t_mixerctl.sh

Log Message:
As pad devices are now created on demand - pad has to be open for a
corresponding mixer to be available.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/mixerctl/t_mixerctl.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci/ixgbe

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jul  3 08:29:58 UTC 2017

Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c

Log Message:
 Print PHY ID.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/pci/ixgbe/ixgbe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe.c
diff -u src/sys/dev/pci/ixgbe/ixgbe.c:1.94 src/sys/dev/pci/ixgbe/ixgbe.c:1.95
--- src/sys/dev/pci/ixgbe/ixgbe.c:1.94	Tue Jun 27 10:33:09 2017
+++ src/sys/dev/pci/ixgbe/ixgbe.c	Mon Jul  3 08:29:58 2017
@@ -59,7 +59,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 /*$FreeBSD: head/sys/dev/ixgbe/if_ix.c 302384 2016-07-07 03:39:18Z sbruno $*/
-/*$NetBSD: ixgbe.c,v 1.94 2017/06/27 10:33:09 msaitoh Exp $*/
+/*$NetBSD: ixgbe.c,v 1.95 2017/07/03 08:29:58 msaitoh Exp $*/
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -71,6 +71,8 @@
 #include "vlan.h"
 
 #include 
+#include 
+#include 
 
 /*
  *  Driver version
@@ -722,6 +724,26 @@ ixgbe_attach(device_t parent, device_t d
 		break;
 	}
 
+	if (hw->phy.id != 0) {
+		uint16_t id1, id2;
+		int oui, model, rev;
+		const char *descr;
+
+		id1 = hw->phy.id >> 16;
+		id2 = hw->phy.id & 0x;
+		oui = MII_OUI(id1, id2);
+		model = MII_MODEL(id2);
+		rev = MII_REV(id2);
+		if ((descr = mii_get_descr(oui, model)) != NULL)
+			aprint_normal_dev(dev,
+			"PHY: %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
+			descr, oui, model, rev);
+		else
+			aprint_normal_dev(dev,
+			"PHY OUI 0x%06x, model 0x%04x, rev. %d\n",
+			oui, model, rev);
+	}
+
 	/* hw.ix defaults init */
 	ixgbe_set_advertise(adapter, ixgbe_advertise_speed);
 	ixgbe_set_flowcntl(adapter, ixgbe_flow_control);



CVS commit: src/sys/dev/pci/ixgbe

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jul  3 08:29:58 UTC 2017

Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c

Log Message:
 Print PHY ID.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/pci/ixgbe/ixgbe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/mii

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jul  3 08:29:03 UTC 2017

Modified Files:
src/sys/dev/mii: miidevs

Log Message:
 Add X550 and X557.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/dev/mii/miidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/mii

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jul  3 08:29:22 UTC 2017

Modified Files:
src/sys/dev/mii: miidevs.h miidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.116 -r1.117 src/sys/dev/mii/miidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/miidevs.h
diff -u src/sys/dev/mii/miidevs.h:1.128 src/sys/dev/mii/miidevs.h:1.129
--- src/sys/dev/mii/miidevs.h:1.128	Wed Feb  1 05:46:41 2017
+++ src/sys/dev/mii/miidevs.h	Mon Jul  3 08:29:22 2017
@@ -1,10 +1,10 @@
-/*	$NetBSD: miidevs.h,v 1.128 2017/02/01 05:46:41 msaitoh Exp $	*/
+/*	$NetBSD: miidevs.h,v 1.129 2017/07/03 08:29:22 msaitoh Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: miidevs,v 1.125 2017/02/01 05:46:21 msaitoh Exp
+ *	NetBSD: miidevs,v 1.126 2017/07/03 08:29:03 msaitoh Exp
  */
 
 /*-
@@ -332,6 +332,10 @@
 #define	MII_STR_INTEL_I82579	"i82579 10/100/1000 media interface"
 #define	MII_MODEL_INTEL_I217	0x000a
 #define	MII_STR_INTEL_I217	"i217 10/100/1000 media interface"
+#define	MII_MODEL_INTEL_X550	0x0022
+#define	MII_STR_INTEL_X550	"X550 100M/1G/10G media interface"
+#define	MII_MODEL_INTEL_X557	0x0024
+#define	MII_STR_INTEL_X557	"X557 100M/1G/10G media interface"
 #define	MII_MODEL_INTEL_I82580	0x003a
 #define	MII_STR_INTEL_I82580	"82580 10/100/1000 media interface"
 #define	MII_MODEL_INTEL_I350	0x003b

Index: src/sys/dev/mii/miidevs_data.h
diff -u src/sys/dev/mii/miidevs_data.h:1.116 src/sys/dev/mii/miidevs_data.h:1.117
--- src/sys/dev/mii/miidevs_data.h:1.116	Wed Feb  1 05:46:41 2017
+++ src/sys/dev/mii/miidevs_data.h	Mon Jul  3 08:29:22 2017
@@ -1,10 +1,10 @@
-/*	$NetBSD: miidevs_data.h,v 1.116 2017/02/01 05:46:41 msaitoh Exp $	*/
+/*	$NetBSD: miidevs_data.h,v 1.117 2017/07/03 08:29:22 msaitoh Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: miidevs,v 1.125 2017/02/01 05:46:21 msaitoh Exp
+ *	NetBSD: miidevs,v 1.126 2017/07/03 08:29:03 msaitoh Exp
  */
 
 /*-
@@ -130,6 +130,8 @@ struct mii_knowndev mii_knowndevs[] = {
  { MII_OUI_INTEL, MII_MODEL_INTEL_I82577, MII_STR_INTEL_I82577 },
  { MII_OUI_INTEL, MII_MODEL_INTEL_I82579, MII_STR_INTEL_I82579 },
  { MII_OUI_INTEL, MII_MODEL_INTEL_I217, MII_STR_INTEL_I217 },
+ { MII_OUI_INTEL, MII_MODEL_INTEL_X550, MII_STR_INTEL_X550 },
+ { MII_OUI_INTEL, MII_MODEL_INTEL_X557, MII_STR_INTEL_X557 },
  { MII_OUI_INTEL, MII_MODEL_INTEL_I82580, MII_STR_INTEL_I82580 },
  { MII_OUI_INTEL, MII_MODEL_INTEL_I350, MII_STR_INTEL_I350 },
  { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_I210, MII_STR_xxMARVELL_I210 },



CVS commit: src/sys/dev/mii

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jul  3 08:29:22 UTC 2017

Modified Files:
src/sys/dev/mii: miidevs.h miidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.116 -r1.117 src/sys/dev/mii/miidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/mii

2017-07-03 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jul  3 08:29:03 UTC 2017

Modified Files:
src/sys/dev/mii: miidevs

Log Message:
 Add X550 and X557.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/dev/mii/miidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/miidevs
diff -u src/sys/dev/mii/miidevs:1.125 src/sys/dev/mii/miidevs:1.126
--- src/sys/dev/mii/miidevs:1.125	Wed Feb  1 05:46:21 2017
+++ src/sys/dev/mii/miidevs	Mon Jul  3 08:29:03 2017
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.125 2017/02/01 05:46:21 msaitoh Exp $
+$NetBSD: miidevs,v 1.126 2017/07/03 08:29:03 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -232,6 +232,8 @@ model yyINTEL I82566		0x0039 i82566 10/1
 model INTEL I82577		0x0005 i82577 10/100/1000 media interface
 model INTEL I82579		0x0009 i82579 10/100/1000 media interface
 model INTEL I217		0x000a i217 10/100/1000 media interface
+model INTEL X550		0x0022 X550 100M/1G/10G media interface
+model INTEL X557		0x0024 X557 100M/1G/10G media interface
 model INTEL I82580		0x003a 82580 10/100/1000 media interface
 model INTEL I350		0x003b I350 10/100/1000 media interface
 model xxMARVELL I210		0x I210 10/100/1000 media interface



CVS commit: src/sbin/gpt

2017-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jul  3 06:44:58 UTC 2017

Modified Files:
src/sbin/gpt: biosboot.c

Log Message:
only do wedges if not the tools version.  fixes build on netbsd-4,
and any other place that might have the same ioctl name while having
something not quite right (in this case, cpuid_t in headers not
working properly..)

XXX: pullup-8


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/biosboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/gpt/biosboot.c
diff -u src/sbin/gpt/biosboot.c:1.27 src/sbin/gpt/biosboot.c:1.28
--- src/sbin/gpt/biosboot.c:1.27	Thu Feb 16 03:32:17 2017
+++ src/sbin/gpt/biosboot.c	Mon Jul  3 06:44:58 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: biosboot.c,v 1.27 2017/02/16 03:32:17 christos Exp $ */
+/*	$NetBSD: biosboot.c,v 1.28 2017/07/03 06:44:58 mrg Exp $ */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -37,18 +37,22 @@
 
 #include 
 #ifdef __RCSID
-__RCSID("$NetBSD: biosboot.c,v 1.27 2017/02/16 03:32:17 christos Exp $");
+__RCSID("$NetBSD: biosboot.c,v 1.28 2017/07/03 06:44:58 mrg Exp $");
 #endif
 
 #include 
 #include 
 #include 
-#ifdef DIOCGWEDGEINFO
-#include 
-#endif
 #include 
 #include 
 
+#if defined(DIOCGWEDGEINFO) && !defined(HAVE_NBTOOL_CONFIG_H)
+#define USE_WEDGES
+#endif
+#ifdef USE_WEDGES
+#include 
+#endif
+
 #include 
 #include 
 #include 
@@ -252,7 +256,7 @@ biosboot(gpt_t gpt, daddr_t start, uint6
 static int
 cmd_biosboot(gpt_t gpt, int argc, char *argv[])
 {
-#ifdef DIOCGWEDGEINFO
+#ifdef USE_WEDGES
 	struct dkwedge_info dkw;
 #endif
 	int ch;
@@ -289,7 +293,7 @@ cmd_biosboot(gpt_t gpt, int argc, char *
 	if (argc != optind)
 		return usage();
 
-#ifdef DIOCGWEDGEINFO
+#ifdef USE_WEDGES
 	if ((gpt->sb.st_mode & S_IFMT) != S_IFREG &&
 	ioctl(gpt->fd, DIOCGWEDGEINFO, ) != -1) {
 		if (entry > 0)



CVS commit: src/sbin/gpt

2017-07-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jul  3 06:44:58 UTC 2017

Modified Files:
src/sbin/gpt: biosboot.c

Log Message:
only do wedges if not the tools version.  fixes build on netbsd-4,
and any other place that might have the same ioctl name while having
something not quite right (in this case, cpuid_t in headers not
working properly..)

XXX: pullup-8


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/biosboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2017-07-03 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Jul  3 06:01:16 UTC 2017

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/net/ipsec: Makefile algorithms.sh common.sh
t_ipsec_transport.sh
Added Files:
src/tests/net/ipsec: t_ipsec_tunnel_ipcomp.sh

Log Message:
Add test cases for IPComp


To generate a diff of this commit:
cvs rdiff -u -r1.753 -r1.754 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.6 -r1.7 src/tests/net/ipsec/Makefile
cvs rdiff -u -r1.4 -r1.5 src/tests/net/ipsec/algorithms.sh \
src/tests/net/ipsec/t_ipsec_transport.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/net/ipsec/common.sh
cvs rdiff -u -r0 -r1.1 src/tests/net/ipsec/t_ipsec_tunnel_ipcomp.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.753 src/distrib/sets/lists/tests/mi:1.754
--- src/distrib/sets/lists/tests/mi:1.753	Fri Jun  9 06:09:01 2017
+++ src/distrib/sets/lists/tests/mi	Mon Jul  3 06:01:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.753 2017/06/09 06:09:01 knakahara Exp $
+# $NetBSD: mi,v 1.754 2017/07/03 06:01:16 ozaki-r Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3319,6 +3319,7 @@
 ./usr/tests/net/ipsec/t_ipsec_sysctl		tests-net-tests		atf,rump
 ./usr/tests/net/ipsec/t_ipsec_transport		tests-net-tests		atf,rump
 ./usr/tests/net/ipsec/t_ipsec_tunnel		tests-net-tests		atf,rump
+./usr/tests/net/ipsec/t_ipsec_tunnel_ipcomp	tests-net-tests		atf,rump
 ./usr/tests/net/ipsec/t_ipsec_tunnel_odd	tests-net-tests		atf,rump
 ./usr/tests/net/mcasttests-net-tests		compattestfile,atf
 ./usr/tests/net/mcast/Atffile			tests-net-tests		atf,rump

Index: src/tests/net/ipsec/Makefile
diff -u src/tests/net/ipsec/Makefile:1.6 src/tests/net/ipsec/Makefile:1.7
--- src/tests/net/ipsec/Makefile:1.6	Mon May 15 09:58:22 2017
+++ src/tests/net/ipsec/Makefile	Mon Jul  3 06:01:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/05/15 09:58:22 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.7 2017/07/03 06:01:16 ozaki-r Exp $
 #
 
 .include 
@@ -6,7 +6,8 @@
 TESTSDIR=	${TESTSBASE}/net/ipsec
 
 .for name in ipsec_ah_keys ipsec_esp_keys ipsec_gif ipsec_l2tp ipsec_misc \
-ipsec_sysctl ipsec_transport ipsec_tunnel ipsec_tunnel_odd
+ipsec_sysctl ipsec_transport ipsec_tunnel ipsec_tunnel_ipcomp \
+ipsec_tunnel_odd
 TESTS_SH+=		t_${name}
 TESTS_SH_SRC_t_${name}=	../net_common.sh ./common.sh ./algorithms.sh \
 t_${name}.sh

Index: src/tests/net/ipsec/algorithms.sh
diff -u src/tests/net/ipsec/algorithms.sh:1.4 src/tests/net/ipsec/algorithms.sh:1.5
--- src/tests/net/ipsec/algorithms.sh:1.4	Fri May 12 02:34:45 2017
+++ src/tests/net/ipsec/algorithms.sh	Mon Jul  3 06:01:16 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: algorithms.sh,v 1.4 2017/05/12 02:34:45 ozaki-r Exp $
+#	$NetBSD: algorithms.sh,v 1.5 2017/07/03 06:01:16 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -111,6 +111,12 @@ invalid_keys_aesxcbcmac="120 136"
 #valid_keys_tcpmd5="8 640"
 #invalid_keys_tcpmd5="648"
 
+IPCOMP_COMPRESSION_ALGORITHMS="deflate"
+IPCOMP_COMPRESSION_ALGORITHMS_MINIMUM="deflate"
+valid_keys_deflate="0"
+invalid_keys_deflate="8"
+minlen_deflate="90"
+
 get_one_valid_keylen()
 {
 	local algo=$1
@@ -170,7 +176,18 @@ generate_algo_args()
 
 	if [ $proto = esp ]; then
 		echo "-E $algo $key"
-	else
+	elif [ $proto = ah ]; then
 		echo "-A $algo $key"
+	else
+		echo "-C $algo $key"
 	fi
 }
+
+get_minlen()
+{
+	local algo=$1
+	local minlen=
+
+	eval minlen="\$minlen_${algo}"
+	echo $minlen
+}
Index: src/tests/net/ipsec/t_ipsec_transport.sh
diff -u src/tests/net/ipsec/t_ipsec_transport.sh:1.4 src/tests/net/ipsec/t_ipsec_transport.sh:1.5
--- src/tests/net/ipsec/t_ipsec_transport.sh:1.4	Fri May 12 02:34:45 2017
+++ src/tests/net/ipsec/t_ipsec_transport.sh	Mon Jul  3 06:01:16 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: t_ipsec_transport.sh,v 1.4 2017/05/12 02:34:45 ozaki-r Exp $
+#	$NetBSD: t_ipsec_transport.sh,v 1.5 2017/07/03 06:01:16 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -31,6 +31,17 @@ BUS=./bus_ipsec
 
 DEBUG=${DEBUG:-false}
 
+check_packets()
+{
+	local outfile=$1
+	local src=$2
+	local dst=$3
+	local pktproto=$4
+
+	atf_check -s exit:0 -o match:"$src > $dst: $pktproto" cat $outfile
+	atf_check -s exit:0 -o match:"$dst > $src: $pktproto" cat $outfile
+}
+
 test_ipsec4_transport()
 {
 	local proto=$1
@@ -39,8 +50,9 @@ test_ipsec4_transport()
 	local ip_peer=10.0.0.2
 	local tmpfile=./tmp
 	local outfile=./out
-	local proto_cap=$(echo $proto | tr 'a-z' 'A-Z')
+	local pktproto=$(generate_pktproto $proto)
 	local algo_args="$(generate_algo_args $proto $algo)"
+	local pktsize=
 
 	rump_server_crypto_start $SOCK_LOCAL netipsec
 	rump_server_crypto_start $SOCK_PEER netipsec
@@ -88,13 +100,30 @@ test_ipsec4_transport()
 	

CVS commit: src

2017-07-03 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Jul  3 06:01:16 UTC 2017

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/net/ipsec: Makefile algorithms.sh common.sh
t_ipsec_transport.sh
Added Files:
src/tests/net/ipsec: t_ipsec_tunnel_ipcomp.sh

Log Message:
Add test cases for IPComp


To generate a diff of this commit:
cvs rdiff -u -r1.753 -r1.754 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.6 -r1.7 src/tests/net/ipsec/Makefile
cvs rdiff -u -r1.4 -r1.5 src/tests/net/ipsec/algorithms.sh \
src/tests/net/ipsec/t_ipsec_transport.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/net/ipsec/common.sh
cvs rdiff -u -r0 -r1.1 src/tests/net/ipsec/t_ipsec_tunnel_ipcomp.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.