Module Name:src
Committed By: rin
Date: Mon Oct 19 01:13:41 UTC 2020
Modified Files:
src/sys/arch/arm/sunxi: sunxi_debe.c
Log Message:
sunxi_debe_set_videomode(): As byte-swapped framebuffer is now handled by
FDT override, do not configure FB to little-endian format for __
Module Name:src
Committed By: rin
Date: Mon Oct 19 01:12:14 UTC 2020
Modified Files:
src/sys/arch/arm/fdt: arm_simplefb.c
src/sys/arch/evbarm/fdt: fdt_machdep.c
src/sys/dev/fdt: simplefb.c
Log Message:
Fix colors of 32-bpp raster console for evbarm/aarch64e
Module Name:src
Committed By: rin
Date: Mon Oct 19 01:08:06 UTC 2020
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
Add "is_swapped" property which indicates 32-bpp framebuffer is
byte-swapped.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys
Module Name:src
Committed By: sjg
Date: Sun Oct 18 22:55:52 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: Makefile
Log Message:
In meta mode we do not have to re-run all tests when Makefile is touched
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.16
Module Name:src
Committed By: rillig
Date: Sun Oct 18 21:58:32 UTC 2020
Modified Files:
src/usr.bin/cdplay: cdplay.c
Log Message:
cdplay: remove redundant parentheses around return value
Purely cosmetic change. The generated code stays exactly the same.
To generate a d
Module Name:src
Committed By: rillig
Date: Sun Oct 18 21:37:24 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-assign.mk
Log Message:
make(1): add test for the ::+= modifier expanding its right-hand side
To generate a diff of this commit:
cvs rdiff -u -r1.7
Module Name:src
Committed By: rillig
Date: Sun Oct 18 21:36:22 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-assign.exp varmod-assign.mk
Log Message:
make(1): explain existing tests for the ::= assignment modifiers
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: rillig
Date: Sun Oct 18 21:12:13 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-loop.mk
Log Message:
make(1): add test for nested :@ modifiers using the same variable name
To generate a diff of this commit:
cvs rdiff -u -r1.3 -
Module Name:src
Committed By: rillig
Date: Sun Oct 18 20:46:42 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): clean up and document VarAssign_Eval
In the previous commit, out_avalue_freeIt had been passed to
VarAssign_EvalSubst, which created a m
Module Name:src
Committed By: rillig
Date: Sun Oct 18 20:29:50 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): split VarAssign_Eval into smaller functions
To generate a diff of this commit:
cvs rdiff -u -r1.389 -r1.390 src/usr.bin/make/parse.c
P
Module Name:src
Committed By: rillig
Date: Sun Oct 18 20:14:27 UTC 2020
Modified Files:
src/usr.bin/make: nonints.h parse.c
Log Message:
make(1): remove redundant code for determining the assignment operator
To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144
Module Name:src
Committed By: rillig
Date: Sun Oct 18 20:07:26 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): move ParseVarassignOp further up
To generate a diff of this commit:
cvs rdiff -u -r1.387 -r1.388 src/usr.bin/make/parse.c
Please note
Module Name:src
Committed By: christos
Date: Sun Oct 18 19:58:02 UTC 2020
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
provide a no-addr-of-packed-member for both clang and gcc
To generate a diff of this commit:
cvs rdiff -u -r1.1227 -r1.1228 src/share/mk/bsd.ow
Module Name:src
Committed By: christos
Date: Sun Oct 18 19:57:44 UTC 2020
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
Handle the no-addr-of-packed-member only for the files that need it, not
globally.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -
Module Name:src
Committed By: christos
Date: Sun Oct 18 19:56:42 UTC 2020
Modified Files:
src/sys/modules/ffs: Makefile
src/sys/modules/i915drmkms: Makefile
src/sys/modules/ipl: Makefile
src/sys/modules/npf: Makefile
src/sys/modules/pf: Makef
Module Name:src
Committed By: martin
Date: Sun Oct 18 19:24:30 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #1115 - #1117
Move 9.1 release tag and document this.
Now for real: welcome to 9.1!
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Sun Oct 18 19:11:35 UTC 2020
Modified Files:
src/usr.bin/make: Makefile parse.c
Log Message:
make(1): fix GCC warning about small buffer for cohort_num
Since unmade_cohorts is a signed number (the code contains an underflow
check
Module Name:src
Committed By: martin
Date: Sun Oct 18 18:42:11 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-9]: process_machdep.c
src/sys/arch/i386/i386 [netbsd-9]: process_machdep.c
src/sys/arch/powerpc/powerpc [netbsd-9]: process_machdep.c
Module Name:src
Committed By: chs
Date: Sun Oct 18 18:31:31 UTC 2020
Modified Files:
src/sys/uvm: uvm_page.c uvm_pgflcache.c
Log Message:
In the current code, CPU_COUNT_FREEPAGES counts pages in the global
freelists AND the per-CPU pgflcache free pages caches, and that is
Module Name:src
Committed By: chs
Date: Sun Oct 18 18:22:29 UTC 2020
Modified Files:
src/sys/rump/librump/rumpvfs: vm_vfs.c
src/sys/uvm: uvm_page.c uvm_pager.c
Log Message:
Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to
uvm_page_unbusy() so that al
Module Name:src
Committed By: martin
Date: Sun Oct 18 18:18:45 UTC 2020
Modified Files:
src/doc [netbsd-9]: 3RDPARTY
src/external/public-domain/tz/dist [netbsd-9]: Makefile NEWS
TZDATA_VERSION australasia europe version ziguard.awk
Log Message:
Pull up
Module Name:src
Committed By: rillig
Date: Sun Oct 18 18:12:42 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: opt-ignore.exp opt-ignore.mk
opt-keep-going.exp opt-keep-going.mk sh-dots.exp sh-dots.mk
Log Message:
make(1): switch some tests to line-buffere
Module Name:src
Committed By: tnn
Date: Sun Oct 18 18:09:32 UTC 2020
Modified Files:
src/sys/stand/efiboot: version
Log Message:
efiboot: bump version
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/stand/efiboot/version
Please note that diffs are
Module Name:src
Committed By: martin
Date: Sun Oct 18 18:08:46 UTC 2020
Modified Files:
src/external/mit/xorg/bin/xinit [netbsd-9]: Makefile
Log Message:
Pull up following revision(s) (requested by nia in ticket #1115):
external/mit/xorg/bin/xinit/Makefile: revisi
Module Name:src
Committed By: tnn
Date: Sun Oct 18 18:05:48 UTC 2020
Modified Files:
src/sys/stand/efiboot: efiblock.c
Log Message:
efiboot: recognize the EFI system partition as fstype MSDOS
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/stand/efibo
Module Name:src
Committed By: rillig
Date: Sun Oct 18 17:41:07 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): extract duplicate code from SuffAddSrc into separate function
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/usr.bi
Module Name:src
Committed By: rillig
Date: Sun Oct 18 17:19:54 UTC 2020
Modified Files:
src/usr.bin/make: cond.c dir.c for.c lst.h make.h nonints.h parse.c
suff.c trace.h var.c
Log Message:
make(1): add tags to enum types
This allows IDEs to offer better type
Module Name:src
Committed By: rillig
Date: Sun Oct 18 17:12:43 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): improve parameter names for suffix functions
Both gs_gnp and gnp were terrible variable names that didn't give the
slightest clue about t
Module Name:src
Committed By: rillig
Date: Sun Oct 18 17:06:14 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): extract UpdateTargets from Suff_AddSuffix
To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/usr.bin/make/suff.c
Pleas
Module Name:src
Committed By: rillig
Date: Sun Oct 18 17:00:22 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): inline struct SuffScanTargetsArgs into SuffScanTargets
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/usr.bin/make/
Module Name:src
Committed By: rillig
Date: Sun Oct 18 16:33:18 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: suff-main.exp suff-main.mk
Log Message:
make(1): add tes
Module Name:src
Committed By: skrll
Date: Sun Oct 18 16:28:57 UTC 2020
Modified Files:
src/sys/arch/arm/arm: bootconfig.c
src/sys/arch/arm/include: bootconfig.h
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys
Module Name:src
Committed By: rillig
Date: Sun Oct 18 16:12:39 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: suff-rebuild.mk
Log Message:
make(1): fix typo in test suff-rebuild.mk
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-t
Module Name:src
Committed By: rillig
Date: Sun Oct 18 16:01:44 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): rename struct GNodeSuff to SuffScanTargetsArgs
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/suff.c
Module Name:src
Committed By: rillig
Date: Sun Oct 18 15:53:47 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): inline struct LstSrc into SuffAddSrc
The variable names are still confusing. There was no useful
documentation on the struct, and the co
Module Name:src
Committed By: rillig
Date: Sun Oct 18 15:40:55 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): remove void pointers from SuffAddSrc
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/usr.bin/make/suff.c
Please not
Module Name:src
Committed By: rillig
Date: Sun Oct 18 15:31:43 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): replace Lst_Open with simple iteration in SuffInsert
To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/usr.bin/make/su
Module Name:src
Committed By: christos
Date: Sun Oct 18 15:20:13 UTC 2020
Modified Files:
src/external/bsd/ntp/bin: Makefile
src/external/bsd/ntp/bin/ntptrace: Makefile
src/external/bsd/ntp/lib: Makefile
Log Message:
include where missing.
To generate a
Module Name:src
Committed By: christos
Date: Sun Oct 18 15:02:12 UTC 2020
Modified Files:
src/sys/modules/ffs: Makefile
src/sys/modules/ipl: Makefile
src/sys/modules/npf: Makefile
src/sys/modules/pf: Makefile
src/sys/modules/slcompress: Makef
Module Name:src
Committed By: rillig
Date: Sun Oct 18 14:58:46 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): replace Lst_Open with simple iteration in Make_HandleUse
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/usr.bin/mak
Module Name:src
Committed By: christos
Date: Sun Oct 18 14:36:43 UTC 2020
Modified Files:
src/sys/modules/pf: Makefile
Log Message:
Avoid alignment of packed member
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/modules/pf/Makefile
Please note tha
Module Name:src
Committed By: rillig
Date: Sun Oct 18 14:36:09 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
make(1): replace Lst_Open with simple iteration in Dir_SetPATH
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/usr.bin/make/di
Module Name:src
Committed By: christos
Date: Sun Oct 18 14:34:39 UTC 2020
Modified Files:
src/sys/modules/npf: Makefile
Log Message:
Avoid alignment of packed member
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/modules/npf/Makefile
Please note t
Module Name:src
Committed By: christos
Date: Sun Oct 18 14:33:28 UTC 2020
Modified Files:
src/sys/modules/ffs: Makefile
Log Message:
Avoid alignment of packed member
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/modules/ffs/Makefile
Please note t
Module Name:src
Committed By: christos
Date: Sun Oct 18 14:33:40 UTC 2020
Modified Files:
src/sys/modules/ipl: Makefile
Log Message:
Avoid alignment of packed member
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/ipl/Makefile
Please note tha
Module Name:src
Committed By: rillig
Date: Sun Oct 18 14:32:04 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
make(1): replace Lst_Open with simple iteration in Dir_FindFile
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/usr.bin/make/d
Module Name:src
Committed By: rillig
Date: Sun Oct 18 14:09:39 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): replace Lst_Open in Suff_DoPaths with simple iteration
Since sufflist is not modified during iteration, there is no need for
the extra co
Module Name:src
Committed By: jmcneill
Date: Sun Oct 18 14:00:08 UTC 2020
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Treat ARGB/XRGB as BGRA/BGRX on big endian kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm
Module Name:src
Committed By: gson
Date: Sun Oct 18 13:07:31 UTC 2020
Modified Files:
src/sys/net: radix.c
Log Message:
Suppress the "rn_init: radix functions require max_keylen be set"
message when _KERNEL is defined, to avoid spurious messages from
kernels that have no r
Module Name:src
Committed By: rillig
Date: Sun Oct 18 13:02:10 UTC 2020
Modified Files:
src/usr.bin/make: arch.c dir.c job.c lst.c lst.h main.c make.c meta.c
parse.c suff.c targ.c
src/usr.bin/make/unit-tests: deptgt.mk
Log Message:
make(1): rename Lst_I
Module Name:src
Committed By: rin
Date: Sun Oct 18 12:47:37 UTC 2020
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicates
memory type obtained by mmap. I just misunderstood its intention.
Thanks to jmcn
Module Name:src
Committed By: rillig
Date: Sun Oct 18 12:47:43 UTC 2020
Modified Files:
src/usr.bin/make: dir.c hash.c hash.h main.c var.c
Log Message:
make(1): rename HashEntry.name to key
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/usr.bin/make/
Module Name:src
Committed By: rillig
Date: Sun Oct 18 12:36:43 UTC 2020
Modified Files:
src/usr.bin/make: arch.c dir.c dir.h hash.c hash.h main.c make.h targ.c
var.c
Log Message:
make(1): remove underscore from Hash_Table and Hash_Entry
For consistency with th
Module Name:src
Committed By: rillig
Date: Sun Oct 18 12:00:17 UTC 2020
Modified Files:
src/usr.bin/make: arch.c
Log Message:
make(1): migrate ArchFree from Hash_Search to HashIter
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/usr.bin/make/arch.c
P
Module Name:src
Committed By: rin
Date: Sun Oct 18 12:00:12 UTC 2020
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
Remove stray TABs. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/wsfb/genfb.c
Please note that diff
Module Name:src
Committed By: rillig
Date: Sun Oct 18 11:54:43 UTC 2020
Modified Files:
src/usr.bin/make: main.c meta.c
src/usr.bin/make/filemon: filemon_ktrace.c
Log Message:
make(1): prepare for WARNS=6
The FD_* macros from sys/sys/fd_set.h use signed integers o
Module Name:src
Committed By: rin
Date: Sun Oct 18 11:54:21 UTC 2020
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
For WSDISPLAYIO_GET_FBINFO ioctl, set WSFB_VRAM_IS_RAM to fbi_flags
when shadow FB is used.
To generate a diff of this commit:
cvs rdiff -u -r1.74
Module Name:src
Committed By: rin
Date: Sun Oct 18 11:51:09 UTC 2020
Modified Files:
src/sys/dev/ic: ac97.c
Log Message:
Fix undefined behaviors found by kUBSan.
Tested on VirtualBox with amd64 kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sy
Module Name:src
Committed By: rillig
Date: Sun Oct 18 11:49:47 UTC 2020
Modified Files:
src/usr.bin/make/filemon: filemon.h
Log Message:
make(1): use consistent include guard for headers
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/filemon
Module Name:src
Committed By: rillig
Date: Sun Oct 18 11:09:08 UTC 2020
Modified Files:
src/usr.bin/make: make.c make.h
Log Message:
make(1): convert NoExecute to non-inline
The header make.h is not only used by usr.bin/make but also by
usr.bin/xinstall, to get the needsh
Module Name:src
Committed By: mlelstv
Date: Sun Oct 18 10:57:30 UTC 2020
Modified Files:
src/sbin/mount: mount.c
Log Message:
Make command line arguments -r and -w actually override defaults from fstab,
previously -w would only cancel a preceeding -r.
No longer strip -o r
Module Name:src
Committed By: rillig
Date: Sun Oct 18 10:44:25 UTC 2020
Modified Files:
src/usr.bin/make: dir.c hash.c hash.h main.c var.c
Log Message:
make(1): make API for iterating over hash tables simpler
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.16
Module Name:src
Committed By: leot
Date: Sun Oct 18 10:17:09 UTC 2020
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add PBR and VBR
>From Rocky Hotas, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 src/share/misc/acronyms.comp
Plea
Module Name:src
Committed By: rin
Date: Sun Oct 18 10:10:18 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: mi module.mi
Log Message:
Fix build for mips; move from mi to module.mi debug symbols for
test cases only available when MKKMOD=yes.
To generate a diff of t
Module Name:src
Committed By: rillig
Date: Sun Oct 18 08:58:29 UTC 2020
Modified Files:
src/usr.bin/make: lst.c lst.h parse.c var.c
src/usr.bin/make/unit-tests: include-sub.mk
Log Message:
make(1): rename Stack to Vector
Both Var_Dump and GetActuallyIncludingFile
Module Name:src
Committed By: rin
Date: Sun Oct 18 08:52:15 UTC 2020
Modified Files:
src/sys/uvm: uvm_bio.c
Log Message:
PR kern/55658
Revert rev 1.122:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/uvm/uvm_bio.c#rev1.122
If this commit is applied to NFS client, changes to
Module Name:src
Committed By: rillig
Date: Sun Oct 18 08:47:54 UTC 2020
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: varname.exp varname.mk
Log Message:
make(1): sort variables in debug output
This way it's easier to see whether an expected
Module Name:src
Committed By: rillig
Date: Sun Oct 18 08:24:01 UTC 2020
Modified Files:
src/usr.bin/make: targ.c
Log Message:
make(1): extract GNode_OpName from Targ_PrintNode
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/usr.bin/make/targ.c
Please
Module Name:src
Committed By: rillig
Date: Sun Oct 18 08:01:23 UTC 2020
Modified Files:
src/usr.bin/make: config.h main.c
Log Message:
make(1): remove USE_IOVEC
When a system call in a child process failed, there was no guarantee
that the error message would be written co
Module Name:src
Committed By: rillig
Date: Sun Oct 18 07:46:04 UTC 2020
Modified Files:
src/usr.bin/make: compat.c job.c main.c meta.c nonints.h
Log Message:
make(1): replace execError with execDie
All calls to this function were followed by _exit(1).
To generate a diff
70 matches
Mail list logo