Re: CVS commit: src/sbin/init

2009-05-19 Thread Thomas Klausner
On Tue, May 19, 2009 at 11:40:10AM +0300, Alan Barrett wrote:
 It was already sorted.  If the sort order is supposed to be
 case-insensitive, then please update the instructions in groff_mdoc(7).

It was just saying sort. I updated the instruction to include the
word case-insensitive.

Cheers,
 Thomas


Re: CVS commit: src/usr.sbin/wake

2009-06-27 Thread Thomas Klausner
On Fri, Jun 26, 2009 at 01:56:25PM -0500, David Young wrote:
 On Fri, Jun 26, 2009 at 07:22:04PM +0100, David Laight wrote:
  On Fri, Jun 26, 2009 at 01:38:32PM -0400, Christos Zoulas wrote:
   
   I think this utility should be renamed wakeonlan because wake is too 
   generic.
  
  FWIW I agree ...
 
 I think that wake is a good command: short, imperative, mnemonic.

I agree with Young David here.
 Thomas


Re: CVS commit: src/sys

2009-09-02 Thread Thomas Klausner
On Wed, Sep 02, 2009 at 02:56:57PM +, Thor Lancelot Simon wrote:
 Module Name:  src
 Committed By: tls
 Date: Wed Sep  2 14:56:57 UTC 2009
 
 Modified Files:
   src/sys/kern: uipc_socket2.c
   src/sys/net: if_gre.c
   src/sys/netinet: accf_data.c accf_http.c
   src/sys/sys: socketvar.h
 
 Log Message:
 Add a direction argument to socket upcalls, so they can tell why they've
 been called when, for example, they're waiting for space to write.  From
 Ritesh Agrawal at Coyote Point.

Do you think this might be related to:
--- dependall-nfsserver ---
/archive/build/tools/bin/x86_64--netbsd-gcc -O2 -mcmodel=kernel -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare 
-Wno-traditional -Wa,--fatal-warnings  -Werror  -ffreestanding  
-fno-strict-aliasing -Wno-pointer-sign  -I/archive/cvs/src/common/include -DNFS 
-DNFSSERVER -I/archive/cvs/src/common/include  -nostdinc -I. 
-I/archive/cvs/src/sys/modules/nfsserver -isystem /archive/cvs/src/sys -isystem 
/archive/cvs/src/sys/arch -isystem /archive/cvs/src/sys/../common/include 
-D_KERNEL -D_LKM -D_MODULE -c/archive/cvs/src/sys/nfs/nfs_syscalls.c
cc1: warnings being treated as errors
/archive/cvs/src/sys/nfs/nfs_syscalls.c: In function 'nfssvc_addsock':
/archive/cvs/src/sys/nfs/nfs_syscalls.c:410: warning: assignment from 
incompatible pointer type

 Thomas


Re: CVS commit: src/sys

2009-09-02 Thread Thomas Klausner
On Wed, Sep 02, 2009 at 02:22:38PM -0400, Thor Lancelot Simon wrote:
 On Wed, Sep 02, 2009 at 08:11:35PM +0200, Thomas Klausner wrote:
 
   Log Message:
   Add a direction argument to socket upcalls, so they can tell why they've
   been called when, for example, they're waiting for space to write.  From
   Ritesh Agrawal at Coyote Point.
  
  Do you think this might be related to:
  --- dependall-nfsserver ---
  /archive/build/tools/bin/x86_64--netbsd-gcc -O2 -mcmodel=kernel -Wall 
  -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare 
  -Wno-traditional -Wa,--fatal-warnings  -Werror  -ffreestanding  
  -fno-strict-aliasing -Wno-pointer-sign  -I/archive/cvs/src/common/include 
  -DNFS -DNFSSERVER -I/archive/cvs/src/common/include  -nostdinc -I. 
  -I/archive/cvs/src/sys/modules/nfsserver -isystem /archive/cvs/src/sys 
  -isystem /archive/cvs/src/sys/arch -isystem 
  /archive/cvs/src/sys/../common/include -D_KERNEL -D_LKM -D_MODULE -c
  /archive/cvs/src/sys/nfs/nfs_syscalls.c
  cc1: warnings being treated as errors
  /archive/cvs/src/sys/nfs/nfs_syscalls.c: In function 'nfssvc_addsock':
  /archive/cvs/src/sys/nfs/nfs_syscalls.c:410: warning: assignment from 
  incompatible pointer type
 
 Not really -- I did a full build of GENERIC with this change in... let me
 check I didn't miss anything in the NFS code.

That's not a kernel build, that's from a 'build.sh distribution'
 Thomas


Re: CVS commit: src/bin/sh

2009-10-06 Thread Thomas Klausner
One of these two changes broke booting into multi-user mode.
For me, on current/amd64, the boot (without -s) stops and asks for a
shell.
I choose /bin/sh, then leave it, and I get the prompt again.
When I replace /bin/sh with one from 20090922, boot succeeds to
multi-user mode without these symptoms.
 Thomas

On Tue, Oct 06, 2009 at 07:56:58PM +, Alan Barrett wrote:
 Module Name:  src
 Committed By: apb
 Date: Tue Oct  6 19:56:58 UTC 2009
 
 Modified Files:
   src/bin/sh: mkbuiltins
 
 Log Message:
 Make this slightly more portable; it has to run on arbitary host
 platforms at build time.  Previousy, some shells were confused by
 some of the [ ... ] tests.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/bin/sh/mkbuiltins
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 

On Tue, Oct 06, 2009 at 04:05:10PM -0400, Christos Zoulas wrote:
 Module Name:  src
 Committed By: christos
 Date: Tue Oct  6 20:05:10 UTC 2009
 
 Modified Files:
   src/bin/sh: eval.c
 
 Log Message:
 fix regression exit1: Don't exec the last command in a subshell if it has
 trap[0] (trap EXIT) set. Fork instead to give the shell a chance to execute
 the trap when it is done.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.96 -r1.97 src/bin/sh/eval.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Re: CVS commit: src

2009-10-21 Thread Thomas Klausner
On Wed, Oct 21, 2009 at 09:12:10PM +, Mindaugas Rasiukevicius wrote:
 Module Name:  src
 Committed By: rmind
 Date: Wed Oct 21 21:12:07 UTC 2009
 
 Modified Files:
   src/bin/ps: keyword.c print.c ps.1
...
   src/usr.bin/vmstat: vmstat.1 vmstat.c
 
 Log Message:
 Remove uarea swap-out functionality:

On NetBSD-5.99.20/amd64 I now see
/archive/cvs/src/lib/librump/../../sys/rump/librump/rumpkern/emul.c:560: error: 
conflicting types for 'lwp_unsleep'
/archive/cvs/src/lib/librump/../../sys/rump/../sys/lwp.h:317: error: previous 
declaration of 'lwp_unsleep' was here
/archive/cvs/src/lib/librump/../../sys/rump/librump/rumpkern/emul.c: In 
function 'lwp_unsleep':
/archive/cvs/src/lib/librump/../../sys/rump/librump/rumpkern/emul.c:564: error: 
void value not ignored as it ought to be

Is that related to this commit?
 Thomas


CVS commit: src/usr.sbin/user

2009-12-31 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Dec 31 20:14:19 UTC 2009

Modified Files:
src/usr.sbin/user: usermgmt.conf.5

Log Message:
Bump date for gid_range.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/user/usermgmt.conf.5

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



CVS commit: src/games/canfield/canfield

2010-01-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan  1 11:45:34 UTC 2010

Modified Files:
src/games/canfield/canfield: canfield.6

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/games/canfield/canfield/canfield.6

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



CVS commit: src/usr.sbin/syslogd

2010-01-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan  1 21:44:08 UTC 2010

Modified Files:
src/usr.sbin/syslogd: syslog.conf.5

Log Message:
Fix previous: Dd argument and lost Em markup.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/syslogd/syslog.conf.5

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



CVS commit: src/bin/sh

2010-01-01 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan  1 21:46:31 UTC 2010

Modified Files:
src/bin/sh: sh.1

Log Message:
Bump date for cd -P support.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/bin/sh/sh.1

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



CVS commit: src/usr.sbin/wake

2010-01-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan  3 19:04:26 UTC 2010

Modified Files:
src/usr.sbin/wake: wake.8

Log Message:
Capitalize Ethernet.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/wake/wake.8

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



CVS commit: src/lib/libedit

2010-01-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan  3 19:05:26 UTC 2010

Modified Files:
src/lib/libedit: editline.3

Log Message:
Bump date for historyw - history_w.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/lib/libedit/editline.3

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

2010-01-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan  4 23:06:34 UTC 2010

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

Log Message:
Sort NAME section and removing trailing dot; remove duplicate RCS Id.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/pcq.9

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



CVS commit: src/libexec/tftpd

2010-01-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan  8 23:25:07 UTC 2010

Modified Files:
src/libexec/tftpd: tftpd.8

Log Message:
Sort options in SYNOPSIS.
New sentence, new line.
Use only mdoc markup.
Make HTML-ready.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/libexec/tftpd/tftpd.8

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



CVS commit: src/libexec/tftpd

2010-01-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan  8 23:27:08 UTC 2010

Modified Files:
src/libexec/tftpd: tftpd.8 tftpd.c

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/libexec/tftpd/tftpd.8
cvs rdiff -u -r1.33 -r1.34 src/libexec/tftpd/tftpd.c

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



CVS commit: src/share/man/man4

2010-01-10 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 10 09:08:23 UTC 2010

Modified Files:
src/share/man/man4: ddb.4

Log Message:
Bump date for sparc ddb command descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/share/man/man4/ddb.4

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



CVS commit: src/usr.sbin/rtsold

2010-01-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan 11 09:49:19 UTC 2010

Modified Files:
src/usr.sbin/rtsold: rtsold.8

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/rtsold/rtsold.8

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



CVS commit: src/share/man/man4

2010-01-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan 12 09:26:26 UTC 2010

Modified Files:
src/share/man/man4: btbc.4

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/btbc.4

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



CVS commit: src/distrib/sets/lists/base

2010-01-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 14 10:04:19 UTC 2010

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi rescue.mi shl.mi

Log Message:
Consistency: set for obsolete files should be foo-obsolete,
tags only obsolete.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/base/ad.mips64eb \
src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.82 -r1.83 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.75 -r1.76 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.850 -r1.851 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/base/rescue.mi
cvs rdiff -u -r1.514 -r1.515 src/distrib/sets/lists/base/shl.mi

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



CVS commit: src/distrib/sets/lists/comp

2010-01-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 14 12:01:58 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: ad.mips64el md.amd64 md.sparc64 mi shl.mi

Log Message:
Consistency: set for obsolete files should be foo-obsolete.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.60 -r1.61 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.1360 -r1.1361 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.96 -r1.97 src/distrib/sets/lists/comp/shl.mi

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



CVS commit: src/distrib/sets/lists/man

2010-01-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 14 12:05:15 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Consistency: set for obsolete files should be foo-obsolete.


To generate a diff of this commit:
cvs rdiff -u -r1.1181 -r1.1182 src/distrib/sets/lists/man/mi

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



CVS commit: src/distrib/sets/lists/misc

2010-01-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 14 12:05:37 UTC 2010

Modified Files:
src/distrib/sets/lists/misc: mi

Log Message:
Consistency: set for obsolete files should be foo-obsolete.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/distrib/sets/lists/misc/mi

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



CVS commit: src/distrib/sets/lists/xbase

2010-01-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 14 12:07:23 UTC 2010

Modified Files:
src/distrib/sets/lists/xbase: mi

Log Message:
Consistency: set for obsolete files should be foo-obsolete.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/distrib/sets/lists/xbase/mi

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



CVS commit: src/distrib/sets/lists/comp

2010-01-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 14 12:10:37 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: ad.mips64eb

Log Message:
Consistency: set for obsolete files should be foo-obsolete.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/comp/ad.mips64eb

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



CVS commit: src/distrib/sets/lists

2010-01-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 14 13:47:42 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi shl.mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/xetc: mi
src/distrib/sets/lists/xfont: mi
src/distrib/sets/lists/xserver: md.netwinder

Log Message:
More consistency with obsolete tag:
it should be only be accompanied by gcc={3,4} or {xorg,x11}, and only
if they are necessary, i.e. if the same line exists for the other setting
of gcc or xorg/x11.
Make it so.


To generate a diff of this commit:
cvs rdiff -u -r1.1361 -r1.1362 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.97 -r1.98 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.1182 -r1.1183 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/lists/xetc/mi
cvs rdiff -u -r1.37 -r1.38 src/distrib/sets/lists/xfont/mi
cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/lists/xserver/md.netwinder

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



CVS commit: src/bin/csh

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 12:15:37 UTC 2010

Modified Files:
src/bin/csh: lex.c

Log Message:
Match curly braces in undef(FILEC) case. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/bin/csh/lex.c

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



CVS commit: src/dist/dhcp/common

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:42:36 UTC 2010

Modified Files:
src/dist/dhcp/common: conflex.c

Log Message:
Add missing parentheses in ifdef(OLD_LEXER). Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/dist/dhcp/common/conflex.c

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



CVS commit: src/distrib/utils/sysinst/arch/mac68k

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:47:19 UTC 2010

Modified Files:
src/distrib/utils/sysinst/arch/mac68k: md.c

Log Message:
Close file when finished with it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/distrib/utils/sysinst/arch/mac68k/md.c

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



CVS commit: src/distrib/utils/sysinst

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:48:50 UTC 2010

Modified Files:
src/distrib/utils/sysinst: wskbd.c

Log Message:
Only a return value below 0 denotes an error in open(2). Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/utils/sysinst/wskbd.c

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



CVS commit: src/games/fortune/fortune

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:52:00 UTC 2010

Modified Files:
src/games/fortune/fortune: fortune.c

Log Message:
Close two file descriptors after using them. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/games/fortune/fortune/fortune.c

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



CVS commit: src/games/hack

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:55:21 UTC 2010

Modified Files:
src/games/hack: alloc.c

Log Message:
Simplify alloc() to avoid ifdef(LINT) workaround.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/games/hack/alloc.c

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



CVS commit: src/games/sail

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 22:56:32 UTC 2010

Modified Files:
src/games/sail: lo_main.c

Log Message:
Close file when finished with it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/sail/lo_main.c

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



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:02:48 UTC 2010

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: eaytest.c ipsec_doi.c

Log Message:
Close file handles after using them. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/ipsec-tools/src/racoon/eaytest.c
cvs rdiff -u -r1.43 -r1.44 src/crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c

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



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:03:01 UTC 2010

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: sainfo.c

Log Message:
Free strdeupped string after using it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/crypto/dist/ipsec-tools/src/racoon/sainfo.c

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



CVS commit: src/lib/libc/gdtoa

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:06:31 UTC 2010

Modified Files:
src/lib/libc/gdtoa: arithchk.c

Log Message:
Close file handle after using it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gdtoa/arithchk.c

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



CVS commit: src/lib/libc/gmon

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:09:02 UTC 2010

Modified Files:
src/lib/libc/gmon: gmon.c

Log Message:
Close log file handle after using it. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gmon/gmon.c

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



CVS commit: src/lib/libc/hash

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:10:20 UTC 2010

Modified Files:
src/lib/libc/hash: hashhl.c

Log Message:
Close file handle in error case. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/hash/hashhl.c

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



CVS commit: src/lib/libc/locale

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:12:30 UTC 2010

Modified Files:
src/lib/libc/locale: ctypeio.c

Log Message:
Close file handles in error cases. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/locale/ctypeio.c

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



CVS commit: src/lib/libc/ssp

2010-01-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 17 23:13:32 UTC 2010

Modified Files:
src/lib/libc/ssp: gets_chk.c

Log Message:
Free malloc()ed buffer in error case. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/ssp/gets_chk.c

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



CVS commit: src/share/man/man3

2010-01-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jan 18 15:36:11 UTC 2010

Modified Files:
src/share/man/man3: dlfcn.3

Log Message:
Use Dv for defined values.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man3/dlfcn.3

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



CVS commit: src/distrib/sets/lists/comp

2010-01-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 20 07:27:11 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Like the comment at the top says: don't remove entries here, mark them
obsolete.

Do so for pmf_device_resume_subtree.9.


To generate a diff of this commit:
cvs rdiff -u -r1.1366 -r1.1367 src/distrib/sets/lists/comp/mi

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

2010-01-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 20 07:27:21 UTC 2010

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

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/pmf.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/man5

2010-01-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 20 07:33:25 UTC 2010

Modified Files:
src/share/man/man5: security.conf.5

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man5/security.conf.5

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



CVS commit: src/usr.sbin/mtree

2010-01-20 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 20 14:00:48 UTC 2010

Modified Files:
src/usr.sbin/mtree: mtree.8

Log Message:
Fix date.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/mtree/mtree.8

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

2010-01-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan 22 10:28:08 UTC 2010

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

Log Message:
Fix typo. Make HTML-ready. Remove trailing whitespace. Add dot in
abbreviation.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/opencrypto.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

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:36:42 UTC 2010

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

Log Message:
Fix Dt, remove trailing whitespace, sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/xcall.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

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:37:02 UTC 2010

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

Log Message:
Whitespace fix.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pool_cache.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

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:37:21 UTC 2010

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

Log Message:
Remove trailing whitespace, fix xref to xcall.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/percpu.9

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



CVS commit: src/distrib/sets/lists/comp

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:40:58 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add obsolete entries for percpu_init{,_cpu}(9).

As the comment on top says, entries shouldn't be removed, but marked
as obsolete instead. Hi rmind!


To generate a diff of this commit:
cvs rdiff -u -r1.1371 -r1.1372 src/distrib/sets/lists/comp/mi

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



CVS commit: src/usr.sbin/wpa/wpa_supplicant

2010-01-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 10:47:04 UTC 2010

Modified Files:
src/usr.sbin/wpa/wpa_supplicant: wpa_supplicant.8

Log Message:
-f is not mandatory.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8

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



CVS commit: src/share/man/man3

2010-01-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 24 22:54:14 UTC 2010

Modified Files:
src/share/man/man3: dlfcn.3

Log Message:
Remove one unnecessary Ns. (Rest still ugly.)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man3/dlfcn.3

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



CVS commit: src/distrib/sets/lists/comp

2010-01-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan 26 15:08:52 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: md.amd64

Log Message:
libmagic compat lib is installed again, remove obsolete marker.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/comp/md.amd64

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



CVS commit: src

2010-01-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan 26 15:11:56 UTC 2010

Modified Files:
src/distrib/sets/lists/text: mi
src/etc/mtree: NetBSD.dist.base
src/gnu/usr.bin/groff/contrib: Makefile
Added Files:
src/gnu/usr.bin/groff/contrib/mom: Makefile Makefile.inc
src/gnu/usr.bin/groff/contrib/mom/examples: Makefile
src/gnu/usr.bin/groff/contrib/mom/momdoc: Makefile

Log Message:
Install mom macro sets again, per request from Petar Bogdanovic.
Don't install generated PostScript files that were part of the reason
for the removal.

Based on a patch by him with slight changes.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/sets/lists/text/mi
cvs rdiff -u -r1.9 -r1.10 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/groff/contrib/Makefile
cvs rdiff -u -r0 -r1.4 src/gnu/usr.bin/groff/contrib/mom/Makefile \
src/gnu/usr.bin/groff/contrib/mom/Makefile.inc
cvs rdiff -u -r0 -r1.8 src/gnu/usr.bin/groff/contrib/mom/examples/Makefile
cvs rdiff -u -r0 -r1.3 src/gnu/usr.bin/groff/contrib/mom/momdoc/Makefile

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

2010-01-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 27 06:50:41 UTC 2010

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

Log Message:
Bump date for reorg.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/fileassoc.9

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



CVS commit: src/usr.sbin/powerd

2010-01-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 27 06:52:24 UTC 2010

Modified Files:
src/usr.sbin/powerd: powerd.8

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/powerd/powerd.8

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



CVS commit: src/sbin/raidctl

2010-01-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 27 08:56:08 UTC 2010

Modified Files:
src/sbin/raidctl: raidctl.8

Log Message:
Consistently use START disks in examples. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sbin/raidctl/raidctl.8

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



CVS commit: src/sbin/raidctl

2010-01-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 27 09:26:16 UTC 2010

Modified Files:
src/sbin/raidctl: raidctl.8

Log Message:
+ Fatal errors due to uninitialized components are ignored.
for -C. For dillo@


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sbin/raidctl/raidctl.8

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



CVS commit: src/share/man/man4

2010-01-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan 29 10:48:45 UTC 2010

Modified Files:
src/share/man/man4: ddb.4

Log Message:
Bump date for more powerpc commands.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/share/man/man4/ddb.4

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



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

2010-01-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan 29 10:49:07 UTC 2010

Modified Files:
src/external/bsd/libelf/dist: elf_getdata.3

Log Message:
Mark up NULL. Join two sections describing same error. Remove trailing
whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libelf/dist/elf_getdata.3

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



CVS commit: src/usr.sbin/envstat

2010-01-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 30 08:57:49 UTC 2010

Modified Files:
src/usr.sbin/envstat: envstat.8

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/envstat/envstat.8

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



CVS commit: src/share/man/man4

2010-01-31 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 31 15:05:20 UTC 2010

Modified Files:
src/share/man/man4: acpi.4

Log Message:
Bump date for new debug section.
New sentence, new line.
Remove Pp after section begin.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/share/man/man4/acpi.4

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



CVS commit: src/share/man/man4

2010-01-31 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 31 15:05:49 UTC 2010

Modified Files:
src/share/man/man4: crypto.4

Log Message:
Use full month name in Dd.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/crypto.4

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

2010-01-31 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 31 21:25:51 UTC 2010

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

Log Message:
Bump date for SEE ALSO change.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man9/driver.9

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



CVS commit: src/sys/dev/qbus

2010-02-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  2 14:58:46 UTC 2010

Modified Files:
src/sys/dev/qbus: if_il.c

Log Message:
Fix incomplete line (deleto?), found by cppcheck and reported by
Henning Petersen in PR 42719.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/qbus/if_il.c

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



CVS commit: src/sys/arch/prep/stand/boot

2010-02-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  3 13:47:58 UTC 2010

Modified Files:
src/sys/arch/prep/stand/boot: monitor.c

Log Message:
Remove extra parenthesis. Found by cppcheck, reported by
Henning Petersen in PR 42729.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/prep/stand/boot/monitor.c

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



CVS commit: src/lib/libterminfo

2010-02-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  3 15:47:13 UTC 2010

Modified Files:
src/lib/libterminfo: terminfo.3

Log Message:
Punctuation and whitespace fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libterminfo/terminfo.3

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



CVS commit: src/lib/libterminfo

2010-02-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  3 15:47:17 UTC 2010

Modified Files:
src/lib/libterminfo: terminfo.5.in

Log Message:
Sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libterminfo/terminfo.5.in

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



CVS commit: src/lib/libterminfo

2010-02-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  3 15:49:42 UTC 2010

Modified Files:
src/lib/libterminfo: termcap.3

Log Message:
Use Nx.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libterminfo/termcap.3

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



CVS commit: src/usr.bin/tic

2010-02-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  3 15:51:09 UTC 2010

Modified Files:
src/usr.bin/tic: tic.1

Log Message:
Use Ex for EXIT STATUS section. Put Ns on same line as previous,
to make clearer what happens.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/tic/tic.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/infocmp

2010-02-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  3 15:51:51 UTC 2010

Modified Files:
src/usr.bin/infocmp: infocmp.1

Log Message:
Use .Ex for EXIT STATUS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/infocmp/infocmp.1

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



CVS commit: src/gnu/usr.bin/groff/tmac

2010-02-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb  4 09:07:30 UTC 2010

Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Sort library descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/gnu/usr.bin/groff/tmac/mdoc.local

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



CVS commit: src/lib/libterminfo

2010-02-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb  4 09:12:56 UTC 2010

Modified Files:
src/lib/libterminfo: termcap.3 terminfo.3 terminfo.5.in

Log Message:
More markup.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libterminfo/termcap.3 \
src/lib/libterminfo/terminfo.3 src/lib/libterminfo/terminfo.5.in

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



CVS commit: src/usr.bin/getent

2010-02-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb  4 09:48:35 UTC 2010

Modified Files:
src/usr.bin/getent: getent.1

Log Message:
Sort SEE ALSO. New sentence, new line. Whitespace fix.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/getent/getent.1

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



CVS commit: src/bin/date

2010-02-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb  4 22:56:11 UTC 2010

Modified Files:
src/bin/date: date.1

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/bin/date/date.1

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



CVS commit: src/share/man/man5

2010-02-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Feb  5 17:23:47 UTC 2010

Modified Files:
src/share/man/man5: daily.conf.5 security.conf.5

Log Message:
Mark up PKGDB_DIR with Dv (same as in pkg_install.conf).


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man5/daily.conf.5
cvs rdiff -u -r1.36 -r1.37 src/share/man/man5/security.conf.5

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



CVS commit: src/lib/libterminfo

2010-02-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb  6 07:12:25 UTC 2010

Modified Files:
src/lib/libterminfo: terminfo.5.in

Log Message:
Sync with terminfo(5): Remove /etc/terminfo.db.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/terminfo.5.in

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



CVS commit: src/share/man/man4

2010-02-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb  6 12:44:32 UTC 2010

Modified Files:
src/share/man/man4: uthum.4

Log Message:
Fix Dd, use Dq, and remove trailing comma.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/uthum.4

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



CVS commit: src/share/man/man4

2010-02-06 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb  6 21:57:08 UTC 2010

Modified Files:
src/share/man/man4: acpismbus.4

Log Message:
Fix date.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/acpismbus.4

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

2010-02-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb  7 10:49:36 UTC 2010

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

Log Message:
Xref i386/splraise.9 and bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/share/man/man9/spl.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/man4

2010-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Feb  8 21:47:20 UTC 2010

Modified Files:
src/share/man/man4: lm.4

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/lm.4

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



CVS commit: src/share/man/man4

2010-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  9 06:48:28 UTC 2010

Modified Files:
src/share/man/man4: mfi.4

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/mfi.4

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



Re: CVS commit: src/share/man/man4

2010-02-09 Thread Thomas Klausner
On Tue, Feb 09, 2010 at 02:28:03AM -0500, Constantine A. Murenin wrote:
 Is there a policy for the mandatory use of the Oxford commas?  They
 were omitted on purpose, of course.
 
 http://en.wikipedia.org/wiki/Serial_comma#Style_guides_opposing_mandatory_use

We have no explicit policy. I've been adding them in NetBSD man pages
over the years when I touched man pages and they were missing, so I
added them in this man page for consistency with the other man pages...
 Thomas

P.S.: Don't send mail to source-changes-full, that's what -d is for.


CVS commit: src/share/man/man4

2010-02-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  9 08:31:34 UTC 2010

Modified Files:
src/share/man/man4: envsys.4

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/man/man4/envsys.4

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



CVS commit: src/usr.bin/hexdump

2010-02-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  9 14:25:39 UTC 2010

Modified Files:
src/usr.bin/hexdump: od.1

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/hexdump/od.1

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



Re: CVS commit: src/share/man/man4

2010-02-09 Thread Thomas Klausner
On Tue, Feb 09, 2010 at 10:27:33AM -0800, Tom Spindler wrote:
 IMVHO, the title should be changed to voltage, temperature, and fan
 sensor to be consistent in the use of commas.

Done.
 Thomas


CVS commit: src

2010-02-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  9 23:05:16 UTC 2010

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: pfkey.c proposal.h
src/sys/arch/atari/atari: intr.c
src/sys/arch/atari/dev: ite_cc.c ite_et.c
src/sys/arch/sparc64/sparc64: locore.s
src/sys/kern: uipc_usrreq.c
src/usr.bin/xlint/lint1: cgram.y

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/crypto/dist/ipsec-tools/src/racoon/pfkey.c
cvs rdiff -u -r1.6 -r1.7 src/crypto/dist/ipsec-tools/src/racoon/proposal.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/atari/atari/intr.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/atari/dev/ite_cc.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/atari/dev/ite_et.c
cvs rdiff -u -r1.311 -r1.312 src/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -u -r1.128 -r1.129 src/sys/kern/uipc_usrreq.c
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/xlint/lint1/cgram.y

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



CVS commit: src

2010-02-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  9 23:07:14 UTC 2010

Modified Files:
src/gnu/dist/groff/doc: groff-1 groff.texinfo
src/sys/arch/m68k/fpsp: sint.sa

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/gnu/dist/groff/doc/groff-1
cvs rdiff -u -r1.1.1.4 -r1.2 src/gnu/dist/groff/doc/groff.texinfo
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/fpsp/sint.sa

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



CVS commit: src/share/man/man8

2010-02-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 10 07:38:10 UTC 2010

Modified Files:
src/share/man/man8: afterboot.8

Log Message:
Use comma in serialization instead of dot.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/man/man8/afterboot.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/tic

2010-02-10 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 11 07:00:46 UTC 2010

Modified Files:
src/usr.bin/tic: tic.1

Log Message:
Sort options (standard order is 0-9AaBbCc...).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/tic/tic.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/tic

2010-02-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 11 13:44:14 UTC 2010

Modified Files:
src/usr.bin/tic: tic.1

Log Message:
Oxford serial comma.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/tic/tic.1

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

2010-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb 13 07:44:11 UTC 2010

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

Log Message:
Bump date for new kmem_asprintf.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/kmem.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

2010-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb 13 07:48:01 UTC 2010

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

Log Message:
Bump date for vrele_async.
Reword slightly and put it outside the vget description.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/share/man/man9/vnode.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/man9.i386

2010-02-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb 16 19:59:31 UTC 2010

Modified Files:
src/share/man/man9/man9.i386: nmi.9

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/man9.i386/nmi.9

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



CVS commit: src/sbin/newfs_ext2fs

2010-02-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 17 21:39:14 UTC 2010

Modified Files:
src/sbin/newfs_ext2fs: newfs_ext2fs.8

Log Message:
Various fixes from Jason McIntyre j...@kerhand.co.uk.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/newfs_ext2fs/newfs_ext2fs.8

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



CVS commit: src/sbin/fsck

2010-02-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 18 06:57:18 UTC 2010

Modified Files:
src/sbin/fsck: fsck.8

Log Message:
Use Dq for double quotes; remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sbin/fsck/fsck.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/wc

2010-02-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 18 13:14:52 UTC 2010

Modified Files:
src/usr.bin/wc: wc.1

Log Message:
New sentence, new line. Add EXIT STATUS section and use .Ex.
Fix macro argument abuse.
Use Aq instead of \*[Lt]\*[Gt].


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/wc/wc.1

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



Re: CVS commit: src/sbin/newfs_ext2fs

2010-02-18 Thread Thomas Klausner
On Thu, Feb 18, 2010 at 10:45:24PM +0900, Izumi Tsutsui wrote:
  -to be created because native Ext2 file system is always little endian
  +to be created the because native ext2 file system is always little endian
 
 Pasto?

Fixed, thanks.

 You might also need to pull several other fixes into src/sbin/newfs/newfs.8.

Done that.

Ewww, duplicate text :) 
 Thomas


CVS commit: src

2010-02-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 18 14:00:40 UTC 2010

Modified Files:
src/common/lib/libprop: prop_ingest.3
src/crypto/external/bsd/openssl/dist/doc/apps: tsget.pod
src/crypto/external/bsd/openssl/lib/libcrypto/man: openssl_tsget.1
src/dist/libpcap: gencode.c
src/external/gpl2/lvm2/dist/man: pvmove.8 pvmove.8.in
src/gnu/dist/groff/contrib/mm: groff_mm.man
src/gnu/dist/texinfo/doc: texinfo.txi
src/gnu/dist/texinfo/info: info.c
src/sbin/newfs: mount_mfs.8
src/usr.bin/sdpquery: sdpquery.1

Log Message:
Fix typo (specifed - specified).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libprop/prop_ingest.3
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/openssl/dist/doc/apps/tsget.pod
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1
cvs rdiff -u -r1.4 -r1.5 src/dist/libpcap/gencode.c
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/lvm2/dist/man/pvmove.8
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/gpl2/lvm2/dist/man/pvmove.8.in
cvs rdiff -u -r1.1.1.3 -r1.2 src/gnu/dist/groff/contrib/mm/groff_mm.man
cvs rdiff -u -r1.1.1.7 -r1.2 src/gnu/dist/texinfo/doc/texinfo.txi
cvs rdiff -u -r1.11 -r1.12 src/gnu/dist/texinfo/info/info.c
cvs rdiff -u -r1.15 -r1.16 src/sbin/newfs/mount_mfs.8
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/sdpquery/sdpquery.1

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



CVS commit: src/lib/libcurses

2010-02-20 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Feb 20 10:23:05 UTC 2010

Modified Files:
src/lib/libcurses: curses_line.3

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libcurses/curses_line.3

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



CVS commit: src/share/man/man4

2010-02-21 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 21 09:02:19 UTC 2010

Modified Files:
src/share/man/man4: isa.4

Log Message:
New sentence, new line. Bump date for mentioning wbsio.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/share/man/man4/isa.4

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



  1   2   3   4   5   6   7   8   9   >