CVS commit: src/sys/dev

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 18:19:35 UTC 2020 Modified Files: src/sys/dev: dev_verbose.h Log Message: DEV_VERBOSE_MODULE_DEFINE - use MODULE_CLASS_DRIVER. This makes built-in verbose modules available before the start of the autoconfiguration, when

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 19:08:55 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: Split compound assertion into several, one for each term. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sh3/sh3/

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 19:24:29 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_tlb_invalidate_addr - use the right constant. VPN mask happens to be the same in many registers, but since we are writing the value to UTL

CVS commit: src/sys/arch/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 21:53:25 UTC 2020 Modified Files: src/sys/arch/sh3/include: cpu.h src/sys/arch/sh3/sh3: db_interface.c Log Message: SH3_P2SEG_FUNC(f) - get a P2 address of a function. Just SH3_P1SEG_TO_P2SEG + cast, but we now de

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 22:28:39 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_tlb_invalidate_addr - refactor to avoid RUN_P2. Introduce __sh4_tlb_assoc that performs the associative write. Call it from sh4_tlb_inval

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 22:43:53 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_mmu_start - call sh4_tlb_invalidate_all directly. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sh3/sh3/mmu_

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 3 23:01:47 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: sh4_mmu_start - cosmetics. Split construction of the initial MMUCR value into several assignments for readability. Same object code is genera

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 4 01:55:16 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: mmu_sh4.c Log Message: Avoid inline RUN_P2 when accessing TLB via memory mapped arrays. Move code that needs to run from P2 into separate functions and call them via

CVS commit: src/sys/arch/sh3/sh3

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 4 02:09:58 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: pmb.c Log Message: st40_pmb_dump - factor out. Print the WT bit as either "WT" or "CB" when C is set, as "--" otherwise. Few other minor tweaks. To generate a dif

CVS commit: src/sys/dev/mii

2020-08-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 4 04:22:03 UTC 2020 Modified Files: src/sys/dev/mii: devlist2h.awk Log Message: mii_knowndevs[] is de facto const, define it as such. This time for real. On my first try I did it in the generated miidevs_data.h file. To

CVS commit: src/share/man/man8/man8.x86

2020-08-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 10 01:10:26 UTC 2020 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Formatting fixes for PostScript output. Mostly use .Ar instead of .Va and use -literal, .Ql, etc where appropriate. To generate a diff o

CVS commit: src/sys/dev

2020-08-11 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 11 12:10:10 UTC 2020 Modified Files: src/sys/dev: dev_verbose.h Log Message: DEV_VERBOSE_DEFINE - use MODULE_CLASS_DRIVER to match the definition. Catch up with previous to unbreak autoloading of verbose modules. PR kern/555

CVS commit: src/usr.sbin/wgconfig

2020-08-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 21 02:45:34 UTC 2020 Modified Files: src/usr.sbin/wgconfig: wgconfig.8 Log Message: Fix synopsis. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/wgconfig/wgconfig.8 Please note that diffs are not

CVS commit: src/usr.sbin/wgconfig

2020-08-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 21 03:13:30 UTC 2020 Modified Files: src/usr.sbin/wgconfig: wgconfig.8 Log Message: Markup fixes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/wgconfig/wgconfig.8 Please note that diffs are not

CVS commit: src/usr.sbin/wgconfig

2020-08-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 21 03:44:58 UTC 2020 Modified Files: src/usr.sbin/wgconfig: wgconfig.8 Log Message: Mark up a few missed equal signs as literal. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/wgconfig/wgconfig.8

CVS commit: src/sys/arch/arm/nvidia

2020-08-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 21 23:30:03 UTC 2020 Modified Files: src/sys/arch/arm/nvidia: tegra_platform.c Log Message: #ifdef consistency. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/nvidia/tegra_platform.c Please

CVS commit: src/share/man/man8

2020-08-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 28 15:35:34 UTC 2020 Modified Files: src/share/man/man8: compat_bsdos.8 Log Message: Formatting tweaks. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man8/compat_bsdos.8 Please note that diffs a

CVS commit: src/share/man/man8

2020-08-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Aug 29 21:42:25 UTC 2020 Modified Files: src/share/man/man8: compat_bsdos.8 Log Message: Minor wording tweaks from Dan Plassche. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man8/compat_bsdos.8 Ple

CVS commit: src/share/man/man8

2020-08-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Sep 1 01:15:28 UTC 2020 Modified Files: src/share/man/man8: compat_bsdos.8 Log Message: Improvements from Dan Plassche. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man8/compat_bsdos.8 Please note

CVS commit: src/share/man/man8

2020-09-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Sep 2 00:15:15 UTC 2020 Modified Files: src/share/man/man8: compat_bsdos.8 Log Message: Fix chroot path (in a comment). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man8/compat_bsdos.8 Please note

CVS commit: src/share/man/man8

2020-09-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Sep 2 23:38:11 UTC 2020 Modified Files: src/share/man/man8: compat_bsdos.8 Log Message: More clarifications from Dan Plassche. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man8/compat_bsdos.8 Ple

CVS commit: src/lib/libc/atomic

2020-10-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Oct 9 19:41:03 UTC 2020 Modified Files: src/lib/libc/atomic: membar_ops.3 Log Message: Add italic correction to _Atomic-qualified. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/atomic/membar_ops.3 P

CVS commit: src

2020-10-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Oct 12 21:05:54 UTC 2020 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: Bump date and regen for BUILDING.mdoc revision 1.127 that introduced build.sh -c option. To generate a diff of this commit: cvs

CVS commit: src/doc

2020-10-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Oct 12 21:12:34 UTC 2020 Modified Files: src/doc: BUILDING.mdoc Log Message: If this file is processed with real roff (doc.tmac) tweak things to make ascii output as close to the mandoc output as possible. There are only two diff

CVS commit: src

2020-10-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Oct 12 21:14:37 UTC 2020 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: Mention HOST_CFLAGS and HOST_CXXFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/BUILDING cvs rdiff -u

CVS commit: src

2020-10-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 29 20:26:24 UTC 2020 Modified Files: src: Makefile Log Message: G/c spurious whitespace. To generate a diff of this commit: cvs rdiff -u -r1.332 -r1.333 src/Makefile Please note that diffs are not public domain; they are s

CVS commit: src/share/man/man9

2020-10-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Oct 30 22:14:03 UTC 2020 Added Files: src/share/man/man9: ddb.9 Log Message: ddb(9) - first cut at the documentation for writing and adding new DDB commands. Not yet complete and not hooked into the build. To generate a diff o

CVS commit: src/share/man/man9

2020-10-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Oct 30 22:29:30 UTC 2020 Modified Files: src/share/man/man9: ddb.9 Log Message: Add a few missing articles. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/ddb.9 Please note that diffs are not pu

CVS commit: src

2020-10-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 31 22:43:02 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man4: ddb.4 src/share/man/man9: Makefile Log Message: Install ddb(9). Xref it from ddb(4). To generate a diff of this commi

CVS commit: src/usr.bin/find

2020-11-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Nov 2 07:03:48 UTC 2020 Modified Files: src/usr.bin/find: find.1 Log Message: Use \*q to refer to ascii quote to save fontlock from confusion. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/usr.bin/find/find

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

2020-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 9 04:02:20 UTC 2020 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: sp_tlb_flush() - fix inline asm miscompiled by newer gcc versions. As one national park director once said: "my problems start when the dumbe

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

2020-12-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 9 11:35:44 UTC 2020 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: Add "memory" constraint on wrpsr, lost in previous. To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 src/sys/arch/sparc/sparc

CVS commit: src/sys/kern

2020-12-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Dec 12 18:35:59 UTC 2020 Modified Files: src/sys/kern: vfs_cache.c Log Message: vfs_cache - do not write outside allocated memory. In cache_cpu_init allocate struct nchcpu, not struct nchstats_percpu. cache_update_stats expects

CVS commit: src/etc

2020-12-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 20 21:30:28 UTC 2020 Modified Files: src/etc: rc.subr Log Message: run_rc_command - don't prefix the rcvar variable name with the dollar sign. The output without the dollar sign is less confusing as it's actual valid shell s

CVS commit: src/sys/arch/evbarm/conf

2020-12-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 22 23:26:42 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: evbarm: GENERIC.common - g/c the commented out copy of pseudo-device fss. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1

CVS commit: src/share/man/man4

2020-12-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 23 06:10:13 UTC 2020 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay(4): WSDISPLAYIO_GET_EDID - fix struct name. Spotted by RVP. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/shar

CVS commit: src/sys/dev/i2c

2020-12-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 23 17:57:00 UTC 2020 Modified Files: src/sys/dev/i2c: em3027.c Log Message: G/c trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/em3027.c Please note that diffs are not publi

CVS commit: src/sys/arch/arm/imx

2020-12-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Dec 31 02:16:14 UTC 2020 Modified Files: src/sys/arch/arm/imx: if_enet.c Log Message: enet(4): fix refactoring accident. Spotted by mrg@. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/imx/if_en

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 19:50:42 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): don't split -blackhole and -noblackhole. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sbin/route/route.8 Please note

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 20:36:02 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): be consistent about capitalization. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sbin/route/route.8 Please note that

CVS commit: src/sbin/route

2021-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 2 22:02:27 UTC 2021 Modified Files: src/sbin/route: route.8 Log Message: route(8): group RTF_GATEWAY and ~RTF_GATEWAY (-iface). While here, tweak RTF_GATEWAY description. Passive voice elsewhere in this table is used to ta

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 19:49:13 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): small mdoc fixes to improve PostScript output. The length/scale example at the beginning is not all literal. Fix remaining "quoted" word

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 20:12:59 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Misc fixes in the DIFFERENCES section. Make "last" an item, as intended. Make operators literal. To generate a diff of this commit: cv

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 20:22:34 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Indent displays with code examples. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/bc/dist/bc.1 Please n

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 20:37:33 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Use .Fn and .Fa for functions and their arguments. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/bc/dist

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 21:21:35 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Use more .Ql, misc related fixes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bc/dist/bc.1 Please not

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 7 23:57:25 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Replace one last missed \f with semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/bc/dist/b

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 8 01:17:03 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Prettify PostScript output some more. Don't set BNF in all bold .Ic, instead use .Ar for "expr" and "var" so that only the literal stuff

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

2021-01-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 8 01:17:55 UTC 2021 Modified Files: src/external/bsd/bc/dist: bc.1 Log Message: bc(1): Consistently use "parentheses" in plural. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/bc/dist/bc.1 P

CVS commit: src/lib/libc/stdio

2019-03-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 21:13:45 UTC 2019 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: Minor markup and wording fixes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/funopen.3 Please note that di

CVS commit: src/lib/libcurses

2019-03-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 21:28:55 UTC 2019 Modified Files: src/lib/libcurses: printw.c Log Message: winwrite - deobfuscate a bit. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libcurses/printw.c Please note that diffs ar

CVS commit: src/lib/libcurses

2019-03-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 28 23:24:22 UTC 2019 Modified Files: src/lib/libcurses: printw.c Log Message: winwrite - using addch() on individual bytes of e.g. UTF-8 encoding doesn't work that well. addstr() the whole buffer instead. This is still not

CVS commit: src/share/misc

2019-03-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Apr 1 02:15:00 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: JCL To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/share/misc/acronyms.comp Please note that diffs are not public domain;

CVS commit: src/share/misc

2019-04-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Apr 2 00:48:10 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: Oops, wrong millennium :) To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/share/misc/acronyms.comp Please note that diffs

CVS commit: src/sys/dev/ic

2019-04-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Apr 5 23:44:59 UTC 2019 Modified Files: src/sys/dev/ic: rtl8169.c Log Message: RTK_CFG2_BUSFREQ is only 1 byte. Fixes panic on landisk. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/dev/ic/rtl8169.c

CVS commit: src/sys/dev/ic

2019-04-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Apr 5 23:46:04 UTC 2019 Modified Files: src/sys/dev/ic: rtl81x9reg.h Log Message: Fix indentation for RTK_CFG2_BUSFREQ to line up with the rest. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/rtl8

CVS commit: src/sys/arch/landisk/landisk

2019-04-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Apr 6 00:09:10 UTC 2019 Modified Files: src/sys/arch/landisk/landisk: autoconf.c Log Message: Use aprint_* instead of printf. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/landisk/landisk/autoconf.c

CVS commit: src/sys/dev/ata

2019-04-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Apr 6 00:35:26 UTC 2019 Modified Files: src/sys/dev/ata: ata.c Log Message: Make sure the aprint_verbose chain is terminated with a newline. Check sep instead of printed, b/c the latter is reset several times. To generate a di

CVS commit: src/sys/arch/sh3/sh3

2019-04-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Apr 9 00:16:30 UTC 2019 Modified Files: src/sys/arch/sh3/sh3: kobj_machdep.c Log Message: Support R_SH_REL32 (encountered in .eh_frame). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sh3/sh3/kobj_mac

CVS commit: src/sys/arch/sh3/sh3

2019-04-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Apr 9 00:36:55 UTC 2019 Modified Files: src/sys/arch/sh3/sh3: kobj_machdep.c Log Message: Fix previous. P is the final (relocated) address not just the offset. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/s

CVS commit: src/bin/sh

2019-04-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Apr 15 20:35:25 UTC 2019 Modified Files: src/bin/sh: sh.1 Log Message: -compact must come last To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/bin/sh/sh.1 Please note that diffs are not public domain; they

CVS commit: src/usr.bin/uniq

2019-04-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Apr 23 14:40:12 UTC 2019 Modified Files: src/usr.bin/uniq: uniq.c Log Message: Don't pass '-' to getopt(3). My guess is that *very* old getopt didn't handle "--" terminator, so this code was working around it and not quite corre

CVS commit: src/sys/sys

2019-04-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Apr 29 23:12:12 UTC 2019 Modified Files: src/sys/sys: mman.h Log Message: Format MAP_FMT so that it's more humanly readable. Same object code is generated for kdump. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/sys

2019-04-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Apr 30 09:23:00 UTC 2019 Modified Files: src/sys/sys: mman.h Log Message: Format MAP_FMT so that it's more humanly readable - missed one bit in previous. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/sys

CVS commit: src/sys/uvm

2019-12-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Dec 1 23:14:47 UTC 2019 Modified Files: src/sys/uvm: uvm_anon.c uvm_km.c uvm_pager.c uvm_swap.c Log Message: Add missing #include To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/uvm/uvm_anon.c cvs rdiff

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 16:35:18 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Move Intel's entry to its proper place in the sorting order. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/distri

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 16:38:37 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Collapse multiple spaces between words. There are a few entries with "by__Name" that affects sorting. To generate a diff

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 16:41:35 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Move the entry for Mika Kortelainen to its proper place in the sorting order after fixing multiple spaces. To generate a diff of this

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 16:43:06 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Collapse multiple spaces in an entry (doesn't affect sorting). To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/dis

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 16:59:28 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Fix ISO-646-SE spelling of Lule\[oa]. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/com

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 17:17:09 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Add entry for Ben Gray. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/distrib/notes/common/legal.common Please

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 17:23:24 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Add entry for Cisco for the SCTP code. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/distrib/notes/common/legal.

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 17:28:36 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop entries for "K. Kobayashi" and "K. Kobayashi and H. Shimokawa" that are no longer referenced in tree. To generate a diff of this

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 19:35:00 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Move the entry for Matthew Fredette to its proper place in the sorting order. To generate a diff of this commit: cvs rdiff -u -r1.105

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 19:48:48 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop the entry for Texas A&M University. Nothing in the tree has its ad clause. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 20:03:33 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop the entry for Thomas Gerner. thomas@ dropped clauses 3 and 4 from his license back in 2009 and the entry was dropped from here, bu

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 20:18:45 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop the entry for David Muir Sharnoff. It was for expn(1) script in am-utils that was never installed and is no longer there since net

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 20:49:25 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Move the entry for Kyma Systems to its proper place in the sorting order. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 20:57:17 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop the entry for Yasushi Yamasaki. Nothing in the tree requires it. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

CVS commit: src/sys/dev/mii

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 21:24:50 UTC 2019 Modified Files: src/sys/dev/mii: devlist2h.awk Log Message: Fix s/product/model/ search-and-destroy accident that affected license. Back in 1998 thorpej@ adapted this from one of the several versions we

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 21:54:33 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Don't use an undefined variable. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/common/e

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 22:14:21 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Drop the entry for "University of California, Berkeley and its contributors, as well as the Trustees of Columbia University" that was re

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 23:27:53 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Restore the entry for Yasushi Yamasaki - it comes from xsrc, my apologies. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 2 23:30:32 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Restore entries for "K. Kobayashi" and "K. Kobayashi and H. Shimokawa". The script missed them as it was confused by the slighly non-sta

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 00:23:25 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Move entries with short first line that ends with "by" to their proper places in the sorting order. To generate a diff of this commit:

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 01:19:33 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Sort entries "by Foo." before "by Foo and" etc. Sort the section with "for the NetBSD" notices that had a lot of entries out of order.

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 01:24:45 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Detect more ad clauses, pick more duplicates. If there are notices that differ in the final dot, prefer the version with t

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 01:43:12 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Swap Per Fogelstrom entries. Missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/distrib/notes/co

CVS commit: src/usr.bin/menuc/testm

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 01:45:34 UTC 2019 Modified Files: src/usr.bin/menuc/testm: main.c menus.mc Log Message: Fix typo in ad clause. Ok perry@. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/menuc/testm/main.c cvs rd

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 01:52:04 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Fix typo in regexp to detect m4 comments. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/notes

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 01:56:10 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: This product includes software developed by Ravikanth. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/distrib/not

CVS commit: src/distrib/notes/common

2019-12-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 02:10:26 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Special-case badly worded ad clause in src/sys/lib/libkern/rngtest.c To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 09:56:21 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Recognize ad clause in CMU PPP and some OpenSSL code. Use "n" (grouping doesn't capture) when matching $ack* regexps to al

CVS commit: src

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 10:40:51 UTC 2019 Added Files: src: contrib.txt Log Message: Move the entry for CMU Computing Services to its proper place in the sorting order. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/contrib.txt

CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 10:46:41 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Move the entry for CMU Computing Services to its proper place in the sorting order. Add more ad clauses from CMU ppp code. To generat

CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 10:51:46 UTC 2019 Modified Files: src/distrib/notes/common: legal.common Log Message: Fix the enry for Computer Systems Laboratory at the University of Utah and move it to its proper place in the sorting order. To genera

CVS commit: src

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 10:54:39 UTC 2019 Removed Files: src: contrib.txt Log Message: Remove accidentally committed output from extract-contrib-string.pl I will have a stern talk with my emacs about this incident. To generate a diff of this co

CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 13:41:56 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Drop the final quote if followed by dot. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/

CVS commit: src/distrib/notes/common

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 13:42:55 UTC 2019 Modified Files: src/distrib/notes/common: extract-contrib-string.pl Log Message: Add xsrc to the invocation example. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/commo

CVS commit: src/share/tmac

2019-12-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 3 14:41:00 UTC 2019 Modified Files: src/share/tmac: doc2html Log Message: Use groff -Tencoding argument to emit To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/share/tmac/doc2html Please note that diffs

<    1   2   3   4   5   6   7   >