Module Name:src
Committed By: rillig
Date: Sat Aug 1 07:03:50 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): clearly mark a variable in Var_Set_with_flags for freeing
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.369
Module Name:src
Committed By: simonb
Date: Sat Aug 1 07:09:41 UTC 2020
Modified Files:
src/sys/arch/mips/mips: lock_stubs_llsc.S
Log Message:
Add a comment to say that an Octeon "sync 4" is "syncw" - sync all writes.
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: rillig
Date: Sat Aug 1 07:10:37 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): use consistent pattern for testing flags
To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 src/usr.bin/make/var.c
Please n
Module Name:src
Committed By: skrll
Date: Sat Aug 1 07:14:05 UTC 2020
Modified Files:
src/sys/uvm/pmap: pmap_tlb.h
Log Message:
Provide a TLBINFO_OWNED
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/uvm/pmap/pmap_tlb.h
Please note that diffs are
Module Name:src
Committed By: rillig
Date: Sat Aug 1 07:14:04 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): make condition in Var_Export1 simpler to read
To generate a diff of this commit:
cvs rdiff -u -r1.371 -r1.372 src/usr.bin/make/var.c
Ple
Module Name:src
Committed By: rillig
Date: Sat Aug 1 07:29:04 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): use better variable names in Var_Exists
Calling strchr just to initialize a variable to NULL is not as
straight-forward as possible.
The
Module Name:src
Committed By: maxv
Date: Sat Aug 1 08:18:37 UTC 2020
Modified Files:
src/sys/dev/nvmm: nvmm.c nvmm.h nvmm_internal.h
Log Message:
Put the few x86-specific structures under #ifdef __x86_64__, for clarity.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: maxv
Date: Sat Aug 1 08:20:53 UTC 2020
Modified Files:
src/doc: TODO.smpnet
src/share/man/man4: bridge.4 options.4
src/sys/arch/acorn32/conf: EB7500ATX GENERIC
src/sys/arch/alpha/conf: GENERIC
src/sys/arch/amd64
Module Name:src
Committed By: maxv
Date: Sat Aug 1 08:22:37 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note BRIDGE_IPF removal.
To generate a diff of this commit:
cvs rdiff -u -r1.2721 -r1.2722 src/doc/CHANGES
Please note that diffs are not public domain; t
Module Name:src
Committed By: rillig
Date: Sat Aug 1 08:42:33 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): fix documentation of Var_Value
To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 src/usr.bin/make/var.c
Please note that d
Module Name:src
Committed By: maxv
Date: Sat Aug 1 08:47:05 UTC 2020
Modified Files:
src/sys/arch/aarch64/include: armreg.h
Log Message:
The system registers we modify can have an impact on memory accesses, and
we don't want the compiler to randomly re-order the instructi
Module Name:src
Committed By: rillig
Date: Sat Aug 1 08:49:47 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): eliminate unsatisfiable condition in is_relpath
To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/usr.bin/make/main.c
Module Name:src
Committed By: rillig
Date: Sat Aug 1 08:55:28 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): merge duplicate code for concatenating strings
To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 src/usr.bin/make/main.c
Module Name:src
Committed By: rillig
Date: Sat Aug 1 09:08:17 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): make Main_SetVarObjdir const-correct and use separate variables
The return value of Var_Value should be const char *, but changing that
n
Module Name:src
Committed By: rillig
Date: Sat Aug 1 09:25:36 UTC 2020
Modified Files:
src/usr.bin/make: compat.c main.c make.c meta.c nonints.h parse.c
trace.c var.c
Log Message:
make(1): let Var_Value return a const char *
The return value must not be modif
Module Name:src
Committed By: skrll
Date: Sat Aug 1 09:26:49 UTC 2020
Modified Files:
src/common/lib/libc/arch/mips/atomic: atomic_add.S atomic_and.S
atomic_cas.S atomic_cas_up.S atomic_dec.S atomic_inc.S
atomic_op_asm.h atomic_or.S atomic_swap.S me
Module Name:src
Committed By: skrll
Date: Sat Aug 1 09:29:18 UTC 2020
Modified Files:
src/sys/arch/mips/mips: db_interface.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/mips/mips/db_interface.c
Please note
Module Name:src
Committed By: rillig
Date: Sat Aug 1 09:30:18 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): make CondDoDefined simpler
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/cond.c
Please note that diffs
Module Name:src
Committed By: wiz
Date: Sat Aug 1 09:50:43 UTC 2020
Modified Files:
src/share/man/man9: kthread.9
Log Message:
Fix typo in macro and merge to error descriptions for the same error
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/ma
Module Name:src
Committed By: wiz
Date: Sat Aug 1 09:51:06 UTC 2020
Modified Files:
src/share/man/man9: workqueue.9
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/workqueue.9
Please note that diffs are not public
Module Name:src
Committed By: rillig
Date: Sat Aug 1 09:55:00 UTC 2020
Modified Files:
src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c
make_malloc.h meta.c parse.c suff.c trace.c
Log Message:
make(1): avoid calls to free(3) in the common case of a
Module Name:src
Committed By: rillig
Date: Sat Aug 1 10:44:23 UTC 2020
Modified Files:
src/usr.bin/make: str.c
Log Message:
make(1): reduce scope of local variables in brk_string
This also removes the unused assignment to words_cap.
To generate a diff of this commit:
c
Module Name:src
Committed By: jdolecek
Date: Sat Aug 1 11:18:26 UTC 2020
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
avoid VLA for the sizeof() calculations
To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/kern/subr_autoconf.c
Plea
Module Name:src
Committed By: rillig
Date: Sat Aug 1 12:04:00 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: sysv.mk
Log Message:
make(1): add more tests for the SysV modifier
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-test
Module Name:src
Committed By: rillig
Date: Sat Aug 1 12:04:46 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): more descriptive variable names in Str_SYSVSubst
To generate a diff of this commit:
cvs rdiff -u -r1.375 -r1.376 src/usr.bin/make/var.c
Module Name:src
Committed By: jdolecek
Date: Sat Aug 1 12:14:40 UTC 2020
Modified Files:
src/sys/arch/amd64/include: types.h
src/sys/arch/i386/include: types.h
src/sys/arch/x86/include: pci_machdep_common.h
Log Message:
move __HAVE_PCI_MSI_MSIX to
To ge
Module Name:src
Committed By: jdolecek
Date: Sat Aug 1 12:15:40 UTC 2020
Modified Files:
src/sys/arch/x86/conf: files.x86
Log Message:
defflag NO_PCI_MSI_MSIX
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/x86/conf/files.x86
Please note th
Module Name:src
Committed By: jdolecek
Date: Sat Aug 1 12:28:19 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: ALL
Log Message:
remove CISS_NO_INTERRUPT_HACK from ALL kernel config too, it's no longer
supported in ciss(4)
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jdolecek
Date: Sat Aug 1 12:36:36 UTC 2020
Modified Files:
src/sys/arch/x86/pci: pci_intr_machdep.c
src/sys/arch/x86/x86: mainbus.c
Log Message:
reorder includes to pull __HAVE_PCI_MSI_MSIX properly via
To generate a diff of this c
Module Name:src
Committed By: jdolecek
Date: Sat Aug 1 12:39:40 UTC 2020
Modified Files:
src/sys/arch/xen/x86: pintr.c xen_intr.c
Log Message:
adjust includes to pull __HAVE_PCI_MSI_MSIX properly
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch
Module Name:src
Committed By: rillig
Date: Sat Aug 1 12:47:56 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: sysv.mk
Log Message:
make(1): fix typo in newly added SysV modifier test case
I should have been more suspicious when all my test cases succeeded at
the fi
Module Name:xsrc
Committed By: tsutsui
Date: Sat Aug 1 13:15:57 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/sun: sunKbd.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xorg-server/dist/
Module Name:src
Committed By: rillig
Date: Sat Aug 1 13:16:29 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): make variable names in SysV modifier more expressive
When matching a word against a substitution having a lhs and a rhs,
including a possi
Module Name:src
Committed By: rillig
Date: Sat Aug 1 13:35:13 UTC 2020
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: sysv.mk
Log Message:
make(1): reduce the number of string comparisons in ${VAR:%.c=%.o}
There is only a single position in
Module Name:xsrc
Committed By: tsutsui
Date: Sat Aug 1 13:40:55 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server.old/dist/hw/sun: sun.h sunCfb.c sunFbs.c
sunInit.c sunKbd.c sunKeyMap.c
Log Message:
Cherry-pick non-Xorg-1.20-specific fixes from xorg-serve
Module Name:src
Committed By: rillig
Date: Sat Aug 1 13:51:41 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): inline function in SysV modifier processing
To generate a diff of this commit:
cvs rdiff -u -r1.378 -r1.379 src/usr.bin/make/var.c
Pleas
Module Name:src
Committed By: rillig
Date: Sat Aug 1 14:47:49 UTC 2020
Modified Files:
src/usr.bin/make: arch.c compat.c cond.c dir.c for.c hash.c hash.h
job.c lst.c main.c make_malloc.h parse.c suff.c util.c var.c
Log Message:
make(1): use consistent indentat
Module Name:src
Committed By: rillig
Date: Sat Aug 1 14:52:14 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): use ordinary string concatenation in usage text
To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 src/usr.bin/make/main.c
Module Name:src
Committed By: rillig
Date: Sat Aug 1 15:03:43 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): inline literal dollar characters
This reduces the code size when compiling with GCC 5. Apparently GCC
wasn't sure enough that str[0] and
Module Name:src
Committed By: rillig
Date: Sat Aug 1 15:13:45 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-edge.exp varmod-edge.mk
Log Message:
make(1): add test for empty modifier list after colon
This is a good candidate for becoming an error in strict
Module Name:src
Committed By: rillig
Date: Sat Aug 1 15:16:15 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-edge.exp varmod-edge.mk
Log Message:
make(1): add test for ${VAR}
It's a bit unrealistic, but at least there are good diagnostics.
To generate
Module Name:src
Committed By: rillig
Date: Sat Aug 1 15:28:28 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: Makefile varmod-edge.exp varmod-edge.mk
Log Message:
make(1): improve output grouping in varmod-edge test
The generated error messages are now closer to th
Module Name:src
Committed By: kim
Date: Sat Aug 1 15:52:50 UTC 2020
Modified Files:
src/usr.bin/w: w.c
Log Message:
Handle hostname from DISPLAY="[2001:db8::dead:beef]:0" or similar.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/usr.bin/w/w.c
Please
Module Name:src
Committed By: rillig
Date: Sat Aug 1 16:27:03 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): make ModifyWords simpler
There is no need to test whether an actual word has been added. The
rule is simply "add a space before every wor
Module Name:src
Committed By: rillig
Date: Sat Aug 1 17:20:42 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk
Log Message:
make(1): add tests for indirect modifiers
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/ma
Module Name:src
Committed By: kim
Date: Sat Aug 1 17:25:57 UTC 2020
Modified Files:
src/usr.bin/w: w.c
Log Message:
Restore ']' if not using a result from an address lookup.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/w/w.c
Please note tha
Module Name:src
Committed By: rillig
Date: Sat Aug 1 17:26:41 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmisc.mk
Log Message:
make(1): add test for empty indirect modifier
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/make/unit-
Module Name:src
Committed By: rillig
Date: Sat Aug 1 17:29:00 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): fix documentation, use safer fallback value
The variable res is overwritten in every case, but better be safe than
sorry. In case of prog
Module Name:src
Committed By: christos
Date: Sat Aug 1 17:31:06 UTC 2020
Modified Files:
src/usr.bin/script: script.c
Log Message:
PR/55529: Soumendra Ganguly: configure the terminal in raw mode during
playback so that output postprocessing is not done and playback of pro
Module Name:src
Committed By: rillig
Date: Sat Aug 1 17:45:32 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): fix parameter name in Cmd_Exec
A format string is not a number.
To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/usr
Module Name:src
Committed By: kre
Date: Sat Aug 1 17:51:18 UTC 2020
Modified Files:
src/bin/sh: exec.c
Log Message:
PR bin/55526
Fix a bug that has existed since the "command" command was added in
2003. "command foo" would cause the definition of a function "foo"
to be
Module Name:src
Committed By: kim
Date: Sat Aug 1 17:53:38 UTC 2020
Modified Files:
src/usr.bin/w: w.c
Log Message:
Skip bracket processing if -n is used.
XXX: This could be improved to skip even more processing.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -
Module Name:src
Committed By: kre
Date: Sat Aug 1 17:56:56 UTC 2020
Modified Files:
src/bin/sh: expand.c
Log Message:
Remove a redundant set of parentheses that were added (along with a
extra && or || or something ... forgotten now) as part a failed attempt
to fix an earl
Module Name:src
Committed By: rillig
Date: Sat Aug 1 18:02:37 UTC 2020
Modified Files:
src/usr.bin/make: cond.c make.h nonints.h var.c
Log Message:
make(1): use enum for return values of Cond_Eval and friends
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86
Module Name:src
Committed By: rillig
Date: Sat Aug 1 18:14:09 UTC 2020
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: Makefile modmisc.exp
Log Message:
make(1): fix error message when regcomp fails
If regcomp fails, it's not the regex substi
Module Name:src
Committed By: rillig
Date: Sat Aug 1 18:36:49 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): inline and untangle the code for the :range modifier
There's no need to keep the result from brk_string in memory until the
buffer has bee
Module Name:src
Committed By: rillig
Date: Sat Aug 1 18:59:17 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmatch.mk
Log Message:
make(1): add test for inconsistent interpretation of :M and :N modifiers
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r
Module Name:src
Committed By: rillig
Date: Sat Aug 1 19:19:06 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): start nesting level in ApplyModifier_Match at 0
There is no need to start at 1, and starting at 0 generates smaller code
on x86_64. Reord
Module Name:xsrc
Committed By: tsutsui
Date: Sat Aug 1 20:09:03 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k: X68k.man
x68kConfig.c x68kFb.c x68kGraph.c x68kInit.c x68kIo.c x68kKbd.c
x68kKeyMap.c x68kMouse.c x68kReg
Module Name:xsrc
Committed By: tsutsui
Date: Sat Aug 1 20:21:00 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kGraph.c
x68kKbd.c x68kMouse.c
Log Message:
Replace 'pointer' type with 'void *' to sync with upstream manner.
https
Module Name:src
Committed By: uwe
Date: Sat Aug 1 20:54:23 UTC 2020
Modified Files:
src/sys/arch/sh3/sh3: pmap.c
Log Message:
pmap_unwire - deobfuscate.
Don't hide assignments inside if (). Remove redundant entry == 0 test
b/c _PG_WIRED test afterwards covers that and t
Module Name:src
Committed By: rillig
Date: Sat Aug 1 21:40:50 UTC 2020
Modified Files:
src/usr.bin/make: buf.c buf.h cond.c for.c main.c var.c
Log Message:
make(1): switch Buffer size from int to size_t
This change helps to make the various integer types compatible and i
Module Name:src
Committed By: rillig
Date: Sat Aug 1 21:48:17 UTC 2020
Modified Files:
src/usr.bin/make: Makefile
Log Message:
make(1): remove line numbers from generated code coverage files
The line numbers make it difficult to spot changes in the code and
coverage if a
Module Name:src
Committed By: rillig
Date: Sat Aug 1 21:51:22 UTC 2020
Modified Files:
src/usr.bin/make: buf.c
Log Message:
make(1): remove redundant if clause from Buf_DestroyCompact
bmake_realloc can never return NULL.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Sat Aug 1 22:30:57 UTC 2020
Modified Files:
src/sys/rump/librump/rumpkern: threads.c
Log Message:
Define kthread_fpu_enter/exit for rump.
XXX Not 100% sure that it's safe to touch curlwp->l_flag in this
context, but this chan
Module Name:src
Committed By: lukem
Date: Sun Aug 2 00:20:22 UTC 2020
Modified Files:
src/share/misc: style
Log Message:
style: revert previous
I misintepreted the consensus.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/share/misc/style
Please not
Module Name:src
Committed By: riastradh
Date: Sun Aug 2 01:17:57 UTC 2020
Modified Files:
src/sys/dev: ld.c ldvar.h
src/sys/dev/sdmmc: ld_sdmmc.c
Log Message:
Remove unnecessary wait in ldbegindetach.
Like disk_begindetach, ldbegindetach only commits to detaching
Module Name:src
Committed By: riastradh
Date: Sun Aug 2 01:35:07 UTC 2020
Modified Files:
src/share/misc: style
Log Message:
Update style around single-line braces according to discussion.
https://mail-index.netbsd.org/tech-userlevel/2020/07/12/msg012536.html
https://mai
Module Name:src
Committed By: riastradh
Date: Sun Aug 2 01:36:46 UTC 2020
Modified Files:
src/share/misc: style
Log Message:
Remove confusing advice about macros that might expand to nothing.
Such macros should not exist; as advised earlier in the file, they
should expan
Module Name:src
Committed By: skrll
Date: Sun Aug 2 06:51:47 UTC 2020
Modified Files:
src/sys/arch/mips/mips: cache.c
Log Message:
Add all the Cavium Networks cpu ids
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/mips/mips/cache.c
Please no
Module Name:src
Committed By: maxv
Date: Sun Aug 2 06:58:16 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c copyinout.S cpufunc.c
db_interface.c fault.c fusu.S locore.S trap.c
src/sys/arch/aarch64/include: armreg.h asm.h cpufunc
71 matches
Mail list logo