Module Name:src
Committed By: rillig
Date: Fri Nov 13 07:52:04 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): use bitset for IfState
Previously, the individual IfStates contained redundant information,
which was apparent in the documentation. Thi
Module Name:src
Committed By: rillig
Date: Fri Nov 13 07:35:27 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): replace large switch with if-else in Cond_EvalLine
To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/usr.bin/make/cond
Module Name:src
Committed By: rillig
Date: Fri Nov 13 06:19:27 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): move the comment about ".else " to the correct place
To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/usr.bin/make/co
Module Name:src
Committed By: msaitoh
Date: Fri Nov 13 05:53:36 UTC 2020
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Fix a bug that some advertise speeds can't be set with hw.ixgN.advertise_speed
if both 2.5G and 5G are set. Fix the error message, too.
T
Module Name:src
Committed By: msaitoh
Date: Fri Nov 13 04:12:38 UTC 2020
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_x540.c
Log Message:
Fix typo in a debug message.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/ixgbe/ixgbe_x540.c
Please
Module Name:src
Committed By: macallan
Date: Fri Nov 13 01:03:39 UTC 2020
Modified Files:
src/sys/dev/wsfont: files.wsfont wsfont.c
Added Files:
src/sys/dev/wsfont: Liberation_Mono_12x21.h
Log Message:
add a rendering of the Liberation Mono font for console use
T
Module Name:src
Committed By: sjg
Date: Thu Nov 12 23:53:17 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: objdir-writable.mk
Log Message:
Use explicit MAKEOBJDIR to avoid tripping over /usr/obj
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.b
Module Name:src
Committed By: sjg
Date: Thu Nov 12 23:35:21 UTC 2020
Modified Files:
src/usr.bin/make: main.c make.1 make.h parse.c
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: objdir-writable.exp objdir-writable.mk
Log Me
Module Name:src
Committed By: rillig
Date: Thu Nov 12 22:40:11 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-endif.mk
Log Message:
make(1): add test for missing check on .endif with arguments
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 s
Module Name:src
Committed By: rillig
Date: Thu Nov 12 22:27:56 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): improve readability of IfState documentation
The words "None" and "One" looked and sounded too similar.
To generate a diff of this comm
Module Name:src
Committed By: maya
Date: Thu Nov 12 22:28:02 UTC 2020
Modified Files:
src/distrib/sets/lists/xfont: mi
src/external: Makefile
Added Files:
src/external/ofl: Makefile
src/external/ofl/font-liberation-ttf: Makefile
Log Message:
Hook up
Module Name:xsrc
Committed By: maya
Date: Thu Nov 12 22:23:48 UTC 2020
Added Files:
xsrc/external/ofl/font-liberation-ttf/src: LiberationMono-Bold.ttf
LiberationMono-BoldItalic.ttf LiberationMono-Italic.ttf
LiberationMono-Regular.ttf LiberationSans-B
Module Name:src
Committed By: joerg
Date: Thu Nov 12 22:23:16 UTC 2020
Modified Files:
src/games/warp: intrp.c score.h sig.h util.c util.h
Log Message:
Avoid common symbols. Use __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/games/warp/intrp.c
cv
Module Name:xsrc
Committed By: maya
Date: Thu Nov 12 22:16:47 UTC 2020
Update of /cvsroot/xsrc/external/ofl/font-liberation-ttf/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv5803
Log Message:
Initial import of font-liberation-ttf version 2.1.1
These are a set of 3 fonts that
Module Name:src
Committed By: christos
Date: Thu Nov 12 22:11:03 UTC 2020
Modified Files:
src/external/mpl/dhcp/dist/omapip: errwarn.c
Log Message:
Don't use static buffers to store format strings; this is a multi-threaded
program and if we print from multiple threads we c
Module Name:src
Committed By: rillig
Date: Thu Nov 12 21:54:52 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: opt-debug-jobs.exp opt-debug-jobs.mk
Log Message:
make(1): avoid race condition in test opt-debug-jobs
Thanks sjg for finding this and suggesting the fix.
Module Name:src
Committed By: rillig
Date: Thu Nov 12 20:16:20 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): rename local variable in Cond_EvalLine
A variable called line is not supposed to be a moving target, that's what
the name p is reserved f
Module Name:src
Committed By: rillig
Date: Thu Nov 12 20:06:37 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): remove complicated code to find the definition for plain .if
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/usr.bin
Module Name:src
Committed By: rillig
Date: Thu Nov 12 20:01:27 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): document IfState in more detail
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/usr.bin/make/cond.c
Please note tha
Module Name:src
Committed By: rillig
Date: Thu Nov 12 19:46:36 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-elif.exp directive-elif.mk
directive-if.exp directive-if.mk
Log Message:
make(1): move test for missing space after .if to correct fil
Module Name:src
Committed By: rillig
Date: Thu Nov 12 19:45:24 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-elif.exp directive-elif.mk
Log Message:
make(1): add test for missing space after .if directive
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Thu Nov 12 19:43:19 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/dist: getrrsetbyname.c
Log Message:
eliminate direct use of _res for threaded programs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
Module Name:src
Committed By: nia
Date: Thu Nov 12 17:53:44 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: kardel
Date: Thu Nov 12 13:13:45 UTC 2020
Modified Files:
src/sys/netinet: ip_mroute.c
Log Message:
PR kern/55779:
restore non-desctructive guarantee of ip_mforward() mbuf
argument. This avoids generation invalid UDP checksums
on multicast pa
Module Name:src
Committed By: simonb
Date: Thu Nov 12 12:19:46 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note better kern.maxfiles defaults.
To generate a diff of this commit:
cvs rdiff -u -r1.2752 -r1.2753 src/doc/CHANGES
Please note that diffs are not pub
Module Name:src
Committed By: jmcneill
Date: Thu Nov 12 11:28:39 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: bus_space_asm_generic.S
Log Message:
Fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/aarch64/aarch64/bus_s
Module Name:src
Committed By: rillig
Date: Thu Nov 12 08:12:07 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): clean up Cond_EvalLine
The constant MAXIF was not a maximum but an initial capacity. Inline it
to remove the misleading name. Likewise,
27 matches
Mail list logo