Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:58:40 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: add -?. improve option errors
Support -? to show help.
Implemented using getopts "leading colon optstring" feature.
Im
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:58:40 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: add -?. improve option errors
Support -? to show help.
Implemented using getopts "leading colon optstring" feature.
Im
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:57:34 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: usage improvements
Show options alphabetically.
Use UPPER_CASE instead of lowercase as the convention for argument nam
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:57:34 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: usage improvements
Show options alphabetically.
Use UPPER_CASE instead of lowercase as the convention for argument nam
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:56:43 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: improve validation and help
Validate the operation and items before extracting any etc.tgz,
so that help or errors are
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:56:43 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: improve validation and help
Validate the operation and items before extracting any etc.tgz,
so that help or errors are
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:55:13 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: style tweaks
Fix ... in comments and internal errors.
Sort variables declared at top of main(), for easier review.
T
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:55:13 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: style tweaks
Fix ... in comments and internal errors.
Sort variables declared at top of main(), for easier review.
T
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:53:58 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: help to stdout. usage tweaks
When invoked as "help" or "usage", send the usage to stdout
instead of stderr, so that it
Module Name:src
Committed By: lukem
Date: Sat Jan 8 06:53:58 UTC 2022
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: help to stdout. usage tweaks
When invoked as "help" or "usage", send the usage to stdout
instead of stderr, so that it
Module Name:src
Committed By: pgoyette
Date: Sat Jan 8 02:00:49 UTC 2022
Modified Files:
src/sys/modules/ufs: Makefile
Log Message:
Use += for SRCS list
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/ufs/Makefile
Please note that diffs are
Module Name:src
Committed By: pgoyette
Date: Sat Jan 8 02:00:49 UTC 2022
Modified Files:
src/sys/modules/ufs: Makefile
Log Message:
Use += for SRCS list
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/ufs/Makefile
Please note that diffs are
Module Name:src
Committed By: pgoyette
Date: Sat Jan 8 01:58:16 UTC 2022
Modified Files:
src/sys/modules/ffs: Makefile
Log Message:
Remove extra blank line
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/modules/ffs/Makefile
Please note that diffs
Module Name:src
Committed By: pgoyette
Date: Sat Jan 8 01:58:16 UTC 2022
Modified Files:
src/sys/modules/ffs: Makefile
Log Message:
Remove extra blank line
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/modules/ffs/Makefile
Please note that diffs
Module Name:src
Committed By: pgoyette
Date: Sat Jan 8 01:50:54 UTC 2022
Modified Files:
src/sys/modules/ffs: Makefile
Log Message:
Use \t for pre-comment white-space
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/modules/ffs/Makefile
Please note
Module Name:src
Committed By: pgoyette
Date: Sat Jan 8 01:50:54 UTC 2022
Modified Files:
src/sys/modules/ffs: Makefile
Log Message:
Use \t for pre-comment white-space
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/modules/ffs/Makefile
Please note
Module Name:src
Committed By: rillig
Date: Fri Jan 7 23:13:50 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: clean up structure of For_Eval
Put related decisions on the same indentation level, remove unnecessary
negation, keep the code for the '.for'
Module Name:src
Committed By: rillig
Date: Fri Jan 7 23:13:50 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: clean up structure of For_Eval
Put related decisions on the same indentation level, remove unnecessary
negation, keep the code for the '.for'
Module Name:src
Committed By: andvar
Date: Fri Jan 7 22:59:32 UTC 2022
Modified Files:
src/sys/arch/powerpc/include: asm.h
src/tests/net/ipsec: t_ipsec_misc.sh
Log Message:
s/udpate/update/
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/ar
Module Name:src
Committed By: andvar
Date: Fri Jan 7 22:59:32 UTC 2022
Modified Files:
src/sys/arch/powerpc/include: asm.h
src/tests/net/ipsec: t_ipsec_misc.sh
Log Message:
s/udpate/update/
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/ar
Module Name:src
Committed By: rillig
Date: Fri Jan 7 22:08:09 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove redundant condition in ParseRawLine
The input buffer is guaranteed to be terminated by '\n'. This means
that after a '\\', there is
Module Name:src
Committed By: rillig
Date: Fri Jan 7 22:08:09 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove redundant condition in ParseRawLine
The input buffer is guaranteed to be terminated by '\n'. This means
that after a '\\', there is
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:57:26 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: rename local variable in ParseRawLine
The previous variable name suggested that the variable would point to
the first '#' character of the
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:57:26 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: rename local variable in ParseRawLine
The previous variable name suggested that the variable would point to
the first '#' character of the
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:40:57 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: condense UnescapeBackslash
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.634 -r1.635 src/usr.bin/make/parse.c
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:40:57 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: condense UnescapeBackslash
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.634 -r1.635 src/usr.bin/make/parse.c
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:04:50 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: in loadfile, use simpler magic numbers
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.633 -r1.634 src/usr.bin/
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:04:50 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: in loadfile, use simpler magic numbers
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.633 -r1.634 src/usr.bin/
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:00:50 UTC 2022
Modified Files:
src/usr.bin/make: main.c parse.c
Log Message:
make: have as few statements as possible between va_start and va_end
No functional change.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Fri Jan 7 21:00:50 UTC 2022
Modified Files:
src/usr.bin/make: main.c parse.c
Log Message:
make: have as few statements as possible between va_start and va_end
No functional change.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:54:45 UTC 2022
Modified Files:
src/usr.bin/make: nonints.h parse.c suff.c
Log Message:
make: remove redundant function parameter in suffix handling
Now that mainNode is globally visible, there is no need to pass it
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:54:45 UTC 2022
Modified Files:
src/usr.bin/make: nonints.h parse.c suff.c
Log Message:
make: remove redundant function parameter in suffix handling
Now that mainNode is globally visible, there is no need to pass it
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:50:35 UTC 2022
Modified Files:
src/usr.bin/make: make.h nonints.h parse.c suff.c targ.c
Log Message:
make: merge duplicate variables for the main target
No functional change.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:50:35 UTC 2022
Modified Files:
src/usr.bin/make: make.h nonints.h parse.c suff.c targ.c
Log Message:
make: merge duplicate variables for the main target
No functional change.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:37:25 UTC 2022
Modified Files:
src/usr.bin/make: main.c parse.c targ.c var.c
Log Message:
make: clean up comments, variable names, function names
The comment in ApplyDependencySourceOther repeated the code, its seco
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:37:25 UTC 2022
Modified Files:
src/usr.bin/make: main.c parse.c targ.c var.c
Log Message:
make: clean up comments, variable names, function names
The comment in ApplyDependencySourceOther repeated the code, its seco
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:15:10 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: clean up handling of .for loops
Sort ForLoop members in natural reading order.
Remove redundant condition in ForLoop_ParseItems; at that poi
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:15:10 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: clean up handling of .for loops
Sort ForLoop members in natural reading order.
Remove redundant condition in ForLoop_ParseItems; at that poi
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:09:58 UTC 2022
Modified Files:
src/usr.bin/make: for.c nonints.h parse.c
Log Message:
make: eliminate file-scope variable forLevel
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:09:58 UTC 2022
Modified Files:
src/usr.bin/make: for.c nonints.h parse.c
Log Message:
make: eliminate file-scope variable forLevel
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:04:49 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: use simpler code for handling .for loops
Since the body of a .for loop is scanned from start to end, there is no
need to remember the length
Module Name:src
Committed By: rillig
Date: Fri Jan 7 20:04:49 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: use simpler code for handling .for loops
Since the body of a .for loop is scanned from start to end, there is no
need to remember the length
Module Name:src
Committed By: rillig
Date: Fri Jan 7 19:30:18 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: cond-func.exp cond-func.mk
Log Message:
tests/make: fix documentation in cond-func.mk
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 19:30:18 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: cond-func.exp cond-func.mk
Log Message:
tests/make: fix documentation in cond-func.mk
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 19:24:27 UTC 2022
Modified Files:
src/usr.bin/make: compat.c job.c make.h nonints.h targ.c
Log Message:
make: rename and inline Targ_Precious
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 19:24:27 UTC 2022
Modified Files:
src/usr.bin/make: compat.c job.c make.h nonints.h targ.c
Log Message:
make: rename and inline Targ_Precious
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: nia
Date: Fri Jan 7 16:51:25 UTC 2022
Modified Files:
src/usr.bin/calendar/calendars: calendar.christian
Log Message:
Update Advent Sunday date to 2022
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/calendar/calend
Module Name:src
Committed By: nia
Date: Fri Jan 7 16:51:25 UTC 2022
Modified Files:
src/usr.bin/calendar/calendars: calendar.christian
Log Message:
Update Advent Sunday date to 2022
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/calendar/calend
change made to the NetBSD source tree.
@@ -464,3 +464,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[jmcneill 20220103]
eqos(4): Add driver for DesignWare Ethernet Quality-of-Service
controller. [jmcneill 20220103]
+ OpenSSL: Imported 1.1.1m. [christos 20220107]
Module Name:src
Committed By: christos
Date: Fri Jan 7 15:51:42 UTC 2022
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new OpenSSL
To generate a diff of this commit:
cvs rdiff -u -r1.1828 -r1.1829 src/doc/3RDPARTY
cvs rdiff -u -r1.2855 -r1.2856 src/doc/CHANGES
Module Name:src
Committed By: christos
Date: Fri Jan 7 15:50:11 UTC 2022
Modified Files:
src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README
src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c
speed.c
src/crypto/exte
Module Name:src
Committed By: christos
Date: Fri Jan 7 15:50:11 UTC 2022
Modified Files:
src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README
src/crypto/external/bsd/openssl/dist/apps: s_client.c s_server.c
speed.c
src/crypto/exte
Module Name:src
Committed By: rillig
Date: Fri Jan 7 14:03:55 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up comments and names in parse.c
No binary change except for assertion line numbers.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Fri Jan 7 14:03:55 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up comments and names in parse.c
No binary change except for assertion line numbers.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Fri Jan 7 13:56:10 UTC 2022
Modified Files:
src/usr.bin/make: make.h parse.c
src/usr.bin/make/unit-tests: include-sub.mk
Log Message:
make: rename IFile and its fields to match their actual content
For lines that use bac
Module Name:src
Committed By: rillig
Date: Fri Jan 7 13:56:10 UTC 2022
Modified Files:
src/usr.bin/make: make.h parse.c
src/usr.bin/make/unit-tests: include-sub.mk
Log Message:
make: rename IFile and its fields to match their actual content
For lines that use bac
Module Name:src
Committed By: rillig
Date: Fri Jan 7 12:44:57 UTC 2022
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: merge calls to ApplyModifier_Time
This enables GCC 11 to inline ApplyModifier_Time, like all the other
modifiers. Similar pattern as for ':M
Module Name:src
Committed By: rillig
Date: Fri Jan 7 12:44:57 UTC 2022
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: merge calls to ApplyModifier_Time
This enables GCC 11 to inline ApplyModifier_Time, like all the other
modifiers. Similar pattern as for ':M
Module Name:src
Committed By: rillig
Date: Fri Jan 7 12:37:27 UTC 2022
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: merge duplicate code for modifiers 'gmtime' and 'localtime'
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.993 -
Module Name:src
Committed By: rillig
Date: Fri Jan 7 12:37:27 UTC 2022
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: merge duplicate code for modifiers 'gmtime' and 'localtime'
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.993 -
Module Name:src
Committed By: rillig
Date: Fri Jan 7 12:33:25 UTC 2022
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: clean up variable modifiers 'gmtime' and 'localtime'
Use consistent wording (zulu -> gmt), make VarStrftime parameter order
consistent with s
Module Name:src
Committed By: rillig
Date: Fri Jan 7 12:33:25 UTC 2022
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: clean up variable modifiers 'gmtime' and 'localtime'
Use consistent wording (zulu -> gmt), make VarStrftime parameter order
consistent with s
Module Name:src
Committed By: bad
Date: Fri Jan 7 10:17:39 UTC 2022
Modified Files:
src/sbin/ifconfig: ifconfig.8
src/usr.bin/netstat: netstat.1
Log Message:
mention ifmcstat(8) in SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sbi
Module Name:src
Committed By: bad
Date: Fri Jan 7 10:17:39 UTC 2022
Modified Files:
src/sbin/ifconfig: ifconfig.8
src/usr.bin/netstat: netstat.1
Log Message:
mention ifmcstat(8) in SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sbi
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:49:43 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up ParseDependencySources
It is not necessary anymore to modify the passed-in line. It had been
necessary when the parsing function
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:49:43 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up ParseDependencySources
It is not necessary anymore to modify the passed-in line. It had been
necessary when the parsing function
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:35:12 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up local variables in ParseDependencyTargets
Having only a single moving pointer is less confusing than the previous
copying between
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:35:12 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up local variables in ParseDependencyTargets
Having only a single moving pointer is less confusing than the previous
copying between
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:28:35 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove redundant variable in ParseDependencyTargetWord
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.623 -r1.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:28:35 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove redundant variable in ParseDependencyTargetWord
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.623 -r1.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:19:43 UTC 2022
Modified Files:
src/usr.bin/make: cond.c parse.c
Log Message:
make: clean up function argument names and comments
No binary change except for assertion line numbers.
To generate a diff of this commi
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:19:43 UTC 2022
Modified Files:
src/usr.bin/make: cond.c parse.c
Log Message:
make: clean up function argument names and comments
No binary change except for assertion line numbers.
To generate a diff of this commi
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:02:19 UTC 2022
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: remove redundant initializer in CondParser_ComparisonOrLeaf
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 09:02:19 UTC 2022
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: remove redundant initializer in CondParser_ComparisonOrLeaf
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:48:16 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up nitpicks in parse.c
In PrintLocation, fname is not an iterator, so prefer fname[0] over
*fname.
List stdout and stderr in this or
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:48:16 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: clean up nitpicks in parse.c
In PrintLocation, fname is not an iterator, so prefer fname[0] over
*fname.
List stdout and stderr in this or
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:37:24 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: reduce negations in ParseVErrorInternal
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.620 -r1.621 src/usr.bin
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:37:24 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: reduce negations in ParseVErrorInternal
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.620 -r1.621 src/usr.bin
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:30:04 UTC 2022
Modified Files:
src/usr.bin/make: make_malloc.c
Log Message:
make: rename local variable in bmake_malloc
The length of a string does not include the trailing '\0'.
No binary change.
To generate a d
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:30:04 UTC 2022
Modified Files:
src/usr.bin/make: make_malloc.c
Log Message:
make: rename local variable in bmake_malloc
The length of a string does not include the trailing '\0'.
No binary change.
To generate a d
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:28:06 UTC 2022
Modified Files:
src/usr.bin/make: job.c
Log Message:
make: reduce code for initializing error handling in shell
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.445 -r1.446
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:28:06 UTC 2022
Modified Files:
src/usr.bin/make: job.c
Log Message:
make: reduce code for initializing error handling in shell
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.445 -r1.446
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:20:00 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
src/usr.bin/make/unit-tests: directive-include.mk
Log Message:
make: fix null pointer when including empty file (since 2022-01-01)
Calling malloc(0) m
Module Name:src
Committed By: rillig
Date: Fri Jan 7 08:20:00 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
src/usr.bin/make/unit-tests: directive-include.mk
Log Message:
make: fix null pointer when including empty file (since 2022-01-01)
Calling malloc(0) m
84 matches
Mail list logo