CVS commit: src/sys/net

2021-05-05 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu May 6 02:05:09 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Added m_freem for safety pointed out by knakahara@, thanks. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229

CVS commit: src/tests/net/if_pppoe

2021-05-05 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu May 6 01:09:43 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Added missing waiting for DAD completion To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/arm/sunxi

2021-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 5 20:58:03 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_codec.c sunxi_codec.h Log Message: Fix GENERIC64 build To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/pci

2021-05-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed May 5 19:30:51 UTC 2021 Modified Files: src/sys/dev/pci: siisata_pci.c Log Message: disable MSI for SiI3124 - interrupts don't seem to work on this old board when MSI is enabled, maybe because it's behind a PCI bridge PR

CVS commit: [netbsd-9] src/doc

2021-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 5 17:03:08 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1268 To generate a diff of this commit: cvs rdiff -u -r1.1.2.78 -r1.1.2.79 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/sys/dev/audio

2021-05-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 5 17:01:41 UTC 2021 Modified Files: src/sys/dev/audio [netbsd-9]: audio.c Log Message: Pull up following revision(s) (requested by nia in ticket #1268): sys/dev/audio/audio.c: revision 1.95 audio: Only score

CVS commit: src/sys/arch/alpha/conf

2021-05-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 15:39:39 UTC 2021 Modified Files: src/sys/arch/alpha/conf: Makefile.alpha Log Message: Remove unneeded Makefile dependency for things which have long since used opt_*.h headers. To generate a diff of this commit:

CVS commit: src/sys/arch/alpha

2021-05-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 15:36:17 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/alpha/include: alpha.h Log Message: Remove unused dot_conv() function. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/alpha/alpha

2021-05-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 15:34:54 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c machdep.c Log Message: Disable preemption around the main work of badaddr_read() and delay(); they both use "current CPU" resources. To

CVS commit: src/sys/arch/alpha/alpha

2021-05-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 14:58:57 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c Log Message: Make scb_strat() static. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/alpha/alpha/interrupt.c

CVS commit: src/lib/libedit

2021-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 5 14:49:59 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c Log Message: PR/56147: Miroslav Lichvar: Avoid memory leak if strdup fails. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/arch/riscv/include

2021-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 5 12:47:02 UTC 2021 Added Files: src/sys/arch/riscv/include: loadfile_machdep.h Log Message: Add loadfile_machdep.h for riscv To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/doc

2021-05-05 Thread Jared D. McNeill
ult has been changed to check-names (see resolv.conf(5)), which means that hostnames that contain invalid characters will not resolve. [christos 20210430] + evbarm: Add support for Allwinner V3s SoCs. [jmcneill 20210505]

CVS commit: src/sys/arch

2021-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 5 10:24:04 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: files.sunxi sun6i_dma.c sunxi_codec.c sunxi_codec.h src/sys/arch/evbarm/conf: GENERIC Added Files: src/sys/arch/arm/sunxi:

CVS commit: src/libexec/httpd

2021-05-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 5 07:41:48 UTC 2021 Modified Files: src/libexec/httpd: CHANGES auth-bozo.c bozohttpd.c bozohttpd.h src/libexec/httpd/testsuite: t10.out Log Message: don't assume host BUFSIZ is sufficent. small BUFSIZ leads to

CVS commit: src/libexec/httpd

2021-05-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 5 07:09:19 UTC 2021 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: include . bozo_unconst() uses uintptr_t defined here. from embr . To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131

CVS commit: src/sys/arch/mips/cavium/dev

2021-05-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed May 5 06:47:29 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: octeon_cib.c octeon_gmx.c octeon_intc.c Log Message: Sprinkle some static. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/evbmips/cavium

2021-05-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed May 5 06:46:37 UTC 2021 Modified Files: src/sys/arch/evbmips/cavium: machdep.c Log Message: The watchdog setup code isn't used (yet), so don't compile in the octeon_nmi_stack that it uses either. To generate a diff of this