CVS commit: src/sys/kern

2017-04-27 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Apr 27 16:52:22 UTC 2017 Modified Files: src/sys/kern: kern_event.c Log Message: Rearrange the if conditions in order to get rid of unnecessary indentation. No functional change intended. ok christos@ To generate a diff

CVS commit: src/share/man/man3

2017-04-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Apr 25 06:08:24 UTC 2017 Modified Files: src/share/man/man3: queue.3 Log Message: Use Fn instead of Nm to refer the macros in the body of the man page. Thanks to wiz@ for reviewing. To generate a diff of this commit: cvs

CVS commit: src/share/man/man3

2017-04-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Apr 25 06:08:24 UTC 2017 Modified Files: src/share/man/man3: queue.3 Log Message: Use Fn instead of Nm to refer the macros in the body of the man page. Thanks to wiz@ for reviewing. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 30 08:41:18 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Avoid a call to strncmp when comparing only the first character of the string. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
$ */ /* * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * Copyright (c) 2011 Kristaps Dzonsons <krist...@bsd.lv> @@ -17,7 +17,7 @@ */ #include -__RCSID("$NetBSD: makemandb.c,v 1.49 2017/04/29 16:49:51 abhinav Exp $"); +__RCSID("$NetBSD: makemandb.c

CVS commit: src/usr.bin/sortinfo

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 30 09:00:49 UTC 2017 Modified Files: src/usr.bin/sortinfo: sortinfo.1 Log Message: Add missing words. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/sortinfo/sortinfo.1 Please note that diffs

CVS commit: src/usr.bin/sortinfo

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 30 09:00:49 UTC 2017 Modified Files: src/usr.bin/sortinfo: sortinfo.1 Log Message: Add missing words. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/sortinfo/sortinfo.1 Please note that diffs

CVS commit: src/usr.bin/sortinfo

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 30 13:45:06 UTC 2017 Modified Files: src/usr.bin/sortinfo: sortinfo.c Log Message: Free the buffer allocated by getline(3). ok christos. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/sortinfo

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 30 13:45:06 UTC 2017 Modified Files: src/usr.bin/sortinfo: sortinfo.c Log Message: Free the buffer allocated by getline(3). ok christos. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
abhinav Exp $ */ /*- * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * All rights reserved. @@ -31,7 +31,7 @@ */ #include -__RCSID("$NetBSD: apropos-utils.c,v 1.32 2017/04/27 08:02:24 abhinav Exp $"); +__RCSID("$NetBSD: apropos-utils.c,v 1.33 2017/0

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 30 14:49:26 UTC 2017 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Use sqlite3_mprintf() to generate SQL query instead of asprintf. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
$ */ /*- * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * All rights reserved. @@ -31,7 +31,7 @@ */ #include -__RCSID("$NetBSD: apropos-utils.c,v 1.33 2017/04/30 14:49:26 abhinav Exp $"); +__RCSID("$NetBSD: apropos-utils.c,v 1.34 2017/04/30

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Apr 30 14:53:58 UTC 2017 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Update the comment to be in sync with the code. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/usr.sbin/makemandb

2017-04-29 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Apr 29 14:43:09 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Don't parse Nm macro when it occurs anywhere outside the NAME section. mandoc(3) already generates the text node representing the

CVS commit: src/usr.sbin/makemandb

2017-04-29 Thread Abhinav Upadhyay
/makemandb.c:1.47 Thu Apr 20 13:11:35 2017 +++ src/usr.sbin/makemandb/makemandb.c Sat Apr 29 14:43:09 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: makemandb.c,v 1.47 2017/04/20 13:11:35 joerg Exp $ */ +/* $NetBSD: makemandb.c,v 1.48 2017/04/29 14:43:09 abhinav Exp $ */ /* * Copyright (c) 2011 Abhinav Upadhyay

CVS commit: src/usr.sbin/makemandb

2017-04-29 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Apr 29 16:49:51 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Bring the comment in sync with code (after changes brought by the last commit). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/makemandb

2017-04-29 Thread Abhinav Upadhyay
$ */ /* * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * Copyright (c) 2011 Kristaps Dzonsons <krist...@bsd.lv> @@ -17,7 +17,7 @@ */ #include -__RCSID("$NetBSD: makemandb.c,v 1.48 2017/04/29 14:43:09 abhinav Exp $"); +__RCSID("$NetBSD: makemandb.c

CVS commit: src/usr.sbin/makemandb

2017-08-01 Thread Abhinav Upadhyay
Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * All rights reserved. @@ -31,7 +31,7 @@ */ #include -__RCSID("$NetBSD: apropos-utils.c,v 1.38 2017/06/18 16:24:10 abhinav Exp $"); +__RCSID("$NetBSD: apropos-utils.c,v 1.39 2017/08/01 16:16:32 abhinav Exp $"); #in

CVS commit: src/usr.sbin/makemandb

2017-08-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Aug 1 16:16:32 UTC 2017 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Don't use the custom tokenizer when compiled with debugging on Using the custom tokenizer means one cannot interactively query

CVS commit: src/share/man/man9

2017-05-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed May 3 16:37:37 UTC 2017 Modified Files: src/share/man/man9: namei.9 Log Message: Fixes in NAME section: Insert comma between two Nm entries Remove comma after last Nm entries To generate a diff of this

CVS commit: src/share/man/man9

2017-05-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed May 3 16:37:37 UTC 2017 Modified Files: src/share/man/man9: namei.9 Log Message: Fixes in NAME section: Insert comma between two Nm entries Remove comma after last Nm entries To generate a diff of this

CVS commit: src/share/man/man9

2017-05-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed May 3 17:28:42 UTC 2017 Modified Files: src/share/man/man9: namei.9 Log Message: Fix a sentence: s/a operation/an operation/ To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/share/man/man9/namei.9 Please

CVS commit: src/share/man/man9

2017-05-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed May 3 17:28:42 UTC 2017 Modified Files: src/share/man/man9: namei.9 Log Message: Fix a sentence: s/a operation/an operation/ To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/share/man/man9/namei.9 Please

CVS commit: src/usr.sbin/makemandb

2017-05-10 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed May 10 12:09:52 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Get rid of unnecessary variable. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/makemandb/makemandb.c

CVS commit: src/usr.sbin/makemandb

2017-05-10 Thread Abhinav Upadhyay
:1.54 Tue May 2 13:54:08 2017 +++ src/usr.sbin/makemandb/makemandb.c Wed May 10 12:09:52 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: makemandb.c,v 1.54 2017/05/02 13:54:08 abhinav Exp $ */ +/* $NetBSD: makemandb.c,v 1.55 2017/05/10 12:09:52 abhinav Exp $ */ /* * Copyright (c) 2011 Abhinav Upadhyay

CVS commit: src/lib/libc/sys

2017-05-09 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 9 06:41:56 UTC 2017 Modified Files: src/lib/libc/sys: accept.2 Log Message: Add missing word. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/accept.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2017-05-09 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 9 06:41:56 UTC 2017 Modified Files: src/lib/libc/sys: accept.2 Log Message: Add missing word. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/accept.2 Please note that diffs are not

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-05-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 12 20:58:35 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.1 Log Message: Change section number from 1M to 1 The man page gets installed in section 1 anyway. Ok christos, mrg To generate a

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-05-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 12 20:58:35 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.1 Log Message: Change section number from 1M to 1 The man page gets installed in section 1 anyway. Ok christos, mrg To generate a

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-05-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 12 21:01:36 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.1 Log Message: Fix a typo: s/intepretation/interpretation To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-05-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 12 21:01:36 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.1 Log Message: Fix a typo: s/intepretation/interpretation To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/sys

2017-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 12 14:59:04 UTC 2017 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Fix typo Insert Pp after a list to add vertical space before the next paragraph Remove Pp before Bl at two places To generate a diff of this

CVS commit: src/lib/libc/sys

2017-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 12 14:59:04 UTC 2017 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Fix typo Insert Pp after a list to add vertical space before the next paragraph Remove Pp before Bl at two places To generate a diff of this

CVS commit: src/share/dict

2017-06-20 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 20 19:57:02 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Remove `favour' and `finalise' added in previous commit. These are British spellings while this file contains only American sepllings and the

CVS commit: src/share/dict

2017-06-20 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 20 19:57:02 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Remove `favour' and `finalise' added in previous commit. These are British spellings while this file contains only American sepllings and the

CVS commit: src/share/dict

2017-06-21 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jun 21 14:27:30 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Fix typo made in previous commit. Thanks to pgoyette@ for noticing. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/share/dict

2017-06-21 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jun 21 14:27:30 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Fix typo made in previous commit. Thanks to pgoyette@ for noticing. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/usr.bin/nbperf

2017-06-20 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 20 15:50:05 UTC 2017 Modified Files: src/usr.bin/nbperf: nbperf.1 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/nbperf/nbperf.1 Please note that diffs are not public

CVS commit: src/usr.bin/nbperf

2017-06-20 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 20 15:50:05 UTC 2017 Modified Files: src/usr.bin/nbperf: nbperf.1 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/nbperf/nbperf.1 Please note that diffs are not public

CVS commit: src/share/dict

2017-06-20 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 20 18:37:47 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add following missing words: admin alphanumeric checkout favour finalise placeholder spam spillkin spillover workload To

CVS commit: src/share/dict

2017-06-20 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 20 18:37:47 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add following missing words: admin alphanumeric checkout favour finalise placeholder spam spillkin spillover workload To

CVS commit: src/usr.bin/su

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:33:57 UTC 2017 Modified Files: src/usr.bin/su: su.1 Log Message: Correct the man page reference To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/su/su.1 Please note that diffs are not

CVS commit: src/usr.bin/su

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:33:57 UTC 2017 Modified Files: src/usr.bin/su: su.1 Log Message: Correct the man page reference To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/su/su.1 Please note that diffs are not

CVS commit: src/lib/libcurses

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:41:12 UTC 2017 Modified Files: src/lib/libcurses: curses.3 Log Message: Fix typo in the man page reference To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libcurses/curses.3 Please note

CVS commit: src/lib/libcurses

2017-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu May 18 16:41:12 UTC 2017 Modified Files: src/lib/libcurses: curses.3 Log Message: Fix typo in the man page reference To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libcurses/curses.3 Please note

CVS commit: src/external/historical/nawk/bin

2017-05-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 23 14:11:08 UTC 2017 Modified Files: src/external/historical/nawk/bin: awk.1 Log Message: Use literal for formatting the examples Based on OpenBSD awk(1) man page. Ok wiz@ To generate a diff of this commit: cvs rdiff

CVS commit: src/external/historical/nawk/bin

2017-05-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 23 14:11:08 UTC 2017 Modified Files: src/external/historical/nawk/bin: awk.1 Log Message: Use literal for formatting the examples Based on OpenBSD awk(1) man page. Ok wiz@ To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/makemandb

2017-05-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 23 15:27:54 UTC 2017 Modified Files: src/usr.sbin/makemandb: whatis.c Log Message: Make the name comparison case insensitive. (The old whatis(1) also used to do case insensitive string comparisons). To generate a diff

CVS commit: src/usr.sbin/makemandb

2017-05-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 23 15:27:54 UTC 2017 Modified Files: src/usr.sbin/makemandb: whatis.c Log Message: Make the name comparison case insensitive. (The old whatis(1) also used to do case insensitive string comparisons). To generate a diff

CVS commit: src/share/man/man9

2017-05-19 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 19 14:28:59 UTC 2017 Modified Files: src/share/man/man9: intro.9 Log Message: Remove reference to pathname(9), its man page was removed 10 years ago. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/share/man/man9

2017-05-19 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 19 14:28:59 UTC 2017 Modified Files: src/share/man/man9: intro.9 Log Message: Remove reference to pathname(9), its man page was removed 10 years ago. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/share/man/man4

2017-05-19 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 19 14:18:41 UTC 2017 Modified Files: src/share/man/man4: options.4 Log Message: Correct the xref: return_address(9) is only available for i386. To generate a diff of this commit: cvs rdiff -u -r1.465 -r1.466

CVS commit: src/share/man/man4

2017-05-19 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 19 14:18:41 UTC 2017 Modified Files: src/share/man/man4: options.4 Log Message: Correct the xref: return_address(9) is only available for i386. To generate a diff of this commit: cvs rdiff -u -r1.465 -r1.466

CVS commit: src/share/man/man9

2017-05-19 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 19 14:35:01 UTC 2017 Modified Files: src/share/man/man9: do_setresuid.9 Log Message: Remove reference to suser(9), its man page was removed quite long back. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/share/man/man9

2017-05-19 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri May 19 14:35:01 UTC 2017 Modified Files: src/share/man/man9: do_setresuid.9 Log Message: Remove reference to suser(9), its man page was removed quite long back. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/share/man/man9

2017-05-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 30 13:49:01 UTC 2017 Modified Files: src/share/man/man9: intro.9 Log Message: Remove references to cpu_swapout(9) and cpu_exit(9) Those functions were removed several years back, discussed on tech-kern:

CVS commit: src/share/man/man9

2017-05-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 30 13:49:01 UTC 2017 Modified Files: src/share/man/man9: intro.9 Log Message: Remove references to cpu_swapout(9) and cpu_exit(9) Those functions were removed several years back, discussed on tech-kern:

CVS commit: src/bin/sh

2017-06-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri Jun 2 17:42:51 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/bin/sh/sh.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/sh

2017-06-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri Jun 2 17:42:51 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/bin/sh/sh.1 Please note that diffs are not public domain; they are

CVS commit: src/share/dict

2017-06-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 3 07:30:50 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add `instantiate' To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/share/dict

2017-06-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 3 07:30:50 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add `instantiate' To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/share/man/man9

2017-06-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 3 08:44:59 UTC 2017 Modified Files: src/share/man/man9: rwlock.9 Log Message: Fix typo: s/DIANOSTIC/DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/rwlock.9 Please note

CVS commit: src/share/man/man9

2017-06-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 3 08:44:59 UTC 2017 Modified Files: src/share/man/man9: rwlock.9 Log Message: Fix typo: s/DIANOSTIC/DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/rwlock.9 Please note

CVS commit: src/lib/libc/sys

2017-06-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 3 19:41:14 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Fix typo: s/interrput/interrupt/ To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/lib/libc/sys/ptrace.2 Please note that

CVS commit: src/lib/libc/sys

2017-06-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 3 19:41:14 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Fix typo: s/interrput/interrupt/ To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/lib/libc/sys/ptrace.2 Please note that

CVS commit: src/sbin/dmctl

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 08:34:34 UTC 2017 Modified Files: src/sbin/dmctl: dmctl.8 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/dmctl/dmctl.8 Please note that diffs are not public domain; they

CVS commit: src/sbin/dmctl

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 08:34:34 UTC 2017 Modified Files: src/sbin/dmctl: dmctl.8 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/dmctl/dmctl.8 Please note that diffs are not public domain; they

CVS commit: src/sys/rump/share/man/man7

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 08:53:38 UTC 2017 Modified Files: src/sys/rump/share/man/man7: rump_sp.7 Log Message: Fix typo: s/analoguous/analogous/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/find

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 08:48:05 UTC 2017 Modified Files: src/usr.bin/find: find.1 Log Message: Fix typo: s/compatability/compatibility/ To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/usr.bin/find/find.1 Please note

CVS commit: src/usr.bin/find

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 08:48:05 UTC 2017 Modified Files: src/usr.bin/find: find.1 Log Message: Fix typo: s/compatability/compatibility/ To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/usr.bin/find/find.1 Please note

CVS commit: src/share/dict

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 09:08:06 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add downlink, uplink, and upload. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/share/dict/web2 Please note that diffs are not

CVS commit: src/share/dict

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 09:08:06 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add downlink, uplink, and upload. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/share/dict/web2 Please note that diffs are not

CVS commit: src/sys/rump/share/man/man7

2017-06-04 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 4 08:53:38 UTC 2017 Modified Files: src/sys/rump/share/man/man7: rump_sp.7 Log Message: Fix typo: s/analoguous/analogous/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-06-05 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 5 17:11:10 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c Log Message: Fix the trailing space in the probe specifier's name in dtrace(1)'s output. When using dtrace using one of the tracing

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-06-05 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 5 17:11:10 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c Log Message: Fix the trailing space in the probe specifier's name in dtrace(1)'s output. When using dtrace using one of the tracing

CVS commit: src/sbin

2017-06-07 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jun 7 15:24:50 UTC 2017 Modified Files: src/sbin/dump_lfs: dump_lfs.8 src/sbin/mount_cd9660: mount_cd9660.8 src/sbin/mount_union: mount_union.8 src/sbin/umount: umount.8 Log Message:

CVS commit: src/sbin

2017-06-07 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jun 7 15:24:50 UTC 2017 Modified Files: src/sbin/dump_lfs: dump_lfs.8 src/sbin/mount_cd9660: mount_cd9660.8 src/sbin/mount_union: mount_union.8 src/sbin/umount: umount.8 Log Message:

CVS commit: src/lib/libc/sys

2017-06-06 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jun 7 05:26:19 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: s/filesystem/file system/ Thanks to Thomas for pointing out that in NetBSD man pages we try to use the convention of writing it as "file

CVS commit: src/lib/libc/sys

2017-06-06 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jun 7 05:26:19 UTC 2017 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: s/filesystem/file system/ Thanks to Thomas for pointing out that in NetBSD man pages we try to use the convention of writing it as "file

CVS commit: src/doc

2017-06-08 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jun 8 16:44:03 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: SQLite 3.19.3 is out To generate a diff of this commit: cvs rdiff -u -r1.1447 -r1.1448 src/doc/3RDPARTY Please note that diffs are not public domain;

CVS commit: src/doc

2017-06-08 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jun 8 16:44:03 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: SQLite 3.19.3 is out To generate a diff of this commit: cvs rdiff -u -r1.1447 -r1.1448 src/doc/3RDPARTY Please note that diffs are not public domain;

CVS commit: src/share/dict

2017-06-08 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jun 8 19:17:38 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add ``trademark'' To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/share/dict

2017-06-08 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jun 8 19:17:38 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add ``trademark'' To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/share/dict

2017-06-08 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jun 8 20:12:57 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add "firewall" To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/share/dict

2017-06-08 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jun 8 20:12:57 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add "firewall" To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/dict/web2 Please note that diffs are not public domain;

CVS commit: src/lib/libc/string

2017-06-17 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 17 10:48:09 UTC 2017 Modified Files: src/lib/libc/string: strings.3 Log Message: Remove names from the NAME section which have their own man pages. This is similar to the changes made in string(3) and memory(3) man pages

CVS commit: src/lib/libc/string

2017-06-17 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 17 10:48:09 UTC 2017 Modified Files: src/lib/libc/string: strings.3 Log Message: Remove names from the NAME section which have their own man pages. This is similar to the changes made in string(3) and memory(3) man pages

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:34:54 UTC 2017 Modified Files: src/lib/libc/sys: recv.2 Log Message: Grammar and punctuation fixes in few sentences Remove Pp before Bd at couple of places To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:34:54 UTC 2017 Modified Files: src/lib/libc/sys: recv.2 Log Message: Grammar and punctuation fixes in few sentences Remove Pp before Bd at couple of places To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:01:26 UTC 2017 Modified Files: src/lib/libc/sys: send.2 Log Message: Insert missing word Insert comma in a sentence to make the comprehension easier Remove Pp before Bd To generate a diff of this commit: cvs

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:01:26 UTC 2017 Modified Files: src/lib/libc/sys: send.2 Log Message: Insert missing word Insert comma in a sentence to make the comprehension easier Remove Pp before Bd To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makemandb

2017-06-18 Thread Abhinav Upadhyay
8 16:24:10 abhinav Exp $ */ /*- * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * All rights reserved. @@ -31,7 +31,7 @@ */ #include -__RCSID("$NetBSD: apropos-utils.c,v 1.37 2017/05/01 05:28:00 abhinav Exp $"); +__RCSID("$NetBSD: apropos-uti

CVS commit: src/usr.sbin/makemandb

2017-06-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 18 16:24:10 UTC 2017 Modified Files: src/usr.sbin/makemandb: Makefile apropos-utils.c apropos-utils.h Added Files: src/usr.sbin/makemandb: custom_apropos_tokenizer.c custom_apropos_tokenizer.h

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
/makemandb.c:1.50 Sun Apr 30 08:41:18 2017 +++ src/usr.sbin/makemandb/makemandb.c Mon May 1 05:52:33 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: makemandb.c,v 1.50 2017/04/30 08:41:18 abhinav Exp $ */ +/* $NetBSD: makemandb.c,v 1.51 2017/05/01 05:52:33 abhinav Exp $ */ /* * Copyright (c) 2011 Abhinav

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon May 1 05:52:33 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Avoid copying strings where it is not needed. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
:28:00 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: apropos-utils.c,v 1.36 2017/04/30 16:56:30 abhinav Exp $ */ +/* $NetBSD: apropos-utils.c,v 1.37 2017/05/01 05:28:00 abhinav Exp $ */ /*- * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * All rights reserved. @@ -31,7

CVS commit: src/usr.sbin/makemandb

2017-04-30 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon May 1 05:28:00 UTC 2017 Modified Files: src/usr.sbin/makemandb: apropos-utils.c apropos-utils.h apropos.c Log Message: Simplify handling of the section arguments in apropos(1). Earlier, a white space separated string was

CVS commit: src/usr.sbin/makemandb

2017-05-01 Thread Abhinav Upadhyay
2017/05/01 05:52:33 abhinav Exp $ */ +/* $NetBSD: makemandb.c,v 1.52 2017/05/01 06:43:56 abhinav Exp $ */ /* * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * Copyright (c) 2011 Kristaps Dzonsons <krist...@bsd.lv> @@ -17,7 +17,7 @@ */ #include -__RC

CVS commit: src/usr.sbin/makemandb

2017-05-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon May 1 06:43:56 UTC 2017 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Remove the table name parameter from the check_md5 function. There is only one table storing the md5 checksums, so we can hardcode

CVS commit: src/usr.sbin/makemandb

2017-05-01 Thread Abhinav Upadhyay
$ */ /* * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * Copyright (c) 2011 Kristaps Dzonsons <krist...@bsd.lv> @@ -17,7 +17,7 @@ */ #include -__RCSID("$NetBSD: makemandb.c,v 1.52 2017/05/01 06:43:56 abhinav Exp $"); +__RCSID("$NetBSD: makemandb.c

<    1   2   3   4   5   6   7   >