CVS commit: [netbsd-7-1] src/doc

2017-09-24 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Sep 24 20:14:07 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1500


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch

2017-09-24 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Sep 24 20:12:55 UTC 2017

Modified Files:
src/sys/arch/evbmips/conf [netbsd-7-1]: MALTA MALTA32 MALTA64
src/sys/arch/mips/mips [netbsd-7-1]: bds_emul.S

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1500):
sys/arch/evbmips/conf/MALTA64: revision 1.8
sys/arch/evbmips/conf/MALTA32: revision 1.4
sys/arch/mips/mips/bds_emul.S: revision 1.9
sys/arch/evbmips/conf/MALTA: revision 1.88
Re-enable the NOFPU and (renamed) FPEMUL options.  None of the Malta
CPU daughter cards currently supported by NetBSD have an FPU.
Detected on real hardware.  gxemul wrongly supports an FPU on the
4Kc and 5Kc CPUs.
--
Remove the NOFPU option.  The main MALTA config file has this now.
--
mips_emul_daddi and mips_emul_daddiu don't exist, but there are
bcemul_daddi and bcemul_daddiu here that should be used.  however,
bcemul_daddi needed to be changed to use dadd not daddui.
fixes FPEMUL and N64 kernels.  ok simonb.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.8.1 src/sys/arch/evbmips/conf/MALTA
cvs rdiff -u -r1.3 -r1.3.34.1 src/sys/arch/evbmips/conf/MALTA32
cvs rdiff -u -r1.6 -r1.6.18.1 src/sys/arch/evbmips/conf/MALTA64
cvs rdiff -u -r1.6 -r1.6.30.1 src/sys/arch/mips/mips/bds_emul.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-09-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Sep 11 04:56:02 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1509


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/crypto/external/bsd/heimdal

2017-09-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Sep 11 04:53:52 UTC 2017

Modified Files:
src/crypto/external/bsd/heimdal/dist [netbsd-7-1]: configure.ac
src/crypto/external/bsd/heimdal/dist/kcm [netbsd-7-1]: client.c
config.c
src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech [netbsd-7-1]:
gss_pname_to_uid.c
src/crypto/external/bsd/heimdal/dist/lib/hx509 [netbsd-7-1]: softp11.c
src/crypto/external/bsd/heimdal/dist/lib/krb5 [netbsd-7-1]:
config_file.c get_default_principal.c kuserok.c
src/crypto/external/bsd/heimdal/dist/lib/roken [netbsd-7-1]: getxxyyy.c
roken.h.in
src/crypto/external/bsd/heimdal/include [netbsd-7-1]: config.h roken.h
Added Files:
src/crypto/external/bsd/heimdal/dist/cf [netbsd-7-1]:
check-getpwuid_r-posix.m4

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #1509):
crypto/external/bsd/heimdal/include/config.h: revision 1.9
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: 
revision 1.3
crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: revision 1.3
crypto/external/bsd/heimdal/dist/configure.ac: revision 1.3
crypto/external/bsd/heimdal/dist/kcm/config.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: revision 1.3
crypto/external/bsd/heimdal/dist/cf/check-getpwuid_r-posix.m4: revision 
1.1
crypto/external/bsd/heimdal/include/roken.h: revision 1.8
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: 
revision 1.3
crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: revision 1.3
crypto/external/bsd/heimdal/dist/kcm/client.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: revision 1.5
always use rk_getpwnam_r...
--
This is why we have libroken...
--
Use getpwuid_r instead of getpwuid, so that we don't trash getpw*() internal
buffers.
kde does (kdm/client/backend.c):
p = getpwnam();
pam_setcred() (which calls getpwuid in pam_afslog);
setusercontext(...,p,p->pw_uid,...) (now with trashed p data...)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2.12.1 -r1.1.1.2.12.2 \
src/crypto/external/bsd/heimdal/dist/configure.ac
cvs rdiff -u -r0 -r1.1.10.2 \
src/crypto/external/bsd/heimdal/dist/cf/check-getpwuid_r-posix.m4
cvs rdiff -u -r1.1.1.2.12.1 -r1.1.1.2.12.2 \
src/crypto/external/bsd/heimdal/dist/kcm/client.c \
src/crypto/external/bsd/heimdal/dist/kcm/config.c
cvs rdiff -u -r1.1.1.1.18.1 -r1.1.1.1.18.2 \
src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c
cvs rdiff -u -r1.1.1.2.12.1 -r1.1.1.2.12.2 \
src/crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c
cvs rdiff -u -r1.1.1.2.12.1 -r1.1.1.2.12.2 \
src/crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c \
src/crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c \
src/crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c
cvs rdiff -u -r1.2.14.2 -r1.2.14.3 \
src/crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c
cvs rdiff -u -r1.3.12.1 -r1.3.12.2 \
src/crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in
cvs rdiff -u -r1.6.12.1 -r1.6.12.2 \
src/crypto/external/bsd/heimdal/include/config.h
cvs rdiff -u -r1.4.12.1 -r1.4.12.2 \
src/crypto/external/bsd/heimdal/include/roken.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-09-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Sep  9 16:57:58 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1507


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/compat/linux32/arch/amd64

2017-09-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Sep  9 16:57:36 UTC 2017

Modified Files:
src/sys/compat/linux32/arch/amd64 [netbsd-7-1]: linux32_machdep.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1507):
sys/compat/linux32/arch/amd64/linux32_machdep.c: revision 1.39
Fix a ring0 escalation vulnerability in compat_linux32 where the
index of %cs is controlled by userland, making it easy to trigger
the page fault and get kernel privileges.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.14.1 \
src/sys/compat/linux32/arch/amd64/linux32_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-09-04 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Sep  4 16:08:52 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1504


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch/sparc64/sparc64

2017-09-04 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Sep  4 16:08:30 UTC 2017

Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-7-1]: compat_13_machdep.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1504):
sys/arch/sparc64/sparc64/compat_13_machdep.c: revision 1.24
Apply only CCR. Otherwise userland could set PSTATE_PRIV in %pstate and get
kernel privileges on the hardware.
ok martin


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.23.50.1 \
src/sys/arch/sparc64/sparc64/compat_13_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Aug 27 05:46:11 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
one more update to 1493


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/external/gpl2/xcvs/bin/xcvs

2017-08-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Aug 27 05:45:46 UTC 2017

Modified Files:
src/external/gpl2/xcvs/bin/xcvs [netbsd-7-1]: Makefile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1493):
external/gpl2/xcvs/bin/xcvs/Makefile: revision 1.5
add sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.20.1 src/external/gpl2/xcvs/bin/xcvs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-24 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Aug 25 03:51:30 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
update 1493


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/share/mk

2017-08-24 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Aug 25 03:50:52 UTC 2017

Modified Files:
src/share/mk [netbsd-7-1]: bsd.prog.mk

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1493):
share/mk/bsd.prog.mk: revision 1.301
add sqlite3 to statically linked libraries for pam.


To generate a diff of this commit:
cvs rdiff -u -r1.290.4.1 -r1.290.4.1.6.1 src/share/mk/bsd.prog.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch/i386/conf

2017-08-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Aug 24 06:51:17 UTC 2017

Modified Files:
src/sys/arch/i386/conf [netbsd-7-1]: GENERIC

Log Message:
Apply patch (requested by maxv in ticket #1463):
i386 GENERIC: disable VM86 by default.


To generate a diff of this commit:
cvs rdiff -u -r1.1107.2.9 -r1.1107.2.9.2.1 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-23 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Aug 24 06:51:38 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Apply patch (requested by maxv in ticket #1463):
i386 GENERIC: disable VM86 by default.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Aug 20 05:45:36 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1493


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-18 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 19 05:24:21 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1476, 1481


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/kern

2017-08-18 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 19 05:21:58 UTC 2017

Modified Files:
src/sys/kern [netbsd-7-1]: kern_ktrace.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1481):
sys/kern/kern_ktrace.c: 1.171 via patch
Clamp the length we use, not the length we don't.
Avoids uninitialized memory disclosure to userland.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.164.4.1 -r1.164.4.1.6.1 src/sys/kern/kern_ktrace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev

2017-08-18 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 19 05:19:30 UTC 2017

Modified Files:
src/sys/dev [netbsd-7-1]: vnd.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1476):
sys/dev/vnd.c: revision 1.260, 1.262 via patch
Put in a litany of judicious bounds checks around vnd headers.
Thought I was done with this crap after I rewrote vndcompress(1)!
>From Ilja Van Sprundel.
--
Appease toxic bullshit warning from gcc.
If you have a better way to write a useful bounds check that happens
to always pass on LP64 but doesn't always on LP32, without making it
fail to compile on LP64 or making it an #ifdef conditional on LP32,
please put it in here instead.


To generate a diff of this commit:
cvs rdiff -u -r1.232.2.4 -r1.232.2.4.4.1 src/sys/dev/vnd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug 12 19:10:23 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Ammend ticket #1475


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/compat/svr4_32

2017-08-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug 12 19:09:46 UTC 2017

Modified Files:
src/sys/compat/svr4_32 [netbsd-7-1]: svr4_32_signal.c

Log Message:
Also pull up rev1.30 (accidently missed in ticket #1475)


To generate a diff of this commit:
cvs rdiff -u -r1.26.70.1 -r1.26.70.2 src/sys/compat/svr4_32/svr4_32_signal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 05:53:31 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1489, 1490


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 05:44:05 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: 3RDPARTY
src/external/bsd/wpa/bin [netbsd-7-1]: Makefile.inc
src/external/bsd/wpa/bin/hostapd [netbsd-7-1]: Makefile aes-xinternal.c
src/external/bsd/wpa/bin/hostapd_cli [netbsd-7-1]: Makefile
src/external/bsd/wpa/bin/wpa_cli [netbsd-7-1]: Makefile
src/external/bsd/wpa/bin/wpa_passphrase [netbsd-7-1]: Makefile
src/external/bsd/wpa/bin/wpa_supplicant [netbsd-7-1]: Makefile
aes-xinternal.c wpa_supplicant.8
src/external/bsd/wpa/dist [netbsd-7-1]: CONTRIBUTIONS COPYING README
src/external/bsd/wpa/dist/hostapd [netbsd-7-1]: Android.mk ChangeLog
Makefile README android.config config_file.c config_file.h
ctrl_iface.c defconfig hapd_module_tests.c hlr_auc_gw.c
hlr_auc_gw.milenage_db hostapd.conf hostapd_cli.c main.c
src/external/bsd/wpa/dist/hs20/client [netbsd-7-1]: Android.mk Makefile
est.c osu_client.c spp_client.c
src/external/bsd/wpa/dist/src [netbsd-7-1]: Makefile
src/external/bsd/wpa/dist/src/ap [netbsd-7-1]: Makefile accounting.c
accounting.h acs.c ap_config.c ap_config.h ap_drv_ops.c
ap_drv_ops.h ap_list.c ap_list.h ap_mlme.c authsrv.c beacon.c
beacon.h ctrl_iface_ap.c ctrl_iface_ap.h dfs.c dhcp_snoop.c
drv_callbacks.c eap_user_db.c gas_serv.c gas_serv.h hostapd.c
hostapd.h hw_features.c hw_features.h iapp.c ieee802_11.c
ieee802_11.h ieee802_11_auth.c ieee802_11_auth.h ieee802_11_ht.c
ieee802_11_shared.c ieee802_11_vht.c ieee802_1x.c ieee802_1x.h
ndisc_snoop.c pmksa_cache_auth.c pmksa_cache_auth.h sta_info.c
sta_info.h utils.c vlan_init.c vlan_init.h vlan_util.c vlan_util.h
wnm_ap.c wnm_ap.h wpa_auth.c wpa_auth.h wpa_auth_ft.c
wpa_auth_glue.c wpa_auth_i.h wpa_auth_ie.c wps_hostapd.c x_snoop.c
src/external/bsd/wpa/dist/src/common [netbsd-7-1]: Makefile
common_module_tests.c defs.h eapol_common.h hw_features_common.c
hw_features_common.h ieee802_11_common.c ieee802_11_common.h
ieee802_11_defs.h ieee802_1x_defs.h privsep_commands.h qca-vendor.h
sae.c sae.h version.h wpa_common.c wpa_common.h wpa_ctrl.c
wpa_ctrl.h wpa_helpers.c
src/external/bsd/wpa/dist/src/crypto [netbsd-7-1]: Makefile aes-cbc.c
aes-omac1.c crypto.h crypto_internal.c crypto_module_tests.c
crypto_openssl.c dh_group5.c dh_groups.c fips_prf_openssl.c
md4-internal.c md5-internal.c ms_funcs.c ms_funcs.h random.c
sha1-internal.c sha1-tlsprf.c sha1-tprf.c sha256-internal.c
sha256-kdf.c sha256-prf.c sha256.h sha384.h tls.h tls_gnutls.c
tls_internal.c tls_none.c tls_openssl.c
src/external/bsd/wpa/dist/src/drivers [netbsd-7-1]: driver.h
driver_atheros.c driver_bsd.c driver_common.c driver_hostap.c
driver_hostap.h driver_macsec_qca.c driver_ndis.c driver_nl80211.c
driver_nl80211.h driver_nl80211_android.c driver_nl80211_capa.c
driver_nl80211_event.c driver_nl80211_monitor.c
driver_nl80211_scan.c driver_privsep.c driver_roboswitch.c
driver_wext.c driver_wired.c drivers.c drivers.mak drivers.mk
linux_ioctl.c linux_ioctl.h nl80211_copy.h rfkill.c
src/external/bsd/wpa/dist/src/eap_common [netbsd-7-1]: Makefile
eap_common.c eap_eke_common.c eap_fast_common.c eap_fast_common.h
eap_gpsk_common.c eap_pax_common.c eap_pwd_common.c
eap_pwd_common.h eap_sake_common.c ikev2_common.c
src/external/bsd/wpa/dist/src/eap_peer [netbsd-7-1]: Makefile eap.c
eap.h eap_aka.c eap_config.h eap_eke.c eap_fast.c eap_fast_pac.c
eap_gpsk.c eap_gtc.c eap_i.h eap_ikev2.c eap_leap.c eap_md5.c
eap_methods.c eap_methods.h eap_mschapv2.c eap_otp.c eap_pax.c
eap_peap.c eap_psk.c eap_pwd.c eap_sake.c eap_sim.c eap_tls.c
eap_tls_common.c eap_tls_common.h eap_tnc.c eap_ttls.c
eap_vendor_test.c eap_wsc.c ikev2.c tncc.c
src/external/bsd/wpa/dist/src/eap_server [netbsd-7-1]: Makefile eap.h
eap_i.h eap_methods.h eap_server.c eap_server_aka.c
eap_server_eke.c eap_server_fast.c eap_server_gpsk.c
eap_server_gtc.c eap_server_identity.c eap_server_ikev2.c
eap_server_md5.c eap_server_methods.c eap_server_mschapv2.c
eap_server_pax.c eap_server_peap.c eap_server_psk.c
eap_server_pwd.c eap_server_sake.c eap_server_sim.c
eap_server_tls.c eap_server_tls_common.c eap_server_tnc.c
eap_server_ttls.c eap_server_vendor_test.c eap_server_wsc.c
eap_sim_db.c eap_sim_db.h eap_tls_common.h ikev2.c tncs.c
src/external/bsd/wpa/dist/s

CVS commit: [netbsd-7-1] src

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 05:19:38 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: 3RDPARTY
src/external/bsd/bind [netbsd-7-1]: Makefile.inc
src/external/bsd/bind/dist [netbsd-7-1]: CHANGES README srcid version
src/external/bsd/bind/dist/doc/arm [netbsd-7-1]: Bv9ARM.ch01.html
Bv9ARM.ch02.html Bv9ARM.ch03.html Bv9ARM.ch04.html Bv9ARM.ch05.html
Bv9ARM.ch06.html Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.ch09.html
Bv9ARM.ch10.html Bv9ARM.ch11.html Bv9ARM.ch12.html Bv9ARM.ch13.html
Bv9ARM.html Bv9ARM.pdf man.arpaname.html man.ddns-confgen.html
man.delv.html man.dig.html man.dnssec-checkds.html
man.dnssec-coverage.html man.dnssec-dsfromkey.html
man.dnssec-importkey.html man.dnssec-keyfromlabel.html
man.dnssec-keygen.html man.dnssec-revoke.html
man.dnssec-settime.html man.dnssec-signzone.html
man.dnssec-verify.html man.genrandom.html man.host.html
man.isc-hmac-fixup.html man.lwresd.html man.named-checkconf.html
man.named-checkzone.html man.named-journalprint.html
man.named-rrchecker.html man.named.conf.html man.named.html
man.nsec3hash.html man.nsupdate.html man.rndc-confgen.html
man.rndc.conf.html man.rndc.html notes.html notes.pdf notes.xml
src/external/bsd/bind/dist/lib/dns [netbsd-7-1]: api dnssec.c message.c
rootns.c tsig.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1489):
doc/3RDPARTY: patch
external/bsd/bind/Makefile.inc: up to 1.26 via patch
external/bsd/bind/dist/CHANGES: up to 1.28
external/bsd/bind/dist/README: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html: up to 1.1.1.26
external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html: up to 1.1.1.23
external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html: up to 1.1.1.28
external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html: up to 1.1.1.29
external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html: up to 1.1.1.25
external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html: up to 1.1.1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.html: up to 1.16
external/bsd/bind/dist/doc/arm/Bv9ARM.pdf: up to 1.21
external/bsd/bind/dist/doc/arm/man.arpaname.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.ddns-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.delv.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dig.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-checkds.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-coverage.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-dsfromkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-importkey.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keyfromlabel.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-keygen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-revoke.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-settime.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-signzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.dnssec-verify.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.genrandom.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.host.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.isc-hmac-fixup.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.lwresd.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named-checkconf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-checkzone.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-journalprint.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named-rrchecker.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.named.conf.html: up to 1.1.1.8
external/bsd/bind/dist/doc/arm/man.named.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsec3hash.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.nsupdate.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc-confgen.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.conf.html: up to 1.16
external/bsd/bind/dist/doc/arm/man.rndc.html: up to 1.16
external/bsd/bind/dist/doc/arm/notes.html: up to 1.1.1.14
 

CVS commit: [netbsd-7-1] src/doc

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 05:01:54 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1469-1475, 1477-1479, 1482-1486


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/compat/linux/common

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:50:11 UTC 2017

Modified Files:
src/sys/compat/linux/common [netbsd-7-1]: linux_time.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1486):
sys/compat/linux/common/linux_time.c: revision 1.38-1.39 via patch
Only let the superuser set the compat_linux timezone.
Not really keen to invent a new kauth cookie for this useless purpose.
>From Ilja Van Sprundel.
--
Put suser check in the right function: settimeofday, not gettimeofday.
While here, remove wrong comment.
Noted by kre@.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.37.16.1 src/sys/compat/linux/common/linux_time.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/altq

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:44:48 UTC 2017

Modified Files:
src/sys/altq [netbsd-7-1]: altq_cbq.c altq_hfsc.c altq_jobs.c
altq_priq.c altq_wfq.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1485):
sys/altq/altq_cbq.c: revision 1.31
sys/altq/altq_hfsc.c: revision 1.27
sys/altq/altq_priq.c: revision 1.24
sys/altq/altq_jobs.c: revision 1.11
sys/altq/altq_wfq.c: revision 1.22
Zero buffers copied to userland to avoid stack disclosure.
>From Ilja Van Sprundel.
--
Reject negative indices.
(Would be nice to change the types too, and it's *probably* safe to
replace int by u_int, but I'm reluctant to touch the ioctl
definitions without at least a modicum more thought.  Also one of
them is a u_long, because why not?)
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.10.1 src/sys/altq/altq_cbq.c
cvs rdiff -u -r1.24 -r1.24.66.1 src/sys/altq/altq_hfsc.c
cvs rdiff -u -r1.6.34.1 -r1.6.34.1.6.1 src/sys/altq/altq_jobs.c
cvs rdiff -u -r1.21 -r1.21.46.1 src/sys/altq/altq_priq.c
cvs rdiff -u -r1.20 -r1.20.12.1 src/sys/altq/altq_wfq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/netsmb

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:33:26 UTC 2017

Modified Files:
src/sys/netsmb [netbsd-7-1]: smb_dev.c smb_subr.c smb_subr.h smb_usr.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1484):
sys/netsmb/smb_dev.c: revision 1.50
sys/netsmb/smb_subr.c: revision 1.38
sys/netsmb/smb_subr.h: revision 1.22
sys/netsmb/smb_usr.c: revision 1.17-1.19
Reject allocations for too-small buffers from userland.
>From Ilja Van Sprundel.
--
Plug another overflow: refuse bogus sa_len from user.
--
Reject negative ioc_setupcnt.
--
Reject negative offset/count for smb read/write.
Not clear that this is actually a problem for the kernel -- might
overwrite user's buffers or return garbage to user, but that's their
own damn fault.  But it's hard to imagine that negative offset/count
ever makes sense, and I haven't ruled out a problem for the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.8.1 src/sys/netsmb/smb_dev.c
cvs rdiff -u -r1.36.28.1 -r1.36.28.1.6.1 src/sys/netsmb/smb_subr.c
cvs rdiff -u -r1.21 -r1.21.26.1 src/sys/netsmb/smb_subr.h
cvs rdiff -u -r1.16 -r1.16.50.1 src/sys/netsmb/smb_usr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/ic

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:28:55 UTC 2017

Modified Files:
src/sys/dev/ic [netbsd-7-1]: ciss.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1483):
sys/dev/ic/ciss.c: revision 1.37
Reject negative indices from userland.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.12.1 src/sys/dev/ic/ciss.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/ic

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:23:19 UTC 2017

Modified Files:
src/sys/dev/ic [netbsd-7-1]: isp_netbsd.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1482):
sys/dev/ic/isp_netbsd.c: revision 1.89
Reject out-of-bounds channel index.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.86.20.1 src/sys/dev/ic/isp_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/rump/kern/lib/libsys_sunos

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:17:37 UTC 2017

Modified Files:
src/sys/rump/kern/lib/libsys_sunos [netbsd-7-1]: rump_sunos_compat.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1479):
sys/compat/common/vfs_syscalls_12.c: revision 1.34
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c: revision 1.2
sys/compat/svr4_32/svr4_32_misc.c: revision 1.78
sys/compat/sunos32/sunos32_misc.c: revision 1.78
sys/compat/linux/common/linux_misc.c: revision 1.239
sys/compat/osf1/osf1_file.c: revision 1.44
sys/compat/common/vfs_syscalls_43.c: revision 1.60
sys/compat/svr4/svr4_misc.c: revision 1.158
sys/compat/ibcs2/ibcs2_misc.c: revision 1.114
sys/compat/linux/common/linux_file64.c: revision 1.59
sys/compat/linux32/common/linux32_dirent.c: revision 1.18
sys/compat/sunos/sunos_misc.c: revision 1.171
Fail, don't panic, on bad dirents from file system.
Controllable via puffs from userland.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.26.1 \
src/sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/compat

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:16:53 UTC 2017

Modified Files:
src/sys/compat/common [netbsd-7-1]: vfs_syscalls_12.c vfs_syscalls_43.c
src/sys/compat/ibcs2 [netbsd-7-1]: ibcs2_misc.c
src/sys/compat/linux/common [netbsd-7-1]: linux_file64.c linux_misc.c
src/sys/compat/linux32/common [netbsd-7-1]: linux32_dirent.c
src/sys/compat/osf1 [netbsd-7-1]: osf1_file.c
src/sys/compat/sunos [netbsd-7-1]: sunos_misc.c
src/sys/compat/sunos32 [netbsd-7-1]: sunos32_misc.c
src/sys/compat/svr4 [netbsd-7-1]: svr4_misc.c
src/sys/compat/svr4_32 [netbsd-7-1]: svr4_32_misc.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1479):
sys/compat/common/vfs_syscalls_12.c: revision 1.34
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c: revision 1.2
sys/compat/svr4_32/svr4_32_misc.c: revision 1.78
sys/compat/sunos32/sunos32_misc.c: revision 1.78
sys/compat/linux/common/linux_misc.c: revision 1.239
sys/compat/osf1/osf1_file.c: revision 1.44
sys/compat/common/vfs_syscalls_43.c: revision 1.60
sys/compat/svr4/svr4_misc.c: revision 1.158
sys/compat/ibcs2/ibcs2_misc.c: revision 1.114
sys/compat/linux/common/linux_file64.c: revision 1.59
sys/compat/linux32/common/linux32_dirent.c: revision 1.18
sys/compat/sunos/sunos_misc.c: revision 1.171
Fail, don't panic, on bad dirents from file system.
Controllable via puffs from userland.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.30.10.1 src/sys/compat/common/vfs_syscalls_12.c
cvs rdiff -u -r1.56.4.1 -r1.56.4.1.4.1 \
src/sys/compat/common/vfs_syscalls_43.c
cvs rdiff -u -r1.112 -r1.112.18.1 src/sys/compat/ibcs2/ibcs2_misc.c
cvs rdiff -u -r1.55 -r1.55.14.1 src/sys/compat/linux/common/linux_file64.c
cvs rdiff -u -r1.229 -r1.229.8.1 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -u -r1.13 -r1.13.38.1 \
src/sys/compat/linux32/common/linux32_dirent.c
cvs rdiff -u -r1.41.28.1 -r1.41.28.1.6.1 src/sys/compat/osf1/osf1_file.c
cvs rdiff -u -r1.168 -r1.168.40.1 src/sys/compat/sunos/sunos_misc.c
cvs rdiff -u -r1.74 -r1.74.28.1 src/sys/compat/sunos32/sunos32_misc.c
cvs rdiff -u -r1.155 -r1.155.34.1 src/sys/compat/svr4/svr4_misc.c
cvs rdiff -u -r1.74 -r1.74.34.1 src/sys/compat/svr4_32/svr4_32_misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/kern

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:11:36 UTC 2017

Modified Files:
src/sys/kern [netbsd-7-1]: vfs_getcwd.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1478):
sys/kern/vfs_getcwd.c: revision 1.52
Don't walk off the end of the dirent buffer.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.50.16.1 src/sys/kern/vfs_getcwd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/compat/ibcs2

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 04:09:05 UTC 2017

Modified Files:
src/sys/compat/ibcs2 [netbsd-7-1]: ibcs2_exec_coff.c ibcs2_ioctl.c
ibcs2_stat.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1477):
sys/compat/ibcs2/ibcs2_exec_coff.c: revision 1.27-1.29
sys/compat/ibcs2/ibcs2_ioctl.c: revision 1.46
sys/compat/ibcs2/ibcs2_stat.c: revision 1.49-1.50
Check for NUL termination within the buffer we have.
>From Ilja Van Sprundel.
--
Make sure we have enough space in the buffer before reading it.
>From Ilja Van Sprundel.
--
Make sure we move forward over the buffer.
>From Ilja Van Sprundel.
--
Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland.
>From Ilja Van Sprundel.
--
Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs.
Nothing else guarantees the mount will stick around.
>From Ilja Van Sprundel.
--
Little happy on the commit trigger.  Actually use the out label.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.26.16.1 src/sys/compat/ibcs2/ibcs2_exec_coff.c
cvs rdiff -u -r1.45 -r1.45.70.1 src/sys/compat/ibcs2/ibcs2_ioctl.c
cvs rdiff -u -r1.47 -r1.47.44.1 src/sys/compat/ibcs2/ibcs2_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/compat

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 03:59:55 UTC 2017

Modified Files:
src/sys/compat/svr4 [netbsd-7-1]: svr4_lwp.c svr4_signal.c
svr4_stream.c
src/sys/compat/svr4_32 [netbsd-7-1]: svr4_32_signal.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1475):
sys/compat/svr4/svr4_lwp.c: revision 1.20
sys/compat/svr4/svr4_signal.c: revision 1.67
sys/compat/svr4/svr4_stream.c: revision 1.89-1.91 via patch
sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
>From Ilja Van Sprundel.
--
Zero stack data before copyout.
>From Ilja Van Sprundel.
--
Fix indexing of svr4 signals.
>From Ilja Van Sprundel.
--
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
>From Ilja Van Sprundel.
--
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.50.1 src/sys/compat/svr4/svr4_lwp.c
cvs rdiff -u -r1.65.30.1 -r1.65.30.1.6.1 src/sys/compat/svr4/svr4_signal.c
cvs rdiff -u -r1.80 -r1.80.8.1 src/sys/compat/svr4/svr4_stream.c
cvs rdiff -u -r1.26 -r1.26.70.1 src/sys/compat/svr4_32/svr4_32_signal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/ic

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 03:48:33 UTC 2017

Modified Files:
src/sys/dev/ic [netbsd-7-1]: bwi.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1474):
sys/dev/ic/bwi.c: revision 1.32
Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.24.4.1 -r1.24.4.1.6.1 src/sys/dev/ic/bwi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/ic

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 03:44:39 UTC 2017

Modified Files:
src/sys/dev/ic [netbsd-7-1]: dm9000.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1473):
sys/dev/ic/dm9000.c: revision 1.12
Check for MCLGET failure in dme_alloc_receive_buffer.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.4.22.1 -r1.4.22.1.6.1 src/sys/dev/ic/dm9000.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/ic

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 03:42:33 UTC 2017

Modified Files:
src/sys/dev/ic [netbsd-7-1]: dp83932.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1472):
sys/dev/ic/dp83932.c: revision 1.41
Plug mbuf leak on MCLGET failure in sonic_rxintr.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.12.1 src/sys/dev/ic/dp83932.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/ic

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 03:30:09 UTC 2017

Modified Files:
src/sys/dev/ic [netbsd-7-1]: i82596.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1471):
sys/dev/ic/i82596.c: revision 1.37
Null out sc_rx_mbuf[i] after m_freem to avoid double-free later.
>From Ilja Van Sprundel.
Also null out sc_tx_mbuf[i] after m_freem, out of paranoia.
XXX Not entirely clear to how tx mbufs are freed, but no way to test
this since it's ews4800mips- and hp700-only, so not keen to make any
more elaborate changes...


To generate a diff of this commit:
cvs rdiff -u -r1.31.4.1 -r1.31.4.1.6.1 src/sys/dev/ic/i82596.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/pci

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 03:26:39 UTC 2017

Modified Files:
src/sys/dev/pci [netbsd-7-1]: if_et.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1470):
sys/dev/pci/if_et.c: revision 1.15
Check for MCLGET failure in et_newbuf.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.8.4.1 -r1.8.4.1.6.1 src/sys/dev/pci/if_et.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/pci

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 12 03:23:45 UTC 2017

Modified Files:
src/sys/dev/pci [netbsd-7-1]: if_ipw.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1469):
sys/dev/pci/if_ipw.c: revision 1.65
Null out sbuf->m on failure to avoid double-free later.
>From Ilja Van Sprundel.
Also null out sbuf->map out of paranoia.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.57.12.1 src/sys/dev/pci/if_ipw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Aug 11 15:32:45 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
146[78]


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch/mac68k/nubus

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Aug 11 15:32:26 UTC 2017

Modified Files:
src/sys/arch/mac68k/nubus [netbsd-7-1]: if_netdock_nubus.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1468):
sys/arch/mac68k/nubus/if_netdock_nubus.c: revision 1.26
Avoid memory leak in netdock_get.
If top is null, this is the first time through and nothing else will
free m.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.20.1 src/sys/arch/mac68k/nubus/if_netdock_nubus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch/newsmips/apbus

2017-08-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Aug 11 15:20:52 UTC 2017

Modified Files:
src/sys/arch/newsmips/apbus [netbsd-7-1]: if_sn.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1467):
sys/arch/newsmips/apbus/if_sn.c: revision 1.39
Avoid memory leak in sonic_get.
If this is the first time around, top is null and nothing else will
free m.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.34.20.1 src/sys/arch/newsmips/apbus/if_sn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-08-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Aug  9 07:27:02 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1460-1462


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev/usb

2017-08-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Aug  9 06:35:16 UTC 2017

Modified Files:
src/sys/dev/usb [netbsd-7-1]: if_ural.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1462):
sys/dev/usb/if_ural.c: revision 1.52
Free the RX list if ural_alloc_rx_list fails part way through.
Reported by Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.44.20.1 src/sys/dev/usb/if_ural.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/kern

2017-08-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Aug  9 06:32:22 UTC 2017

Modified Files:
src/sys/kern [netbsd-7-1]: kern_malloc.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1461):
sys/kern/kern_malloc.c: revision 1.146
Avoid integer overflow in kern_malloc(). Reported by Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.143.2.1 -r1.143.2.1.6.1 src/sys/kern/kern_malloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev

2017-08-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Aug  9 06:21:18 UTC 2017

Modified Files:
src/sys/dev [netbsd-7-1]: auconv.c
src/sys/dev/ic [netbsd-7-1]: ac97.c
src/sys/dev/pci [netbsd-7-1]: azalia_codec.c

Log Message:
Pull up following revision(s) (requested by nat in ticket #1460):
sys/dev/auconv.c: revision 1.30 via patch
sys/dev/ic/ac97.c: revision 1.97 via patch
sys/dev/pci/azalia_codec.c: revision 1.81 via patch
Mixer device bounds checking.
Analysis by Ilja van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.36.1 src/sys/dev/auconv.c
cvs rdiff -u -r1.95.12.1 -r1.95.12.1.6.1 src/sys/dev/ic/ac97.c
cvs rdiff -u -r1.79 -r1.79.36.1 src/sys/dev/pci/azalia_codec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-07-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jul 26 16:07:41 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1449, 1450


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src

2017-07-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jul 26 15:51:13 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: 3RDPARTY
src/external/public-domain/tz/dist [netbsd-7-1]: NEWS TZDATA_VERSION
africa iso3166.tab northamerica version

Log Message:
Pull up following revision(s) (requested by kre in ticket #1450):
doc/3RDPARTY: revision 1.1425 via patch
external/public-domain/tz/dist/NEWS: up to 1.1.1.18
external/public-domain/tz/dist/TZDATA_VERSION: up to 1.8
external/public-domain/tz/dist/africa: up to 1.1.1.11
external/public-domain/tz/dist/iso3166.tab: up to 1.1.1.5
external/public-domain/tz/dist/northamerica: up to 1.1.1.16
external/public-domain/tz/dist/version: up to 1.1.1.5
Update tzdata to 2017b.


To generate a diff of this commit:
cvs rdiff -u -r1.1145.2.37.2.4 -r1.1145.2.37.2.5 src/doc/3RDPARTY
cvs rdiff -u -r1.1.1.1.4.7 -r1.1.1.1.4.7.2.1 \
src/external/public-domain/tz/dist/NEWS \
src/external/public-domain/tz/dist/northamerica
cvs rdiff -u -r1.6.4.3 -r1.6.4.3.2.1 \
src/external/public-domain/tz/dist/TZDATA_VERSION
cvs rdiff -u -r1.1.1.1.4.5 -r1.1.1.1.4.5.2.1 \
src/external/public-domain/tz/dist/africa
cvs rdiff -u -r1.1.1.1.4.3 -r1.1.1.1.4.3.2.1 \
src/external/public-domain/tz/dist/iso3166.tab
cvs rdiff -u -r1.1.1.3.4.3 -r1.1.1.3.4.3.2.1 \
src/external/public-domain/tz/dist/version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/gnu/dist/gettext/gettext-tools/doc

2017-07-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jul 26 15:38:12 UTC 2017

Modified Files:
src/gnu/dist/gettext/gettext-tools/doc [netbsd-7-1]: texi2html

Log Message:
Apply patch (requested by mrg in ticket #1449):
Don't use defined() on perl arrays.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.68.1 \
src/gnu/dist/gettext/gettext-tools/doc/texi2html

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-07-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jul 23 06:15:49 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1418


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/modules/lua

2017-07-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jul 23 05:56:36 UTC 2017

Modified Files:
src/sys/modules/lua [netbsd-7-1]: lua.c

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1418):
sys/modules/lua/lua.c: revision 1.21
Avoid possible null pointer dereferencing.
Fixes PR kern/52225.


To generate a diff of this commit:
cvs rdiff -u -r1.13.2.3 -r1.13.2.3.4.1 src/sys/modules/lua/lua.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-07-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 20 01:43:30 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1441


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch

2017-07-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 20 01:43:10 UTC 2017

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7-1]: locore.S
src/sys/arch/i386/i386 [netbsd-7-1]: locore.S machdep.c trap.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1441):
sys/arch/i386/i386/trap.c: revision 1.288 via patch
sys/arch/i386/i386/machdep.c: revision 1.783 via patch
sys/arch/i386/i386/locore.S: revision 1.146 via patch
sys/arch/amd64/amd64/locore.S: revision 1.124 via patch
Remove the osyscall call gate on i386, and emulate it. There is a one-
instruction race in it that could panic the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.76.8.1 -r1.76.8.2 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.112 -r1.112.10.1 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.752 -r1.752.12.1 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.272.10.1 -r1.272.10.2 src/sys/arch/i386/i386/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-07-12 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jul 12 18:52:40 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Ticket #1412


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/external/bsd/ipf/netinet

2017-07-12 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jul 12 18:50:44 UTC 2017

Modified Files:
src/sys/external/bsd/ipf/netinet [netbsd-7-1]: fil.c ip_frag.c
ip_state.c

Log Message:
Pull up the following revisions(s) (requested by christos in ticket #1412):
sys/external/bsd/ipf/netinet/fil.c: revision 1.20
sys/external/bsd/ipf/netinet/ip_state.c:revision 1.7
sys/external/bsd/ipf/netinet/ip_frag.c: revision 1.5

Disconnect maintaining fragment state from keeping session state. The user
now must specify keep frags along with keep state to have ipfilter do what
it did before, as documented in ipf.conf.5.
Free the right fragment. This will cause use after free issues and eventually
panic.


To generate a diff of this commit:
cvs rdiff -u -r1.15.2.2 -r1.15.2.2.4.1 src/sys/external/bsd/ipf/netinet/fil.c
cvs rdiff -u -r1.3 -r1.3.24.1 src/sys/external/bsd/ipf/netinet/ip_frag.c
cvs rdiff -u -r1.6 -r1.6.16.1 src/sys/external/bsd/ipf/netinet/ip_state.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-07-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul 12 15:36:25 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Ticket #1453


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/crypto/external/bsd/heimdal/dist/lib/krb5

2017-07-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul 12 15:35:53 UTC 2017

Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5 [netbsd-7-1]: ticket.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1453):
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: revision 1.4
https://orpheus-lyre.info/design/index.html";>https://orpheus-lyre.info/design/index.html
https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea";>https://github.com/heimdal/heimdal/commit/6dd3eb836bbb80a00ffced4ad57077a1cdf227ea
In _krb5_extract_ticket() the KDC-REP service name must be obtained from
encrypted version stored in 'enc_part' instead of the unencrypted version
stored in 'ticket'.  Use of the unecrypted version provides an
opportunity for successful server impersonation and other attacks.
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
XXX: pullup 6, 7, 8.
fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.12.1 \
src/crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-07-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jul 10 13:14:21 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Ticket #1451


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/kern

2017-07-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jul 10 13:13:16 UTC 2017

Modified Files:
src/sys/kern [netbsd-7-1]: vfs_lookup.c

Log Message:
Pull up following revision(s) (requested by dh in ticket #1451):
sys/kern/vfs_lookup.c: revision 1.208
Fix vnode leak on error, introduced by the openat family changes in -r1.200.
>From mjg@freebsd.


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.201.12.1 src/sys/kern/vfs_lookup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-07-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jul  8 17:17:58 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1429, 1430, 1442, 1446


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys

2017-07-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jul  8 16:52:27 UTC 2017

Modified Files:
src/sys/kern [netbsd-7-1]: kern_event.c
src/sys/miscfs/genfs [netbsd-7-1]: genfs_vnops.c
src/sys/sys [netbsd-7-1]: event.h

Log Message:
Pull up following revision(s) (requested by christos in ticket #1442):
sys/kern/kern_event.c: revision 1.92 via patch
sys/miscfs/genfs/genfs_vnops.c: revision 1.198 via patch
sys/sys/event.h: revision 1.30 via patch
Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
Makes go unit tests pass.
--
fix file descriptor locking (from joerg).
fixes kernel crashes by running go


To generate a diff of this commit:
cvs rdiff -u -r1.80.2.1 -r1.80.2.1.6.1 src/sys/kern/kern_event.c
cvs rdiff -u -r1.192 -r1.192.14.1 src/sys/miscfs/genfs/genfs_vnops.c
cvs rdiff -u -r1.23 -r1.23.36.1 src/sys/sys/event.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/external/bsd/dhcp/dist/relay

2017-07-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jul  8 16:32:28 UTC 2017

Modified Files:
src/external/bsd/dhcp/dist/relay [netbsd-7-1]: dhcrelay.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #1430):
external/bsd/dhcp/dist/relay/dhcrelay.c: revision 1.7
Fix buggy dhcrelay(8) requirement to stay in foreground
This version of dhcrelay(8) needed to stay inforeground with -d flag in
order to service requests. Running inbackground turned it deaf to DHCP
requests.
This was caused by wrong kqueue(2) usage, where kevent(2) was used with
a file descriptor obtained by a kqueue(2) call done before fork(2).
kqueue(2) man page says "The queue is not inherited by a child created
with fork(2)". As a result, kevent(2) calls always got EBADF.
The fix is to reorder function calls in dhcrelay(8) main() function.
dhcp_context_create(), which causes kqueue(2) to be invoked, is
moved with its dependencies after fork(2). This matches the code layout
of dhclient(8) and dhcpd(8), which do not have the bug.
The fix was not submitted upstream since latest ISC DHCP code was
refactored and does not have the bug anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.8.1 src/external/bsd/dhcp/dist/relay/dhcrelay.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/dev

2017-07-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jul  8 16:13:55 UTC 2017

Modified Files:
src/sys/dev [netbsd-7-1]: cgd.c

Log Message:
Apply patch (requested by chs in ticket #1429):
Avoid crashes by checking if a cgd device has been configured before
processing most ioctls, and failing with ENXIO if the device is not
configured.


To generate a diff of this commit:
cvs rdiff -u -r1.90.2.1 -r1.90.2.1.4.1 src/sys/dev/cgd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-06-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jun 21 17:18:06 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1437


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/external/mit/expat/dist

2017-06-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jun 21 17:15:28 UTC 2017

Modified Files:
src/external/mit/expat/dist [netbsd-7-1]: CMake.README CMakeLists.txt
COPYING Changes MANIFEST Makefile.in README configure configure.ac
expat_config.h.in
src/external/mit/expat/dist/doc [netbsd-7-1]: reference.html
src/external/mit/expat/dist/examples [netbsd-7-1]: elements.c outline.c
src/external/mit/expat/dist/lib [netbsd-7-1]: expat.h expat_external.h
winconfig.h xmlparse.c xmlrole.c xmltok.c
src/external/mit/expat/dist/m4 [netbsd-7-1]: libtool.m4
src/external/mit/expat/dist/tests [netbsd-7-1]: minicheck.c minicheck.h
runtests.c xmltest.sh
src/external/mit/expat/dist/tests/benchmark [netbsd-7-1]: benchmark.c
src/external/mit/expat/dist/win32 [netbsd-7-1]: MANIFEST.txt README.txt
expat.iss
src/external/mit/expat/dist/xmlwf [netbsd-7-1]: codepage.c filemap.h
readfilemap.c unixfilemap.c win32filemap.c xmlfile.c xmlwf.c
Added Files:
src/external/mit/expat/dist [netbsd-7-1]: AUTHORS run.sh.in
src/external/mit/expat/dist/lib [netbsd-7-1]: siphash.h
src/external/mit/expat/dist/tests [netbsd-7-1]: memcheck.c memcheck.h
Removed Files:
src/external/mit/expat/dist [netbsd-7-1]: configure.in expat.dsw
src/external/mit/expat/dist/amiga [netbsd-7-1]: Makefile README.txt
expat.xml expat_68k.c expat_68k.h expat_68k_handler_stubs.c
expat_base.h expat_lib.c expat_vectors.c launch.c
src/external/mit/expat/dist/amiga/include/inline4 [netbsd-7-1]: expat.h
src/external/mit/expat/dist/amiga/include/interfaces [netbsd-7-1]:
expat.h
src/external/mit/expat/dist/amiga/include/libraries [netbsd-7-1]:
expat.h
src/external/mit/expat/dist/amiga/include/proto [netbsd-7-1]: expat.h
src/external/mit/expat/dist/bcb5 [netbsd-7-1]: README.txt
all_projects.bpg elements.bpf elements.bpr elements.mak expat.bpf
expat.bpr expat.mak expat_static.bpf expat_static.bpr
expat_static.mak expatw.bpf expatw.bpr expatw.mak expatw_static.bpf
expatw_static.bpr expatw_static.mak libexpat_mtd.def
libexpatw_mtd.def makefile.mak outline.bpf outline.bpr outline.mak
setup.bat xmlwf.bpf xmlwf.bpr xmlwf.mak
src/external/mit/expat/dist/examples [netbsd-7-1]: elements.dsp
outline.dsp
src/external/mit/expat/dist/lib [netbsd-7-1]: Makefile.MPW
amigaconfig.h expat.dsp expat_static.dsp expatw.dsp
expatw_static.dsp macconfig.h
src/external/mit/expat/dist/tests/benchmark [netbsd-7-1]: benchmark.dsp
benchmark.dsw
src/external/mit/expat/dist/vms [netbsd-7-1]: README.vms descrip.mms
expat_config.h
src/external/mit/expat/dist/xmlwf [netbsd-7-1]: xmlwf.dsp

Log Message:
Pull up following revision(s) (requested by spz in ticket #1437):
doc/3RDPARTY: 1.1454
external/mit/expat/dist/AUTHORS: up to 1.1.1.1
external/mit/expat/dist/CMake.README: up to 1.1.1.4
external/mit/expat/dist/CMakeLists.txt: up to 1.1.1.4
external/mit/expat/dist/COPYING: up to 1.1.1.3
external/mit/expat/dist/Changes: up to 1.1.1.5
external/mit/expat/dist/MANIFEST: up to 1.1.1.5
external/mit/expat/dist/Makefile.in: up to 1.1.1.5
external/mit/expat/dist/README: up to 1.1.1.5
external/mit/expat/dist/amiga/Makefile: delete
external/mit/expat/dist/amiga/README.txt: delete
external/mit/expat/dist/amiga/expat.xml: delete
external/mit/expat/dist/amiga/expat_68k.c: delete
external/mit/expat/dist/amiga/expat_68k.h: delete
external/mit/expat/dist/amiga/expat_68k_handler_stubs.c: delete
external/mit/expat/dist/amiga/expat_base.h: delete
external/mit/expat/dist/amiga/expat_lib.c: delete
external/mit/expat/dist/amiga/expat_vectors.c: delete
external/mit/expat/dist/amiga/include/inline4/expat.h: delete
external/mit/expat/dist/amiga/include/interfaces/expat.h: delete
external/mit/expat/dist/amiga/include/libraries/expat.h: delete
external/mit/expat/dist/amiga/include/proto/expat.h: delete
external/mit/expat/dist/amiga/launch.c: delete
external/mit/expat/dist/bcb5/README.txt: delete
external/mit/expat/dist/bcb5/all_projects.bpg: delete
external/mit/expat/dist/bcb5/elements.bpf: delete
external/mit/expat/dist/bcb5/elements.bpr: delete
external/mit/expat/dist/bcb5/elements.mak: delete
external/mit/expat/dist/bcb5/expat.bpf: delete
external/mit/expat/dist/bcb5/expat.bpr: delete
external/mit/expat/dist/bcb5/expat.mak: delete
external/mit/expat/dist/bcb5/expat_static.bpf: delete
external/mit/expat/dist/bcb5/expat_static.bpr: delete
  

CVS commit: [netbsd-7-1] src/distrib/sets/lists/base

2017-06-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jun 21 17:03:34 UTC 2017

Modified Files:
src/distrib/sets/lists/base [netbsd-7-1]: ad.arm

Log Message:
Fix version number mistake made in ticket 1436.


To generate a diff of this commit:
cvs rdiff -u -r1.54.2.13.4.1 -r1.54.2.13.4.2 \
src/distrib/sets/lists/base/ad.arm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-06-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jun 20 17:03:17 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1436


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-06-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jun 15 05:52:21 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1432


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys

2017-06-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jun 15 05:51:45 UTC 2017

Modified Files:
src/sys/arch/ews4800mips/sbd [netbsd-7-1]: fb_sbdio.c
src/sys/arch/pmax/ibus [netbsd-7-1]: pm.c
src/sys/dev/hpc [netbsd-7-1]: bivideo.c
src/sys/dev/ic [netbsd-7-1]: sti.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #1432):
sys/arch/ews4800mips/sbd/fb_sbdio.c: revision 1.16
sys/arch/pmax/ibus/pm.c: revision 1.13
sys/dev/hpc/bivideo.c: revision 1.34
sys/dev/ic/sti.c: revision 1.19
correct size checks so they cannot be circumvented by integer overflows
reported by CTurt, thanks for the notification


To generate a diff of this commit:
cvs rdiff -u -r1.13.4.1 -r1.13.4.1.6.1 \
src/sys/arch/ews4800mips/sbd/fb_sbdio.c
cvs rdiff -u -r1.12 -r1.12.16.1 src/sys/arch/pmax/ibus/pm.c
cvs rdiff -u -r1.33 -r1.33.24.1 src/sys/dev/hpc/bivideo.c
cvs rdiff -u -r1.18 -r1.18.14.1 src/sys/dev/ic/sti.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-06-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jun  3 17:54:16 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1425, 1426


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/kern

2017-06-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jun  3 16:57:17 UTC 2017

Modified Files:
src/sys/kern [netbsd-7-1]: kern_descrip.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1425):
sys/kern/kern_descrip.c: revision 1.230
Explicitly set the flags instead of masking set values in.
This fixes FNONBLOCK weirdness seen in audio.c
OK christos@ and martin@.


To generate a diff of this commit:
cvs rdiff -u -r1.225.2.1 -r1.225.2.1.6.1 src/sys/kern/kern_descrip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch/i386/stand/misc

2017-06-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jun  3 16:54:26 UTC 2017

Modified Files:
src/sys/arch/i386/stand/misc [netbsd-7-1]: rawr32.exe.uue

Log Message:
Pull up following revision(s) (requested by matin in ticket #1426):
sys/arch/i386/stand/misc/rawr32.exe.uue: revision 1.7
Update to rawrite32 1.0.5 (new signatures to avoid scary windows
warnings)


To generate a diff of this commit:
cvs rdiff -u -r1.4.24.1 -r1.4.24.1.4.1 \
src/sys/arch/i386/stand/misc/rawr32.exe.uue

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-05-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri May 12 05:55:07 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1373, 1390


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sbin/ping

2017-05-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri May 12 05:21:01 UTC 2017

Modified Files:
src/sbin/ping [netbsd-7-1]: ping.c

Log Message:
Pull up following revision(s) (requested by ryo in ticket #1390):
sbin/ping/ping.c: revision 1.116
Fix cksum calculation for clearing the cached route.
In ping.c:r1.104, the size of echoreply packet was changed to ICMP_MINLEN,
Therefore also calculation size must be ICMP_MINLEN.


To generate a diff of this commit:
cvs rdiff -u -r1.107.4.2 -r1.107.4.2.2.1 src/sbin/ping/ping.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/usr.sbin/rtadvd

2017-05-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri May 12 05:08:00 UTC 2017

Modified Files:
src/usr.sbin/rtadvd [netbsd-7-1]: config.c rtadvd.h

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1373):
usr.sbin/rtadvd/config.c: revision 1.36
usr.sbin/rtadvd/rtadvd.h: revision 1.15
Fix the default value of rltime
According to rtadvd.conf(5), the default value of rltime is 1800 seconds.
PR bin/51994


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.33.14.1 src/usr.sbin/rtadvd/config.c
cvs rdiff -u -r1.13 -r1.13.12.1 src/usr.sbin/rtadvd/rtadvd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-04-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Apr 26 14:57:19 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Tickets #1397 and #1410


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch/amd64/amd64

2017-04-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Apr 26 14:56:30 UTC 2017

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7-1]: trap.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #1410):
sys/arch/amd64/amd64/trap.c: revision 1.96
restore the ability to run netbsd 1.0 32-bit executables
by checking for the relevant lcall instruction in the trap handler
and treating it as a syscall.


To generate a diff of this commit:
cvs rdiff -u -r1.78.10.2 -r1.78.10.3 src/sys/arch/amd64/amd64/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch/amd64/amd64

2017-04-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Apr 26 14:51:58 UTC 2017

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7-1]: locore.S machdep.c trap.c

Log Message:
Pull up following revision(s) (requested by bsiegert in ticket #1397):

sys/arch/amd64/amd64/locore.S   1.122 (via patch)
sys/arch/amd64/amd64/machdep.c  1.254 (via patch)
sys/arch/amd64/amd64/trap.c 1.95 (via patch)

Remove the call gate on amd64, it is useless and vulnerable.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.76.8.1 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.211 -r1.211.10.1 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.78.10.1 -r1.78.10.2 src/sys/arch/amd64/amd64/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-04-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Apr 21 05:22:24 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1404


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src

2017-04-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Apr 21 05:21:07 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: 3RDPARTY
src/external/bsd/bind/dist [netbsd-7-1]: CHANGES COPYRIGHT README
bind.keys bind.keys.h configure srcid version
src/external/bsd/bind/dist/bin/named [netbsd-7-1]: query.c
src/external/bsd/bind/dist/bin/tests/system/dname [netbsd-7-1]:
tests.sh
src/external/bsd/bind/dist/bin/tests/system/dname/ans3 [netbsd-7-1]:
ans.pl
src/external/bsd/bind/dist/bin/tests/system/dname/ns1 [netbsd-7-1]:
root.db
src/external/bsd/bind/dist/bin/tests/system/dname/ns2 [netbsd-7-1]:
example.db
src/external/bsd/bind/dist/bin/tests/system/rndc [netbsd-7-1]: tests.sh
src/external/bsd/bind/dist/bin/tests/system/rpz [netbsd-7-1]: tests.sh
src/external/bsd/bind/dist/doc/arm [netbsd-7-1]: Bv9ARM.ch01.html
Bv9ARM.ch02.html Bv9ARM.ch03.html Bv9ARM.ch04.html Bv9ARM.ch05.html
Bv9ARM.ch06.html Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.ch09.html
Bv9ARM.ch10.html Bv9ARM.ch11.html Bv9ARM.ch12.html Bv9ARM.ch13.html
Bv9ARM.html Bv9ARM.pdf man.arpaname.html man.ddns-confgen.html
man.delv.html man.dig.html man.dnssec-checkds.html
man.dnssec-coverage.html man.dnssec-dsfromkey.html
man.dnssec-importkey.html man.dnssec-keyfromlabel.html
man.dnssec-keygen.html man.dnssec-revoke.html
man.dnssec-settime.html man.dnssec-signzone.html
man.dnssec-verify.html man.genrandom.html man.host.html
man.isc-hmac-fixup.html man.lwresd.html man.named-checkconf.html
man.named-checkzone.html man.named-journalprint.html
man.named-rrchecker.html man.named.conf.html man.named.html
man.nsec3hash.html man.nsupdate.html man.rndc-confgen.html
man.rndc.conf.html man.rndc.html notes.html notes.pdf notes.xml
src/external/bsd/bind/dist/lib/dns [netbsd-7-1]: api rdataset.c
resolver.c
src/external/bsd/bind/dist/lib/isc [netbsd-7-1]: lex.c
src/external/bsd/bind/dist/lib/isc/include/isc [netbsd-7-1]: lex.h

Log Message:
Pull up following revision(s) (requested by spz in ticket #1404):
doc/3RDPARTY: 1.1430 via patch
external/bsd/bind/dist/CHANGES: up to 1.26
external/bsd/bind/dist/COPYRIGHT: up to 1.1.1.11
external/bsd/bind/dist/README: up to 1.14
external/bsd/bind/dist/bin/named/query.c: up to 1.24
external/bsd/bind/dist/bin/tests/system/dname/ans3/ans.pl: up to 1.1.1.2
external/bsd/bind/dist/bin/tests/system/dname/ns1/root.db: up to 1.1.1.4
external/bsd/bind/dist/bin/tests/system/dname/ns2/example.db: up to 
1.1.1.4
external/bsd/bind/dist/bin/tests/system/dname/tests.sh: up to 1.1.1.6
external/bsd/bind/dist/bin/tests/system/rndc/tests.sh: up to 1.1.1.9
external/bsd/bind/dist/bin/tests/system/rpz/tests.sh: up to 1.1.1.13
external/bsd/bind/dist/bind.keys: up to 1.1.1.6
external/bsd/bind/dist/bind.keys.h: up to 1.1.1.4
external/bsd/bind/dist/configure: up to 1.7
external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html: up to 1.1.1.24
external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html: up to 1.1.1.21
external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html: up to 1.1.1.26
external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html: up to 1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html: up to 1.1.1.27
external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html: up to 1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html: up to 1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html: up to 1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html: up to 1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html: up to 1.1.1.23
external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html: up to 1.1.1.12
external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html: up to 1.1.1.12
external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html: up to 1.1.1.12
external/bsd/bind/dist/doc/arm/Bv9ARM.html: up to 1.14
external/bsd/bind/dist/doc/arm/Bv9ARM.pdf: up to 1.19
external/bsd/bind/dist/doc/arm/man.arpaname.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.ddns-confgen.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.delv.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.dig.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.dnssec-checkds.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.dnssec-coverage.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.dnssec-dsfromkey.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.dnssec-importkey.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.dnssec-keyfromlabel.html: up to 1.14
external/bsd/bind/dist/doc/arm/man.dnssec-keygen.html: up to 1.14

CVS commit: [netbsd-7-1] src/doc

2017-04-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 20 06:46:16 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1405


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src

2017-04-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 20 06:45:21 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: 3RDPARTY
src/external/bsd/ntp [netbsd-7-1]: importdate
src/external/bsd/ntp/bin/ntpd [netbsd-7-1]: ntp.keys.5
src/external/bsd/ntp/dist [netbsd-7-1]: COPYRIGHT ChangeLog CommitLog
Makefile.in NEWS aclocal.m4 config.h.in configure configure.ac
packageinfo.sh
src/external/bsd/ntp/dist/adjtimed [netbsd-7-1]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/clockstuff [netbsd-7-1]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/html [netbsd-7-1]: copyright.html
src/external/bsd/ntp/dist/include [netbsd-7-1]: Makefile.in
libssl_compat.h ntp_crypto.h ntp_fp.h ntp_md5.h ntp_stdlib.h ntpd.h
ssl_applink.c
src/external/bsd/ntp/dist/include/isc [netbsd-7-1]: Makefile.in
src/external/bsd/ntp/dist/kernel [netbsd-7-1]: Makefile.in
src/external/bsd/ntp/dist/kernel/sys [netbsd-7-1]: Makefile.in
src/external/bsd/ntp/dist/lib/isc [netbsd-7-1]: inet_pton.c
src/external/bsd/ntp/dist/libntp [netbsd-7-1]: Makefile.am Makefile.in
a_md5encrypt.c audio.c authkeys.c emalloc.c libssl_compat.c
ntp_intres.c recvbuff.c ssl_init.c statestr.c work_fork.c
src/external/bsd/ntp/dist/libparse [netbsd-7-1]: Makefile.am
Makefile.in clk_trimtsip.c gpstolfp.c
src/external/bsd/ntp/dist/ntpd [netbsd-7-1]: Makefile.am Makefile.in
invoke-ntp.conf.texi invoke-ntp.keys.texi invoke-ntpd.texi
ntp.conf.5man ntp.conf.5mdoc ntp.conf.html ntp.conf.man.in
ntp.conf.mdoc.in ntp.keys.5man ntp.keys.5mdoc ntp.keys.html
ntp.keys.man.in ntp.keys.mdoc.in ntp_config.c ntp_control.c
ntp_crypto.c ntp_io.c ntp_loopfilter.c ntp_parser.y ntp_peer.c
ntp_proto.c ntp_restrict.c ntp_scanner.c ntpd-opts.c ntpd-opts.h
ntpd.1ntpdman ntpd.1ntpdmdoc ntpd.c ntpd.html ntpd.man.in
ntpd.mdoc.in refclock_datum.c refclock_gpsdjson.c refclock_jjy.c
refclock_mx4200.c refclock_nmea.c refclock_oncore.c
refclock_parse.c
src/external/bsd/ntp/dist/ntpdate [netbsd-7-1]: Makefile.am Makefile.in
ntpdate.c
src/external/bsd/ntp/dist/ntpdc [netbsd-7-1]: Makefile.am Makefile.in
invoke-ntpdc.texi ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman
ntpdc.1ntpdcmdoc ntpdc.c ntpdc.html ntpdc.man.in ntpdc.mdoc.in
ntpdc_ops.c
src/external/bsd/ntp/dist/ntpq [netbsd-7-1]: Makefile.am Makefile.in
invoke-ntpq.texi libntpq.c ntpq-opts.c ntpq-opts.h ntpq-subs.c
ntpq.1ntpqman ntpq.1ntpqmdoc ntpq.c ntpq.html ntpq.man.in
ntpq.mdoc.in
src/external/bsd/ntp/dist/ntpsnmpd [netbsd-7-1]: Makefile.am
Makefile.in invoke-ntpsnmpd.texi ntpsnmpd-opts.c ntpsnmpd-opts.h
ntpsnmpd.1ntpsnmpdman ntpsnmpd.1ntpsnmpdmdoc ntpsnmpd.html
ntpsnmpd.man.in ntpsnmpd.mdoc.in
src/external/bsd/ntp/dist/parseutil [netbsd-7-1]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/scripts [netbsd-7-1]: Makefile.in
invoke-plot_summary.texi invoke-summary.texi plot_summary-opts
plot_summary.1plot_summaryman plot_summary.1plot_summarymdoc
plot_summary.html plot_summary.man.in plot_summary.mdoc.in
summary-opts summary.1summaryman summary.1summarymdoc summary.html
summary.man.in summary.mdoc.in
src/external/bsd/ntp/dist/scripts/build [netbsd-7-1]: Makefile.in
src/external/bsd/ntp/dist/scripts/calc_tickadj [netbsd-7-1]:
Makefile.in calc_tickadj.1calc_tickadjman
calc_tickadj.1calc_tickadjmdoc calc_tickadj.html
calc_tickadj.man.in calc_tickadj.mdoc.in invoke-calc_tickadj.texi
src/external/bsd/ntp/dist/scripts/lib [netbsd-7-1]: Makefile.in
src/external/bsd/ntp/dist/scripts/ntp-wait [netbsd-7-1]: Makefile.in
invoke-ntp-wait.texi ntp-wait-opts ntp-wait.1ntp-waitman
ntp-wait.1ntp-waitmdoc ntp-wait.html ntp-wait.man.in
ntp-wait.mdoc.in
src/external/bsd/ntp/dist/scripts/ntpsweep [netbsd-7-1]: Makefile.in
invoke-ntpsweep.texi ntpsweep-opts ntpsweep.1ntpsweepman
ntpsweep.1ntpsweepmdoc ntpsweep.html ntpsweep.man.in
ntpsweep.mdoc.in
src/external/bsd/ntp/dist/scripts/ntptrace [netbsd-7-1]: Makefile.in
invoke-ntptrace.texi ntptrace-opts ntptrace.1ntptraceman
ntptrace.1ntptracemdoc ntptrace.html ntptrace.man.in
ntptrace.mdoc.in
src/external/bsd/ntp/dist/scripts/update-leap [netbsd-7-1]: Makefile.in
invoke-update-leap.texi update-leap-opts
update-leap.1update-leapman update-leap.1update-leapmdoc
update-leap.html update-leap.man.in update-leap.mdoc.

CVS commit: [netbsd-7-1] src/doc

2017-04-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 11 16:49:54 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Ticket #1393


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/etc/ssh

2017-04-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 11 16:49:09 UTC 2017

Modified Files:
src/etc/ssh [netbsd-7-1]: ssh_known_hosts

Log Message:
Pull up following revision(s) (requested by spz in ticket #1393):
etc/ssh/ssh_known_hosts: revision 1.10
add ssh-ed25519 keys
verify keys (split vir functions off from mollari)


To generate a diff of this commit:
cvs rdiff -u -r1.8.6.1 -r1.8.6.1.4.1 src/etc/ssh/ssh_known_hosts

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/usr.bin/gcore

2017-03-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Mar 26 21:06:25 UTC 2017

Modified Files:
src/usr.bin/gcore [netbsd-7-1]: gcore.1

Log Message:
Revert previous - wrong branch


To generate a diff of this commit:
cvs rdiff -u -r1.15.14.1 -r1.15.14.2 src/usr.bin/gcore/gcore.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/usr.bin/gcore

2017-03-26 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Mar 26 20:30:45 UTC 2017

Modified Files:
src/usr.bin/gcore [netbsd-7-1]: gcore.1

Log Message:
Remove the BUGS section from gcore(1) - issues are no longer relevant

gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted to stopped
processes, therefore the bug about inconsistend core is no longer true.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.14.1 src/usr.bin/gcore/gcore.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/arch

2017-03-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Mar 25 16:58:25 UTC 2017

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7-1]: trap.c
src/sys/arch/i386/i386 [netbsd-7-1]: trap.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1391):
sys/arch/amd64/amd64/trap.c: revision 1.94
sys/arch/i386/i386/trap.c: revision 1.287
Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even
if the sdm is far from being clear, it appears that iret can trigger an #SS
fault if %ss points to a writable but non-present segment; in which case
the kernel would panic, thinking the fault was internal to it.
In particular, userland can create a broken segment in the ldt with
USER_LDT, update its %ss with setcontext and trigger the panic. I don't
think amd64 is affected since USER_LDT does not exist there, and the
changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.10.1 src/sys/arch/amd64/amd64/trap.c
cvs rdiff -u -r1.272 -r1.272.10.1 src/sys/arch/i386/i386/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-03-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Mar 25 16:58:41 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1391


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2017-03-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 20 10:58:16 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Ticket #1389


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-7.1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src

2017-03-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 20 10:56:59 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: 3RDPARTY
src/external/bsd/ntp [netbsd-7-1]: Makefile.inc importdate
src/external/bsd/ntp/dist [netbsd-7-1]: ChangeLog CommitLog NEWS
configure packageinfo.sh
src/external/bsd/ntp/dist/html [netbsd-7-1]: miscopt.html
src/external/bsd/ntp/dist/html/drivers [netbsd-7-1]: driver40-ja.html
driver40.html
src/external/bsd/ntp/dist/include [netbsd-7-1]: Makefile.am Makefile.in
ntp.h ntp_intres.h ntpd.h
src/external/bsd/ntp/dist/libntp [netbsd-7-1]: Makefile.am Makefile.in
a_md5encrypt.c audio.c ntp_calendar.c ntp_intres.c ssl_init.c
work_fork.c
src/external/bsd/ntp/dist/libparse [netbsd-7-1]: clk_hopf6021.c
src/external/bsd/ntp/dist/ntpd [netbsd-7-1]: complete.conf.in
invoke-ntp.conf.texi invoke-ntp.keys.texi invoke-ntpd.texi
keyword-gen-utd keyword-gen.c ntp.conf.5man ntp.conf.5mdoc
ntp.conf.def ntp.conf.html ntp.conf.man.in ntp.conf.mdoc.in
ntp.keys.5man ntp.keys.5mdoc ntp.keys.html ntp.keys.man.in
ntp.keys.mdoc.in ntp_config.c ntp_control.c ntp_crypto.c
ntp_keyword.h ntp_loopfilter.c ntp_parser.y ntp_peer.c ntp_proto.c
ntp_refclock.c ntpd-opts.c ntpd-opts.h ntpd.1ntpdman ntpd.1ntpdmdoc
ntpd.html ntpd.man.in ntpd.mdoc.in refclock_gpsdjson.c
refclock_jjy.c refclock_jupiter.c
src/external/bsd/ntp/dist/ntpdc [netbsd-7-1]: invoke-ntpdc.texi
ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc
ntpdc.html ntpdc.man.in ntpdc.mdoc.in
src/external/bsd/ntp/dist/ntpq [netbsd-7-1]: invoke-ntpq.texi
ntpq-opts.c ntpq-opts.h ntpq.1ntpqman ntpq.1ntpqmdoc ntpq.c
ntpq.html ntpq.man.in ntpq.mdoc.in
src/external/bsd/ntp/dist/ntpsnmpd [netbsd-7-1]: invoke-ntpsnmpd.texi
ntpsnmpd-opts.c ntpsnmpd-opts.h ntpsnmpd.1ntpsnmpdman
ntpsnmpd.1ntpsnmpdmdoc ntpsnmpd.html ntpsnmpd.man.in
ntpsnmpd.mdoc.in
src/external/bsd/ntp/dist/scripts [netbsd-7-1]:
invoke-plot_summary.texi invoke-summary.texi plot_summary-opts
plot_summary.1plot_summaryman plot_summary.1plot_summarymdoc
plot_summary.html plot_summary.man.in plot_summary.mdoc.in
summary-opts summary.1summaryman summary.1summarymdoc summary.html
summary.man.in summary.mdoc.in
src/external/bsd/ntp/dist/scripts/build [netbsd-7-1]: genAuthors.in
src/external/bsd/ntp/dist/scripts/calc_tickadj [netbsd-7-1]:
calc_tickadj.1calc_tickadjman calc_tickadj.1calc_tickadjmdoc
calc_tickadj.html calc_tickadj.man.in calc_tickadj.mdoc.in
invoke-calc_tickadj.texi
src/external/bsd/ntp/dist/scripts/ntp-wait [netbsd-7-1]:
invoke-ntp-wait.texi ntp-wait-opts ntp-wait.1ntp-waitman
ntp-wait.1ntp-waitmdoc ntp-wait.html ntp-wait.man.in
ntp-wait.mdoc.in
src/external/bsd/ntp/dist/scripts/ntpsweep [netbsd-7-1]:
invoke-ntpsweep.texi ntpsweep-opts ntpsweep.1ntpsweepman
ntpsweep.1ntpsweepmdoc ntpsweep.html ntpsweep.man.in
ntpsweep.mdoc.in
src/external/bsd/ntp/dist/scripts/ntptrace [netbsd-7-1]:
invoke-ntptrace.texi ntptrace-opts ntptrace.1ntptraceman
ntptrace.1ntptracemdoc ntptrace.html ntptrace.man.in
ntptrace.mdoc.in
src/external/bsd/ntp/dist/scripts/update-leap [netbsd-7-1]:
invoke-update-leap.texi update-leap-opts
update-leap.1update-leapman update-leap.1update-leapmdoc
update-leap.html update-leap.in update-leap.man.in
update-leap.mdoc.in
src/external/bsd/ntp/dist/sntp [netbsd-7-1]: configure crypto.c
invoke-sntp.texi sntp-opts.c sntp-opts.h sntp.1sntpman
sntp.1sntpmdoc sntp.html sntp.man.in sntp.mdoc.in version.c
src/external/bsd/ntp/dist/sntp/include [netbsd-7-1]: version.def
version.texi
src/external/bsd/ntp/dist/sntp/libevent/build-aux [netbsd-7-1]:
config.guess config.sub
src/external/bsd/ntp/dist/sntp/m4 [netbsd-7-1]: version.m4
src/external/bsd/ntp/dist/sntp/tests [netbsd-7-1]: packetProcessing.c
run-packetProcessing.c
src/external/bsd/ntp/dist/sntp/unity [netbsd-7-1]: Makefile.am
Makefile.in unity_fixture.c
src/external/bsd/ntp/dist/tests/libntp [netbsd-7-1]: a_md5encrypt.c
calendar.c run-calendar.c sfptostr.c
src/external/bsd/ntp/dist/tests/ntpd [netbsd-7-1]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/util [netbsd-7-1]: invoke-ntp-keygen.texi
ntp-keygen-opts.c ntp-keygen-opts.h ntp-keygen.1ntp-keygenman
ntp-keygen.1ntp-keygenmdoc ntp-keygen.c ntp

CVS commit: [netbsd-7-1] src/doc

2017-03-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Mar 15 06:21:41 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: README.files

Log Message:
7.1 -> 7.1.1


To generate a diff of this commit:
cvs rdiff -u -r1.5.12.3.2.1 -r1.5.12.3.2.2 src/doc/README.files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src

2017-03-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Mar 15 06:17:07 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: README.files
src/gnu/usr.bin/groff/tmac [netbsd-7-1]: mdoc.local
src/sys/sys [netbsd-7-1]: param.h
Added Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
7.1.0_PATCH


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/doc/CHANGES-7.1.1
cvs rdiff -u -r1.5.12.3 -r1.5.12.3.2.1 src/doc/README.files
cvs rdiff -u -r1.75.4.5 -r1.75.4.5.2.1 src/gnu/usr.bin/groff/tmac/mdoc.local
cvs rdiff -u -r1.459.2.10 -r1.459.2.10.2.1 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



<    1   2   3