CVS commit: src/libexec/httpd

2019-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 17 07:46:16 UTC 2019 Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c cgi-bozo.c daemon-bozo.c dir-index-bozo.c Log Message: - call this 20190116 - adjust the directory indexing again: - don't

CVS commit: src/libexec/httpd

2019-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 17 07:39:00 UTC 2019 Modified Files: src/libexec/httpd: Makefile src/libexec/httpd/testsuite: t11.out Log Message: add 'check' target to toplevel makefile. fix the t11.out output now that CGI parsing works better.

CVS commit: src/libexec/httpd

2019-01-16 Thread matthew green
34 2018/12/19 12:40:32 mrg Exp $ +$NetBSD: CHANGES,v 1.35 2019/01/17 07:34:06 mrg Exp $ + +changes in bozohttpd 20190116: + o fix CGI '+' parameter handling, and a double free. from + rajeev_v_pil...@yahoo.com changes in bozohttpd 20181215: o fix .htpasswd bypass for authenticated users.

CVS commit: src/share/man/man8

2019-01-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jan 17 07:05:25 UTC 2019 Modified Files: src/share/man/man8: compat_netbsd32.8 Log Message: compat_netbsd32(8): brief adjustments concerning ARM binary support. At present, aarch64 doesn't actually offer OABI

CVS commit: src/usr.sbin/btpand

2019-01-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jan 17 05:52:22 UTC 2019 Modified Files: src/usr.sbin/btpand: btpand.8 Log Message: btpand(8): replace dhclient(8) references with dhcpcd(8) Addresses part of PR misc/53669. To generate a diff of this commit: cvs rdiff

CVS commit: src

2019-01-16 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Jan 17 02:49:11 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi src/tests/net: net_common.sh src/tests/net/if_ipsec: Makefile Added Files: src/tests/net/if_ipsec: t_ipsec_pfil.sh Log

CVS commit: src/sys

2019-01-16 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Jan 17 02:47:15 UTC 2019 Modified Files: src/sys/kern: uipc_mbuf.c src/sys/netinet: ip_input.c src/sys/netinet6: ip6_input.c src/sys/netipsec: ipsec.h ipsec_input.c src/sys/sys: mbuf.h Log

CVS commit: src/tests/sys/uvm

2019-01-16 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Jan 16 13:54:17 UTC 2019 Modified Files: src/tests/sys/uvm: t_uvm_physseg.c Log Message: Fixed issues with uvm_page_physunload_delete_end test case. 1. "avail_start" and "start" were different, resulting in unreachable code in

CVS commit: src/tests/sys/uvm

2019-01-16 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Jan 16 13:45:29 UTC 2019 Modified Files: src/tests/sys/uvm: t_uvm_physseg.c Log Message: Fixed issues with uvm_physseg_atboot_free_leak test case. "\n" in ATF discriptions make it behave in weird ways, like saying "this test is

CVS commit: src/tests/sys/uvm

2019-01-16 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Jan 16 13:35:51 UTC 2019 Modified Files: src/tests/sys/uvm: t_uvm_physseg.c Log Message: Fixed issues with uvm_physseg_plug test case. There is a condition check which failed for VM_PHYSSEG_MAX == 2 (not for 1 or 3 and above),

CVS commit: src/tests/sys/uvm

2019-01-16 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Jan 16 13:21:02 UTC 2019 Modified Files: src/tests/sys/uvm: t_uvm_physseg.c Log Message: Fixed the build failures caused by incompatible type comparisons when VM_PHYSSEG is > 1. Reviewed by To generate a diff of this commit:

CVS commit: src/sys/dev/mii

2019-01-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 16 10:10:49 UTC 2019 Modified Files: src/sys/dev/mii: rgephy.c urlphy.c Log Message: Pass flags correctly. See also: http://mail-index.netbsd.org/source-changes/2002/03/25/msg100515.html To generate a diff of this

CVS commit: src/sys/dev/mii

2019-01-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 16 08:40:24 UTC 2019 Modified Files: src/sys/dev/mii: ciphy.c Log Message: CIPHY_MII_BMCR -> MII_BMCR in #ifdef foo. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/mii/ciphy.c Please note

CVS commit: src/sys/dev/mii

2019-01-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 16 08:32:58 UTC 2019 Modified Files: src/sys/dev/mii: ciphy.c ciphyreg.h Log Message: The register bit definitions from register 0 to 15 in ciphyreg.h conform to the 802.3 spec, so remove them and use mii.h's

CVS commit: src/sys/dev/mii

2019-01-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 16 08:32:24 UTC 2019 Modified Files: src/sys/dev/mii: mii.h Log Message: Add MII_100T2CR and MII_GTCR's test mode definitions. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/mii/mii.h