Module Name:src
Committed By: skrll
Date: Tue Dec 29 07:56:22 UTC 2020
Modified Files:
src/sys/dev/ic: ahcisata_core.c
Log Message:
Function declaration formating whitespace consistency. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/ic/
Module Name:src
Committed By: rillig
Date: Tue Dec 29 03:21:09 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): clean up code in extracted ExportVar functions
To generate a diff of this commit:
cvs rdiff -u -r1.776 -r1.777 src/usr.bin/make/var.c
Pl
Module Name:src
Committed By: rillig
Date: Tue Dec 29 03:05:15 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): split ExportVar into separate functions
To generate a diff of this commit:
cvs rdiff -u -r1.775 -r1.776 src/usr.bin/make/var.c
Please no
Module Name:src
Committed By: rillig
Date: Tue Dec 29 01:48:46 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rename local variables in Var_ReexportVars
To generate a diff of this commit:
cvs rdiff -u -r1.774 -r1.775 src/usr.bin/make/var.c
Please
Module Name:src
Committed By: thorpej
Date: Tue Dec 29 01:48:22 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: GENERIC GENERIC64
Log Message:
Add pcaiicmux.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r
Module Name:src
Committed By: thorpej
Date: Tue Dec 29 01:47:52 UTC 2020
Modified Files:
src/sys/dev/i2c: files.i2c
Added Files:
src/sys/dev/i2c: pcai2cmux.c
Log Message:
Add a driver for NXP PCA954x / PCA984x I2C switch / mux controllers.
To generate a diff of t
Module Name:src
Committed By: rillig
Date: Tue Dec 29 01:45:06 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-export-impl.exp
directive-export-im
Module Name:src
Committed By: thorpej
Date: Tue Dec 29 00:26:51 UTC 2020
Modified Files:
src/sys/dev/i2c: i2cvar.h
Log Message:
- Use __BIT() macro to define I2C_F_* bits.
- Define an I2C_F_SPEED bitfield that can be used to specify an
I2C bus speed:
-> Standard Mode
Module Name:src
Committed By: riastradh
Date: Mon Dec 28 22:36:16 UTC 2020
Modified Files:
src/sys/miscfs/procfs: procfs_vfsops.c
Log Message:
Fix procfs environ node.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/miscfs/procfs/procfs_vfsops.c
Module Name:src
Committed By: rillig
Date: Mon Dec 28 22:31:32 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: decl.c externs1.h init.c
Log Message:
lint: rename confusing function setcompl
The previous function name suggested that it would set the complete flag
of the
Module Name:src
Committed By: rillig
Date: Mon Dec 28 22:16:42 UTC 2020
Modified Files:
src/usr.bin/xlint/common: mem.c
Log Message:
lint: remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/common/mem.c
Please note
Module Name:src
Committed By: rillig
Date: Mon Dec 28 21:24:55 UTC 2020
Modified Files:
src/usr.bin/xlint/common: emit.c lint.h mem.c param.h
src/usr.bin/xlint/lint1: cgram.y decl.c emit1.c err.c func.c
Log Message:
lint: spell check
To generate a diff of this co
Module Name:src
Committed By: thorpej
Date: Mon Dec 28 20:29:57 UTC 2020
Modified Files:
src/sys/dev/fdt: files.fdt i2cmux_fdt.c
src/sys/dev/i2c: files.i2c
Added Files:
src/sys/dev/i2c: i2cmux.c i2cmuxvar.h
Log Message:
Re-factor the "iicmux" driver to supp
Module Name:src
Committed By: martin
Date: Mon Dec 28 20:24:05 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1161-#1163, #1165, #1166
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-9.2
Please note t
Module Name:src
Committed By: martin
Date: Mon Dec 28 20:21:55 UTC 2020
Modified Files:
src/sys/dev/hdaudio [netbsd-9]: hdaudio.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1166):
sys/dev/hdaudio/hdaudio.c: revision 1.13
If the S
Module Name:src
Committed By: nia
Date: Mon Dec 28 20:19:50 UTC 2020
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
Add more guards against NULL deref, since KUBSAN still complains.
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/netinet6/nd
Module Name:src
Committed By: martin
Date: Mon Dec 28 20:18:09 UTC 2020
Modified Files:
src/sys/dev/hdaudio [netbsd-9]: hdaudio.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1165):
sys/dev/hdaudio/hdaudio.c: revision 1.12
Initiali
Module Name:src
Committed By: martin
Date: Mon Dec 28 20:15:16 UTC 2020
Modified Files:
src/distrib/notes/hp300 [netbsd-9]: hardware
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1163):
distrib/notes/hp300/hardware: revision 1.21
Module Name:src
Committed By: martin
Date: Mon Dec 28 20:10:04 UTC 2020
Modified Files:
src/sys/arch/hp300/dev [netbsd-9]: sti_sgc.c
src/sys/dev/ic [netbsd-9]: sti.c stivar.h
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1162):
Module Name:src
Committed By: martin
Date: Mon Dec 28 20:02:30 UTC 2020
Modified Files:
src/sys/arch/hp300/dev [netbsd-9]: dnkbd.c hil_intio.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1161):
sys/arch/hp300/dev/dnkbd.c: revision 1
Module Name:src
Committed By: jmcneill
Date: Mon Dec 28 20:01:46 UTC 2020
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Remove duplicate opt_ahcisata_pci.h include
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/ahcisata_pci.c
Module Name:src
Committed By: martin
Date: Mon Dec 28 19:54:42 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1642
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Mon Dec 28 19:52:59 UTC 2020
Modified Files:
src/sys/arch/hp300/dev [netbsd-8]: dnkbd.c hil_intio.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1642):
sys/arch/hp300/dev/dnkbd.c: revision 1
Module Name:src
Committed By: rillig
Date: Mon Dec 28 19:47:42 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: cgram.y mkops scan.l
src/usr.bin/xlint/lint2: chk.c
Log Message:
lint: remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: rillig
Date: Mon Dec 28 19:38:54 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: op.h tree.c
Log Message:
lint: rename fields in mod_t
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/lint1/op.h
cvs rdiff -u -r
Module Name:src
Committed By: jmcneill
Date: Mon Dec 28 19:31:44 UTC 2020
Modified Files:
src/sys/dev/hdaudio: hdaudio.c
Log Message:
If the Subordinate Node Count returns 0 nodes, complain and return instead
of trying to kmem_zalloc 0 bytes later on.
To generate a diff
Module Name:src
Committed By: rillig
Date: Mon Dec 28 19:07:44 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: cgram.y err.c init.c main1.c scan.l tree.c
src/usr.bin/xlint/lint2: chk.c mem2.c msg.c read.c
Log Message:
lint: sort includes
To generate a diff of t
Module Name:src
Committed By: rillig
Date: Mon Dec 28 19:02:16 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: init.c tree.c
Log Message:
lint: realign code
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/xlint/lint1/init.c
cvs rdiff -u -r1.90
Module Name:src
Committed By: rillig
Date: Mon Dec 28 18:51:18 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: cgram.y scan.l
Log Message:
lint: rename tspec macros
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/usr.bin/xlint/lint1/cgram.y
cvs rdif
Module Name:src
Committed By: rillig
Date: Mon Dec 28 18:49:02 UTC 2020
Modified Files:
src/usr.bin/xlint/common: lint.h
src/usr.bin/xlint/lint1: decl.c emit1.c func.c init.c tree.c
src/usr.bin/xlint/lint2: chk.c
Log Message:
lint: rename tspec macros
To
Module Name:src
Committed By: rillig
Date: Mon Dec 28 18:06:23 UTC 2020
Modified Files:
src/usr.bin/xlint/common: lint.h
Log Message:
lint: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/xlint/common/lint.h
Please note that
Module Name:src
Committed By: rillig
Date: Mon Dec 28 17:00:37 UTC 2020
Modified Files:
src/tests/usr.bin/xlint/lint1: t_integration.sh
Log Message:
lint1: remove redundant description from tests
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/usr
Module Name:src
Committed By: jmcneill
Date: Mon Dec 28 16:49:58 UTC 2020
Modified Files:
src/sys/dev/hdaudio: hdaudio.c
Log Message:
Initialize DMA memory when allocating it. Should fix PR# 51734 (hdaudio
"RIRB timeout" on boot).
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: snj
Date: Mon Dec 28 16:02:57 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
1643
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-8.3
Please note that diffs are not public domain;
Module Name:src
Committed By: snj
Date: Mon Dec 28 16:02:34 UTC 2020
Modified Files:
src/etc/rc.d [netbsd-8]: ntpdate
Log Message:
Pull up following revision(s) (requested by martin in ticket #1643):
etc/rc.d/ntpdate: revision 1.21
Adjust to "pool" usage in our s
Module Name:src
Committed By: snj
Date: Mon Dec 28 16:00:51 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
1164
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-9.2
Please note that diffs are not public domain;
Module Name:src
Committed By: snj
Date: Mon Dec 28 16:00:19 UTC 2020
Modified Files:
src/etc/rc.d [netbsd-9]: ntpdate
Log Message:
Pull up following revision(s) (requested by martin in ticket #1164):
etc/rc.d/ntpdate: revision 1.21
Adjust to "pool" usage in our s
Module Name:src
Committed By: rillig
Date: Mon Dec 28 15:42:53 UTC 2020
Modified Files:
src/usr.bin/make: buf.c buf.h parse.c
Log Message:
make(1): rename Buf_Expand_1 to Buf_Expand
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/make/buf.c
cvs
Module Name:src
Committed By: rillig
Date: Mon Dec 28 15:21:33 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): remove mmap for loading files, only allow files < 1 GiB
Using mmap is beneficial if the loaded data is read-only, or if it is
accessed i
Module Name:src
Committed By: thorpej
Date: Mon Dec 28 15:08:06 UTC 2020
Modified Files:
src/sys/dev/fdt: i2cmux_fdt.c
Log Message:
The i2c-mux bindings specify that if the mux device has a child node named
"i2c-mux", then it is that node that is the parent of the i2c bus
Module Name:src
Committed By: martin
Date: Mon Dec 28 14:28:54 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
Add resize
To generate a diff of this commit:
cvs rdiff -u -r1.344 -r1.345 src/distrib/sets/lists/debug/mi
Please note that diffs are no
Module Name:src
Committed By: jmcneill
Date: Mon Dec 28 14:08:42 UTC 2020
Modified Files:
src/sys/arch/arm/nvidia: tegra_ahcisata.c
src/sys/dev/ic: ahcisata_core.c ahcisatavar.h
Log Message:
Remove the AHCI_QUIRK_SKIP_RESET quirk now that the underlying issue is
fi
Module Name:src
Committed By: roy
Date: Mon Dec 28 13:59:50 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note update to dhcpcd-9.4.0
To generate a diff of this commit:
cvs rdiff -u -r1.1770 -r1.1771 src/doc/3RDPARTY
cvs rdiff -u -r1.2771 -r1.2772 src/d
Module Name:src
Committed By: roy
Date: Mon Dec 28 13:57:40 UTC 2020
Modified Files:
src/external/bsd/dhcpcd/dist/hooks: 20-resolv.conf
src/external/bsd/dhcpcd/dist/src: dhcp.c dhcp6.c dhcpcd.c if-bsd.c
if-options.c ipv6nd.c privsep.c script.c
Log Messa
Module Name:src
Committed By: roy
Date: Mon Dec 28 13:56:26 UTC 2020
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv23356
Log Message:
Update to dhcpcd-9.4.0 with the following changes:
* DHCP: For anonymous, just use a generic Clien
Module Name:src
Committed By: skrll
Date: Mon Dec 28 13:12:24 UTC 2020
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
Add second space indentation for bit field values for Enhanced Allocation
capabilities. From thorpej.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: rillig
Date: Mon Dec 28 12:56:33 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: lint1.h
Log Message:
lint1: remove unused t_field
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/xlint/lint1/lint1.h
Please note t
Module Name:src
Committed By: rillig
Date: Mon Dec 28 12:52:45 UTC 2020
Modified Files:
src/usr.bin/xlint/lint1: emit1.c init.c main1.c mem1.c print.c tree.c
Log Message:
lint1: remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/
Module Name:src
Committed By: rillig
Date: Mon Dec 28 12:47:39 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh
Added Files:
src/tests/usr.bin/xlint/lint1: d_c99_union_cast.exp d_gcc_extension
Module Name:src
Committed By: skrll
Date: Mon Dec 28 12:38:45 UTC 2020
Modified Files:
src/sys/dev/pci: pci_map.c pcireg.h
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/pci_map.c
cvs rdiff -u -r1.151 -r1.15
Module Name:src
Committed By: rillig
Date: Mon Dec 28 12:17:23 UTC 2020
Modified Files:
src/tests/usr.bin/xlint/lint1: t_integration.sh
Log Message:
lint1: use tabular layout for listing the test cases
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/test
Module Name:src
Committed By: rillig
Date: Mon Dec 28 12:01:25 UTC 2020
Modified Files:
src/tests/usr.bin/xlint/lint1: t_integration.sh
Log Message:
lint1: remove redundancy from test definitions
Whether a test is supposed to produce lint warnings is determined by the
cor
Module Name:src
Committed By: rillig
Date: Mon Dec 28 11:40:55 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
lint1: fix file list for recently added test output
To generate a diff of this commit:
cvs rdiff -u -r1.997 -r1.998 src/distrib/sets/list
Module Name:src
Committed By: rillig
Date: Mon Dec 28 11:19:01 UTC 2020
Modified Files:
src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh
Added Files:
src/tests/usr.bin/xlint/lint1: d_cvt_constant.exp
Log Message:
lint1: enable test cvt_constant
This test h
Module Name:src
Committed By: jmcneill
Date: Mon Dec 28 11:05:54 UTC 2020
Modified Files:
src/sys/dev/ic: ahcisata_core.c
Log Message:
Make sure to ack IS after PxIS when polling and when using multiple MSI-X
messages.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: rillig
Date: Mon Dec 28 10:26:23 UTC 2020
Added Files:
src/tests/usr.bin/xlint/lint1: d_struct_init_nested.exp
Log Message:
lint1: add expected output for test d_struct_init_nested
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 sr
Module Name:src
Committed By: rillig
Date: Mon Dec 28 10:22:21 UTC 2020
Modified Files:
src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh
Added Files:
src/tests/usr.bin/xlint/lint1: d_struct_init_nested.c
Log Message:
lint1: add test for initializing nested
Module Name:src
Committed By: rillig
Date: Mon Dec 28 09:58:56 UTC 2020
Modified Files:
src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh
Added Files:
src/tests/usr.bin/xlint/lint1: d_constant_conv1.exp
d_constant_conv2.exp d_incorrect_array_size.
Module Name:src
Committed By: rillig
Date: Mon Dec 28 09:57:14 UTC 2020
Modified Files:
src/tests/usr.bin/xlint/lint1: Makefile
Log Message:
lint: sort tests by name
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/usr.bin/xlint/lint1/Makefile
Ple
59 matches
Mail list logo