Module Name:src
Committed By: rillig
Date: Wed Sep 2 06:25:48 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): fix documentation of Var_Subst
The "var" parameter does not exist anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.483 -r1.4
Module Name:src
Committed By: rillig
Date: Wed Sep 2 06:19:11 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): clean up comments in var.c, make VarQuote const-correct
To generate a diff of this commit:
cvs rdiff -u -r1.482 -r1.483 src/usr.bin/make/
Module Name:src
Committed By: rillig
Date: Wed Sep 2 06:10:44 UTC 2020
Modified Files:
src/usr.bin/make: make_malloc.c
Log Message:
make(1): remove redundancy from comments in make_malloc.c
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/make/m
Module Name:src
Committed By: rillig
Date: Wed Sep 2 05:36:58 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: forloop.mk
Log Message:
make(1): fix typo in unit test for the .for loop
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit
Module Name:src
Committed By: rillig
Date: Wed Sep 2 05:33:58 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: directive-for.exp directive-for.mk
Log Message:
make(1):
Module Name:src
Committed By: rillig
Date: Wed Sep 2 04:32:13 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
make(1): fix cached_stat for files with st_mtime 0
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/usr.bin/make/dir.c
Please
Module Name:src
Committed By: rillig
Date: Wed Sep 2 04:19:52 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
make(1): fix aliasing problem in cached_stat from the previous commit
When the struct stat was used for both calling the actual stat and for
return
Module Name:src
Committed By: rillig
Date: Wed Sep 2 04:08:54 UTC 2020
Modified Files:
src/usr.bin/make: dir.c dir.h make.h meta.c
Log Message:
make(1): reduce number of stat fields returned by cached_stat
Only st_mtime and st_mode are actually filled, the remaining fiel
Module Name:src
Committed By: thorpej
Date: Wed Sep 2 04:06:43 UTC 2020
Modified Files:
src/sys/lib/libkern: softfloat.c
Log Message:
Reduce diffs to upstream: get rid of FLOAT64_{,DE}MANGLE(); it's no longer
used.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -
Module Name:src
Committed By: thorpej
Date: Wed Sep 2 03:45:54 UTC 2020
Modified Files:
src/sys/lib/libkern: softfloat.c
Log Message:
Update to the SoftFloat-2b version of softfloat.c. This makes a clarifying
change to the warranty disclaimer and updates the comments. N
Module Name:src
Committed By: thorpej
Date: Wed Sep 2 03:43:22 UTC 2020
Modified Files:
src/sys/lib/libkern: milieu.h
Log Message:
Update to the SoftFloat-2c version of milieu.h. This includes a
simplification of the license and updates the comments. NFC.
To generate
Module Name:src
Committed By: thorpej
Date: Wed Sep 2 03:41:56 UTC 2020
Modified Files:
src/sys/lib/libkern: softfloat-specialize.h softfloat.h
Log Message:
Update to the SoftFloat-2c version of softfloat-specialize.h and softfloat.h.
This includes a simplification of the
Module Name:src
Committed By: rillig
Date: Wed Sep 2 03:28:12 UTC 2020
Modified Files:
src/usr.bin/make: dir.c make.h
Log Message:
make(1): use proper types in API of cached_stat and cached_lstat
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/usr.bi
Module Name:src
Committed By: rillig
Date: Wed Sep 2 03:15:21 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
make(1): use Hash API from dir.c
When the Hash struct fields are renamed the next time, this should not
influence any code outside hash.h and hash.
Module Name:src
Committed By: simonb
Date: Wed Sep 2 01:33:27 UTC 2020
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
Octeon CN70XX CPUs have a COP0 config5 register.
XXX: The presense of these are defined by the MIPS architecture, should probe.
To
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: rillig
Date: Tue Sep 1 21:11:31 UTC 2020
Modified Files:
src/usr.bin/make: dir.c hash.c hash.h
Log Message:
make(1): rename Hash_Table fields
Back in the 1980s it made sense to have the type information encoded in
the variable names. At the
Module Name:src
Committed By: rillig
Date: Tue Sep 1 21:00:15 UTC 2020
Modified Files:
src/usr.bin/make: hash.h
Log Message:
make(1): replace Hash_Table macros with inline functions
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/make/hash.h
P
Module Name:src
Committed By: rillig
Date: Tue Sep 1 20:54:00 UTC 2020
Modified Files:
src/usr.bin/make: targ.c
Log Message:
make(1): inline constant for hash table size
The name HTSIZE didn't provide any explanation for the value 191, and it
is obvious that this is a ha
Module Name:src
Committed By: rillig
Date: Tue Sep 1 20:34:51 UTC 2020
Modified Files:
src/usr.bin/make: enum.c enum.h
Log Message:
make(1): improve documentation for enum.c and enum.h
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/enum.c
c
Module Name:src
Committed By: rillig
Date: Tue Sep 1 20:17:18 UTC 2020
Modified Files:
src/usr.bin/make: dir.c dir.h
Log Message:
make(1): improve variable names and data types in Dir_FindHereOrAbove
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/us
Module Name:src
Committed By: rillig
Date: Tue Sep 1 20:14:34 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: opt-m-include-dir.exp opt-m-include-dir.mk
Log Message:
make(1): add test for the -m option, the special .../ path
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Tue Sep 1 19:17:58 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: opt-m-include-dir.mk
Log Message:
make(1): add test for -m option with special argument .../
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 s
Module Name:src
Committed By: gson
Date: Tue Sep 1 18:40:09 UTC 2020
Modified Files:
src/tests/rump/rumpkern: t_sp.sh
Log Message:
Format PR references consistently so that they can be automatically
turned into links in HTML reports.
To generate a diff of this commit:
c
Module Name:src
Committed By: rillig
Date: Tue Sep 1 17:56:32 UTC 2020
Modified Files:
src/usr.bin/make: dir.c dir.h
Log Message:
make(1): make data types in Dir_HasWildcards more precise
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/usr.bin/make/d
Module Name:src
Committed By: rillig
Date: Tue Sep 1 17:40:34 UTC 2020
Modified Files:
src/usr.bin/make: config.h
Log Message:
make(1): mark LIBSUFF and RECHECK as independent build options
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/make/c
Module Name:src
Committed By: rillig
Date: Tue Sep 1 17:38:26 UTC 2020
Modified Files:
src/usr.bin/make: buf.h parse.c
Log Message:
make(1): clean up documentation in buf.h, and redundant include files
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/us
Module Name:src
Committed By: rillig
Date: Tue Sep 1 17:12:30 UTC 2020
Modified Files:
src/usr.bin/make: Makefile
Log Message:
make(1): remove filemon object files on clean
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/usr.bin/make/Makefile
Please n
Module Name:src
Committed By: thorpej
Date: Tue Sep 1 15:45:21 UTC 2020
Modified Files:
src/sys/lib/libkern: softfloat-macros.h
Log Message:
Update to the SoftFloat-2c version of softfloat-macros.h. This has 3
small changes:
- Simplification of the license.
- Minor style
Module Name:src
Committed By: thorpej
Date: Tue Sep 1 15:36:53 UTC 2020
Modified Files:
src/sys/lib/libkern: softfloat-macros.h
Log Message:
Update to the SoftFloat-2b version of softfloat-macros.h. This makes a
clarifying change to the warranty disclaimer and updates th
Module Name:src
Committed By: bouyer
Date: Tue Sep 1 11:24:14 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Fix braino in pmap_find_gnt(), really return the gnt entry covering the range
and not one that starts just after.
Fixes a KASSERT in pmap_remov
Module Name:src
Committed By: thorpej
Date: Tue Sep 1 08:22:36 UTC 2020
Modified Files:
src/sys/arch/alpha/alpha: fp_complete.c
Log Message:
- compare_{le,lt)(): Use float64_{le,lt}_quiet() to avoid raising
exceptions on QNaNs.
- alpha_fp_interpret(): Instructions are 3
32 matches
Mail list logo