CVS commit: [netbsd-6] src/external/gpl2/xcvs/dist/src

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:02:27 UTC 2016

Modified Files:
src/external/gpl2/xcvs/dist/src [netbsd-6]: import.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1364):
external/gpl2/xcvs/dist/src/import.c: revision 1.4
Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.
XXX: pullup 6, 7


To generate a diff of this commit:
cvs rdiff -u -r1.2.10.1 -r1.2.10.2 src/external/gpl2/xcvs/dist/src/import.c

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



CVS commit: [netbsd-6-1] src/external/gpl2/xcvs/dist/src

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:03:16 UTC 2016

Modified Files:
src/external/gpl2/xcvs/dist/src [netbsd-6-1]: import.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1364):
external/gpl2/xcvs/dist/src/import.c: revision 1.4
Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.
XXX: pullup 6, 7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.16.1 src/external/gpl2/xcvs/dist/src/import.c

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



CVS commit: [netbsd-6-0] src/external/gpl2/xcvs/dist/src

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:03:50 UTC 2016

Modified Files:
src/external/gpl2/xcvs/dist/src [netbsd-6-0]: import.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1364):
external/gpl2/xcvs/dist/src/import.c: revision 1.4
Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.
XXX: pullup 6, 7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.14.1 src/external/gpl2/xcvs/dist/src/import.c

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



CVS commit: [netbsd-6] src/sys/arch/x86/x86

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:05:34 UTC 2016

Modified Files:
src/sys/arch/x86/x86 [netbsd-6]: pmap.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #1365):
sys/arch/x86/x86/pmap.c: revision 1.190
Operation pmap_pp_clear_attrs() may remove the "used" attribute from a page
that is still cached in the TLB of other CPUs.
Call pmap_tlb_shootnow() here before enabling preemption to clear the
TLB entries on other CPUs.
Should prevent tmpfs data corruption under load.
Ok: Chuck Silvers


To generate a diff of this commit:
cvs rdiff -u -r1.164.2.4 -r1.164.2.5 src/sys/arch/x86/x86/pmap.c

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



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

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:10:22 UTC 2016

Modified Files:
src/sys/arch/x86/x86 [netbsd-6-1]: pmap.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #1365):
sys/arch/x86/x86/pmap.c: revision 1.190
Operation pmap_pp_clear_attrs() may remove the "used" attribute from a page
that is still cached in the TLB of other CPUs.
Call pmap_tlb_shootnow() here before enabling preemption to clear the
TLB entries on other CPUs.
Should prevent tmpfs data corruption under load.
Ok: Chuck Silvers


To generate a diff of this commit:
cvs rdiff -u -r1.164.2.4 -r1.164.2.4.6.1 src/sys/arch/x86/x86/pmap.c

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



CVS commit: [netbsd-6-0] src/sys/arch/x86/x86

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:09:39 UTC 2016

Modified Files:
src/sys/arch/x86/x86 [netbsd-6-0]: pmap.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #1365):
sys/arch/x86/x86/pmap.c: revision 1.190
Operation pmap_pp_clear_attrs() may remove the "used" attribute from a page
that is still cached in the TLB of other CPUs.
Call pmap_tlb_shootnow() here before enabling preemption to clear the
TLB entries on other CPUs.
Should prevent tmpfs data corruption under load.
Ok: Chuck Silvers


To generate a diff of this commit:
cvs rdiff -u -r1.164.2.4 -r1.164.2.4.4.1 src/sys/arch/x86/x86/pmap.c

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



CVS commit: [netbsd-6] src/doc

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:16:55 UTC 2016

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
1356, 1361, 1363-1365


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.254 -r1.1.2.255 src/doc/CHANGES-6.2

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



CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu Jul 14 07:19:11 UTC 2016

Modified Files:
src/lib/libc/string: wcscasecmp.3

Log Message:
Fix grammar and be consistent between using 0 and zero.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/string/wcscasecmp.3

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



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

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:21:08 UTC 2016

Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6

Log Message:
1356, 1361, 1363-1365


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-6.1.6

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



CVS commit: [netbsd-6-0] src/doc

2016-07-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jul 14 07:26:42 UTC 2016

Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
1356, 1361, 1363-1365


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-6.0.7

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



CVS commit: src/sys/dev/pcmcia

2016-07-14 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jul 14 09:27:14 UTC 2016

Modified Files:
src/sys/dev/pcmcia: isic_pcmcia.c

Log Message:
- Use aprint() more in isic_pcmcia_attach().
- Add missing aprint_naive("\n").
- swap device_xname() and cde->name in the output of a printf().


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pcmcia/isic_pcmcia.c

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



CVS commit: src/sbin/nvmectl

2016-07-14 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Thu Jul 14 10:02:43 UTC 2016

Modified Files:
src/sbin/nvmectl: perftest.c

Log Message:
Fix RCS Id.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/nvmectl/perftest.c

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



CVS commit: src/sys

2016-07-14 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jul 14 10:19:06 UTC 2016

Modified Files:
src/sys/arch/i386/pci: glxsb.c
src/sys/arch/i386/pnpbios: lpt_pnpbios.c wss_pnpbios.c ym_pnpbios.c
src/sys/dev: audio.c midi.c
src/sys/dev/ata: ata_raid.c
src/sys/dev/cardbus: adv_cardbus.c if_ral_cardbus.c if_tlp_cardbus.c
src/sys/dev/eisa: cac_eisa.c if_fea.c mlx_eisa.c
src/sys/dev/ic: i82586.c interwave.c mlx.c opl.c pckbc.c
src/sys/dev/ir: cir.c
src/sys/dev/isa: dpt_isa.c ess.c i82365_isa.c if_ep_isa.c if_iy.c
if_ntwoc_isa.c if_tr_isa.c isic_isa.c mcd.c mpu_isa.c rtfps.c
seagate.c spkr.c tcic2_isa.c wt.c
src/sys/dev/isapnp: aha_isapnp.c gus_isapnp.c i82365_isapnp.c
if_ep_isapnp.c if_tr_isapnp.c
src/sys/dev/mca: edc_mca.c esp_mca.c mca.c
src/sys/dev/pci: ibmcd.c if_ntwoc_pci.c if_sip.c if_txp.c isic_pci.c
iwic_pci.c jmide.c njs_pci.c pwdog.c sv.c wcfb.c
src/sys/dev/pci/bktr: bktr_os.c
src/sys/dev/scsipi: ses.c

Log Message:
- Use aprint*() more in xxx_attach().
- Add missing aprint_naive("\n").
- Remove extra spaces and tabs.
- KNF.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/pci/glxsb.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/i386/pnpbios/lpt_pnpbios.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/i386/pnpbios/wss_pnpbios.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/pnpbios/ym_pnpbios.c
cvs rdiff -u -r1.267 -r1.268 src/sys/dev/audio.c
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/midi.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ata/ata_raid.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/cardbus/adv_cardbus.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/cardbus/if_ral_cardbus.c
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/cardbus/if_tlp_cardbus.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/eisa/cac_eisa.c
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/eisa/if_fea.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/eisa/mlx_eisa.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/i82586.c
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/interwave.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/ic/mlx.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/opl.c
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/ic/pckbc.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ir/cir.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/isa/dpt_isa.c \
src/sys/dev/isa/mpu_isa.c
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/isa/ess.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/isa/i82365_isa.c
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/isa/if_ep_isa.c
cvs rdiff -u -r1.96 -r1.97 src/sys/dev/isa/if_iy.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/isa/if_ntwoc_isa.c \
src/sys/dev/isa/tcic2_isa.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/isa/if_tr_isa.c
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/isa/isic_isa.c
cvs rdiff -u -r1.115 -r1.116 src/sys/dev/isa/mcd.c
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/isa/rtfps.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/isa/seagate.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/isa/spkr.c
cvs rdiff -u -r1.87 -r1.88 src/sys/dev/isa/wt.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/isapnp/aha_isapnp.c
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/isapnp/gus_isapnp.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/isapnp/i82365_isapnp.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/isapnp/if_ep_isapnp.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/isapnp/if_tr_isapnp.c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/mca/edc_mca.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/mca/esp_mca.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/mca/mca.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/ibmcd.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_ntwoc_pci.c
cvs rdiff -u -r1.162 -r1.163 src/sys/dev/pci/if_sip.c
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/if_txp.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/isic_pci.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/iwic_pci.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/jmide.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/njs_pci.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/pwdog.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/sv.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/wcfb.c
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/pci/bktr/bktr_os.c
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/scsipi/ses.c

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



CVS commit: src/sys/uvm/pmap

2016-07-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jul 14 15:49:43 UTC 2016

Modified Files:
src/sys/uvm/pmap: pmap_tlb.c

Log Message:
Fix some comments.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/uvm/pmap/pmap_tlb.c

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



CVS commit: src/sys/uvm/pmap

2016-07-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jul 14 15:50:31 UTC 2016

Modified Files:
src/sys/uvm/pmap: pmap_tlb.c

Log Message:
Use KERNEL_PID instead of 0


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/uvm/pmap/pmap_tlb.c

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



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

2016-07-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jul 14 15:51:41 UTC 2016

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Adapt this to the recent sys/uvm/pmap/pmap_tlb.c changes.  MP kernels
now don't trigger KASSERTs


To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 src/sys/arch/arm/arm32/pmap.c

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



CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu Jul 14 16:09:56 UTC 2016

Modified Files:
src/lib/libc/string: wcscasecmp.3

Log Message:
Fix sentence.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/string/wcscasecmp.3

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



CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu Jul 14 17:09:03 UTC 2016

Modified Files:
src/lib/libc/string: strcmp.3

Log Message:
Add missing words and fix grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/strcmp.3

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



CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu Jul 14 17:17:58 UTC 2016

Modified Files:
src/lib/libc/string: wmemchr.3

Log Message:
Add comma to separate the Nm entries.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/string/wmemchr.3

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



CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu Jul 14 17:43:48 UTC 2016

Modified Files:
src/lib/libc/string: strings.3

Log Message:
Use .In for header file.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/strings.3

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



CVS commit: src/sys/kern

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 18:16:51 UTC 2016

Modified Files:
src/sys/kern: kern_event.c

Log Message:
make sure we cleanup properly when fd is too big.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/kern/kern_event.c

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



CVS commit: src/sys/netinet

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 18:18:16 UTC 2016

Modified Files:
src/sys/netinet: in.c

Log Message:
provide net.inet.multicast, like we have net.inet6.multicast to be used
by netstat.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/netinet/in.c

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



CVS commit: src/usr.bin/netstat

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 18:19:11 UTC 2016

Modified Files:
src/usr.bin/netstat: if.c main.c

Log Message:
use sysctl to print multicast addresses


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/netstat/if.c
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/netstat/main.c

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



CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu Jul 14 18:21:31 UTC 2016

Modified Files:
src/lib/libc/string: popcount.3

Log Message:
Fix grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/string/popcount.3

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



CVS commit: [netbsd-7-0] src

2016-07-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 14 18:27:05 UTC 2016

Modified Files:
src/doc [netbsd-7-0]: 3RDPARTY
src/external/bsd/ntp [netbsd-7-0]: Makefile.inc importdate
src/external/bsd/ntp/bin [netbsd-7-0]: Makefile
src/external/bsd/ntp/dist [netbsd-7-0]: ChangeLog CommitLog NEWS
configure configure.ac packageinfo.sh
src/external/bsd/ntp/dist/html [netbsd-7-0]: miscopt.html
src/external/bsd/ntp/dist/include [netbsd-7-0]: ntp.h ntp_md5.h
src/external/bsd/ntp/dist/libntp [netbsd-7-0]: a_md5encrypt.c
src/external/bsd/ntp/dist/ntpd [netbsd-7-0]: 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_io.c ntp_keyword.h
ntp_parser.y ntp_proto.c ntpd-opts.c ntpd-opts.h ntpd.1ntpdman
ntpd.1ntpdmdoc ntpd.html ntpd.man.in ntpd.mdoc.in refclock_parse.c
src/external/bsd/ntp/dist/ntpdc [netbsd-7-0]: invoke-ntpdc.texi
ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc ntpdc.c
ntpdc.html ntpdc.man.in ntpdc.mdoc.in
src/external/bsd/ntp/dist/ntpq [netbsd-7-0]: 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-0]: 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-0]:
invoke-plot_summary.texi invoke-summary.texi plot_summary-opts
plot_summary-opts.def 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-0]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/scripts/calc_tickadj [netbsd-7-0]:
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-0]:
invoke-ntp-wait.texi ntp-wait-opts ntp-wait.1ntp-waitman
ntp-wait.1ntp-waitmdoc ntp-wait.html ntp-wait.in ntp-wait.man.in
ntp-wait.mdoc.in
src/external/bsd/ntp/dist/scripts/ntpsweep [netbsd-7-0]:
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-0]:
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-0]:
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.in
src/external/bsd/ntp/dist/sntp [netbsd-7-0]: Makefile.in aclocal.m4
configure configure.ac 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-0]: Makefile.in
version.def version.texi
src/external/bsd/ntp/dist/sntp/libopts [netbsd-7-0]: Makefile.in
src/external/bsd/ntp/dist/sntp/m4 [netbsd-7-0]: ntp_problemtests.m4
version.m4
src/external/bsd/ntp/dist/sntp/scripts [netbsd-7-0]: Makefile.in
src/external/bsd/ntp/dist/sntp/tests [netbsd-7-0]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/sntp/unity [netbsd-7-0]: Makefile.in
src/external/bsd/ntp/dist/util [netbsd-7-0]: invoke-ntp-keygen.texi
ntp-keygen-opts.c ntp-keygen-opts.h ntp-keygen.1ntp-keygenman
ntp-keygen.1ntp-keygenmdoc ntp-keygen.html ntp-keygen.man.in
ntp-keygen.mdoc.in
src/external/bsd/ntp/include [netbsd-7-0]: config.h
src/external/bsd/ntp/scripts [netbsd-7-0]: mkver
Added Files:
src/external/bsd/ntp/dist/scripts/build [netbsd-7-0]: genAuthors.in
src/external/bsd/ntp/dist/sntp/m4 [netbsd-7-0]: sntp_problemtests.m4

Log Message:
doc/3RDPARTY1.1336, 1.1337 via patch
external/bsd/ntp/Makefile.inc   

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

2016-07-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 14 18:30:20 UTC 2016

Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.2

Log Message:
Ticket #1204


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

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



CVS commit: [netbsd-7] src

2016-07-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 14 18:36:28 UTC 2016

Modified Files:
src/doc [netbsd-7]: 3RDPARTY
src/external/bsd/ntp [netbsd-7]: Makefile.inc importdate
src/external/bsd/ntp/bin [netbsd-7]: Makefile
src/external/bsd/ntp/dist [netbsd-7]: ChangeLog CommitLog NEWS
configure configure.ac packageinfo.sh
src/external/bsd/ntp/dist/html [netbsd-7]: miscopt.html
src/external/bsd/ntp/dist/include [netbsd-7]: ntp.h ntp_md5.h
src/external/bsd/ntp/dist/libntp [netbsd-7]: a_md5encrypt.c
src/external/bsd/ntp/dist/ntpd [netbsd-7]: 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_io.c ntp_keyword.h
ntp_parser.y ntp_proto.c ntpd-opts.c ntpd-opts.h ntpd.1ntpdman
ntpd.1ntpdmdoc ntpd.html ntpd.man.in ntpd.mdoc.in refclock_parse.c
src/external/bsd/ntp/dist/ntpdc [netbsd-7]: invoke-ntpdc.texi
ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc ntpdc.c
ntpdc.html ntpdc.man.in ntpdc.mdoc.in
src/external/bsd/ntp/dist/ntpq [netbsd-7]: 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]: 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]: invoke-plot_summary.texi
invoke-summary.texi plot_summary-opts plot_summary-opts.def
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]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/scripts/calc_tickadj [netbsd-7]:
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]:
invoke-ntp-wait.texi ntp-wait-opts ntp-wait.1ntp-waitman
ntp-wait.1ntp-waitmdoc ntp-wait.html ntp-wait.in ntp-wait.man.in
ntp-wait.mdoc.in
src/external/bsd/ntp/dist/scripts/ntpsweep [netbsd-7]:
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]:
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]:
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.in
src/external/bsd/ntp/dist/sntp [netbsd-7]: Makefile.in aclocal.m4
configure configure.ac 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]: Makefile.in
version.def version.texi
src/external/bsd/ntp/dist/sntp/libopts [netbsd-7]: Makefile.in
src/external/bsd/ntp/dist/sntp/m4 [netbsd-7]: ntp_problemtests.m4
version.m4
src/external/bsd/ntp/dist/sntp/scripts [netbsd-7]: Makefile.in
src/external/bsd/ntp/dist/sntp/tests [netbsd-7]: Makefile.am
Makefile.in
src/external/bsd/ntp/dist/sntp/unity [netbsd-7]: Makefile.in
src/external/bsd/ntp/dist/util [netbsd-7]: invoke-ntp-keygen.texi
ntp-keygen-opts.c ntp-keygen-opts.h ntp-keygen.1ntp-keygenman
ntp-keygen.1ntp-keygenmdoc ntp-keygen.html ntp-keygen.man.in
ntp-keygen.mdoc.in
src/external/bsd/ntp/include [netbsd-7]: config.h
src/external/bsd/ntp/scripts [netbsd-7]: mkver
Added Files:
src/external/bsd/ntp/dist/scripts/build [netbsd-7]: genAuthors.in
src/external/bsd/ntp/dist/sntp/m4 [netbsd-7]: sntp_problemtests.m4

Log Message:
Pull up following revision(s) (requested by snj in ticket #1204):
doc/3RDPARTY: 1.1336, 1.1337 via patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Thu Jul 14 18:36:57 UTC 2016

Modified Files:
src/lib/libc/string: string.3

Log Message:
Fix grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/string.3

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



CVS commit: [netbsd-7] src/doc

2016-07-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 14 18:38:51 UTC 2016

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

Log Message:
Ticket #1204


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-7.1

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



CVS commit: [netbsd-7] src/doc

2016-07-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 14 18:47:11 UTC 2016

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

Log Message:
Ticket #1205


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-7.1

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



CVS commit: [netbsd-7] src/sys/ufs/lfs

2016-07-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 14 18:45:39 UTC 2016

Modified Files:
src/sys/ufs/lfs [netbsd-7]: lfs_vnops.c

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1205):
sys/ufs/lfs/lfs_vnops.c: revision 1.304
Fix a deadlock
ok dholland@


To generate a diff of this commit:
cvs rdiff -u -r1.269.2.1 -r1.269.2.2 src/sys/ufs/lfs/lfs_vnops.c

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



CVS commit: src/usr.bin/netstat

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 18:58:26 UTC 2016

Modified Files:
src/usr.bin/netstat: if.c

Log Message:
dedup


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/usr.bin/netstat/if.c

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



CVS commit: src/sys/arch/sgimips/sgimips

2016-07-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jul 14 19:08:12 UTC 2016

Modified Files:
src/sys/arch/sgimips/sgimips: bus.c

Log Message:
Wrap long line


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sgimips/sgimips/bus.c

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



CVS commit: src/usr.bin/netstat

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 19:39:41 UTC 2016

Modified Files:
src/usr.bin/netstat: if.c main.c

Log Message:
remove __P


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/usr.bin/netstat/if.c
cvs rdiff -u -r1.97 -r1.98 src/usr.bin/netstat/main.c

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



CVS commit: src/usr.bin/netstat

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 20:13:10 UTC 2016

Modified Files:
src/usr.bin/netstat: main.c

Log Message:
remove soft interrupt queues that don't exist anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/usr.bin/netstat/main.c

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



CVS commit: src/usr.bin/netstat

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 20:34:36 UTC 2016

Modified Files:
src/usr.bin/netstat: if.c

Log Message:
XXX: removal


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/usr.bin/netstat/if.c

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



CVS commit: src/usr.bin/netstat

2016-07-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jul 14 20:38:20 UTC 2016

Modified Files:
src/usr.bin/netstat: if.c

Log Message:
more XXX removal.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/netstat/if.c

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



CVS commit: src/sys/kern

2016-07-14 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jul 14 21:57:06 UTC 2016

Modified Files:
src/sys/kern: subr_autoconf.c

Log Message:
Remove a call to panic() which duplicates the subsequent KASSERT()!

XXX Since everything has (or should have) been switched to dev_t, we
XXX could probably remove the check for
XXX
XXX ca->ca_devsize >= sizeof(struct device)
XXX
XXX But someone ought to check on that first!

Reviewed by riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/kern/subr_autoconf.c

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



CVS commit: src/doc

2016-07-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jul 14 22:39:40 UTC 2016

Modified Files:
src/doc: 3RDPARTY

Log Message:
mdocml-1.13.4 out.


To generate a diff of this commit:
cvs rdiff -u -r1.1343 -r1.1344 src/doc/3RDPARTY

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



CVS commit: src/sys/kern

2016-07-14 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Jul 15 01:13:10 UTC 2016

Modified Files:
src/sys/kern: subr_autoconf.c

Log Message:
As suggested by christos@, use KASSERTMSG()


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/sys/kern/subr_autoconf.c

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



CVS commit: src/sys/kern

2016-07-14 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Jul 15 01:17:47 UTC 2016

Modified Files:
src/sys/kern: subr_autoconf.c

Log Message:
Also, don't hard-code the function name in the message;  use __func__


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/sys/kern/subr_autoconf.c

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



CVS commit: [pgoyette-localcount] src/sys

2016-07-14 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Jul 15 02:29:19 UTC 2016

Modified Files:
src/sys/kern [pgoyette-localcount]: files.kern
Added Files:
src/sys/kern [pgoyette-localcount]: subr_localcount.c
src/sys/sys [pgoyette-localcount]: localcount.h

Log Message:
Initial import of localcount(9) as proposed by riastradh@

This version compiles, but nothing uses it, yet.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/kern/files.kern
cvs rdiff -u -r0 -r1.1.2.1 src/sys/kern/subr_localcount.c
cvs rdiff -u -r0 -r1.1.2.1 src/sys/sys/localcount.h

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



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

2016-07-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Jul 15 05:59:46 UTC 2016

Modified Files:
src/sys/arch/arm/arm32: arm32_machdep.c

Log Message:
Provide a mm_md_page_color and fix some kernel builds


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/arm/arm32/arm32_machdep.c

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



CVS commit: src/games/fortune/datfiles

2016-07-14 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jul 15 06:13:50 UTC 2016

Modified Files:
src/games/fortune/datfiles: fortunes

Log Message:
add one


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/games/fortune/datfiles/fortunes

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



CVS commit: [nick-nhusb] src/sys/dev/ic

2016-07-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Jul 15 06:35:27 UTC 2016

Modified Files:
src/sys/dev/ic [nick-nhusb]: dwc_gmac.c

Log Message:
Define/assert IFEF_START_MPSAFE


To generate a diff of this commit:
cvs rdiff -u -r1.28.2.8 -r1.28.2.9 src/sys/dev/ic/dwc_gmac.c

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



CVS commit: [nick-nhusb] src/sys/dev/ic

2016-07-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Jul 15 06:36:21 UTC 2016

Modified Files:
src/sys/dev/ic [nick-nhusb]: dwc_gmac.c

Log Message:
Protect sc_if_flags in dwc_gmac_ifflags_cb with the lock


To generate a diff of this commit:
cvs rdiff -u -r1.28.2.9 -r1.28.2.10 src/sys/dev/ic/dwc_gmac.c

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