CVS commit: [netbsd-5] src
Module Name:src Committed By: he Date: Thu Dec 25 23:19:10 UTC 2014 Modified Files: src/dist/bind/bin/named [netbsd-5]: config.c query.c server.c src/dist/bind/lib/dns [netbsd-5]: adb.c resolver.c src/dist/bind/lib/dns/include/dns [netbsd-5]: adb.h resolver.h src/dist/bind/lib/export/isc [netbsd-5]: Makefile.in src/dist/bind/lib/isc [netbsd-5]: Makefile.in src/dist/bind/lib/isc/include/isc [netbsd-5]: Makefile.in types.h src/dist/bind/lib/isccfg [netbsd-5]: namedconf.c src/lib/libisc [netbsd-5]: Makefile src/usr.sbin/bind [netbsd-5]: Makefile.inc Added Files: src/dist/bind/lib/isc [netbsd-5]: counter.c src/dist/bind/lib/isc/include/isc [netbsd-5]: counter.h Log Message: Apply fix for BIND, backported from the patch for 9.8.8 from ISC. This is a fix for CVE-2014-8500, where a maliciously constructed setup can cause BIND to issue an unlimited sequence of queries to follow a delegation. [spz, ticket #1937] To generate a diff of this commit: cvs rdiff -u -r1.1.1.8.4.4 -r1.1.1.8.4.5 src/dist/bind/bin/named/config.c cvs rdiff -u -r1.8.4.8 -r1.8.4.9 src/dist/bind/bin/named/query.c cvs rdiff -u -r1.1.1.9.4.4 -r1.1.1.9.4.5 src/dist/bind/bin/named/server.c cvs rdiff -u -r1.6.4.4 -r1.6.4.5 src/dist/bind/lib/dns/adb.c cvs rdiff -u -r1.8.4.6 -r1.8.4.7 src/dist/bind/lib/dns/resolver.c cvs rdiff -u -r1.1.1.5.4.3 -r1.1.1.5.4.4 \ src/dist/bind/lib/dns/include/dns/adb.h cvs rdiff -u -r1.1.1.5.4.4 -r1.1.1.5.4.5 \ src/dist/bind/lib/dns/include/dns/resolver.h cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/dist/bind/lib/export/isc/Makefile.in cvs rdiff -u -r1.1.1.6.4.4 -r1.1.1.6.4.5 src/dist/bind/lib/isc/Makefile.in cvs rdiff -u -r0 -r1.1.2.1 src/dist/bind/lib/isc/counter.c cvs rdiff -u -r1.1.1.5.4.4 -r1.1.1.5.4.5 \ src/dist/bind/lib/isc/include/isc/Makefile.in \ src/dist/bind/lib/isc/include/isc/types.h cvs rdiff -u -r0 -r1.1.2.1 src/dist/bind/lib/isc/include/isc/counter.h cvs rdiff -u -r1.1.1.7.4.4 -r1.1.1.7.4.5 src/dist/bind/lib/isccfg/namedconf.c cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/lib/libisc/Makefile cvs rdiff -u -r1.32.4.1 -r1.32.4.2 src/usr.sbin/bind/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: he Date: Thu Dec 25 23:20:19 UTC 2014 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket 1937. To generate a diff of this commit: cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src
Module Name:src Committed By: he Date: Thu Dec 25 23:30:59 UTC 2014 Modified Files: src/dist/bind/bin/named [netbsd-5-2]: config.c query.c server.c src/dist/bind/lib/dns [netbsd-5-2]: adb.c resolver.c src/dist/bind/lib/dns/include/dns [netbsd-5-2]: adb.h resolver.h src/dist/bind/lib/export/isc [netbsd-5-2]: Makefile.in src/dist/bind/lib/isc [netbsd-5-2]: Makefile.in src/dist/bind/lib/isc/include/isc [netbsd-5-2]: Makefile.in types.h src/dist/bind/lib/isccfg [netbsd-5-2]: namedconf.c src/lib/libisc [netbsd-5-2]: Makefile src/usr.sbin/bind [netbsd-5-2]: Makefile.inc Added Files: src/dist/bind/lib/isc [netbsd-5-2]: counter.c src/dist/bind/lib/isc/include/isc [netbsd-5-2]: counter.h Log Message: Apply fix for BIND, backported from the patch for 9.8.8 from ISC. This is a fix for CVE-2014-8500, where a maliciously constructed setup can cause BIND to issue an unlimited sequence of queries to follow a delegation. [spz, ticket #1937] To generate a diff of this commit: cvs rdiff -u -r1.1.1.8.4.4 -r1.1.1.8.4.4.2.1 src/dist/bind/bin/named/config.c cvs rdiff -u -r1.8.4.7.2.1 -r1.8.4.7.2.2 src/dist/bind/bin/named/query.c cvs rdiff -u -r1.1.1.9.4.4 -r1.1.1.9.4.4.2.1 src/dist/bind/bin/named/server.c cvs rdiff -u -r1.6.4.4 -r1.6.4.4.2.1 src/dist/bind/lib/dns/adb.c cvs rdiff -u -r1.8.4.6 -r1.8.4.6.2.1 src/dist/bind/lib/dns/resolver.c cvs rdiff -u -r1.1.1.5.4.3 -r1.1.1.5.4.3.2.1 \ src/dist/bind/lib/dns/include/dns/adb.h cvs rdiff -u -r1.1.1.5.4.4 -r1.1.1.5.4.4.2.1 \ src/dist/bind/lib/dns/include/dns/resolver.h cvs rdiff -u -r1.1.2.3 -r1.1.2.3.2.1 src/dist/bind/lib/export/isc/Makefile.in cvs rdiff -u -r1.1.1.6.4.4 -r1.1.1.6.4.4.2.1 \ src/dist/bind/lib/isc/Makefile.in cvs rdiff -u -r0 -r1.1.4.2 src/dist/bind/lib/isc/counter.c cvs rdiff -u -r1.1.1.5.4.4 -r1.1.1.5.4.4.2.1 \ src/dist/bind/lib/isc/include/isc/Makefile.in \ src/dist/bind/lib/isc/include/isc/types.h cvs rdiff -u -r0 -r1.1.4.2 src/dist/bind/lib/isc/include/isc/counter.h cvs rdiff -u -r1.1.1.7.4.4 -r1.1.1.7.4.4.2.1 \ src/dist/bind/lib/isccfg/namedconf.c cvs rdiff -u -r1.2.4.2 -r1.2.4.2.2.1 src/lib/libisc/Makefile cvs rdiff -u -r1.32.4.1 -r1.32.4.1.2.1 src/usr.sbin/bind/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src
Module Name:src Committed By: he Date: Thu Dec 25 23:43:29 UTC 2014 Modified Files: src/dist/bind/bin/named [netbsd-5-1]: config.c query.c server.c src/dist/bind/lib/dns [netbsd-5-1]: adb.c resolver.c src/dist/bind/lib/dns/include/dns [netbsd-5-1]: adb.h resolver.h src/dist/bind/lib/export/isc [netbsd-5-1]: Makefile.in src/dist/bind/lib/isc [netbsd-5-1]: Makefile.in src/dist/bind/lib/isc/include/isc [netbsd-5-1]: Makefile.in types.h src/dist/bind/lib/isccfg [netbsd-5-1]: namedconf.c src/lib/libisc [netbsd-5-1]: Makefile Added Files: src/dist/bind/lib/isc [netbsd-5-1]: counter.c src/dist/bind/lib/isc/include/isc [netbsd-5-1]: counter.h Log Message: Apply fix for BIND, backported from the patch for 9.8.8 from ISC. This is a fix for CVE-2014-8500, where a maliciously constructed setup can cause BIND to issue an unlimited sequence of queries to follow a delegation. [spz, ticket #1937] To generate a diff of this commit: cvs rdiff -u -r1.1.1.8.4.1.2.3 -r1.1.1.8.4.1.2.4 \ src/dist/bind/bin/named/config.c cvs rdiff -u -r1.8.4.2.2.6 -r1.8.4.2.2.7 src/dist/bind/bin/named/query.c cvs rdiff -u -r1.1.1.9.4.1.2.3 -r1.1.1.9.4.1.2.4 \ src/dist/bind/bin/named/server.c cvs rdiff -u -r1.6.4.1.2.3 -r1.6.4.1.2.4 src/dist/bind/lib/dns/adb.c cvs rdiff -u -r1.8.4.2.2.4 -r1.8.4.2.2.5 src/dist/bind/lib/dns/resolver.c cvs rdiff -u -r1.1.1.5.12.3 -r1.1.1.5.12.4 \ src/dist/bind/lib/dns/include/dns/adb.h cvs rdiff -u -r1.1.1.5.4.1.2.3 -r1.1.1.5.4.1.2.4 \ src/dist/bind/lib/dns/include/dns/resolver.h cvs rdiff -u -r1.1.4.4 -r1.1.4.5 src/dist/bind/lib/export/isc/Makefile.in cvs rdiff -u -r1.1.1.6.4.1.2.3 -r1.1.1.6.4.1.2.4 \ src/dist/bind/lib/isc/Makefile.in cvs rdiff -u -r0 -r1.1.6.2 src/dist/bind/lib/isc/counter.c cvs rdiff -u -r1.1.1.5.4.1.2.3 -r1.1.1.5.4.1.2.4 \ src/dist/bind/lib/isc/include/isc/Makefile.in \ src/dist/bind/lib/isc/include/isc/types.h cvs rdiff -u -r0 -r1.1.6.2 src/dist/bind/lib/isc/include/isc/counter.h cvs rdiff -u -r1.1.1.7.4.1.2.3 -r1.1.1.7.4.1.2.4 \ src/dist/bind/lib/isccfg/namedconf.c cvs rdiff -u -r1.2.4.1.2.1 -r1.2.4.1.2.2 src/lib/libisc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/doc
Module Name:src Committed By: he Date: Thu Dec 25 23:31:43 UTC 2014 Modified Files: src/doc [netbsd-5-2]: CHANGES-5.2.4 Log Message: Ticket 1937. To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-5.2.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/doc
Module Name:src Committed By: he Date: Thu Dec 25 23:46:18 UTC 2014 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.6 Log Message: Ticket 1937. To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-5.1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src
Module Name:src Committed By: he Date: Thu Dec 25 23:52:00 UTC 2014 Modified Files: src/dist/bind/bin/named [netbsd-5-0]: config.c query.c server.c src/dist/bind/lib/dns [netbsd-5-0]: adb.c resolver.c src/dist/bind/lib/dns/include/dns [netbsd-5-0]: adb.h resolver.h src/dist/bind/lib/export/isc [netbsd-5-0]: Makefile.in src/dist/bind/lib/isc [netbsd-5-0]: Makefile.in src/dist/bind/lib/isc/include/isc [netbsd-5-0]: Makefile.in types.h src/dist/bind/lib/isccfg [netbsd-5-0]: namedconf.c src/lib/libisc [netbsd-5-0]: Makefile src/usr.sbin/bind [netbsd-5-0]: Makefile.inc Added Files: src/dist/bind/lib/isc [netbsd-5-0]: counter.c src/dist/bind/lib/isc/include/isc [netbsd-5-0]: counter.h Log Message: Apply fix for BIND, backported from the patch for 9.8.8 from ISC. This is a fix for CVE-2014-8500, where a maliciously constructed setup can cause BIND to issue an unlimited sequence of queries to follow a delegation. [spz, ticket #1937] To generate a diff of this commit: cvs rdiff -u -r1.1.1.8.8.4 -r1.1.1.8.8.5 src/dist/bind/bin/named/config.c cvs rdiff -u -r1.8.8.7 -r1.8.8.8 src/dist/bind/bin/named/query.c cvs rdiff -u -r1.1.1.9.8.4 -r1.1.1.9.8.5 src/dist/bind/bin/named/server.c cvs rdiff -u -r1.6.8.4 -r1.6.8.5 src/dist/bind/lib/dns/adb.c cvs rdiff -u -r1.8.8.6 -r1.8.8.7 src/dist/bind/lib/dns/resolver.c cvs rdiff -u -r1.1.1.5.8.3 -r1.1.1.5.8.4 \ src/dist/bind/lib/dns/include/dns/adb.h cvs rdiff -u -r1.1.1.5.8.4 -r1.1.1.5.8.5 \ src/dist/bind/lib/dns/include/dns/resolver.h cvs rdiff -u -r1.1.6.4 -r1.1.6.5 src/dist/bind/lib/export/isc/Makefile.in cvs rdiff -u -r1.1.1.6.8.4 -r1.1.1.6.8.5 src/dist/bind/lib/isc/Makefile.in cvs rdiff -u -r0 -r1.1.8.2 src/dist/bind/lib/isc/counter.c cvs rdiff -u -r1.1.1.5.8.4 -r1.1.1.5.8.5 \ src/dist/bind/lib/isc/include/isc/Makefile.in \ src/dist/bind/lib/isc/include/isc/types.h cvs rdiff -u -r0 -r1.1.8.2 src/dist/bind/lib/isc/include/isc/counter.h cvs rdiff -u -r1.1.1.7.8.4 -r1.1.1.7.8.5 src/dist/bind/lib/isccfg/namedconf.c cvs rdiff -u -r1.2.8.2 -r1.2.8.3 src/lib/libisc/Makefile cvs rdiff -u -r1.32.8.1 -r1.32.8.2 src/usr.sbin/bind/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/doc
Module Name:src Committed By: he Date: Thu Dec 25 23:54:07 UTC 2014 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.3 Log Message: Ticket 1937. To generate a diff of this commit: cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-5.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/usr.sbin/bind
Module Name:src Committed By: he Date: Thu Dec 25 23:57:50 UTC 2014 Modified Files: src/usr.sbin/bind [netbsd-5-1]: Makefile.inc Log Message: Apply fix for BIND, backported from the patch for 9.8.8 from ISC. This is a fix for CVE-2014-8500, where a maliciously constructed setup can cause BIND to issue an unlimited sequence of queries to follow a delegation. [spz, ticket #1937] To generate a diff of this commit: cvs rdiff -u -r1.32.12.1 -r1.32.12.2 src/usr.sbin/bind/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/etc/rc.d
Module Name:src Committed By: he Date: Sun Dec 28 17:03:16 UTC 2014 Modified Files: src/etc/rc.d [netbsd-6]: ntpd Log Message: The new ntpd wants to translate ntp into a port number after chroot, so give it its own small copy of /etc/services in the chroot. [mlelstv, ticket 1223] To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.52.1 src/etc/rc.d/ntpd 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
Module Name:src Committed By: he Date: Sun Dec 28 17:03:53 UTC 2014 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1223. To generate a diff of this commit: cvs rdiff -u -r1.1.2.178 -r1.1.2.179 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: [netbsd-6-1] src/doc
Module Name:src Committed By: he Date: Sun Dec 28 17:06:36 UTC 2014 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Ticket 1223. To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 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-1] src/etc/rc.d
Module Name:src Committed By: he Date: Sun Dec 28 17:06:14 UTC 2014 Modified Files: src/etc/rc.d [netbsd-6-1]: ntpd Log Message: The new ntpd wants to translate ntp into a port number after chroot, so give it its own small copy of /etc/services in the chroot. [mlelstv, ticket 1223] To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.62.1 src/etc/rc.d/ntpd 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/etc/rc.d
Module Name:src Committed By: he Date: Sun Dec 28 17:07:26 UTC 2014 Modified Files: src/etc/rc.d [netbsd-6-0]: ntpd Log Message: The new ntpd wants to translate ntp into a port number after chroot, so give it its own small copy of /etc/services in the chroot. [mlelstv, ticket 1223] To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.58.1 src/etc/rc.d/ntpd 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
Module Name:src Committed By: he Date: Sun Dec 28 17:07:43 UTC 2014 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Ticket 1223. To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 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/external/bsd/bind/include/isc
Module Name:src Committed By: he Date: Thu Jan 1 15:28:30 UTC 2015 Modified Files: src/external/bsd/bind/include/isc: platform.h Log Message: What ISC wraps under ISC_PLATFORM_HAVEXADD appears to be 32-bit atomic adds, and I beleive all our platforms can do that. Therefore, no need to conditionalize that definition under __HAVE_ATOMIC64_OPS. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/bsd/bind/include/isc/platform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: he Date: Sat Feb 14 12:57:53 UTC 2015 Modified Files: src/share/man/man4: tcp.4 src/sys/netinet: tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.h Log Message: Port over the TCP_INFO socket option from FreeBSD, originally from the Linux 2.6 TCP API. This permits the caller to query certain information about a TCP connection, and is used by pkgsrc's net/iperf3 test program if available. This extends struct tcbcb with three fields to count retransmits, out-of-sequence receives and zero window announcements, and will therefore warrant a kernel revision bump (done separately). To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/share/man/man4/tcp.4 cvs rdiff -u -r1.30 -r1.31 src/sys/netinet/tcp.h cvs rdiff -u -r1.335 -r1.336 src/sys/netinet/tcp_input.c cvs rdiff -u -r1.179 -r1.180 src/sys/netinet/tcp_output.c cvs rdiff -u -r1.257 -r1.258 src/sys/netinet/tcp_subr.c cvs rdiff -u -r1.202 -r1.203 src/sys/netinet/tcp_usrreq.c cvs rdiff -u -r1.175 -r1.176 src/sys/netinet/tcp_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: he Date: Sat Feb 14 12:59:02 UTC 2015 Modified Files: src/sys/sys: param.h Log Message: Struct tcpcb was extended with three new fields, therefore welcome to NetBSD 7.99.5. To generate a diff of this commit: cvs rdiff -u -r1.464 -r1.465 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: he Date: Sat Feb 14 22:09:53 UTC 2015 Modified Files: src/sys/netinet: tcp_var.h Log Message: Change the new counter variables in struct tcpcb to uint32_t, as per christos' comments. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/netinet/tcp_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/root
Module Name:src Committed By: he Date: Sun Mar 11 17:23:55 UTC 2012 Modified Files: src/etc/root: dot.cshrc Log Message: Can't use Bourne shell syntax here... (Even in comments, for PKG_PATH.) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/etc/root/dot.cshrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/root
Module Name:src Committed By: he Date: Sun Mar 11 17:28:47 UTC 2012 Modified Files: src/etc/root: dot.cshrc dot.profile Log Message: Point first to 6.0 packages, then to packages for 5.1 or 5.0. The latter have reduced usefullness in -current or netbsd-6 until we have a compat50 package. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/etc/root/dot.cshrc cvs rdiff -u -r1.25 -r1.26 src/etc/root/dot.profile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: he Date: Sun Mar 18 14:12:56 UTC 2012 Modified Files: src/distrib/vax/ramdisk: Makefile src/sys/arch/vax/conf: INSTALL Log Message: Bump the ramdisk size so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/distrib/vax/ramdisk/Makefile cvs rdiff -u -r1.58 -r1.59 src/sys/arch/vax/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/m68k/gen
Module Name:src Committed By: he Date: Tue Mar 20 10:40:48 UTC 2012 Modified Files: src/lib/libc/arch/m68k/gen: fpfake.c Log Message: Sprinkle some /* ARGSUSED */ before the dummy functions to appease lint. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/m68k/gen/fpfake.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/arch/mips/gen
Module Name:src Committed By: he Date: Tue Mar 20 10:51:24 UTC 2012 Modified Files: src/lib/libc/arch/mips/gen: fpgetmask.c fpgetsticky.c fpsetmask.c fpsetsticky.c Log Message: Cast to unsigned int before doing shift operations, to appease lint. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/mips/gen/fpgetmask.c \ src/lib/libc/arch/mips/gen/fpgetsticky.c \ src/lib/libc/arch/mips/gen/fpsetmask.c \ src/lib/libc/arch/mips/gen/fpsetsticky.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/stdlib
Module Name:src Committed By: he Date: Wed Mar 21 09:49:03 UTC 2012 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Cast an int argument to umax2s() to size_t. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdlib/jemalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ldconfig
Module Name:src Committed By: he Date: Wed Mar 21 16:11:26 UTC 2012 Modified Files: src/sbin/ldconfig: shlib.c Log Message: Convert from K&R to c89 function definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/ldconfig/shlib.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/m68k/include
Module Name:src Committed By: he Date: Wed Mar 21 19:59:18 UTC 2012 Modified Files: src/sys/arch/m68k/include: profile.h Log Message: Use c89 function declarations in MCOUNT definition. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/m68k/include/profile.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/net
Module Name:src Committed By: he Date: Wed Mar 21 20:02:56 UTC 2012 Modified Files: src/common/lib/libc/net: htonl.c htons.c ntohl.c ntohs.c Log Message: Lint seems to prefer that we cast via (void*) and not directly to (u_char*), so follow suit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/net/htonl.c \ src/common/lib/libc/net/htons.c src/common/lib/libc/net/ntohl.c \ src/common/lib/libc/net/ntohs.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/arch/arm/gen
Module Name:src Committed By: he Date: Wed Mar 21 20:04:57 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: flt_rounds.c Log Message: Use c89 function declaration. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/arm/gen/flt_rounds.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/arch/alpha/gen
Module Name:src Committed By: he Date: Wed Mar 21 20:07:52 UTC 2012 Modified Files: src/lib/libc/arch/alpha/gen: fpgetround.c fpsetround.c Log Message: Add some casts to get rid of "bitwise op on signed value is non-portable" warning from lint. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/alpha/gen/fpgetround.c cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/alpha/gen/fpsetround.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/include
Module Name:src Committed By: he Date: Thu Mar 22 08:39:44 UTC 2012 Modified Files: src/sys/arch/arm/include: limits.h Log Message: Make sure that the UQUAD_MAX constant is marked as unsigned, to avoid "ANSI C treats constant as unsigned" warning from lint. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/include/limits.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libarch/alpha
Module Name:src Committed By: he Date: Thu Mar 22 08:52:22 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_bus_window.c Log Message: Make 'i' unsigned to avoid signed/unsigned comparison warnings from lint. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libarch/alpha/alpha_bus_window.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libarch/alpha
Module Name:src Committed By: he Date: Thu Mar 22 08:54:48 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Add a cast of the shift count to int32_t, so that we don't try to do int32_t << long, since ANSI C doesn't perform "balancing" before the shift operation according to lint. Should not make a difference, offset is limited to 0..3 anyway. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libarch/alpha/alpha_pci_io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/dist/pdisk
Module Name:src Committed By: he Date: Thu Mar 22 08:56:52 UTC 2012 Modified Files: src/dist/pdisk: dump.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.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/arch/sh3/gen
Module Name:src Committed By: he Date: Thu Mar 22 08:58:39 UTC 2012 Modified Files: src/lib/libc/arch/sh3/gen: flt_rounds.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/sh3/gen/flt_rounds.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/arch
Module Name:src Committed By: he Date: Thu Mar 22 09:32:04 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: _lwp.c src/lib/libc/arch/sh3/gen: _lwp.c Log Message: Follow the pattern from powerpc, make lint happy. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/arm/gen/_lwp.c cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/sh3/gen/_lwp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu/alpha
Module Name:src Committed By: he Date: Thu Mar 22 13:02:16 UTC 2012 Modified Files: src/lib/csu/alpha: crt0.c Log Message: Convert to use c89 function declaration. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/csu/alpha/crt0.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/gdtoa
Module Name:src Committed By: he Date: Thu Mar 22 13:09:13 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtodg.c Log Message: A few fixes to make this build for vax: * The fivesbits[] variable is not used for vax * The decpt variable is only used if INFNAN_CHECK, which isn't defined for vax To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gdtoa/strtodg.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/gdtoa
Module Name:src Committed By: he Date: Thu Mar 22 13:15:48 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: A few modifications to make this build for vax: * The decpt variable is only used if INFNAN_CHECK, which isn't defined for vax. * Use a cast to avoid warning about shift of a signed variable. * Mark a condition as (potentially) a constant condition. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gdtoa/strtod.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/gen
Module Name:src Committed By: he Date: Thu Mar 22 13:25:45 UTC 2012 Modified Files: src/lib/libc/gen: modf_ieee754.c Log Message: Add a pair of casts to silence lint about conversion possibly losing bits. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/modf_ieee754.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/gen
Module Name:src Committed By: he Date: Thu Mar 22 13:42:36 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: Make this lint-free (only built for real for the __sh__ ports): * Mark some code after goto as /* NOTREACHED */ * Add a cast for file size (off_t) to size_t to avoid warning about possibly losing bits. * Avoid a "pointer casts may be troublesome" warning from lint by doing a cast via "void *" instead of directly to "struct coff_filehdr *". To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/nlist_coff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/dist/pdisk
Module Name:src Committed By: he Date: Fri Mar 23 14:49:55 UTC 2012 Modified Files: src/dist/pdisk: errors.c io.c pdisk.c Log Message: More c89 prototypes, mostly just filling in void where needed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/pdisk/errors.c src/dist/pdisk/io.c cvs rdiff -u -r1.18 -r1.19 src/dist/pdisk/pdisk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: he Date: Fri Mar 23 18:37:42 UTC 2012 Modified Files: src/distrib/macppc/floppies/ramdisk: Makefile src/sys/arch/macppc/conf: GENERIC_MD INSTALL Log Message: Bump the ramdisk size with 100KB so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/distrib/macppc/floppies/ramdisk/Makefile cvs rdiff -u -r1.11 -r1.12 src/sys/arch/macppc/conf/GENERIC_MD cvs rdiff -u -r1.114 -r1.115 src/sys/arch/macppc/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/libgomp/arch/m68k
Module Name:src Committed By: he Date: Fri Apr 6 20:10:28 UTC 2012 Modified Files: src/external/gpl3/gcc/lib/libgomp/arch/m68k: config.h Log Message: Disable HAVE_TLS for now for gcc's libgomp, since it otherwise causes gcc indigestion (internal compiler error) for all m68k ports. mrg@ says this will do for now, and committing to this generated- by-mknative file is ok. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h 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/modules
Module Name:src Committed By: he Date: Thu Apr 26 22:09:53 UTC 2012 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the sdtemp and dbcool modules for the non-default powerpc variants. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/modules/md.evbppc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/tftp
Module Name:src Committed By: he Date: Mon Jul 16 09:20:26 UTC 2012 Modified Files: src/usr.bin/tftp: main.c tftp.c Log Message: Undo the non-sharing of the "toplevel" jmp_buf between main.c and tftp.c, so that we don't get a core dump if a transfer time-out is experienced. Also, get rid of an extranous newline printed in the case of time-out. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/tftp/main.c cvs rdiff -u -r1.33 -r1.34 src/usr.bin/tftp/tftp.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/powerpc/booke/pci
Module Name:src Committed By: he Date: Tue Aug 14 13:02:19 UTC 2012 Modified Files: src/sys/arch/powerpc/booke/pci: pq3pci.c Log Message: Make this build again by adding a couple of right-parens. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/powerpc/booke/pci/pq3pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/adb
Module Name:src Committed By: he Date: Sun Sep 2 21:06:54 UTC 2012 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: Move adbkbd_setup_sysctl() declaration to outside NWSMOUSE > 0, to match the rest of the code. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/adb/adb_kbd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/wscons
Module Name:src Committed By: he Date: Sun Sep 2 21:14:56 UTC 2012 Modified Files: src/sys/dev/wscons: wskbdvar.h Log Message: Now that we use keysym_t, make sure is included. Fixes the kernel build for next68k's nextcons.c and mac68k's maccons.c. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/wscons/wskbdvar.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/broadcom
Module Name:src Committed By: he Date: Sun Sep 16 12:10:57 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_pax.c Log Message: Be consistent with applying __HAVE_PCI_CONF_HOOK around bcmpax_conf_hook implementation as well. Fixes build for BCM5301X evbarm kernel. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/broadcom/bcm53xx_pax.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/softfloat
Module Name:src Committed By: he Date: Fri Nov 16 12:38:10 UTC 2012 Modified Files: src/lib/libc/softfloat: Makefile.inc Log Message: Fix make syntax problem by putting the condition on the same line as .elif. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/softfloat/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sun2/include
Module Name:src Committed By: he Date: Wed Jan 9 08:11:09 UTC 2013 Modified Files: src/sys/arch/sun2/include: pmap.h Log Message: The pmap_prefer() function grew an additional argument with the introduction of top-down VM; fix the prototype accordingly. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sun2/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libarch/alpha
Module Name:src Committed By: he Date: Wed Jan 9 08:49:45 UTC 2013 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Include for alpha_mb() definition. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libarch/alpha/alpha_pci_io.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/alpha/stand/netboot
Module Name:src Committed By: he Date: Thu Jan 10 10:36:41 UTC 2013 Modified Files: src/sys/arch/alpha/stand/netboot: getsecs.c Log Message: Include for alpha_rpcc declaration. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/alpha/stand/netboot/getsecs.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/evbarm/conf
Module Name:src Committed By: he Date: Fri Jan 11 09:45:53 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD Log Message: With the recent enhancement of omapfb, wsdisplay* devices appear to now be required, so follow suit to fix the build. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/BEAGLEBOARD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amiga/conf
Module Name:src Committed By: he Date: Fri Jan 11 11:00:33 UTC 2013 Modified Files: src/sys/arch/amiga/conf: files.amiga Log Message: We appear to need files.usb included to get opt_usb.h generated, to make hid.c build. The inclusion of hid.c in the build is probably triggered by some configs including bluetooth support, and hid.c is apparently both for bluetooth and usb. I'm not sure what changed to make the build fail in the first place, though. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/arch/amiga/conf/files.amiga Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/include
Module Name:src Committed By: he Date: Mon Jan 14 10:46:14 UTC 2013 Modified Files: src/sys/arch/alpha/include: param.h Log Message: Copy the ALPHA_PGSHIFT value into the non-_KERNEL branch. Fixes the build. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/alpha/include/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/csh
Module Name:src Committed By: he Date: Fri Jan 25 19:07:15 UTC 2013 Modified Files: src/bin/csh: Makefile Log Message: When using -ledit, also use -lterminfo, to allow static linking. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/bin/csh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/common
Module Name:src Committed By: he Date: Tue Jan 29 18:17:29 UTC 2013 Modified Files: src/distrib/common: Makefile.bootcd Log Message: The rockridge option of makefs now requires a =1, follow suit. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/common/Makefile.bootcd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
Module Name:src Committed By: he Date: Wed Jan 30 13:47:36 UTC 2013 Modified Files: src/distrib/common: Makefile.mdset src/distrib/evbarm/gzboot/gzimg: Makefile Log Message: Fix the ALL_KERNELS default value assignment, so that the double quotes don't become a part of the value, causing all the targets to be skipped by default. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/distrib/common/Makefile.mdset cvs rdiff -u -r1.23 -r1.24 src/distrib/evbarm/gzboot/gzimg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: he Date: Wed Jan 30 13:52:17 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: KUROBOX_PRO Log Message: Also build a kernel with root on wd0 to avoid query for location of root file system on boot. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/KUROBOX_PRO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: he Date: Wed Jan 30 13:52:45 UTC 2013 Added Files: src/sys/arch/evbarm/conf: KUROBOX_PRO_INSTALL Log Message: Add an install kernel for KUROBOX_PRO. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/KUROBOX_PRO_INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/evbarm/instkernel/instkernel
Module Name:src Committed By: he Date: Wed Jan 30 13:53:54 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: Also populate the INSTALL kernel for KUROBOX_PRO. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/evbarm/instkernel/instkernel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/evbarm/instkernel/ramdisk
Module Name:src Committed By: he Date: Wed Jan 30 14:12:33 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/ramdisk: list Log Message: Add newfs_ext2fs and mount_ext2fs, useful for installing on a hard disk on KUROBOX_PRO. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/distrib/evbarm/instkernel/ramdisk/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/sysinst
Module Name:src Committed By: he Date: Sat Mar 23 11:50:03 UTC 2013 Modified Files: src/distrib/utils/sysinst: util.c src/distrib/utils/sysinst/arch/evbarm: md.h msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Log Message: Add the ability to install the KUROBOX_PRO kernel. Adds the ability to handle 9 different kernel sets (was 8). To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/distrib/utils/sysinst/util.c cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/sysinst/arch/evbarm/md.h cvs rdiff -u -r1.12 -r1.13 src/distrib/utils/sysinst/arch/evbarm/msg.md.de cvs rdiff -u -r1.14 -r1.15 src/distrib/utils/sysinst/arch/evbarm/msg.md.en cvs rdiff -u -r1.11 -r1.12 src/distrib/utils/sysinst/arch/evbarm/msg.md.es \ src/distrib/utils/sysinst/arch/evbarm/msg.md.pl cvs rdiff -u -r1.13 -r1.14 src/distrib/utils/sysinst/arch/evbarm/msg.md.fr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/etc.evbarm
Module Name:src Committed By: he Date: Sat Mar 23 11:51:48 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Add KUROBOX_PRO as an EVBARM_BOARDS member. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/etc/etc.evbarm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: he Date: Sat Jun 7 13:25:33 UTC 2014 Modified Files: src/sys/net: if.c Log Message: Include before to avoid build failure for the COMPUTEX7750 kernel of evbsh3-eb. Also, don't reference ip_pktq if INET isn't defined (found by the same kernel). To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/sys/net/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/hpcmips/tx
Module Name:src Committed By: he Date: Sat Jun 7 18:59:16 UTC 2014 Modified Files: src/sys/arch/hpcmips/tx: tx3912video.c Log Message: Remove set-but-not-used variable bit8. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/hpcmips/tx/tx3912video.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/mipsco/mipsco
Module Name:src Committed By: he Date: Sun Jun 8 07:01:30 UTC 2014 Modified Files: src/sys/arch/mipsco/mipsco: machdep.c Log Message: Kill a pair of set-but-not-used local variables. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/mipsco/mipsco/machdep.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/mipsco/obio
Module Name:src Committed By: he Date: Sun Jun 8 10:40:52 UTC 2014 Modified Files: src/sys/arch/mipsco/obio: zs.c Log Message: Move the rest of real_bps handling in under #if 0, so that we don't get set-but-not-used warnings from the compiler. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mipsco/obio/zs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/dev/md
Module Name:src Committed By: he Date: Mon Jun 9 18:22:05 UTC 2014 Modified Files: src/tests/dev/md: Makefile Log Message: When linking statically (as for sun2), need to list -lrump also after -lrumpuser, because rump_pub_lwproc_switch is used in the latter and defined in the former. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/md/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests
Module Name:src Committed By: he Date: Tue Jun 10 04:28:40 UTC 2014 Modified Files: src/tests/dev/scsipi: Makefile src/tests/dev/sysmon: Makefile src/tests/fs/kernfs: Makefile src/tests/fs/nfs: Makefile src/tests/fs/nullfs: Makefile src/tests/fs/ptyfs: Makefile src/tests/fs/puffs: Makefile src/tests/fs/umapfs: Makefile src/tests/fs/union: Makefile src/tests/kernel: Makefile src/tests/kernel/tty: Makefile src/tests/lib/libc/sys: Makefile src/tests/lib/semaphore/pthread: Makefile src/tests/libexec: Makefile src/tests/modules: Makefile src/tests/net/bpf: Makefile src/tests/net/bpfilter: Makefile src/tests/net/carp: Makefile src/tests/net/icmp: Makefile src/tests/net/if: Makefile src/tests/net/if_loop: Makefile src/tests/net/net: Makefile src/tests/rump/rumpkern: Makefile src/tests/rump/rumpkern/h_server: Makefile src/tests/rump/rumpvfs: Makefile Log Message: Fix static linking for the tests: -lrump is also used by -lrumpuser, so we also need -lrump after -lrumpuser. Fixes build for sun2. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/dev/scsipi/Makefile cvs rdiff -u -r1.2 -r1.3 src/tests/dev/sysmon/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/fs/kernfs/Makefile cvs rdiff -u -r1.8 -r1.9 src/tests/fs/nfs/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/fs/nullfs/Makefile cvs rdiff -u -r1.4 -r1.5 src/tests/fs/ptyfs/Makefile cvs rdiff -u -r1.13 -r1.14 src/tests/fs/puffs/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/fs/umapfs/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/fs/union/Makefile cvs rdiff -u -r1.33 -r1.34 src/tests/kernel/Makefile cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/tty/Makefile cvs rdiff -u -r1.34 -r1.35 src/tests/lib/libc/sys/Makefile cvs rdiff -u -r1.2 -r1.3 src/tests/lib/semaphore/pthread/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/libexec/Makefile cvs rdiff -u -r1.10 -r1.11 src/tests/modules/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/net/bpf/Makefile cvs rdiff -u -r1.1 -r1.2 src/tests/net/bpfilter/Makefile cvs rdiff -u -r1.1 -r1.2 src/tests/net/carp/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/net/icmp/Makefile cvs rdiff -u -r1.1 -r1.2 src/tests/net/if/Makefile cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_loop/Makefile cvs rdiff -u -r1.7 -r1.8 src/tests/net/net/Makefile cvs rdiff -u -r1.14 -r1.15 src/tests/rump/rumpkern/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/rump/rumpkern/h_server/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/rump/rumpvfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/chfs
Module Name:src Committed By: he Date: Mon Sep 1 16:27:38 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_scan.c Log Message: Plug leak in chfs_scan_eraseblock() of the allocated buffer. Make sure to release it both on success and failure returns. OK'ed by ttoth@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/chfs/chfs_scan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/chfs
Module Name:src Committed By: he Date: Mon Sep 1 16:31:17 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_readinode.c Log Message: Plug memory leak in a corner case in chfs_get_data_nodes(). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/ufs/chfs/chfs_readinode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/chfs
Module Name:src Committed By: he Date: Mon Sep 1 16:33:20 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_vnode.c Log Message: Plug memory leaks in error returns in chfs_readvnode(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ufs/chfs/chfs_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/chfs
Module Name:src Committed By: he Date: Mon Sep 1 16:46:56 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_gc.c Log Message: Plug memory leak in error returns and normal operation in chfs_gcollect_pristine(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/chfs/chfs_gc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/chfs
Module Name:src Committed By: he Date: Mon Sep 1 16:48:42 UTC 2014 Modified Files: src/sys/ufs/chfs: ebh.c Log Message: Plug memory leak in add_peb_to_free() and add_peb_to_in_use() in case there's a duplicate in the tree. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/ufs/chfs/ebh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/if_ndis
Module Name:src Committed By: he Date: Mon Sep 1 19:46:55 UTC 2014 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: Remove redundant test for rl == NULL, that's already established right after its allocation, and rl isn't re-assigned later. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/if_ndis/if_ndis_pci.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
Module Name:src Committed By: he Date: Wed Sep 24 07:53:07 UTC 2014 Modified Files: src/lib/libc/gen: getcap.c src/lib/libc/hash: hashhl.c src/lib/libc/md: mdXhl.c Log Message: Provide a backward-compatible conditional define of O_CLOEXEC for those systems which lack it, since these files are used in tools builds. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libc/gen/getcap.c cvs rdiff -u -r1.5 -r1.6 src/lib/libc/hash/hashhl.c cvs rdiff -u -r1.11 -r1.12 src/lib/libc/md/mdXhl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/puffs
Module Name:src Committed By: he Date: Mon Oct 6 14:26:44 UTC 2014 Modified Files: src/sys/fs/puffs: puffs_vnops.c Log Message: Make this build again without debugging enabled; DPRINTF() can end up as empty, and in an if conditional, you then need braces if that's the only potential body. To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 src/sys/fs/puffs/puffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/puffs
Module Name:src Committed By: he Date: Tue Oct 7 11:37:07 UTC 2014 Modified Files: src/sys/fs/puffs: puffs_vnops.c Log Message: As is evidenced by several of our 32-bit MIPS ports, it's wrong to print vsize_t with PRIx64 -- instead use our own PRIxVSIZE macro. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193 src/sys/fs/puffs/puffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/puffs
Module Name:src Committed By: he Date: Tue Oct 7 12:58:10 UTC 2014 Modified Files: src/sys/fs/puffs: puffs_vnops.c Log Message: Do the previous correctly... To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/fs/puffs/puffs_vnops.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/mvme68k/stand/libsa
Module Name:src Committed By: he Date: Mon Mar 15 16:13:13 UTC 2010 Modified Files: src/sys/arch/mvme68k/stand/libsa: Makefile Log Message: Latest change to loadfile_elf32.c grew a dependency on strncmp, so provide that as well as part of libsa for this platform. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mvme68k/stand/libsa/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/isa
Module Name:src Committed By: he Date: Tue Mar 16 12:53:17 UTC 2010 Modified Files: src/sys/dev/isa: fd.c Log Message: Allow this driver to build for ofppc as well. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/dev/isa/fd.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/x68k/include
Module Name:src Committed By: he Date: Fri Mar 19 08:28:45 UTC 2010 Modified Files: src/sys/arch/x68k/include: bus.h Log Message: Constify the buffer pointer argument of the _bus_space_write_multi_ inline functions, so that this builds again. (Otherwise, ne2000.c driver would now fail to build.) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x68k/include/bus.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: he Date: Mon Apr 5 07:16:13 UTC 2010 Modified Files: src/sys/kern: kern_malloc.c src/sys/sys: mallocvar.h param.h src/usr.bin/vmstat: vmstat.c Log Message: Extend struct malloc_type to count the number of active allocations per size, and make vmstat report this information under the "Memory statistics by type" display, which is only printed when the kernel has been compiled with KMEMSTATS defined, like this: Memory statistics by typeType Kern Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) wapbl15 4192K 4192K 78644K 376426 0 0 32:0,256:3,512:6,131072:1,262144:2,524288:3 Since struct malloc_type is user-visible and is changed, bump kernel revision to 5.99.26. While it is true that malloc(9) is in general on the path of slowly being replaced by kmem(9) (kmem_alloc/kmem_free), there remains a lot of points of usage of malloc/free, and this could aid in finding any leaks. (It helped finding the leak fixed in PR#42661.) This was discussed with and somewhat hestitantly OKed by rmind@ To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/kern/kern_malloc.c cvs rdiff -u -r1.7 -r1.8 src/sys/sys/mallocvar.h cvs rdiff -u -r1.360 -r1.361 src/sys/sys/param.h cvs rdiff -u -r1.166 -r1.167 src/usr.bin/vmstat/vmstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: he Date: Mon Apr 5 08:03:42 UTC 2010 Modified Files: src/sys/kern: kern_malloc.c src/sys/sys: mallocvar.h src/usr.bin/vmstat: vmstat.c Log Message: Follow christos' suggestions, and make ks_active a u_short, and also only use 16 u_shorts instead of 32 ints. Also add panic() calls for under- and overflow of the ks_active members under DIAGNOSTIC. The MAXBUCKET constant ended up in sys/mallocvar.h and not sys/param.h, as the latter caused build problems. Ride the kernel revision bump of my previous change. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/kern/kern_malloc.c cvs rdiff -u -r1.8 -r1.9 src/sys/sys/mallocvar.h cvs rdiff -u -r1.167 -r1.168 src/usr.bin/vmstat/vmstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
Module Name:src Committed By: he Date: Thu Apr 22 11:58:59 UTC 2010 Modified Files: src/distrib/i386/cdroms: Makefile.cdrom src/distrib/sparc64/cdroms/installcd: Makefile Log Message: Change use of ${CP} and ${CHMOD} to ${INSTALL_FILE}, so that if the target is made un-writeable, the build won't bomb out during an UPDATE build. OK'ed by mar...@. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/i386/cdroms/Makefile.cdrom cvs rdiff -u -r1.5 -r1.6 src/distrib/sparc64/cdroms/installcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
Module Name:src Committed By: he Date: Fri Apr 23 14:10:19 UTC 2010 Modified Files: src/distrib/i386/cdroms: Makefile.cdrom src/distrib/sparc64/cdroms/installcd: Makefile Log Message: Um, as has been noted, INSTALL_FILE records what's installed if it's done unprived, and that doesn't go down well on a re-build. So use ${INSTALL} ${COPY} instead to fix this problem. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/distrib/i386/cdroms/Makefile.cdrom cvs rdiff -u -r1.6 -r1.7 src/distrib/sparc64/cdroms/installcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/m68k/include
Module Name:src Committed By: he Date: Sun Jun 6 11:41:06 UTC 2010 Modified Files: src/sys/arch/m68k/include: pmap_motorola.h Log Message: Only include opt_m68k_arch.h if _KERNEL_OPT is defined, so that librump builds again. OK'ed by m...@. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/m68k/include/pmap_motorola.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/dreamcast/conf
Module Name:src Committed By: he Date: Wed Jun 30 06:57:13 UTC 2010 Modified Files: src/sys/arch/dreamcast/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/dreamcast/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sbmips/conf
Module Name:src Committed By: he Date: Wed Jun 30 07:03:26 UTC 2010 Modified Files: src/sys/arch/sbmips/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/arch/sbmips/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/cobalt/stand/boot
Module Name:src Committed By: he Date: Sun Jul 11 17:09:27 UTC 2010 Modified Files: src/sys/arch/cobalt/stand/boot: wd.c Log Message: Include for howmany() definition. OK'ed by tsut...@. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cobalt/stand/boot/wd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/netpgpverify
Module Name:src Committed By: he Date: Fri Aug 13 05:16:29 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/netpgpverify: Makefile Log Message: Add reference to libmj, so that static-linkers (sun2) can make build progress beyond this point. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/netpgp/netpgpverify/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sgimips/instkernel
Module Name:src Committed By: he Date: Mon Aug 16 13:24:54 UTC 2010 Modified Files: src/distrib/sgimips/instkernel: Makefile Log Message: Bump size from 3500k to 3600k so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/sgimips/instkernel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/ntp/include
Module Name:src Committed By: he Date: Wed Sep 1 13:46:58 UTC 2010 Modified Files: src/external/bsd/ntp/include: config.h Log Message: Vax doesn't have IEEE floating point. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/include/config.h 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/man
Module Name:src Committed By: he Date: Wed Sep 1 16:02:40 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add entries for the ntp.conf man page, html'ized and the two text variants. To generate a diff of this commit: cvs rdiff -u -r1.1235 -r1.1236 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/dreamcast/conf
Module Name:src Committed By: he Date: Wed Sep 1 16:13:33 UTC 2010 Modified Files: src/sys/arch/dreamcast/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that it fits again. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/dreamcast/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/ntp/bin/ntpdc
Module Name:src Committed By: he Date: Wed Sep 1 16:26:11 UTC 2010 Modified Files: src/external/bsd/ntp/bin/ntpdc: Makefile Log Message: Add -lterminfo after -ledit, so that this links when doing static linking as well (found when building for the sun2 target). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/ntpdc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/ntp/bin/ntpq
Module Name:src Committed By: he Date: Wed Sep 1 16:43:39 UTC 2010 Modified Files: src/external/bsd/ntp/bin/ntpq: Makefile Log Message: Another addition of -lterminfo after -ledit, so this links statically as well. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/ntpq/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.