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
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/
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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;
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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.
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
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
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
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
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
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
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:
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.
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
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
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
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
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
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.
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
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
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
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
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
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/
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
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
401 - 500 of 637 matches
Mail list logo