Module Name:src
Committed By: skrll
Date: Sun Nov 8 08:07:43 UTC 2020
Modified Files:
src/sys/arch/riscv/riscv: locore.S
Log Message:
Use correct instruction to load address of exception_userexit into RA
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/
Module Name:src
Committed By: skrll
Date: Sun Nov 8 08:11:15 UTC 2020
Modified Files:
src/sys/arch/riscv/riscv: locore.S
Log Message:
Remove unnecessary local labels
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/riscv/riscv/locore.S
Please
Module Name:src
Committed By: skrll
Date: Sun Nov 8 08:12:17 UTC 2020
Modified Files:
src/sys/arch/riscv/riscv: locore.S
Log Message:
Fix a typo
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/riscv/riscv/locore.S
Please note that diffs are n
Module Name:src
Committed By: rillig
Date: Sun Nov 8 08:26:22 UTC 2020
Modified Files:
src/usr.bin/make: compat.c make.c make.h
Log Message:
make(1): rename Make_TimeStamp to GNode_UpdateYoungestChild
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/u
Module Name:src
Committed By: rillig
Date: Sun Nov 8 08:33:07 UTC 2020
Modified Files:
src/usr.bin/make: arch.c compat.c make.c make.h
Log Message:
make(1): rename Make_OODate to GNode_IsOODate
It doesn't matter which of the make modules is in charge of determining
wheth
Module Name:src
Committed By: martin
Date: Sun Nov 8 08:39:13 UTC 2020
Modified Files:
src/sys/compat/linux/common [netbsd-9]: linux_socket.c
Log Message:
Pull up following revision(s) (requested by kamil in ticket #1127):
sys/compat/linux/common/linux_socket.c:
Module Name:src
Committed By: martin
Date: Sun Nov 8 08:40:01 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1127
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-9.2
Please note that diffs are not publi
Module Name:src
Committed By: rillig
Date: Sun Nov 8 08:53:22 UTC 2020
Modified Files:
src/usr.bin/make: main.c make.c util.c
Log Message:
make(1): use common indentation style for else
To generate a diff of this commit:
cvs rdiff -u -r1.443 -r1.444 src/usr.bin/make/mai
Module Name:src
Committed By: martin
Date: Sun Nov 8 08:54:50 UTC 2020
Modified Files:
src/tests/lib/librumpclient: t_exec.sh
Log Message:
PR 55338: re-enable threxec test for more test coverage.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/li
Module Name:src
Committed By: rillig
Date: Sun Nov 8 08:55:25 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): clean up comments in Make_Recheck
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/usr.bin/make/make.c
Please note t
Module Name:src
Committed By: rillig
Date: Sun Nov 8 09:06:23 UTC 2020
Modified Files:
src/usr.bin/make: arch.c dir.c make.c nonints.h
Log Message:
make(1): change return type of Arch_MemberMTime to void
This makes it easier to prove that Dir_MTime always returns gn->mti
Module Name:src
Committed By: rillig
Date: Sun Nov 8 09:15:19 UTC 2020
Modified Files:
src/usr.bin/make: arch.c dir.c nonints.h
Log Message:
make(1): change return type of Arch_MTime to void
This makes it easier to prove that Dir_MTime always returns gn->mtime,
without l
Module Name:src
Committed By: rillig
Date: Sun Nov 8 09:34:55 UTC 2020
Modified Files:
src/usr.bin/make: dir.c dir.h job.c make.c
Log Message:
make(1): change return type of Dir_MTime to void
Only some callers actually needed the updated time, and because of the
many bra
Module Name:src
Committed By: rillig
Date: Sun Nov 8 09:48:52 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): extract condition from GNode_IsOODate into separate function
To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/usr.bin
Module Name:src
Committed By: skrll
Date: Sun Nov 8 10:08:28 UTC 2020
Modified Files:
src/sys/arch/riscv/riscv: locore.S
Log Message:
Fix register usage
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/riscv/riscv/locore.S
Please note that dif
Module Name:src
Committed By: rillig
Date: Sun Nov 8 10:17:55 UTC 2020
Modified Files:
src/usr.bin/make: make.c
src/usr.bin/make/unit-tests: depsrc-optional.exp depsrc-optional.mk
Log Message:
make(1): add test for wrong debug message in GNode_IsOODate
To genera
Module Name:src
Committed By: rillig
Date: Sun Nov 8 10:33:47 UTC 2020
Modified Files:
src/usr.bin/make: make.c make.h
src/usr.bin/make/unit-tests: depsrc-optional.exp depsrc-optional.mk
Log Message:
make(1): fix debug output in out-of-date for cohorts (since 2003
Module Name:src
Committed By: rillig
Date: Sun Nov 8 10:40:07 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): extract PretendAllChildrenAreMade from Make_ExpandUse
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/usr.bin/make/m
Module Name:src
Committed By: rillig
Date: Sun Nov 8 10:50:50 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): inline MakeFindChild into PretendAllChildrenAreMade
This gets rid of a few void pointers and some function calls. The
documentation of M
Module Name:src
Committed By: rillig
Date: Sun Nov 8 11:05:58 UTC 2020
Modified Files:
src/usr.bin/make: make.c
src/usr.bin/make/unit-tests: depsrc-optional.exp
Log Message:
make(1): inline MakeAddChild into ExamineLater
This gets rid of a few void pointers and u
Module Name:src
Committed By: rillig
Date: Sun Nov 8 11:25:27 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): inline MakeCheckOrder into IsWaitingForOrder
This gets rid of a few void pointers and an unnecessary and unused
function parameter.
The
Module Name:src
Committed By: rillig
Date: Sun Nov 8 11:28:44 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): fix type of have_token in MakeStartJobs
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/usr.bin/make/make.c
Please
Module Name:src
Committed By: rillig
Date: Sun Nov 8 11:37:46 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): clean up Make_ExpandUse
The targets need to be copied to the 'examine' queue, not because the
targets list would be modified but because
Module Name:src
Committed By: rillig
Date: Sun Nov 8 11:57:49 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
make(1): document inefficient cache lookup in DirMatchFiles
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/usr.bin/make/dir.c
Module Name:src
Committed By: rillig
Date: Sun Nov 8 12:02:16 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): inline Lst_ForEachUntil in ReadBuiltinRules
The list of expanded filenames for sys.mk is freed in the end, but not
the filenames themselv
Module Name:src
Committed By: rillig
Date: Sun Nov 8 12:14:14 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): inline ReadMakefileSucceeded into ReadFirstDefaultMakefile
This gets rid of a few void pointers and an unused function parameter.
To ge
Module Name:src
Committed By: rillig
Date: Sun Nov 8 12:21:28 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): indent main consistently
To generate a diff of this commit:
cvs rdiff -u -r1.446 -r1.447 src/usr.bin/make/main.c
Please note that diffs
Module Name:src
Committed By: rillig
Date: Sun Nov 8 12:40:04 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): split main into manageable pieces
The purpose of a main function is to give a high-level overview about the
whole program. 270 lines of
Module Name:src
Committed By: rillig
Date: Sun Nov 8 12:50:58 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): move documentation from main to the phase functions
To generate a diff of this commit:
cvs rdiff -u -r1.448 -r1.449 src/usr.bin/make/mai
Module Name:src
Committed By: rillig
Date: Sun Nov 8 13:05:03 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): move usage further to the top
This avoids a forward declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.449 -r1.450 src/us
Module Name:src
Committed By: rillig
Date: Sun Nov 8 13:10:30 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): rename init_machine to InitVarMachine
For consistency with the other Init functions.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: rillig
Date: Sun Nov 8 13:46:16 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: var-op-expand.exp var-op-expand.mk
Log Message:
make(1): add test for edge case in resolving undefined variables
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: rillig
Date: Sun Nov 8 14:00:52 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: var-op-expand.mk
Log Message:
make(1): fix bug description of using := with undefined variable
In 1993, the variable names could not refer to other variabl
Module Name:src
Committed By: jmcneill
Date: Sun Nov 8 14:16:59 UTC 2020
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Ignore PNP0001 (EISA interrupt controller) and PNP0C02 (motherboard
resources) when enumerating devices.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Sun Nov 8 14:19:15 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): remove redundant comment from main_ReadFiles
The code has become so simple that it made the comment redundant.
To generate a diff of th
Module Name:src
Committed By: rillig
Date: Sun Nov 8 14:50:24 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): reformat main.c more closely to share/misc/style
To generate a diff of this commit:
cvs rdiff -u -r1.452 -r1.453 src/usr.bin/make/main.c
Module Name:src
Committed By: kamil
Date: Sun Nov 8 14:52:36 UTC 2020
Modified Files:
src: BUILDING
src/distrib/sets: sets.subr
src/doc: BUILDING.mdoc
src/share/man/man5: mk.conf.5
src/share/mk: bsd.README bsd.man.mk bsd.own.mk
Log Message:
Module Name:src
Committed By: kamil
Date: Sun Nov 8 14:55:26 UTC 2020
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Remove the MKCATPAGES remnants
To generate a diff of this commit:
cvs rdiff -u -r1.1231 -r1.1232 src/share/mk/bsd.own.mk
Please note that diffs a
Module Name:src
Committed By: rillig
Date: Sun Nov 8 15:07:37 UTC 2020
Modified Files:
src/usr.bin/make: job.c main.c meta.c parse.c var.c
Log Message:
make(1): use strict typing in conditions of the form !var
To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.
Module Name:src
Committed By: rillig
Date: Sun Nov 8 15:18:09 UTC 2020
Modified Files:
src/usr.bin/make: make.h
Log Message:
make(1): fix documentation of preserveUndefined
Since it is a global variable and not a VarEvalFlags, it affects nested
subexpressions as well, an
Module Name:src
Committed By: kamil
Date: Sun Nov 8 15:19:18 UTC 2020
Modified Files:
src/share/mk: bsd.README
Log Message:
Stop mentioning the support for cat pages
To generate a diff of this commit:
cvs rdiff -u -r1.413 -r1.414 src/share/mk/bsd.README
Please note tha
Module Name:src
Committed By: wiz
Date: Sun Nov 8 15:57:01 UTC 2020
Modified Files:
src/doc: 3RDPARTY
Log Message:
grep 3.5 is out for a while.
To generate a diff of this commit:
cvs rdiff -u -r1.1759 -r1.1760 src/doc/3RDPARTY
Please note that diffs are not public doma
Module Name:src
Committed By: rillig
Date: Sun Nov 8 16:44:47 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: varparse-errors.exp varparse-errors.mk
Log Message:
make
Module Name:src
Committed By: kamil
Date: Sun Nov 8 16:47:59 UTC 2020
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Move the html9/psref* files from comp-sys-catman to comp-sys-htmlman
To generate a diff of this commit:
cvs rdiff -u -r1.2363 -r1.2364 src/
Module Name:src
Committed By: rillig
Date: Sun Nov 8 16:58:34 UTC 2020
Modified Files:
src/usr.bin/make: nonints.h parse.c var.c
src/usr.bin/make/unit-tests: varname-dot-shell.exp
Log Message:
make(1): rename VARE_ASSIGN to VARE_KEEP_DOLLAR
The other flags in Var
Module Name:src
Committed By: kamil
Date: Sun Nov 8 17:37:30 UTC 2020
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
catman(8) is a past thing
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/games/fortune/datfiles/fortunes
Please no
Module Name:src
Committed By: rillig
Date: Sun Nov 8 18:05:32 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-loop.exp varmod-loop.mk
Log Message:
make(1): add test demonstrating how ':=' and ':@var@' interact
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Sun Nov 8 18:13:01 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): extract VarSubstNested from Var_Subst
Each of these functions now fits on a moderately large screen.
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Sun Nov 8 18:16:55 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): reorder branches in Var_Subst
This way, '$$' is handled first, followed by '$', followed by everything
else. This is easier to follow tha
Module Name:src
Committed By: rillig
Date: Sun Nov 8 18:27:14 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rename local variable in VarSubstNested
To generate a diff of this commit:
cvs rdiff -u -r1.679 -r1.680 src/usr.bin/make/var.c
Please no
Module Name:src
Committed By: rillig
Date: Sun Nov 8 19:24:19 UTC 2020
Modified Files:
src/usr.bin/make: cond.c var.c
Log Message:
make(1): clean up VarEvalFlags in the calls to Var_Parse and Var_Subst
There are only 3 flags, and some combinations don't even make sense.
Module Name:src
Committed By: rillig
Date: Sun Nov 8 19:53:11 UTC 2020
Modified Files:
src/usr.bin/make: arch.c cond.c parse.c suff.c var.c
Log Message:
make(1): clean up code related to VarEvalFlags
Mention VARE_WANTRES before VARE_UNDEFERR since the latter depends on
t
Module Name:src
Committed By: rillig
Date: Sun Nov 8 20:29:13 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-defined.exp varmod-defined.mk
Log Message:
make(1): add test demonstrating the :D modifier with := assignments
To generate a diff of this commit:
c
Module Name:src
Committed By: rillig
Date: Sun Nov 8 21:10:18 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): clean up FuncExists
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/usr.bin/make/cond.c
Please note that diffs are
Module Name:src
Committed By: rillig
Date: Sun Nov 8 21:33:05 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-func.mk
Log Message:
make(1): document what the directive ".if A&B" means
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/mak
Module Name:src
Committed By: rillig
Date: Sun Nov 8 21:40:13 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-func.exp cond-func.mk
Log Message:
make(1): add test for function argument with unbalanced braces
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: rillig
Date: Sun Nov 8 21:47:59 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-cmp-numeric-eq.exp
cond-cmp-numeric-eq.mk
Log Message:
make(1): add test for comparison of large integers
To generate a diff of this comm
Module Name:src
Committed By: nia
Date: Sun Nov 8 21:56:48 UTC 2020
Modified Files:
src/external/bsd/kyua-cli: Makefile.inc
src/external/ibm-public/postfix: Makefile.inc
src/external/public-domain/sqlite: Makefile.inc
src/external/public-domain/sqli
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:22:04 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): clean up TryParseNumber in conditions
More descriptive variable names, more appropriate literals for
comparisons, one task per paragraph
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:28:05 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-token-number.exp cond-token-number.mk
Log Message:
make(1): add test for hexadecimal numbers in conditionals
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:37:52 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): rename local variable in CondParser_String
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/usr.bin/make/cond.c
Plea
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:38:28 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-ifdef.exp directive-ifdef.mk
Log Message:
make(1): add test for function call in .ifdef directive
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:41:40 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): improve variable names in EvalNotEmpty
In a unary expression, there is no left-hand side.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:44:05 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): improve local variable name in EvalNotEmpty
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/usr.bin/make/cond.c
Ple
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:45:51 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-ifmake.mk
Log Message:
make(1): add test for .ifmake 0 and .ifmake 1
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/mak
Module Name:src
Committed By: rillig
Date: Sun Nov 8 22:56:16 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-cmp-numeric.exp cond-cmp-numeric.mk
Log Message:
make(1): add test for wrong comparison operator in conditional
To generate a diff of this commit:
cv
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:00:10 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-cmp-string.mk
Log Message:
make(1): add test for comparing numbers with strings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:05:47 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): fix type mismatch between int and Token
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/usr.bin/make/cond.c
Please
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:08:49 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): rename CondParser_Func to CondParser_LeafToken
The previous name was misleading since the function did not only parse
function call expre
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:10:22 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): inline strchr call in CondParser_LeafToken
To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/usr.bin/make/cond.c
Plea
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:20:19 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): extract CondParser_Func from CondParser_LeafToken
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/usr.bin/make/cond.
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:30:59 UTC 2020
Modified Files:
src/usr.bin/make: make.h
Log Message:
make(1): sort debug flags alphabetically
DEBUG_FOR had been accidentally left at the end of the list.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:38:02 UTC 2020
Modified Files:
src/usr.bin/make: main.c make.h parse.c var.c
Log Message:
make(1): move lint option away from the debug flags
The lint option affects much more than a typical debug flag. Not only
do
Module Name:src
Committed By: rillig
Date: Sun Nov 8 23:54:28 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make: cond.c
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: cond-op-and-lint.exp con
Module Name:src
Committed By: rillig
Date: Mon Nov 9 00:07:06 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
src/usr.bin/make/unit-tests: cond-token-plain.mk
Log Message:
make(1): document handling of '#' and '\n' in conditionals
To generate a diff of this co
Module Name:src
Committed By: kamil
Date: Mon Nov 9 00:46:00 UTC 2020
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
Revert to the original phrasing, but remove the man 8 section reference.
catman is a historical Unix tool.
To generate a diff of this
Module Name:src
Committed By: kamil
Date: Mon Nov 9 01:05:52 UTC 2020
Modified Files:
src/distrib/sets: comments deps descrs
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/games: mi
src/distrib/sets/li
Module Name:src
Committed By: kamil
Date: Mon Nov 9 01:07:04 UTC 2020
Modified Files:
src/etc/mtree: NetBSD.dist.Xorg NetBSD.dist.base
Log Message:
Remove the catman directories
No longer relevant after the MKCATPAGES removal.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: dholland
Date: Mon Nov 9 03:23:15 UTC 2020
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
Restore the catman joke.
It needs the (8), or it fails to work for people who don't know or had
forgotten catman(8) was ever a thing
79 matches
Mail list logo