CVS commit: src/etc

2013-10-25 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Fri Oct 25 07:59:55 UTC 2013

Modified Files:
src/etc: man.conf

Log Message:
_build rule for man pages with a . extension (.3tcl, .3am, 
.3lua, etc.)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/etc/man.conf

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



CVS commit: src/etc/mtree

2013-10-25 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Fri Oct 25 08:15:14 UTC 2013

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
define a place for Lua man pages


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/etc/mtree/NetBSD.dist.base

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



CVS commit: src/etc

2013-10-25 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Fri Oct 25 08:19:46 UTC 2013

Modified Files:
src/etc: man.conf

Log Message:
add 3l/3lua and 9l/9lua man page sections


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/etc/man.conf

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



CVS commit: src/sys/sys

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 08:47:30 UTC 2013

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Add comments explaining what __unused and __used are for.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/sys/cdefs.h

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



CVS commit: src/sys/sys

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 08:51:55 UTC 2013

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Add __diagused and __debugused.  These are for marking variables that
are used only in diagnotic or debug code, but unused when NDEBUG is
defined, or DIAGNOSTIC is not defined, or DEBUG is not defined.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/sys/cdefs.h

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



CVS commit: src/sys/net

2013-10-25 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Fri Oct 25 09:25:32 UTC 2013

Modified Files:
src/sys/net: if_mpls.c

Log Message:
RFC3032 conformance for Router Alert Label


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/net/if_mpls.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

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 09:46:10 UTC 2013

Modified Files:
src/sys/arch/hp700/dev: pdc.c
src/sys/arch/hp700/hp700: mainbus.c
src/sys/arch/hppa/hppa: trap.c
src/sys/arch/m68k/m68k: bus_dma.c

Log Message:
Change a few __unused to __diagused/__debugused


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/hp700/dev/pdc.c
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/hp700/hp700/mainbus.c
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/hppa/hppa/trap.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/m68k/m68k/bus_dma.c

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

2013-10-25 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Fri Oct 25 10:27:08 UTC 2013

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

Log Message:
add new man page directories


To generate a diff of this commit:
cvs rdiff -u -r1.1043 -r1.1044 src/distrib/sets/lists/base/mi

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



CVS commit: src/share/mk

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 10:45:01 UTC 2013

Modified Files:
src/share/mk: bsd.man.mk

Log Message:
Recognise .3lua and .9lua as man page extensions.  Source
files like foo.3lua will result in installed files like
/usr/share/man/man3lua/foo.3lua, /usr/share/man/cat3lua/foo.0,
and /usr/share/man/html3lua/foo.html.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/share/mk/bsd.man.mk

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



CVS commit: src/sys

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 11:35:55 UTC 2013

Modified Files:
src/sys/dev/scsipi: cd.c
src/sys/dev/sdmmc: sdmmc_mem.c
src/sys/kern: kern_rndsink.c subr_kcpuset.c subr_vmem.c
src/sys/miscfs/genfs: genfs_io.c
src/sys/net/npf: npf_inet.c
src/sys/ufs/ffs: ffs_wapbl.c

Log Message:
Turn a few __unused into __diagused


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 src/sys/dev/scsipi/cd.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/sdmmc/sdmmc_mem.c
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/kern_rndsink.c
cvs rdiff -u -r1.9 -r1.10 src/sys/kern/subr_kcpuset.c
cvs rdiff -u -r1.85 -r1.86 src/sys/kern/subr_vmem.c
cvs rdiff -u -r1.57 -r1.58 src/sys/miscfs/genfs/genfs_io.c
cvs rdiff -u -r1.23 -r1.24 src/sys/net/npf/npf_inet.c
cvs rdiff -u -r1.24 -r1.25 src/sys/ufs/ffs/ffs_wapbl.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 14:20:11 UTC 2013

Modified Files:
src/sys/uvm: uvm_map.c

Log Message:
Some pmaps may not consume all arguments of pmap_copy()


To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 src/sys/uvm/uvm_map.c

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



CVS commit: src

2013-10-25 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Oct 25 14:23:15 UTC 2013

Modified Files:
src/share/man/man4: seeprom.4
src/sys/dev/i2c: at24cxx.c

Log Message:
Allow the EEPROM size to be specified in the kernel configuration by
using flags.
Add the flags values, and configuration examples to the manual page.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/seeprom.4
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/at24cxx.c

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



CVS commit: src/external/gpl3/binutils/dist/ld/emultempl

2013-10-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Oct 25 14:28:29 UTC 2013

Modified Files:
src/external/gpl3/binutils/dist/ld/emultempl: elf32.em

Log Message:
Recursively add DT_NEEDED entries from shared libraries if symbols are
used indirectly. This is more in line with the old GNU ld behavior, but
not exactly the desired semantic.

Patch from Martin Husemann.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/dist/ld/emultempl/elf32.em

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 14:30:21 UTC 2013

Modified Files:
src/sys/uvm: uvm_page.h

Log Message:
Optimize out VM_PHYSMEM_PTR_SWAP on architectures that have VM_PHYSSEG_MAX = 1
(hard to address two different array entries there w/o invoking undefined
behaviour, and newer compilers complain about it).


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/uvm/uvm_page.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

2013-10-25 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Oct 25 14:32:10 UTC 2013

Modified Files:
src/sys/dev/i2c: at24cxx.c
src/sys/dev/ofw: ofw_subr.c

Log Message:
Add "i2c-at34c02" AT34C02 EEPROM.  This is compatible with the AT24C02
EEPROM, apart from software write protection (not supported in our driver).


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/at24cxx.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ofw/ofw_subr.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

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 14:41:08 UTC 2013

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

Log Message:
Try to make this more compiler-neutral, and give both GCC and LLVM/Clang
as examples.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man3/attribute.3

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



CVS commit: src/sys/arch/vax/vsa

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 14:44:25 UTC 2013

Modified Files:
src/sys/arch/vax/vsa: hdc9224.c

Log Message:
Simplify (and remove now unused variable)


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/vax/vsa/hdc9224.c

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



CVS commit: src/sys/compat/ibcs2

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 14:46:35 UTC 2013

Modified Files:
src/sys/compat/ibcs2: ibcs2_exec_coff.c

Log Message:
Remove a variable


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/compat/ibcs2/ibcs2_exec_coff.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

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 14:46:59 UTC 2013

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

Log Message:
Document __diagused and __debugused


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man3/attribute.3

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



CVS commit: src/sys/sys

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 14:54:25 UTC 2013

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Now that these attributes are documented in attribute(3), shorten
the comments for __used, __unused, __diagused, and __debugused.
Also s/variable/item/ because the attributes may bve applied
to functions.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/sys/cdefs.h

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

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 15:11:21 UTC 2013

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

Log Message:
Use markup in the descriptions of __diagused and __debugused.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man3/attribute.3

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



CVS commit: src/sys/dev/bi

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 15:11:32 UTC 2013

Modified Files:
src/sys/dev/bi: if_ni.c

Log Message:
Eliminate unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/bi/if_ni.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/man3lua

2013-10-25 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Fri Oct 25 15:27:03 UTC 2013

Added Files:
src/share/man/man3lua: Makefile intro.3lua

Log Message:
add intro(3lua)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/share/man/man3lua/Makefile \
src/share/man/man3lua/intro.3lua

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

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 15:42:50 UTC 2013

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

Log Message:
Fix dmamap cleanup in an error path


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/qbus/if_qe.c

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



CVS commit: src/sys/netinet6

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 15:44:39 UTC 2013

Modified Files:
src/sys/netinet6: in6_ifattach.c

Log Message:
Mark a variable as used only in diagnostic kernels


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/netinet6/in6_ifattach.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 15:51:36 UTC 2013

Modified Files:
src/sys/kern: kern_condvar.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/kern/kern_condvar.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 15:52:57 UTC 2013

Modified Files:
src/sys/kern: kern_proc.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/sys/kern/kern_proc.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/mscp

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:00:35 UTC 2013

Modified Files:
src/sys/dev/mscp: mscp_disk.c mscp_subr.c mscp_tape.c

Log Message:
Eliminate unused variables


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/mscp/mscp_disk.c
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/mscp/mscp_subr.c
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/mscp/mscp_tape.c

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



CVS commit: src/sys/nfs

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:01:56 UTC 2013

Modified Files:
src/sys/nfs: nfs_iod.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/nfs/nfs_iod.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/scsipi

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:03:51 UTC 2013

Modified Files:
src/sys/dev/scsipi: sd.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/sys/dev/scsipi/sd.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/scsipi

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:04:57 UTC 2013

Modified Files:
src/sys/dev/scsipi: ss_mustek.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/scsipi/ss_mustek.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/scsipi

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:05:47 UTC 2013

Modified Files:
src/sys/dev/scsipi: ss_scanjet.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/scsipi/ss_scanjet.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/scsipi

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:06:44 UTC 2013

Modified Files:
src/sys/dev/scsipi: st.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/sys/dev/scsipi/st.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:08:18 UTC 2013

Modified Files:
src/sys/kern: subr_autoconf.c

Log Message:
Mark diagnostic-only variables


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/sys/kern/subr_autoconf.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:09:29 UTC 2013

Modified Files:
src/sys/kern: subr_kmem.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/kern/subr_kmem.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:17:35 UTC 2013

Modified Files:
src/sys/kern: subr_lwp_specificdata.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/subr_lwp_specificdata.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:18:37 UTC 2013

Modified Files:
src/sys/kern: subr_xcall.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/kern/subr_xcall.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:23:46 UTC 2013

Modified Files:
src/sys/kern: sys_aio.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/kern/sys_aio.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

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:29:20 UTC 2013

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

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/netinet/tcp_congctl.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/vax/vax

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:30:52 UTC 2013

Modified Files:
src/sys/arch/vax/vax: trap.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/sys/arch/vax/vax/trap.c

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



CVS commit: src/sys/ufs/ufs

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 16:34:20 UTC 2013

Modified Files:
src/sys/ufs/ufs: ufs_lookup.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/ufs/ufs/ufs_lookup.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 19:55:22 UTC 2013

Modified Files:
src/sys/kern: uipc_usrreq.c

Log Message:
Eliminat an unused variable and simplify the KASSERT which used to use it


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/kern/uipc_usrreq.c

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



CVS commit: src/sys/ufs/lfs

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:05:39 UTC 2013

Modified Files:
src/sys/ufs/lfs: ulfs_lookup.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/ufs/lfs/ulfs_lookup.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:08:11 UTC 2013

Modified Files:
src/sys/uvm: uvm_anon.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/uvm/uvm_anon.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:23:33 UTC 2013

Modified Files:
src/sys/uvm: uvm_bio.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/uvm/uvm_bio.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:25:25 UTC 2013

Modified Files:
src/sys/uvm: uvm_map.c

Log Message:
Mark diagnostic-only variables


To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 src/sys/uvm/uvm_map.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:26:22 UTC 2013

Modified Files:
src/sys/uvm: uvm_page.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/uvm/uvm_page.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:27:29 UTC 2013

Modified Files:
src/sys/uvm: uvm_pager.c

Log Message:
Mark diagnostic-only variables


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/uvm/uvm_pager.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:28:33 UTC 2013

Modified Files:
src/sys/uvm: uvm_pdaemon.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/uvm/uvm_pdaemon.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:36:08 UTC 2013

Modified Files:
src/sys/kern: vfs_bio.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 src/sys/kern/vfs_bio.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:37:17 UTC 2013

Modified Files:
src/sys/kern: vfs_mount.c

Log Message:
Mark diagnostic-only variables


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/kern/vfs_mount.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:38:10 UTC 2013

Modified Files:
src/sys/kern: vfs_trans.c

Log Message:
Mark diagnostic-only variables


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/vfs_trans.c

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



CVS commit: src/sys/uvm

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:22:55 UTC 2013

Modified Files:
src/sys/uvm: uvm_aobj.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/uvm/uvm_aobj.c

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



CVS commit: src/sys/kern

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:39:41 UTC 2013

Modified Files:
src/sys/kern: vfs_vnode.c

Log Message:
Mark diagnostic-only variables


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/kern/vfs_vnode.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/m68k/m68k

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:45:35 UTC 2013

Modified Files:
src/sys/arch/m68k/m68k: m68k_syscall.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/m68k/m68k/m68k_syscall.c

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



CVS commit: src/sys/nfs

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:46:29 UTC 2013

Modified Files:
src/sys/nfs: nfs_boot.c

Log Message:
Mark a potentially unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/nfs/nfs_boot.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/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:49:38 UTC 2013

Modified Files:
src/sys/arch/mac68k/dev: pm_direct.c

Log Message:
Remove unused variables


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/mac68k/dev/pm_direct.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/m68k/m68k

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:51:14 UTC 2013

Modified Files:
src/sys/arch/m68k/m68k: pmap_motorola.c

Log Message:
Mark a potentialy unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/m68k/m68k/pmap_motorola.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/m68k/m68k

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:53:02 UTC 2013

Modified Files:
src/sys/arch/m68k/m68k: vm_machdep.c

Log Message:
Mark a potentially unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/m68k/m68k/vm_machdep.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/wscons

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 20:55:24 UTC 2013

Modified Files:
src/sys/dev/wscons: wscons_rinit.c

Log Message:
Consistently ifdef a variable and all uses


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/wscons/wscons_rinit.c

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



CVS commit: src/usr.bin/make

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 20:57:03 UTC 2013

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

Log Message:
The :C/// modifier takes an extendedregular expression.


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/usr.bin/make/make.1

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



CVS commit: src/sys/arch/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:09:25 UTC 2013

Modified Files:
src/sys/arch/mac68k/dev: akbd.c

Log Message:
Mark a potentially unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mac68k/dev/akbd.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/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:19:56 UTC 2013

Modified Files:
src/sys/arch/mac68k/dev: adb_direct.c

Log Message:
Mark potentially unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mac68k/dev/adb_direct.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/mac68k/obio

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:24:14 UTC 2013

Modified Files:
src/sys/arch/mac68k/obio: asc.c

Log Message:
Remove not yet used stuff


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/asc.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/ic

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:29:28 UTC 2013

Modified Files:
src/sys/dev/ic: dp83932.c

Log Message:
Remove unused stuff


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/dp83932.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/m68k/fpe

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:32:46 UTC 2013

Modified Files:
src/sys/arch/m68k/fpe: fpu_emulate.c

Log Message:
Comment unused stuff (for documentation purposes)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/m68k/fpe/fpu_emulate.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/mac68k/nubus

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:42:30 UTC 2013

Modified Files:
src/sys/arch/mac68k/nubus: grf_nubus.c

Log Message:
Simplify


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/mac68k/nubus/grf_nubus.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/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:48:48 UTC 2013

Modified Files:
src/sys/arch/mac68k/dev: mac68k5380.c ncr5380.c

Log Message:
Simplify


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mac68k/dev/mac68k5380.c
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mac68k/dev/ncr5380.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/mac68k/obio

2013-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 25 21:50:28 UTC 2013

Modified Files:
src/sys/arch/mac68k/obio: wdc_obio.c

Log Message:
Simplify


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/mac68k/obio/wdc_obio.c

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



CVS commit: src/usr.bin/make

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 22:05:00 UTC 2013

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

Log Message:
Explain that ${VAR:M*} will normalise the inter-word spacing.


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 src/usr.bin/make/make.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/man4

2013-10-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Oct 25 22:15:02 UTC 2013

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

Log Message:
Typo fixes.


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

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



CVS commit: src/share/mk

2013-10-25 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Fri Oct 25 22:16:29 UTC 2013

Modified Files:
src/share/mk: bsd.man.mk

Log Message:
Rename _MNUMBERS to _MSECTIONS.  The manual section identifiers
are not just numbers any more.

Also introduce a new variable, _MSECTIONREGEX, as a regular expression
to match any of the elements of ${_MSECTIONS}.  Use this instead of
\.[1-9][a-z]*.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/share/mk/bsd.man.mk

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

2013-10-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Oct 25 22:19:41 UTC 2013

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

Log Message:
Whitespace; better macro.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man3/attribute.3

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



CVS commit: src/share/mk

2013-10-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Oct 26 03:26:57 UTC 2013

Modified Files:
src/share/mk: bsd.sys.mk

Log Message:
define a HOST_LINK.cc always.


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/share/mk/bsd.sys.mk

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