CVS commit: src

2021-08-17 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Tue Aug 17 22:00:33 UTC 2021

Modified Files:
src/share/man/man4: route.4
src/sys/altq: altq_cbq.c
src/sys/arch/acorn32/acorn32: rpc_machdep.c
src/sys/arch/acorn32/doc: history
src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c
src/sys/arch/alpha/jensenio: jensenio_dma.c
src/sys/arch/amiga/amiga: amiga_init.c
src/sys/arch/amiga/dev: fd.c grfabs_cc.c
src/sys/arch/arm/footbridge: footbridge_machdep.c
src/sys/arch/arm/imx: imxspi.c
src/sys/arch/atari/atari: atari_init.c
src/sys/arch/atari/dev: grfabs_fal.c grfabs_tt.c if_ne_mb.c
src/sys/arch/evbarm/adi_brh: brh_machdep.c
src/sys/arch/evbarm/armadillo: armadillo9_machdep.c
src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c
src/sys/arch/evbarm/hdl_g: hdlg_machdep.c
src/sys/arch/evbarm/imx31: imx31lk_machdep.c
src/sys/arch/evbarm/iq80310: iq80310_machdep.c
src/sys/arch/evbarm/iq80321: iq80321_machdep.c
src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c
src/sys/arch/evbarm/ixm1200: ixm1200_machdep.c
src/sys/arch/evbarm/lubbock: lubbock_machdep.c
src/sys/arch/evbarm/mini2440: mini2440_machdep.c
src/sys/arch/evbarm/npwr_fc: npwr_fc_machdep.c
src/sys/arch/evbarm/nslu2: nslu2_machdep.c
src/sys/arch/evbarm/smdk2xx0: smdk2410_machdep.c smdk2800_machdep.c
src/sys/arch/evbarm/tsarm: tsarm_machdep.c
src/sys/arch/evbarm/viper: viper_machdep.c
src/sys/arch/hpcarm/hpcarm: kloader_machdep.c pxa2x0_hpc_machdep.c
sa11x0_hpc_machdep.c
src/sys/arch/i386/conf: MODULAR
src/sys/arch/macppc/stand/ofwboot: ofdev.c
src/sys/arch/mips/alchemy/include: aureg.h
src/sys/arch/mips/ralink: ralink_eth.c
src/sys/arch/mipsco/obio: rambo.h
src/sys/arch/netwinder/netwinder: netwinder_machdep.c
src/sys/arch/pmax/ibus: siireg.h
src/sys/arch/powerpc/oea: ofw_rascons.c
src/sys/arch/sh3/include: scifreg.h
src/sys/arch/shark/shark: shark_machdep.c
src/sys/arch/sparc/sparc: machdep.c
src/sys/arch/sun2/sun2: machdep.c
src/sys/arch/sun68k/stand: README
src/sys/arch/vax/include: qdreg.h
src/sys/arch/zaurus/zaurus: kloader_machdep.c machdep.c
src/sys/dev/ic: gemreg.h hd64570.c rndisreg.h tulipreg.h
src/sys/dev/marvell: if_mvxpereg.h
src/sys/dev/pci: if_casreg.h if_iwmreg.h pci_subr.c pcireg.h
src/sys/dev/pci/ixgbe: if_bypass.c
src/sys/dev/qbus: qdreg.h
src/sys/dev/tc: stic.c
src/sys/dev/usb: usb_quirks.c xhci.c
src/sys/kern: subr_vmem.c
src/sys/lib/libkern/arch/hppa: milli.S
src/sys/netinet6: ip6_output.c ip6_var.h
src/sys/sys: shm.h
src/sys/ufs/ext2fs: ext2fs_inode.c
src/tests/net/if: t_ifconfig.sh
src/usr.sbin/acpitools/amldb: amldb.8 debug.c
src/usr.sbin/ypserv/ypinit: ypinit.sh

Log Message:
fix multiplei repetitive typos in comments, messages and documentation. mainly 
because copy paste code big amount of files are affected.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/route.4
cvs rdiff -u -r1.36 -r1.37 src/sys/altq/altq_cbq.c
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/acorn32/acorn32/rpc_machdep.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/acorn32/doc/history
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/alpha/jensenio/jensenio_dma.c
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/amiga/dev/fd.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/amiga/dev/grfabs_cc.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/footbridge/footbridge_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/imx/imxspi.c
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/atari/atari/atari_init.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/atari/dev/grfabs_fal.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/atari/dev/grfabs_tt.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/atari/dev/if_ne_mb.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/adi_brh/brh_machdep.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/imx31/imx31lk_machdep.c
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/evbarm/iq80310/iq80310_machdep.c
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/evbarm/iq80321/iq80321_machdep.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/lubbock/lubbock_machdep.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/mini2440/mini2440_machdep.c
cv

CVS commit: src/sys/dev/pci

2021-08-17 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Tue Aug 17 17:16:40 UTC 2021

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

Log Message:
s/Windw/Window/ in log message.


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/sys/dev/pci/pci_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/man4

2021-08-17 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Tue Aug 17 14:11:22 UTC 2021

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

Log Message:
tty.4: s/asynchronus/asynchronous/


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

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



CVS commit: src/sys/opencrypto

2021-08-14 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Aug 14 20:43:05 UTC 2021

Modified Files:
src/sys/opencrypto: crypto.c cryptodev.h

Log Message:
fix typo in CRK_ALGORITHM_MIN definition to match CRK_ALGORITHM_MAX one.
while here fix few typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/opencrypto/crypto.c
cvs rdiff -u -r1.41 -r1.42 src/sys/opencrypto/cryptodev.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/marvell

2021-08-13 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Aug 13 21:04:44 UTC 2021

Modified Files:
src/sys/dev/marvell: if_mvxpe.c

Log Message:
s/fame/frame in mvxpe_mib_def with assumption that it was not intentional typo.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/marvell/if_mvxpe.c

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



CVS commit: src

2021-08-13 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Aug 13 20:47:55 UTC 2021

Modified Files:
src/common/lib/libc/arch/sparc64/string: memset.S
src/sbin/ifconfig: ieee80211.c
src/sys/arch/mips/ralink: ralink_reg.h
src/sys/arch/powerpc/include: reg.h
src/sys/ddb: db_command.c
src/sys/dev/ic: aic79xx_inline.h dc21040reg.h
src/sys/dev/usb: xhci.c
src/sys/netinet: tcp_vtw.c

Log Message:
fix typos in words "pointer" and s/fram /frame/


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/sparc64/string/memset.S
cvs rdiff -u -r1.30 -r1.31 src/sbin/ifconfig/ieee80211.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/ralink/ralink_reg.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/include/reg.h
cvs rdiff -u -r1.176 -r1.177 src/sys/ddb/db_command.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/aic79xx_inline.h
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/dc21040reg.h
cvs rdiff -u -r1.146 -r1.147 src/sys/dev/usb/xhci.c
cvs rdiff -u -r1.20 -r1.21 src/sys/netinet/tcp_vtw.c

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



CVS commit: src/sys

2021-08-13 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Aug 13 20:26:07 UTC 2021

Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/i386/i386: locore.S
src/sys/dev/marvell: mvxpsec.c
src/sys/dev/pci: if_bnx.c

Log Message:
s/struture/structure/ s/structre/structure/


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.185 -r1.186 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/marvell/mvxpsec.c
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/pci/if_bnx.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/alpha/alpha

2021-08-13 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Aug 13 20:19:45 UTC 2021

Modified Files:
src/sys/arch/alpha/alpha: pmap.c

Log Message:
fix multiple typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/sys/arch/alpha/alpha/pmap.c

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



CVS commit: src

2021-08-13 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Aug 13 20:19:14 UTC 2021

Modified Files:
src/tests/sys/uvm: t_uvm_physseg.c
src/usr.sbin/syslogd: syslogd.c

Log Message:
s/bacause/because/


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/sys/uvm/t_uvm_physseg.c
cvs rdiff -u -r1.136 -r1.137 src/usr.sbin/syslogd/syslogd.c

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



CVS commit: src

2021-08-12 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Aug 12 20:53:18 UTC 2021

Modified Files:
src/lib/libc/stdlib: setenv.c
src/lib/libm/arch/x86_64: fenv.c
src/sys/arch/powerpc/include: reg.h
src/sys/arch/sgimips/sgimips: machdep.c

Log Message:
fix typos in "environment" word.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/stdlib/setenv.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/arch/x86_64/fenv.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/include/reg.h
cvs rdiff -u -r1.151 -r1.152 src/sys/arch/sgimips/sgimips/machdep.c

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



CVS commit: src

2021-08-12 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Aug 12 20:25:27 UTC 2021

Modified Files:
src/share/man/man3: dirent.3
src/sys/nfs: nfsm_subs.h

Log Message:
s/directry/directory/


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/dirent.3
cvs rdiff -u -r1.54 -r1.55 src/sys/nfs/nfsm_subs.h

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



CVS commit: src/sys/arch/amiga/amiga

2021-08-12 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Aug 12 20:13:54 UTC 2021

Modified Files:
src/sys/arch/amiga/amiga: cc.c cc.h

Log Message:
s/iterrupt sever/interrupt server/


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amiga/amiga/cc.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/amiga/amiga/cc.h

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



CVS commit: src/sys

2021-08-12 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Aug 12 19:53:18 UTC 2021

Modified Files:
src/sys/arch/atari/dev: grfabs_et.c
src/sys/dev/qbus: rf.c

Log Message:
fix various typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/atari/dev/grfabs_et.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/qbus/rf.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

2021-08-12 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Aug 12 19:15:15 UTC 2021

Modified Files:
src/sys/kern: vnode_if.sh

Log Message:
s/beween/between/


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/kern/vnode_if.sh

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



CVS commit: src/sys/ufs/chfs

2021-08-10 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Wed Aug 11 05:17:48 UTC 2021

Modified Files:
src/sys/ufs/chfs: media.h

Log Message:
s/enrty/entry/


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ufs/chfs/media.h

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



CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  9 21:38:05 UTC 2021

Modified Files:
src/libexec/telnetd: state.c
src/sys/arch/mips/mips: mips_machdep.c
src/sys/arch/shark/shark: scr.c
src/sys/dev: video.c
src/sys/dev/pci: cs4280.c
src/sys/fs/msdosfs: bootsect.h
src/sys/ufs/chfs: ebh.c

Log Message:
s/fist/first/


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/libexec/telnetd/state.c
cvs rdiff -u -r1.302 -r1.303 src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/shark/shark/scr.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/video.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/cs4280.c
cvs rdiff -u -r1.6 -r1.7 src/sys/fs/msdosfs/bootsect.h
cvs rdiff -u -r1.7 -r1.8 src/sys/ufs/chfs/ebh.c

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



CVS commit: src/sys

2021-08-09 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  9 21:20:50 UTC 2021

Modified Files:
src/sys/arch/x86/x86: intr.c
src/sys/arch/xen/x86: xen_intr.c
src/sys/dev/ic: athrate-sample.c

Log Message:
s/alway /always/


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/arch/x86/x86/intr.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/xen/x86/xen_intr.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ic/athrate-sample.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

2021-08-09 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  9 21:13:06 UTC 2021

Modified Files:
src/sys/arch/amiga/dev: grf_rh.c
src/sys/arch/mips/include: cpuregs.h
src/sys/arch/mvme68k/dev: zsvar.h

Log Message:
s/definitons/definitions/


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amiga/dev/grf_rh.c
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/mips/include/cpuregs.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mvme68k/dev/zsvar.h

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



CVS commit: src/sys

2021-08-09 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  9 21:08:06 UTC 2021

Modified Files:
src/sys/arch/sparc/sparc: iommu.c locore.s pmap.c
src/sys/arch/sparc64/sparc64: machdep.c
src/sys/dev/pci: if_dge.c
src/sys/lib/libunwind: DwarfParser.hpp

Log Message:
s/aligment/alignment/ + one more typo fix in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/sparc/sparc/iommu.c
cvs rdiff -u -r1.280 -r1.281 src/sys/arch/sparc/sparc/locore.s
cvs rdiff -u -r1.374 -r1.375 src/sys/arch/sparc/sparc/pmap.c
cvs rdiff -u -r1.299 -r1.300 src/sys/arch/sparc64/sparc64/machdep.c
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/if_dge.c
cvs rdiff -u -r1.6 -r1.7 src/sys/lib/libunwind/DwarfParser.hpp

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



CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  9 20:49:11 UTC 2021

Modified Files:
src/doc: BRANCHES TODO.modules
src/include: netdb.h string.h
src/lib/libc/compat/arch/hppa/sys: compat_sigpending.S
compat_sigprocmask.S compat_sigreturn.S compat_sigsuspend.S
src/lib/libc/gen: isinfd_ieee754.c isnand_ieee754.c
src/sys/arch/sandpoint/stand/altboot: brdsetup.c
src/sys/compat/common: Makefile.sysio files.common
src/sys/ddb: db_command.h
src/sys/dev/acpi: acpi_util.c
src/sys/dev/gpio: gpio.c
src/sys/dev/i2c: dbcool.c
src/sys/dev/ic: ath.c dp8390var.h sl811hs.c
src/sys/kern: compat_stub.c sys_ptrace_common.c tty_conf.c
src/sys/modules: Makefile
src/sys/net: if.h route.h
src/sys/netinet: sctp_pcb.h
src/sys/netipsec: key.h
src/usr.bin/find: option.c
src/usr.sbin/rpc.pcnfsd: README

Log Message:
fix various typos in compatibility, mainly in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.363 -r1.364 src/doc/BRANCHES
cvs rdiff -u -r1.23 -r1.24 src/doc/TODO.modules
cvs rdiff -u -r1.70 -r1.71 src/include/netdb.h
cvs rdiff -u -r1.52 -r1.53 src/include/string.h
cvs rdiff -u -r1.5 -r1.6 \
src/lib/libc/compat/arch/hppa/sys/compat_sigpending.S \
src/lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S \
src/lib/libc/compat/arch/hppa/sys/compat_sigreturn.S \
src/lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/isinfd_ieee754.c \
src/lib/libc/gen/isnand_ieee754.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/sandpoint/stand/altboot/brdsetup.c
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/Makefile.sysio
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/common/files.common
cvs rdiff -u -r1.41 -r1.42 src/sys/ddb/db_command.h
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/acpi/acpi_util.c
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/gpio/gpio.c
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/i2c/dbcool.c
cvs rdiff -u -r1.135 -r1.136 src/sys/dev/ic/ath.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/dp8390var.h
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/ic/sl811hs.c
cvs rdiff -u -r1.21 -r1.22 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.91 -r1.92 src/sys/kern/sys_ptrace_common.c
cvs rdiff -u -r1.56 -r1.57 src/sys/kern/tty_conf.c
cvs rdiff -u -r1.250 -r1.251 src/sys/modules/Makefile
cvs rdiff -u -r1.291 -r1.292 src/sys/net/if.h
cvs rdiff -u -r1.128 -r1.129 src/sys/net/route.h
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/sctp_pcb.h
cvs rdiff -u -r1.36 -r1.37 src/sys/netipsec/key.h
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/find/option.c
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/rpc.pcnfsd/README

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



CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  9 19:57:58 UTC 2021

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: algorithm.c
src/sys/arch/hpcmips/stand/lcboot: start.S
src/sys/compat/linux/arch/i386: linux_machdep.c
src/sys/kern: sched_4bsd.c
src/sys/lib/libkern/arch/hppa: bcopy.S
src/sys/net: if_types.h
src/sys/netinet: tcp_input.c
src/sys/opencrypto: crypto.c cryptodev.h

Log Message:
fix typos in asymmetry, asymmetric(al), symmetrical.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/ipsec-tools/src/racoon/algorithm.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hpcmips/stand/lcboot/start.S
cvs rdiff -u -r1.166 -r1.167 src/sys/compat/linux/arch/i386/linux_machdep.c
cvs rdiff -u -r1.44 -r1.45 src/sys/kern/sched_4bsd.c
cvs rdiff -u -r1.16 -r1.17 src/sys/lib/libkern/arch/hppa/bcopy.S
cvs rdiff -u -r1.31 -r1.32 src/sys/net/if_types.h
cvs rdiff -u -r1.430 -r1.431 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.114 -r1.115 src/sys/opencrypto/crypto.c
cvs rdiff -u -r1.40 -r1.41 src/sys/opencrypto/cryptodev.h

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



CVS commit: src

2021-08-09 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  9 19:24:33 UTC 2021

Modified Files:
src/distrib/alpha/instkernel/ramdisk: upgrade.sh
src/distrib/amiga/floppies/upgr: upgrade.sh
src/doc: TODO.smpnet
src/sys/arch/arm/gemini: gemini_ipm.c
src/sys/arch/hpcmips/tx: tx3912video.c
src/sys/arch/shark/shark: scr.c
src/sys/dev/mscp: mscp_disk.c
src/usr.sbin/sysinst/arch/hpcarm: md.c
src/usr.sbin/sysinst/arch/zaurus: md.c

Log Message:
fix various typos in comments and messages.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/alpha/instkernel/ramdisk/upgrade.sh
cvs rdiff -u -r1.9 -r1.10 src/distrib/amiga/floppies/upgr/upgrade.sh
cvs rdiff -u -r1.43 -r1.44 src/doc/TODO.smpnet
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/gemini/gemini_ipm.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hpcmips/tx/tx3912video.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/shark/shark/scr.c
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/mscp/mscp_disk.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/arch/hpcarm/md.c
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/arch/zaurus/md.c

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



CVS commit: src

2021-08-08 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  8 21:50:10 UTC 2021

Modified Files:
src/sys/stand/efiboot: version
src/usr.sbin/sysinst: disklabel.c disks.c

Log Message:
s/partion/partition/ s/arrray/array/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/stand/efiboot/version
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/sysinst/disklabel.c
cvs rdiff -u -r1.73 -r1.74 src/usr.sbin/sysinst/disks.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/raidframe

2021-08-08 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  8 21:45:53 UTC 2021

Modified Files:
src/sys/dev/raidframe: rf_parityscan.c

Log Message:
s/arry/array/


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/raidframe/rf_parityscan.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/pci/cxgb

2021-08-08 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  8 20:57:09 UTC 2021

Modified Files:
src/sys/dev/pci/cxgb: cxgb_offload.c

Log Message:
s/propely/properly/


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

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



CVS commit: src

2021-08-08 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  8 20:50:12 UTC 2021

Modified Files:
src/bin/sh: var.c
src/sys/dev/usb: umidi.c

Log Message:
s/varable/variable s/explictly/explicitly/ s/proerly/properly/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/bin/sh/var.c
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/usb/umidi.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/man9

2021-08-08 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  8 16:12:10 UTC 2021

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

Log Message:
change othersize to otherwise. I believe this is what was meant in the context.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man9/autoconf.9

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



CVS commit: src

2021-08-07 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Aug  7 19:41:14 UTC 2021

Modified Files:
src/share/man/man4: gpiopps.4
src/share/man/man9: autoconf.9
src/sys/arch/dreamcast/dev/g2: gapspci_pci.c
src/sys/arch/evbarm/conf: files.integrator
src/sys/dev/microcode/aic7xxx: aic7xxx.reg

Log Message:
s/configuraiton/configuration/ in comments and man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/gpiopps.4
cvs rdiff -u -r1.32 -r1.33 src/share/man/man9/autoconf.9
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/dreamcast/dev/g2/gapspci_pci.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/files.integrator
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/microcode/aic7xxx/aic7xxx.reg

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



CVS commit: src

2021-08-06 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Aug  6 07:55:13 UTC 2021

Modified Files:
src: build.sh
src/sys/netinet: tcp_input.c
src/usr.sbin/installboot: evboards.c

Log Message:
fix various typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 src/build.sh
cvs rdiff -u -r1.429 -r1.430 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/installboot/evboards.c

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



CVS commit: src/lib/libpuffs

2021-08-04 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Wed Aug  4 09:31:26 UTC 2021

Modified Files:
src/lib/libpuffs: puffs_node.3 puffs_ops.3

Log Message:
fix typos in puffs man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libpuffs/puffs_node.3
cvs rdiff -u -r1.46 -r1.47 src/lib/libpuffs/puffs_ops.3

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



CVS commit: src/sys

2021-08-03 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Tue Aug  3 23:12:14 UTC 2021

Modified Files:
src/sys/arch/mips/cavium: octeon_cpunode.c
src/sys/arch/powerpc/include/booke: spr.h
src/sys/arch/riscv/riscv: fpu.c locore.S
src/sys/arch/vax/include: ka48.h
src/sys/dev/i2c: ds1307.c
src/sys/sys: evcnt.h

Log Message:
Fix various typos in comments. Also add missing NetBSD RCS Id in some of these 
files.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mips/cavium/octeon_cpunode.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/include/booke/spr.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/riscv/fpu.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/riscv/riscv/locore.S
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/vax/include/ka48.h
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/i2c/ds1307.c
cvs rdiff -u -r1.9 -r1.10 src/sys/sys/evcnt.h

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



CVS commit: src/usr.sbin/rpc.pcnfsd

2021-08-03 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Tue Aug  3 20:59:20 UTC 2021

Modified Files:
src/usr.sbin/rpc.pcnfsd: common.h

Log Message:
s/pasword/password/


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/rpc.pcnfsd/common.h

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



CVS commit: src/lib/librumpuser

2021-08-02 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  2 17:45:10 UTC 2021

Modified Files:
src/lib/librumpuser: README.compileopts

Log Message:
fix typo in README.compileopts text.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/README.compileopts

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



CVS commit: src/tests/lib/libossaudio

2021-08-02 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  2 17:43:56 UTC 2021

Modified Files:
src/tests/lib/libossaudio: t_ossaudio.c

Log Message:
s/suported/supported in comments


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libossaudio/t_ossaudio.c

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



CVS commit: src/tests/lib/libc

2021-08-02 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  2 17:41:07 UTC 2021

Modified Files:
src/tests/lib/libc/locale: t_sprintf.c t_strfmon.c t_toupper.c
src/tests/lib/libc/string: t_strcoll.c

Log Message:
s/diferent/different/


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/locale/t_sprintf.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/locale/t_strfmon.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_toupper.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/string/t_strcoll.c

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



CVS commit: src

2021-08-02 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Aug  2 12:56:25 UTC 2021

Modified Files:
src/common/include/rpc: types.h
src/sys/arch/arm/arm: armv6_start.S
src/sys/arch/arm/ixp12x0: ixp12x0reg.h
src/sys/arch/arm/sociox: if_scx.c
src/sys/arch/arm/xscale: ixp425_npe.c
src/sys/arch/evbarm/adi_brh: brhreg.h
src/sys/arch/evbmips/rmixl: machdep.c
src/sys/arch/i386/stand/lib: biosmemx.S
src/sys/arch/luna68k/stand/boot: scsivar.h
src/sys/arch/m68k/060sp/dist: isp.s
src/sys/arch/mips/atheros/dev: aereg.h
src/sys/arch/sun3/dev: si_sebuf.c si_vme.c
src/sys/arch/sun3/sun3: pmap.c
src/sys/arch/vax/vax: pmap.c
src/sys/arch/x86/x86: pmap.c
src/sys/dev/isa: cs89x0isa.c
src/sys/dev/marvell: gtintrreg.h if_mvxpe.c mvxpbmvar.h
src/sys/dev/pci: if_skreg.h
src/sys/dev/pci/cxgb: cxgb_t3_hw.c
src/sys/dev/pci/ixgbe: ixgbe_common.c
src/sys/dev/pckbport: alps.c
src/sys/dev/raidframe: rf_dagfuncs.c
src/sys/dev/usb: usbdivar.h
src/sys/net/agr: if_agr.c
src/sys/netatalk: at_control.c
src/sys/netinet6: nd6_nbr.c
src/sys/sys: sockio.h
src/usr.bin/config: TODO
src/usr.sbin/mopd/common: common.h print.c

Log Message:
fix various typos in comments and log messages.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/include/rpc/types.h
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/arm/armv6_start.S
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/ixp12x0/ixp12x0reg.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/sociox/if_scx.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/xscale/ixp425_npe.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/adi_brh/brhreg.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbmips/rmixl/machdep.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/stand/lib/biosmemx.S
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/luna68k/stand/boot/scsivar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/m68k/060sp/dist/isp.s
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/atheros/dev/aereg.h
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sun3/dev/si_sebuf.c \
src/sys/arch/sun3/dev/si_vme.c
cvs rdiff -u -r1.171 -r1.172 src/sys/arch/sun3/sun3/pmap.c
cvs rdiff -u -r1.191 -r1.192 src/sys/arch/vax/vax/pmap.c
cvs rdiff -u -r1.410 -r1.411 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/isa/cs89x0isa.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/gtintrreg.h
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/marvell/if_mvxpe.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/mvxpbmvar.h
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_skreg.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/cxgb/cxgb_t3_hw.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/ixgbe/ixgbe_common.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pckbport/alps.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/raidframe/rf_dagfuncs.c
cvs rdiff -u -r1.128 -r1.129 src/sys/dev/usb/usbdivar.h
cvs rdiff -u -r1.51 -r1.52 src/sys/net/agr/if_agr.c
cvs rdiff -u -r1.40 -r1.41 src/sys/netatalk/at_control.c
cvs rdiff -u -r1.181 -r1.182 src/sys/netinet6/nd6_nbr.c
cvs rdiff -u -r1.39 -r1.40 src/sys/sys/sockio.h
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/config/TODO
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/mopd/common/common.h
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mopd/common/print.c

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



CVS commit: src

2021-08-01 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  1 21:58:56 UTC 2021

Modified Files:
src/common/lib/libc/arch/arm/atomic: atomic_swap_64.S
src/sys/dev/raidframe: rf_pqdegdags.c

Log Message:
s/overwriten/overwritten/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
src/common/lib/libc/arch/arm/atomic/atomic_swap_64.S
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/raidframe/rf_pqdegdags.c

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



CVS commit: src

2021-08-01 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  1 21:56:27 UTC 2021

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile pci.4
src/share/man/man4/man4.i386: Makefile
Added Files:
src/share/man/man4/man4.i386: pcmb.4

Log Message:
add pcib(4), pceb(4), pcmb(4).
pcmb is a separate man page for i386 only, pceb and pcib are references to 
pci(4) only and mentioned in its bridges section.
ok riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.1724 -r1.1725 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.714 -r1.715 src/share/man/man4/Makefile
cvs rdiff -u -r1.119 -r1.120 src/share/man/man4/pci.4
cvs rdiff -u -r1.79 -r1.80 src/share/man/man4/man4.i386/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.i386/pcmb.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/diskpart

2021-08-01 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  1 18:02:22 UTC 2021

Modified Files:
src/usr.sbin/diskpart: diskpart.c

Log Message:
fix typo in definition: s/threshhold/threshold/


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/diskpart/diskpart.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/crunch/crunchgen

2021-08-01 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  1 15:52:11 UTC 2021

Modified Files:
src/usr.bin/crunch/crunchgen: crunchgen.1

Log Message:
fix syntax error and typo in overwritten.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/crunch/crunchgen/crunchgen.1

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



CVS commit: src

2021-08-01 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sun Aug  1 15:29:30 UTC 2021

Modified Files:
src/lib/libutil: pidfile.c
src/sys/arch/emips/conf: RAMDISK
src/sys/arch/pmax/conf: RAMDISK RAMDISK64
src/sys/dev/qbus: if_de.c if_il.c
src/sys/dev/raidframe: rf_pqdegdags.c
src/usr.bin/ftp: fetch.c

Log Message:
fix typos in word "otherwise".


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libutil/pidfile.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/emips/conf/RAMDISK
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/pmax/conf/RAMDISK
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/pmax/conf/RAMDISK64
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/qbus/if_de.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/qbus/if_il.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/raidframe/rf_pqdegdags.c
cvs rdiff -u -r1.233 -r1.234 src/usr.bin/ftp/fetch.c

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



CVS commit: src

2021-07-31 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 31 20:51:32 UTC 2021

Modified Files:
src/lib/libc/sys: _lwp_create.2
src/lib/libedit: tty.h
src/sys/arch/atari/pci: pci_vga.c
src/sys/arch/hpcmips/include: sysconf.h
src/sys/dev/hpc: hpcfbio.h
src/sys/dev/isa: tcic2_isa.c

Log Message:
s/dependend/dependent/


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/sys/_lwp_create.2
cvs rdiff -u -r1.23 -r1.24 src/lib/libedit/tty.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/atari/pci/pci_vga.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcmips/include/sysconf.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hpc/hpcfbio.h
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/isa/tcic2_isa.c

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



CVS commit: src/sys

2021-07-31 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 31 20:29:37 UTC 2021

Modified Files:
src/sys/arch/hp300/dev: rd.c
src/sys/arch/m68k/fpsp: round.sa
src/sys/arch/mips/sibyte/include: sb1250_mac.h
src/sys/dev/gpib: rd.c
src/sys/dev/ic: cs89x0.c siisatareg.h
src/sys/dev/usb: umcs.h
src/sys/netinet: tcp_congctl.c tcp_input.c tcp_subr.c tcp_var.h
src/sys/ufs/lfs: lfs_vfsops.c

Log Message:
s/threshhold/threshold


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/hp300/dev/rd.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/m68k/fpsp/round.sa
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/sibyte/include/sb1250_mac.h
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/gpib/rd.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/ic/cs89x0.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/siisatareg.h
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/umcs.h
cvs rdiff -u -r1.27 -r1.28 src/sys/netinet/tcp_congctl.c
cvs rdiff -u -r1.428 -r1.429 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.288 -r1.289 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.195 -r1.196 src/sys/netinet/tcp_var.h
cvs rdiff -u -r1.380 -r1.381 src/sys/ufs/lfs/lfs_vfsops.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/sparc/sparc

2021-07-31 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 31 16:54:37 UTC 2021

Modified Files:
src/sys/arch/sparc/sparc: autoconf.c

Log Message:
s/propective/prospective


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/arch/sparc/sparc/autoconf.c

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



CVS commit: src/libexec/lfs_cleanerd

2021-07-31 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 31 15:02:54 UTC 2021

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

Log Message:
s/threshhold/threshold


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/libexec/lfs_cleanerd/lfs_cleanerd.8

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



CVS commit: src

2021-07-31 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 31 14:36:33 UTC 2021

Modified Files:
src/common/lib/libc/hash/sha3: sha3.c
src/sys/arch/arm/ixp12x0: ixp12x0_clk.c
src/sys/arch/dreamcast/dev: pvr.c
src/sys/dev/ic: mb86950.c mb86960.c mb86960var.h
src/sys/dev/usb: umcs.h

Log Message:
fix more typos in style found one in file - check/fix them all.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/hash/sha3/sha3.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/ixp12x0/ixp12x0_clk.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/dreamcast/dev/pvr.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/mb86950.c
cvs rdiff -u -r1.95 -r1.96 src/sys/dev/ic/mb86960.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ic/mb86960var.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/umcs.h

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



CVS commit: src/sys/netinet6

2021-07-31 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 31 10:12:04 UTC 2021

Modified Files:
src/sys/netinet6: in6.h

Log Message:
fix typos in comments


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/netinet6/in6.h

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



CVS commit: src/sys/arch/sparc/sparc

2021-07-31 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 31 10:07:23 UTC 2021

Modified Files:
src/sys/arch/sparc/sparc: autoconf.c

Log Message:
fix typos in comments


To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 src/sys/arch/sparc/sparc/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/arch/sh3/sh3

2021-07-26 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Jul 26 21:43:11 UTC 2021

Modified Files:
src/sys/arch/sh3/sh3: exception_vector.S pmap.c

Log Message:
Revert rename back to OFSET, since the name follows historical PGOFSET 
definition. Noted by tsutsui.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/sh3/sh3/exception_vector.S
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/sh3/sh3/pmap.c

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



CVS commit: src/sys

2021-07-24 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 24 22:30:59 UTC 2021

Modified Files:
src/sys/arch/acorn32/podulebus: if_ie.c
src/sys/coda: coda_opstats.h
src/sys/dev/pci: if_mcx.c if_vr.c

Log Message:
s/structres/structures + s/whenver/whenever


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/acorn32/podulebus/if_ie.c
cvs rdiff -u -r1.6 -r1.7 src/sys/coda/coda_opstats.h
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_mcx.c
cvs rdiff -u -r1.134 -r1.135 src/sys/dev/pci/if_vr.c

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



CVS commit: src

2021-07-24 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat Jul 24 21:31:39 UTC 2021

Modified Files:
src/bin/ksh: tty.c
src/common/dist/zlib: zlib.h
src/crypto/dist/ipsec-tools/src/racoon: isakmp_cfg.c
src/crypto/external/bsd/libsaslc/dist/src: error.h
src/dist/pf/sbin/pfctl: pfctl_altq.c
src/external/mit/lua/dist: lua2netbsd
src/sys/arch/alpha/alpha: db_trace.c
src/sys/arch/arm/broadcom: bcm2835_gpio.c
src/sys/arch/arm/imx: imx51_ccm.c imx51_ccmreg.h
src/sys/arch/arm/xscale: ixp425_npe.c ixp425_npereg.h
src/sys/arch/cesfic/cesfic: pmap_bootstrap.c
src/sys/arch/cobalt/stand/boot: tlp.c
src/sys/arch/emips/ebus: ace_ebus.c flash_ebus.c
src/sys/arch/emips/stand/common: ace.c raw.c
src/sys/arch/evbmips/stand/sbmips/common: blkdev.c
src/sys/arch/hp300/hp300: pmap_bootstrap.c
src/sys/arch/hppa/dev: ssio.c
src/sys/arch/ia64/ia64: trap.c
src/sys/arch/m68k/060sp/dist: isp.s
src/sys/arch/m68k/m68k: db_disasm.c
src/sys/arch/mac68k/mac68k: pmap_bootstrap.c
src/sys/arch/macppc/dev: pbms.c
src/sys/arch/mips/rmi: rmixlreg.h
src/sys/arch/mipsco/stand/common: saio.c
src/sys/arch/mvme68k/dev: sbicvar.h
src/sys/arch/pmax/ibus: sii.c
src/sys/arch/pmax/stand/common: rz.c
src/sys/arch/powerpc/booke: spe_subr.S
src/sys/arch/powerpc/powerpc: db_interface.c
src/sys/arch/powerpc/stand/mkbootimage: rs6000_bootrec.h
src/sys/arch/prep/pnpbus: fdc_pnpbus.c
src/sys/arch/prep/stand/boot: siop.c
src/sys/arch/sgimips/sgimips: machdep.c
src/sys/arch/sh3/sh3: exception_vector.S pmap.c
src/sys/arch/sparc/stand/bootblk: bootblk.fth
src/sys/arch/sparc64/dev: iommuvar.h
src/sys/arch/usermode/usermode: pmap.c
src/sys/arch/vax/vax: db_disasm.c
src/sys/arch/xen/xen: xenevt.c
src/sys/dev: vnd.c
src/sys/dev/bi: kdbreg.h
src/sys/dev/cardbus: fwohci_cardbus.c
src/sys/dev/dm: dm_ioctl.c dm_target_flakey.c
src/sys/dev/hpc: files.hpcio
src/sys/dev/ic: adw.c ahcisatareg.h aic79xx.c aic7xxx.c cs89x0.c
lemacreg.h mfireg.h mpt_mpilib.h
src/sys/dev/ieee1394: fwdma.c
src/sys/dev/isa: README.seagate sbdsp.c
src/sys/dev/marvell: gtidmac.c
src/sys/dev/microcode/aic7xxx: aicasm.c
src/sys/dev/pci: if_ena.c if_vge.c if_vgereg.h
src/sys/dev/pci/ixgbe: ixgbe_common.c
src/sys/dev/spi: mcp23s17.c
src/sys/fs/msdosfs: msdosfs_lookup.c
src/sys/fs/nilfs: nilfs_vnops.c
src/sys/fs/puffs: puffs_vnops.c
src/sys/fs/udf: udf_allocation.c udf_subr.c udf_vfsops.c udf_vnops.c
src/sys/net80211: ieee80211_ioctl.c ieee80211_output.c
ieee80211_proto.c ieee80211_proto.h
src/sys/netinet: sctp_output.c sctputil.c
src/sys/sys: disk.h
src/usr.bin/config: TODO
src/usr.sbin/altq/altqstat: altqstat.c
src/usr.sbin/lpr/lpd: recvjob.c
src/usr.sbin/sysinst/arch/mac68k: menus.md.de menus.md.en menus.md.es
menus.md.pl
src/usr.sbin/ypserv/yppush: yppush.c

Log Message:
Fix all remaining typos, mainly in comments but also in few definitions and log 
messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or 
typos.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/bin/ksh/tty.c
cvs rdiff -u -r1.4 -r1.5 src/common/dist/zlib/zlib.h
cvs rdiff -u -r1.28 -r1.29 \
src/crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/libsaslc/dist/src/error.h
cvs rdiff -u -r1.10 -r1.11 src/dist/pf/sbin/pfctl/pfctl_altq.c
cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/dist/lua2netbsd
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/alpha/alpha/db_trace.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/broadcom/bcm2835_gpio.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/imx/imx51_ccm.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/imx/imx51_ccmreg.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/ixp425_npe.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xscale/ixp425_npereg.h
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/cesfic/cesfic/pmap_bootstrap.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/cobalt/stand/boot/tlp.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/emips/ebus/ace_ebus.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/emips/ebus/flash_ebus.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/emips/stand/common/ace.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/emips/stand/common/raw.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/stand/sbmips/common/blkdev.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/hp300/hp300/pmap_bootstrap.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/dev/ssio.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/ia64/ia64/trap.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/m68k/060sp/dist/isp.s
cvs rdiff -u -r

CVS commit: src/sys/ufs/chfs

2021-07-19 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Jul 19 22:24:55 UTC 2021

Modified Files:
src/sys/ufs/chfs: chfs_gc.c

Log Message:
NFC - if/else blocks start with the same mutex_exit, just move it up.


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

2021-07-19 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Mon Jul 19 21:04:39 UTC 2021

Modified Files:
src/sys/ufs/chfs: chfs_build.c chfs_write.c

Log Message:
Release mutexes in few more places on failure path. Reviewed them in chfs code 
after fixing PR kern/56242.
ok riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/chfs/chfs_build.c \
src/sys/ufs/chfs/chfs_write.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/chfs

2021-07-16 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Jul 16 21:18:41 UTC 2021

Modified Files:
src/sys/ufs/chfs: chfs_gc.c chfs_scan.c

Log Message:
Fix incorrect function name, some grammar and typos in comments. Remove 
trailing tab symbol.
No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/chfs/chfs_gc.c \
src/sys/ufs/chfs/chfs_scan.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/pci

2021-07-16 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Jul 16 12:20:01 UTC 2021

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

Log Message:
Add missing RCSID, remove non-breaking space characters in copyright, remove 
vim modeline (from yambo in IRC).
ok riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/xmm7360.c

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



CVS commit: src/sbin/mount_chfs

2021-07-16 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Fri Jul 16 12:09:36 UTC 2021

Modified Files:
src/sbin/mount_chfs: mount_chfs.c

Log Message:
Remove commented code, including empty if block. Replace tab with whitespace in 
usage declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sbin/mount_chfs/mount_chfs.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/chfs

2021-07-15 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Jul 15 22:39:06 UTC 2021

Modified Files:
src/sys/ufs/chfs: chfs_readinode.c chfs_scan.c

Log Message:
Make sure that mutex is released before conditional return statements. Fixes PR 
kern/56242
ok riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/ufs/chfs/chfs_readinode.c
cvs rdiff -u -r1.8 -r1.9 src/sys/ufs/chfs/chfs_scan.c

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