Module Name:src
Committed By: rillig
Date: Sun Aug 9 07:03:06 UTC 2020
Modified Files:
src/usr.bin/make: enum.h var.c
Log Message:
make(1): use fixed-size arrays for Enum_ToString
Declaring the ToStringSize as "static const size_t" made it an ordinary
integer expression.
Module Name:src
Committed By: skrll
Date: Sun Aug 9 07:08:29 UTC 2020
Modified Files:
src/sys/arch/mips/ingenic: ingenic_regs.h
Log Message:
Type consistency
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mips/ingenic/ingenic_regs.h
Please n
Module Name:src
Committed By: skrll
Date: Sun Aug 9 07:09:35 UTC 2020
Modified Files:
src/sys/arch/mips/mips: vm_machdep.c
Log Message:
Add a comment
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/arch/mips/mips/vm_machdep.c
Please note that di
Module Name:src
Committed By: rillig
Date: Sun Aug 9 07:09:57 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): restrict the type of startc and endc to char
To generate a diff of this commit:
cvs rdiff -u -r1.436 -r1.437 src/usr.bin/make/var.c
Plea
Module Name:src
Committed By: rillig
Date: Sun Aug 9 07:18:03 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk
Log Message:
make(1): add another test case for mod-subst-dollar
Having only 8 dollar signs does not prove anything. It might still
Module Name:src
Committed By: skrll
Date: Sun Aug 9 07:26:20 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: fault.c
Log Message:
Don't use %s in UVMHIST_PRINT. Remove an unnecessary #ifdef UVMHIST while
I'm here
To generate a diff of this commit:
cvs rdiff -u -
Module Name:xsrc
Committed By: tsutsui
Date: Sun Aug 9 07:29:32 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/sun: sun.h sunInit.c
Log Message:
Remove a leftover variable for non-XKB autorepeat.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.
Module Name:xsrc
Committed By: tsutsui
Date: Sun Aug 9 07:35:42 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/sun: sun.h sunCfb.c sunInit.c
sunIo.c
Log Message:
Remove redundant command option arg checks.
To generate a diff of this commit:
c
Module Name:src
Committed By: rillig
Date: Sun Aug 9 07:41:14 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk
Log Message:
make(1): explain the mod-subst-dollar test
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/m
Module Name:src
Committed By: rillig
Date: Sun Aug 9 08:03:32 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk
Log Message:
make(1): add test that demonstrates possible delimiters for :S
To generate a diff of this commit:
cvs rdiff -u -r1.40
Module Name:src
Committed By: skrll
Date: Sun Aug 9 08:13:09 UTC 2020
Modified Files:
src/sys/arch/mips/include: asm.h
Log Message:
Use compiler defines to determine which LLSCSYNC, et al
to provide.
This should fix mips builds.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: skrll
Date: Sun Aug 9 08:33:52 UTC 2020
Modified Files:
src/sys/arch/mips/mips: lock_stubs_llsc.S
Log Message:
This file is only ever used when MULTIPROCESSOR so unifdef MULTIPROCESSOR
To generate a diff of this commit:
cvs rdiff -u -r1.11
Module Name:src
Committed By: skrll
Date: Sun Aug 9 08:48:25 UTC 2020
Modified Files:
src/sys/arch/mips/conf: files.mips
Log Message:
defflag foo on each line to make searching easier.
sort some lines and fix some indentation while I'm here.
To generate a diff of this
Module Name:src
Committed By: skrll
Date: Sun Aug 9 08:49:00 UTC 2020
Modified Files:
src/sys/arch/mips/conf: files.mips
Log Message:
More whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/mips/conf/files.mips
Please note that diffs
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:01:29 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): split local variable in Cmd_Exec into two
This avoids a mismatch between signed and unsigned types.
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:07:54 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): remove redundant assignment from Cmd_Exec
A Buffer is always null-terminated.
To generate a diff of this commit:
cvs rdiff -u -r1.298 -
Module Name:src
Committed By: skrll
Date: Sun Aug 9 09:11:41 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
Fix another UVMHIST so it doesn't use %s
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/aarch64/aarch64/pm
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:17:19 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmisc.mk
Log Message:
make(1): add test for null byte in the output of a command
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.b
Module Name:src
Committed By: mrg
Date: Sun Aug 9 09:20:30 UTC 2020
Modified Files:
src/share/man/man9: usbnet.9
Log Message:
fix a couple of minor issues:
- un_ed is not a function, but an array
- fix a typo
- add a blank line after a list
To generate a diff of this co
Module Name:src
Committed By: skrll
Date: Sun Aug 9 09:23:17 UTC 2020
Modified Files:
src/sys/arch/mips/mips: spl.S
Log Message:
ONe '#' is enough for a comment
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mips/mips/spl.S
Please note that
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:26:21 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): avoid undefined behavior in Cmd_Exec
Iterating the command output backwards was dangerous since at the end,
the pointer cp pointed outsid
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:27:44 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): remove outdated comment
To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/usr.bin/make/main.c
Please note that diffs
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:32:04 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: modmisc.mk
Log Message:
make(1): add more tests for Cmd_Exec
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/make/unit-tests/mod
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:40:48 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): document a hard-to-understand pointer calculation
To generate a diff of this commit:
cvs rdiff -u -r1.437 -r1.438 src/usr.bin/make/var.c
Module Name:src
Committed By: rillig
Date: Sun Aug 9 09:44:14 UTC 2020
Modified Files:
src/usr.bin/make: enum.c enum.h main.c var.c
Log Message:
make(1): clean up indentation, includes, add documentation
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/us
Module Name:src
Committed By: rillig
Date: Sun Aug 9 10:24:03 UTC 2020
Modified Files:
src/usr.bin/make: str.c
Log Message:
make(1): format code in str.c consistently
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/make/str.c
Please note that
Module Name:src
Committed By: rillig
Date: Sun Aug 9 11:04:05 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): extend the documentation for variable flags
To generate a diff of this commit:
cvs rdiff -u -r1.439 -r1.440 src/usr.bin/make/var.c
Pleas
Module Name:xsrc
Committed By: tsutsui
Date: Sun Aug 9 11:51:31 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/sun: sunInit.c
Log Message:
Put probed framebuffer info to a log file by default.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 x
Module Name:src
Committed By: rillig
Date: Sun Aug 9 12:59:16 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: make-exported.exp make-exported.mk
Log Message:
make(1):
Module Name:src
Committed By: rillig
Date: Sun Aug 9 13:05:04 UTC 2020
Modified Files:
src/usr.bin/make: nonints.h parse.c var.c
Log Message:
make(1): improve type signature of Var_Export
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/usr.bin/make/non
Module Name:src
Committed By: rillig
Date: Sun Aug 9 13:16:10 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): mark inconsistent word separators for variable modifiers
To generate a diff of this commit:
cvs rdiff -u -r1.441 -r1.442 src/usr.bin/make
Module Name:src
Committed By: christos
Date: Sun Aug 9 13:48:00 UTC 2020
Modified Files:
src/share/misc: acronyms
Log Message:
Add TOFU
To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/share/misc/acronyms
Please note that diffs are not public domain;
Module Name:src
Committed By: rillig
Date: Sun Aug 9 14:02:15 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): revert C99 initializer in ApplyModifiers
The code of usr.bin/make is supposed to be C90-compatible. That's why
it neither uses line-end c
Module Name:src
Committed By: martin
Date: Sun Aug 9 14:03:08 UTC 2020
Modified Files:
src/sys/dev/ic [netbsd-9]: bwfm.c
src/sys/dev/sdmmc [netbsd-9]: if_bwfm_sdio.c ld_sdmmc.c sdmmc.c
sdmmc_io.c sdmmc_ioreg.h sdmmc_mem.c sdmmcvar.h
Log Message:
Pull u
Module Name:src
Committed By: martin
Date: Sun Aug 9 14:14:34 UTC 2020
Modified Files:
src/sys/dev/pci [netbsd-9]: mpii.c
Log Message:
Pull up following revision(s) (requested by jnemeth in ticket #1044):
sys/dev/pci/mpii.c: revision 1.25
make this compile witho
Module Name:src
Committed By: martin
Date: Sun Aug 9 14:17:48 UTC 2020
Modified Files:
src/sys/dev/pci [netbsd-8]: mpii.c
Log Message:
Pull up following revision(s) (requested by jnemeth in ticket #1596):
sys/dev/pci/mpii.c: revision 1.25
make this compile witho
Module Name:src
Committed By: martin
Date: Sun Aug 9 14:17:17 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #1042 - #1044
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-9.1
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Sun Aug 9 14:18:56 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1596
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: rillig
Date: Sun Aug 9 14:30:35 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): use char literals, improve documentation
To generate a diff of this commit:
cvs rdiff -u -r1.443 -r1.444 src/usr.bin/make/var.c
Please n
Module Name:xsrc
Committed By: tsutsui
Date: Sun Aug 9 14:55:26 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server/dist/fb: fb.h fbfill.c wfbrename.h
Added Files:
xsrc/external/mit/xorg-server/dist/fb: fbtile.c
Log Message:
Revert upstream "fb: Remove even/odd
Module Name:src
Committed By: tsutsui
Date: Sun Aug 9 15:02:53 UTC 2020
Modified Files:
src/external/mit/xorg/server/xorg-server/fb: Makefile.fb
Log Message:
Put back fbtile.c to SRCS.fb per xsrc dist file changes:
https://mail-index.netbsd.org/source-changes/2020/08/09/
Module Name:src
Committed By: rillig
Date: Sun Aug 9 15:03:25 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk
Log Message:
make(1): add test for undefined subexpression in the :C modifier
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: rillig
Date: Sun Aug 9 15:07:13 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): clean up code for subexpressions in the :C modifier
An ampersand in the replacement string can never produce an
out-of-bounds error or an
Module Name:src
Committed By: rillig
Date: Sun Aug 9 15:15:29 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk
Log Message:
make(1): improve test for undefined subexpression in :C modifier
In the previous test output, it was unnecessarily hard
Module Name:src
Committed By: christos
Date: Sun Aug 9 15:32:44 UTC 2020
Modified Files:
src/sys/arch/x86/x86: cpu.c x86_machdep.c
Log Message:
move lcall sniffer to x86_machdep since xen/pv has its own cpu.c
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.1
Module Name:src
Committed By: rillig
Date: Sun Aug 9 15:54:13 UTC 2020
Modified Files:
src/usr.bin/make: Makefile.boot
Log Message:
make(1): clean up Makefile.boot
The previous version stopped working in 2015, when metachar.c was added.
Since then, lst.c and enum.c have
Module Name:xsrc
Committed By: tsutsui
Date: Sun Aug 9 16:01:19 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server.old/dist/hw/sun: sun.h sunCfb.c sunInit.c
sunIo.c
Log Message:
Cherry-pick to sync with xorg-server:
Inform detected keyboard type and layo
Module Name:src
Committed By: rillig
Date: Sun Aug 9 16:32:29 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: use-inference.exp use-inference.mk
Log Message:
make(1):
Module Name:src
Committed By: nia
Date: Sun Aug 9 17:18:47 UTC 2020
Modified Files:
src/share/misc: acronyms-o.real
Log Message:
TIFU
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/misc/acronyms-o.real
Please note that diffs are not public domain
Module Name:src
Committed By: rillig
Date: Sun Aug 9 18:52:03 UTC 2020
Modified Files:
src/usr.bin/make: buf.c
Log Message:
make(1): fix variable length array in Buf_AddInt
GCC 5 complained about this, but only when make is build with both
USE_COVERAGE=yes and USE_FORT=y
Module Name:src
Committed By: kim
Date: Sun Aug 9 18:54:59 UTC 2020
Modified Files:
src/share/man/man8/man8.x86: boot.8
Log Message:
Fix cross-refs to x86/mbr that were still missing x86
Additionally made some typo fixes, and added some vertical whitespace
to lists that
Module Name:src
Committed By: rillig
Date: Sun Aug 9 19:51:02 UTC 2020
Modified Files:
src/usr.bin/make: buf.c cond.c dir.c for.c strlist.c
Log Message:
make(1): format the source code consistently, at least per file
Some files use 4 spaces per indentation level, others
Module Name:src
Committed By: rillig
Date: Sun Aug 9 20:49:15 UTC 2020
Modified Files:
src/usr.bin/make: lst.c
Log Message:
make(1): fix inconsistent formatting in lst.c
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/lst.c
Please note that
Module Name:src
Committed By: christos
Date: Sun Aug 9 21:13:38 UTC 2020
Modified Files:
src/share/mk: bsd.host.mk
Log Message:
Expose 64 bit fileystems API's on Linux and make the default FS API 64 bits
Should unbreak newfs's of fs's, using the tool version of newfs.
T
Module Name:src
Committed By: maya
Date: Sun Aug 9 22:07:06 UTC 2020
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add another TOFU
To generate a diff of this commit:
cvs rdiff -u -r1.309 -r1.310 src/share/misc/acronyms.comp
Please note that diffs are not
Module Name:src
Committed By: gutteridge
Date: Sun Aug 9 23:43:58 UTC 2020
Modified Files:
src/etc/defaults: npf.boot.conf
Log Message:
Fix minor typo, it's npf(7), not npf(4)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/etc/defaults/npf.boot.conf
Pl
Module Name:src
Committed By: uwe
Date: Mon Aug 10 01:10:26 UTC 2020
Modified Files:
src/share/man/man8/man8.x86: boot.8
Log Message:
Formatting fixes for PostScript output.
Mostly use .Ar instead of .Va and use -literal, .Ql, etc where
appropriate.
To generate a diff o
Module Name:src
Committed By: skrll
Date: Mon Aug 10 05:38:43 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
In pmag_page_remove initilise pvp after taking the page lock
To generate a diff of this commit:
cvs rdiff -u -r1.417 -r1.418 src/sys/arch/ar
Module Name:src
Committed By: skrll
Date: Mon Aug 10 05:40:21 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
More UVMHIST_LOG and a new KASSERT
To generate a diff of this commit:
cvs rdiff -u -r1.418 -r1.419 src/sys/arch/arm/arm32/pmap.c
Please not
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:24:39 UTC 2020
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h
Log Message:
PR port-m68k/6
Reset STACK_BOUNDARY to default, 16, to fix strange freeze for amiga,
when kernel is compiled by G
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:27:29 UTC 2020
Modified Files:
src/sys/crypto/aes: aes_ccm.c
Log Message:
Add hack to compile aes_ccm_tag() with -O0 for m68k for GCC8.
GCC 8 miscompiles aes_ccm_tag() for m68k with optimization level -O[12],
which res
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:28:42 UTC 2020
Modified Files:
src/sys/arch/sun2/conf: Makefile.sun2
Log Message:
Compile sun2 kernel with -fno-omit-frame-pointer for GCC8 as a work
around for reproducible kernel freezes just after ``Starting postfix.
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:29:49 UTC 2020
Modified Files:
src/sys/arch/sun2/conf: GENERIC
Log Message:
Reduce kernel size by
- Adding -fno-asynchronous-unwind-tables and -fno-unwind-tables to COPTS
- Specify NO_KERNEL_RCSIDS to strip RCSIDS
Also
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:32:59 UTC 2020
Modified Files:
src/sys/arch/amiga/conf: GENERIC.in
src/sys/arch/atari/conf: GENERIC.in
src/sys/arch/cesfic/conf: GENERIC
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/luna6
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:33:46 UTC 2020
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC INSTALL
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.328 -r1.3
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:34:25 UTC 2020
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/ar
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:46:27 UTC 2020
Modified Files:
src/doc: HACKS
Log Message:
Add hacks for GCC8 vs m68k ports:
compile aes_ccm_tag() with -O0 for GCC8
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/crypto/aes/aes_ccm.c#rev1.5
compile kern
Module Name:src
Committed By: skrll
Date: Mon Aug 10 06:53:11 UTC 2020
Modified Files:
src/sys/arch/riscv/include: pmap.h
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/include/pmap.h
Please note that diffs are not
Module Name:src
Committed By: rin
Date: Mon Aug 10 06:54:45 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/mac68k: Makefile
Log Message:
Silence -Wstringop-truncation for ``name'' in disp_selected_part().
This variable is used only for display, and truncation seems har
69 matches
Mail list logo