CVS commit: src/usr.sbin/arp
Module Name:src Committed By: roy Date: Wed Oct 12 08:43:18 UTC 2016 Modified Files: src/usr.sbin/arp: arp.4 Log Message: Document our RFC 5227 implementation. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/arp/arp.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: roy Date: Wed Oct 12 08:52:49 UTC 2016 Modified Files: src/share/man/man7: sysctl.7 Log Message: Document net.inet.ip.dad_count. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/share/man/man7/sysctl.7 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/usb
Module Name:src Committed By: skrll Date: Wed Oct 12 14:40:03 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ucom.c Log Message: Don't need '\n' in DPRINTF format To generate a diff of this commit: cvs rdiff -u -r1.108.2.18 -r1.108.2.19 src/sys/dev/usb/ucom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: christos Date: Wed Oct 12 16:44:31 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: switch to gdb.old To generate a diff of this commit: cvs rdiff -u -r1.968 -r1.969 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/gdb
Module Name:src Committed By: christos Date: Wed Oct 12 18:43:40 UTC 2016 Modified Files: src/tools/gdb: Makefile Log Message: Define __STDC_{LIMIT,CONSTANT,FORMAT}_MACROS in CXXFLAGS. The problem is that the gnulib interception of and does not really work because we implement those internally with and and those internal headers are used by other internal headers *before* they get a chance to be intercepted (where the __STDC_ macros are defined). Another way to fix this is to move the inclusion of the other headers in and outside multiple inclusion protection. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tools/gdb/Makefile 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
Module Name:src Committed By: christos Date: Wed Oct 12 20:01:12 UTC 2016 Modified Files: src/lib/libc/string: Makefile.inc strchr.3 Log Message: add strchrnul To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/lib/libc/string/Makefile.inc cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/strchr.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Wed Oct 12 20:01:22 UTC 2016 Modified Files: src/include: string.h Log Message: add strchrnull To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/include/string.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/string
Module Name:src Committed By: christos Date: Wed Oct 12 20:01:40 UTC 2016 Added Files: src/common/lib/libc/string: strchrnul.c Log Message: Add strchrnul To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/common/lib/libc/string/strchrnul.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: christos Date: Wed Oct 12 20:02:33 UTC 2016 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add strchrnul To generate a diff of this commit: cvs rdiff -u -r1.2064 -r1.2065 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb
Module Name:src Committed By: christos Date: Wed Oct 12 20:20:40 UTC 2016 Modified Files: src/external/gpl3/gdb/dist: config.guess config.sub src/external/gpl3/gdb/dist/bfd: bfdio.c config.bfd configure elf.c elf32-i386.c merge.c netbsd-core.c src/external/gpl3/gdb/dist/bfd/doc: Makefile.am Makefile.in bfd.info src/external/gpl3/gdb/dist/gdb: ada-lang.c alphabsd-nat.c alphanbsd-tdep.c amd64bsd-nat.c amd64nbsd-nat.c amd64nbsd-tdep.c arm-tdep.c armnbsd-nat.c armnbsd-tdep.c bsd-kvm.c configure configure.ac configure.host configure.tgt dtrace-probe.c hppa-tdep.c hppa-tdep.h hppanbsd-nat.c hppanbsd-tdep.c i386bsd-nat.c i386bsd-nat.h i386nbsd-nat.c i386nbsd-tdep.c inf-ptrace.c m68kbsd-nat.c m68kbsd-tdep.c mips-tdep.h mipsnbsd-nat.c mipsnbsd-tdep.c nbsd-thread.c objfiles.c p-exp.y ppcnbsd-nat.c regcache.c remote.c rust-exp.c sh-tdep.c shnbsd-nat.c shnbsd-tdep.c solib.c sparc-nat.c sparc64nbsd-nat.c sparcnbsd-nat.c ui-file.c user-regs.c utils.c varobj.c vaxbsd-nat.c src/external/gpl3/gdb/dist/gdb/common: agent.c common-defs.h src/external/gpl3/gdb/dist/gdb/config/i386: nbsd64.mh nbsdelf.mh src/external/gpl3/gdb/dist/gdb/tui: tui-stack.c src/external/gpl3/gdb/dist/include/elf: common.h src/external/gpl3/gdb/dist/include/opcode: ppc.h src/external/gpl3/gdb/dist/opcodes: arm-dis.c cgen.sh configure src/external/gpl3/gdb/dist/sim: configure src/external/gpl3/gdb/dist/sim/common: callback.c src/external/gpl3/gdb/dist/sim/mips: Makefile.in src/external/gpl3/gdb/dist/sim/mn10300: Makefile.in src/external/gpl3/gdb/dist/sim/ppc: emul_netbsd.c src/external/gpl3/gdb/dist/sim/v850: Makefile.in src/external/gpl3/gdb/lib/libbfd/arch/x86_64: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/x86_64: gstdint.h src/external/gpl3/gdb/lib/libgdb: Makefile src/external/gpl3/gdb/lib/libgdb/arch/x86_64: config.h defs.mk init.c jit-reader.h observer.h observer.inc version.c xml-builtin.c src/external/gpl3/gdb/lib/libgdb/arch/x86_64/build-gnulib: config.h src/external/gpl3/gdb/lib/libiberty/arch/x86_64: config.h src/external/gpl3/gdb/lib/libopcodes/arch/x86_64: config.h Removed Files: src/external/gpl3/gdb/dist/bfd: elf-linux-psinfo.h src/external/gpl3/gdb/dist/bfd/doc: ChangeLog src/external/gpl3/gdb/dist/gdb: amd64bsd-nat.h dbug-rom.c dink32-rom.c dsrec.c gdb_ptrace.h m32r-rom.c microblaze-rom.c monitor.c monitor.h ppcbug-rom.c remote-m32r-sdi.c remote-mips.c srec.h src/external/gpl3/gdb/dist/gdb/gnulib/import: stdio.c src/external/gpl3/gdb/dist/gdb/syscalls: bfin-linux.xml src/external/gpl3/gdb/dist/gdb/testsuite/config: m32r-stub.exp src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada: Makefile.in gnat_ada.gpr src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base: Makefile.in branches.c coremaker2.c d10v.ld disp-step-fork.c disp-step-syscall.exp disp-step-vfork.c hook-stop-continue.c hook-stop-continue.exp hook-stop-frame.c hook-stop-frame.exp so-indr-cl.c so-indr-cl.exp solib.c solib.exp solib2.c src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cell: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile: Makefile Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile: Makefile Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.java: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.objc: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl: Makefile.in src/external/gpl3/gdb/dist/gdb/testsuite
CVS commit: src/share/mk
Module Name:src Committed By: christos Date: Wed Oct 12 20:22:05 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: amd64 switches to gdb 7.12 To generate a diff of this commit: cvs rdiff -u -r1.969 -r1.970 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Wed Oct 12 20:24:18 UTC 2016 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: update gdb. To generate a diff of this commit: cvs rdiff -u -r1.1366 -r1.1367 src/doc/3RDPARTY cvs rdiff -u -r1.2197 -r1.2198 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: skrll Date: Wed Oct 12 21:09:36 UTC 2016 Modified Files: src/share/man/man9: ucom.9 Log Message: Update for nhusb merge. Add some Xr. Bump date. Invoke wiz. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/ucom.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Wed Oct 12 21:18:46 UTC 2016 Modified Files: src/share/man/man9: ucom.9 Log Message: Fix xref, sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/ucom.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/intrctl
Module Name:src Committed By: jdolecek Date: Wed Oct 12 21:47:37 UTC 2016 Modified Files: src/usr.sbin/intrctl: intrctl.8 Log Message: add HISTORY and AUTHORS To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/intrctl/intrctl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb.old
Module Name:src Committed By: christos Date: Thu Oct 13 01:19:04 UTC 2016 Added Files: src/external/gpl3/gdb.old/dist/gdb/features/rs6000: power-altivec.xml power-core.xml power-fpu-isa205.xml power-fpu.xml power-linux.xml power-oea.xml power-spe.xml power-vsx.xml power64-core.xml power64-linux.xml powerpc-32.c powerpc-32.xml powerpc-32l.c powerpc-32l.xml powerpc-403.c powerpc-403.xml powerpc-403gc.c powerpc-403gc.xml powerpc-405.c powerpc-405.xml powerpc-505.c powerpc-505.xml powerpc-601.c powerpc-601.xml powerpc-602.c powerpc-602.xml powerpc-603.c powerpc-603.xml powerpc-604.c powerpc-604.xml powerpc-64.c powerpc-64.xml powerpc-64l.c powerpc-64l.xml powerpc-7400.c powerpc-7400.xml powerpc-750.c powerpc-750.xml powerpc-860.c powerpc-860.xml powerpc-altivec32.c powerpc-altivec32.xml powerpc-altivec32l.c powerpc-altivec32l.xml powerpc-altivec64.c powerpc-altivec64.xml powerpc-altivec64l.c powerpc-altivec64l.xml powerpc-cell32l.c powerpc-cell32l.xml powerpc-cell64l.c powerpc-cell64l.xml powerpc-e500.c powerpc-e500.xml powerpc-e500l.c powerpc-e500l.xml powerpc-isa205-32l.c powerpc-isa205-32l.xml powerpc-isa205-64l.c powerpc-isa205-64l.xml powerpc-isa205-altivec32l.c powerpc-isa205-altivec32l.xml powerpc-isa205-altivec64l.c powerpc-isa205-altivec64l.xml powerpc-isa205-vsx32l.c powerpc-isa205-vsx32l.xml powerpc-isa205-vsx64l.c powerpc-isa205-vsx64l.xml powerpc-vsx32.c powerpc-vsx32.xml powerpc-vsx32l.c powerpc-vsx32l.xml powerpc-vsx64.c powerpc-vsx64.xml powerpc-vsx64l.c powerpc-vsx64l.xml rs6000.c rs6000.xml src/external/gpl3/gdb.old/dist/gdb/gnulib/import/extra: update-copyright src/external/gpl3/gdb.old/dist/gdb/gnulib/import/extra/snippet: _Noreturn.h arg-nonnull.h c++defs.h warn-on-use.h src/external/gpl3/gdb.old/dist/gdb/guile/lib: gdb.scm src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb: boot.scm experimental.scm init.scm iterator.scm printing.scm support.scm types.scm src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest: __init__.py measure.py perftest.py reporter.py testresult.py src/external/gpl3/gdb.old/dist/readline/cross-build: cygwin.cache src/external/gpl3/gdb.old/dist/readline/doc: ChangeLog.gdb Makefile.in fdl.texi history.3 history.texi hstech.texi hsuser.texi readline.3 rlman.texi rltech.texi rluser.texi rluserman.texi texi2dvi texi2html version.texi src/external/gpl3/gdb.old/dist/readline/examples: ChangeLog.gdb Inputrc Makefile.in excallback.c fileman.c histexamp.c manexamp.c readlinebuf.h rl-fgets.c rl.c rlcat.c rlevent.c rlptytest.c rltest.c rlversion.c src/external/gpl3/gdb.old/dist/readline/examples/autoconf: BASH_CHECK_LIB_TERMCAP RL_LIB_READLINE_VERSION wi_LIB_READLINE src/external/gpl3/gdb.old/dist/readline/examples/rlfe: ChangeLog ChangeLog.gdb Makefile.in README config.h.in configure configure.in extern.h os.h pty.c rlfe.c screen.h src/external/gpl3/gdb.old/dist/readline/shlib: Makefile.in src/external/gpl3/gdb.old/dist/readline/support: config.guess config.rpath config.sub install.sh mkdirs mkdist mkinstalldirs shlib-install shobj-conf wcwidth.c src/external/gpl3/gdb.old/dist/sim/testsuite/sim/arm/iwmmxt: iwmmxt.exp tbcst.cgs testutils.inc textrm.cgs tinsr.cgs tmia.cgs tmiaph.cgs tmiaxy.cgs tmovmsk.cgs wacc.cgs wadd.cgs waligni.cgs walignr.cgs wand.cgs wandn.cgs wavg2.cgs wcmpeq.cgs wcmpgt.cgs wmac.cgs wmadd.cgs wmax.cgs wmin.cgs wmov.cgs wmul.cgs wor.cgs wpack.cgs wror.cgs wsad.cgs wshufh.cgs wsll.cgs wsra.cgs wsrl.cgs wsub.cgs wunpckeh.cgs wunpckel.cgs wunpckih.cgs wunpckil.cgs wxor.cgs wzero.cgs src/external/gpl3/gdb.old/dist/sim/testsuite/sim/arm/thumb: adc.cgs add-hd-hs.cgs add-hd-rs.cgs add-rd-hs.cgs add-sp.cgs add.cgs addi.cgs addi8.cgs allthumb.exp and.cgs asr.cgs b.cgs bcc.cgs bcs.cgs beq.cgs bge.cgs bgt.cgs bhi.cgs bic.cgs bl-hi.cgs bl-lo.cgs ble.cgs bls.cgs blt.cgs bmi.cgs bne.cgs bpl.cgs bvc.cgs bvs.cgs bx-hs.cgs bx-rs.cgs cmn.cgs cmp-hd-hs.cgs cmp-hd-rs.cgs cmp-rd-hs.cgs cmp.cgs eor.cgs lda-pc.cgs lda-sp.cgs ldmia.cgs ldr-imm.cgs ldr-pc.cgs ldr-sprel.cgs ldr.cgs ldrb-imm.cgs ldrb.cgs ldrh-imm.cgs ldrh.cgs ldsb.cgs ldsh.cgs lsl.cgs lsr.cgs mov-hd-hs.cgs mov-hd-rs.cgs mov-rd-hs.cgs mov.cgs mul.cgs mvn.cgs neg.cgs orr.cgs pop-pc.cgs pop.cgs push-lr.cgs
CVS commit: src/usr.bin/timeout
Module Name:src Committed By: dholland Date: Thu Oct 13 06:22:26 UTC 2016 Modified Files: src/usr.bin/timeout: timeout.1 Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/timeout/timeout.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/atari
Module Name:src Committed By: maya Date: Thu Oct 13 06:48:07 UTC 2016 Modified Files: src/sys/arch/atari/atari: le_bus.c Log Message: Correct misleading indentation. While here, remove whitespace. NFC To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/atari/atari/le_bus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.