CVS commit: src/sys/external/bsd/dwc2

2013-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 09:10:44 UTC 2013 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: KASSERT that the transfer callout is not pending. Removes a XXX To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/ex

CVS commit: src/lib/libutil

2013-12-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 31 12:58:02 UTC 2013 Modified Files: src/lib/libutil: sockaddr_snprintf.c Log Message: Use output buffer size to limit copy-out of sun_path. Otherwise you may get a buffer overflow with strlcpy :) To generate a diff of

CVS commit: src/sys/arch/luna68k/dev

2013-12-31 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Dec 31 14:24:09 UTC 2013 Modified Files: src/sys/arch/luna68k/dev: siotty.c siovar.h Log Message: Use softint(9) properly to process TX/RX data between tty(4) layer. It could cause possible locking issue to call tty(4) layer

CVS commit: src/sys/dev/i2c

2013-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 14:51:46 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Remove unused variable. OK rkujawa To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/tps65217pmic.c Please note

CVS import: src/external/bsd/libpcap/dist

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 16:57:30 UTC 2013 Update of /cvsroot/src/external/bsd/libpcap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv20103 Log Message: Import libpcap-1.5.2 Status: Vendor Tag: TCPDUMP Release Tags: libpcap-1_5_2

CVS commit: src/external/bsd/libpcap/include

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 17:08:14 UTC 2013 Modified Files: src/external/bsd/libpcap/include: config.h Log Message: resolve conflicts. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/libpcap/include/config.h Ple

CVS import: src/external/bsd/tcpdump/dist

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 17:14:23 UTC 2013 Update of /cvsroot/src/external/bsd/tcpdump/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3903 Log Message: Import tcpdump 4.5.1 Status: Vendor Tag: TCPDUMP Release Tags: tcpdump-4_5_1

CVS commit: src/external/bsd/tcpdump

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 17:33:11 UTC 2013 Modified Files: src/external/bsd/tcpdump/bin: Makefile src/external/bsd/tcpdump/include: config.h Log Message: update for 4.5.1 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/doc

2013-12-31 Thread Christos Zoulas
Import 4.5.1 [christos 2013131231] + libpcap: Import 1.5.2 [christos 20131231]

CVS commit: src/share/mk

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 18:46:09 UTC 2013 Modified Files: src/share/mk: bsd.own.mk sys.mk Log Message: redo the ctf stuff to handle the USETOOLS=never case correctly and explain how. To generate a diff of this commit: cvs rdiff -u -r1.759

CVS commit: src/external/bsd/bind

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 20:23:12 UTC 2013 Modified Files: src/external/bsd/bind/bin/named: Makefile src/external/bsd/bind/include: config.h src/external/bsd/bind/include/isc: platform.h src/external/bsd/bind/lib/libisc

CVS commit: src/external/bsd/bind/dist

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 20:24:44 UTC 2013 Modified Files: src/external/bsd/bind/dist: CHANGES config.h.in srcid version src/external/bsd/bind/dist/bin/check: named-checkconf.c src/external/bsd/bind/dist/bin/dig: dig.1 dig.c di

CVS commit: src/distrib/sets/lists

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 20:26:18 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.arm ad.mips md.amd64 md.sparc64 shl.mi Log Message: bump libisc for new

CVS commit: src/doc

2013-12-31 Thread Christos Zoulas
ELEASE: <$Revision: 1.1877 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -327,3 +327,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: [msaitoh 20131230] tcpdump(8): Import 4.5.1 [christos 2013131231] libpcap: Import 1.5.2 [christos 20131231] +

CVS commit: src/external/bsd/ntp/dist/libntp

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 20:56:29 UTC 2013 Modified Files: src/external/bsd/ntp/dist/libntp: ntp_intres.c Log Message: pointless to call alloca for a 1K path string... Just allocate it on the stack! To generate a diff of this commit: cvs rd

CVS commit: src/external/bsd/ntp/dist/libntp

2013-12-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 31 21:37:01 UTC 2013 Modified Files: src/external/bsd/ntp/dist/libntp: ntp_intres.c Log Message: Remove duplicate/old declaration of 'host' now that we allocate it on stack. To generate a diff of this commit: cvs rdiff

CVS commit: src/bin/sh

2013-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 22:53:57 UTC 2013 Modified Files: src/bin/sh: parser.c Log Message: allow case statement without any patterns. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/bin/sh/parser.c Please note that diff

CVS commit: src/sys/conf

2013-12-31 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Wed Jan 1 00:33:34 UTC 2014 Modified Files: src/sys/conf: copyright Log Message: Welcome to 2014! To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/conf/copyright Please note that diffs are not public doma

CVS commit: src/sys/arch/m68k/fpe

2013-12-31 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Jan 1 05:22:22 UTC 2014 Modified Files: src/sys/arch/m68k/fpe: fpu_div.c Log Message: Fix a sign when a source or destination is either (plus/minus)zero or (plus/minus)infinity. Found by XM6i. To generate a diff of this com

CVS commit: src/sys/arch/m68k/fpe

2013-12-31 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Jan 1 05:23:40 UTC 2014 Modified Files: src/sys/arch/m68k/fpe: fpu_div.c Log Message: indent fix in a comment. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/m68k/fpe/fpu_div.c Please note that di