CVS commit: src/common/lib/libc/hash/rmd160
Module Name:src Committed By: justin Date: Wed Apr 15 08:31:05 UTC 2015 Modified Files: src/common/lib/libc/hash/rmd160: rmd160.c Log Message: On big endian machines needs to include sys/endian.h for le32dec Mainly affects cross builds on big endian; tested on FreeBSD mips and Linux ppc. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/hash/rmd160/rmd160.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
Module Name:src Committed By: ozaki-r Date: Wed Apr 15 08:47:28 UTC 2015 Modified Files: src/sys/netinet: ip_encap.c Log Message: Use LIST_FOREACH_SAFE We have to use LIST_FOREACH_SAFE because LIST_REMOVE is used inside the loop through encap_remove. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/netinet/ip_encap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: hsuenaga Date: Wed Apr 15 10:15:40 UTC 2015 Modified Files: src/sys/arch/evbarm/armadaxp: armadaxp_machdep.c armadaxp_start.S src/sys/dev/marvell: if_mvgbe.c Log Message: add u-boot argument parser for Marvell ARMADA XP/370. use 'ethaddr' and 'eth1addr' in u-boot argument to setup MAC address of mvgbe. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/armadaxp/armadaxp_machdep.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/armadaxp/armadaxp_start.S cvs rdiff -u -r1.40 -r1.41 src/sys/dev/marvell/if_mvgbe.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/armadaxp
Module Name:src Committed By: hsuenaga Date: Wed Apr 15 10:30:42 UTC 2015 Modified Files: src/sys/arch/evbarm/armadaxp: armadaxp_machdep.c Log Message: lookup clock frequencies of ARMADA 370 correctly. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/armadaxp/armadaxp_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/arm/marvell
Module Name:src Committed By: hsuenaga Date: Wed Apr 15 10:40:36 UTC 2015 Modified Files: src/sys/arch/arm/marvell: armadaxp.c armadaxpreg.h Added Files: src/sys/arch/arm/marvell: armadaxpvar.h Log Message: implement L2 cache maintenance operations of ARMADA XP. the L2 cahce maintenance operations are defined on SoC internal registers. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/marvell/armadaxp.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/marvell/armadaxpreg.h cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/marvell/armadaxpvar.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
Module Name:src Committed By: hsuenaga Date: Wed Apr 15 10:52:19 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpufunc.c cpufunc_asm_pj4b.S src/sys/arch/arm/include: cpufunc_proto.h Log Message: clean up cpufuncs of CPU_PJ4B. PJ4B is a ARMv7 compatible CPU, so most of cpufuncs are just redundant. we need funcs for: - Marvell specific registers - workaround of errata - and Marvell specific L2 cache maintainance if I/O coherency fabric is enabled(option AURORA_IO_CACHE_COHERENCY), probaly we don't need to maintain L2 cache by software. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/arch/arm/arm/cpufunc.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/arm/cpufunc_asm_pj4b.S cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/include/cpufunc_proto.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/marvell
Module Name:src Committed By: hsuenaga Date: Wed Apr 15 12:11:31 UTC 2015 Modified Files: src/sys/arch/arm/marvell: armadaxp.c Log Message: add L2 cache write eviction buffer sync barrier To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/marvell/armadaxp.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
Module Name:src Committed By: riastradh Date: Wed Apr 15 13:02:17 UTC 2015 Modified Files: src/sys/netinet: ip_encap.c Log Message: KASSERT x then y, not x && y, to give more specific errors. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/netinet/ip_encap.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/arm
Module Name:src Committed By: matt Date: Wed Apr 15 13:22:50 UTC 2015 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Remove FAST_FPE code To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/arm/arm/undefined.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/ufs
Module Name:src Committed By: riastradh Date: Wed Apr 15 14:39:24 UTC 2015 Modified Files: src/sys/ufs/ufs: ufs_inode.c Log Message: Release the glock on VOP_GETPAGES failure. Tripped over by nick@'s failing disk, missing unlock in error branch discovered by jmcneill@. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/ufs/ufs/ufs_inode.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
Module Name:src Committed By: riastradh Date: Wed Apr 15 14:41:17 UTC 2015 Modified Files: src/sys/kern: subr_lockdebug.c Log Message: Put the lock error info in the panicstr so ddb can get at it. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/kern/subr_lockdebug.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
Module Name:src Committed By: matt Date: Wed Apr 15 15:44:19 UTC 2015 Modified Files: src/sys/arch/arm/arm32: genassym.cf Log Message: define __HAVE_PREEMPTION To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/arm/arm32/genassym.cf 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
Module Name:src Committed By: matt Date: Wed Apr 15 15:45:06 UTC 2015 Modified Files: src/sys/arch/arm/cortex: gic.c src/sys/arch/arm/pic: pic.c picvar.h Log Message: Add separate IPI routines for IPI_AST and IPI_KPREEMPT. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/cortex/gic.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/pic/pic.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/pic/picvar.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: mrg Date: Wed Apr 15 19:13:47 UTC 2015 Modified Files: src/crypto/external/bsd/netpgp/lib/verify: Makefile src/external/bsd/libelf/lib: Makefile src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/lib/libc/arch/aarch64: Makefile.inc src/lib/libc/arch/sparc64: Makefile.inc src/lib/libc/net: Makefile.inc src/lib/libc/rpc: Makefile.inc src/sbin/fsdb: Makefile src/sys/arch/hp300/conf: Makefile.hp300 src/sys/arch/sun3/conf: Makefile.sun3 src/sys/lib/libkern: Makefile.libkern Log Message: remove various HAVE_GCC=45 fragments. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/netpgp/lib/verify/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libelf/lib/Makefile cvs rdiff -u -r1.29 -r1.30 src/external/gpl3/gcc/lib/libgcc/Makefile.inc cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/aarch64/Makefile.inc cvs rdiff -u -r1.19 -r1.20 src/lib/libc/arch/sparc64/Makefile.inc cvs rdiff -u -r1.85 -r1.86 src/lib/libc/net/Makefile.inc cvs rdiff -u -r1.21 -r1.22 src/lib/libc/rpc/Makefile.inc cvs rdiff -u -r1.36 -r1.37 src/sbin/fsdb/Makefile cvs rdiff -u -r1.89 -r1.90 src/sys/arch/hp300/conf/Makefile.hp300 cvs rdiff -u -r1.103 -r1.104 src/sys/arch/sun3/conf/Makefile.sun3 cvs rdiff -u -r1.37 -r1.38 src/sys/lib/libkern/Makefile.libkern 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
Module Name:src Committed By: matt Date: Wed Apr 15 21:26:48 UTC 2015 Modified Files: src/sys/arch/arm/arm: arm_machdep.c src/sys/arch/arm/include: cpu.h Log Message: Make setsoftast take a cpu_info * To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/arm/arm_machdep.c cvs rdiff -u -r1.89 -r1.90 src/sys/arch/arm/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: rodent Date: Thu Apr 16 01:07:24 UTC 2015 Modified Files: src/share/misc: acronyms Log Message: Adding more. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/share/misc/acronyms 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: mrg Date: Thu Apr 16 02:32:33 UTC 2015 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/libexec/httpd: Makefile bozohttpd.8 Log Message: install as bozohttpd/bozohttpd.8 as well as httpd. To generate a diff of this commit: cvs rdiff -u -r1.1099 -r1.1100 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1498 -r1.1499 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.22 -r1.23 src/libexec/httpd/Makefile cvs rdiff -u -r1.49 -r1.50 src/libexec/httpd/bozohttpd.8 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/net
Module Name:src Committed By: snj Date: Thu Apr 16 06:08:34 UTC 2015 Modified Files: src/sys/net [netbsd-7]: if.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #693): sys/net/if.h: revision 1.186 Use 1000ULL to prevent integer overflow (for IF_Gbps(10)). Same as OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.174.2.1 src/sys/net/if.h 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/dev/pci
Module Name:src Committed By: snj Date: Thu Apr 16 06:10:43 UTC 2015 Modified Files: src/sys/dev/pci [netbsd-7]: if_wm.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #694): sys/dev/pci/if_wm.c: revision 1.314 Fix a bug that wm_sgmii_writereg() function doesn't pass the "val" argument to the I2CCMD register. Reported by Bernard Merindol in PR#49789. To generate a diff of this commit: cvs rdiff -u -r1.289.2.4 -r1.289.2.5 src/sys/dev/pci/if_wm.c 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/arch/arm/omap
Module Name:src Committed By: snj Date: Thu Apr 16 06:12:56 UTC 2015 Modified Files: src/sys/arch/arm/omap [netbsd-7]: am335x_prcm.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #695): sys/arch/arm/omap/am335x_prcm.c: revision 1.8 change freq change message to aprint_debug to prevent dmesg spam when running estd To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.2.1 src/sys/arch/arm/omap/am335x_prcm.c 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
Module Name:src Committed By: snj Date: Thu Apr 16 06:14:51 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 69[345] To generate a diff of this commit: cvs rdiff -u -r1.1.2.254 -r1.1.2.255 src/doc/CHANGES-7.0 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/dev/pci
Module Name:src Committed By: snj Date: Thu Apr 16 06:20:08 UTC 2015 Modified Files: src/sys/dev/pci [netbsd-6]: if_wm.c if_wmreg.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1277): sys/dev/pci/if_wm.c: revision 1.312 via patch sys/dev/pci/if_wmreg.h: revision 1.66 via patch - Initialize some hardware bits for 8257[1234], 82583, 80003, ICH* and PCH*. Some of them are workaround code. From other *BSDs, Linux and documents. - Add comment. - Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.227.2.15 -r1.227.2.16 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.46.2.7 -r1.46.2.8 src/sys/dev/pci/if_wmreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/lib/libc/stdio
Module Name:src Committed By: snj Date: Thu Apr 16 06:24:16 UTC 2015 Modified Files: src/lib/libc/stdio [netbsd-6]: gettemp.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1282): lib/libc/stdio/gettemp.c: revision 1.16 PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute path 1. on error, gettemp() did not restore the path string 2. when emulating mktemp() it is not an error for the pattern not to represent a real directory structure XXX[1]: pullup-5, pullup-6 XXX[2]: the default pattern is the simplistic for mktemp. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.22.1 src/lib/libc/stdio/gettemp.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/net
Module Name:src Committed By: snj Date: Thu Apr 16 06:27:34 UTC 2015 Modified Files: src/sys/net [netbsd-6]: if.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1289): sys/net/if.h: revision 1.186 Use 1000ULL to prevent integer overflow (for IF_Gbps(10)). Same as OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.154.8.1 src/sys/net/if.h 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: snj Date: Thu Apr 16 06:29:33 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: 1277, 1282, 1289 To generate a diff of this commit: cvs rdiff -u -r1.1.2.208 -r1.1.2.209 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-5] src/lib/libc/stdio
Module Name:src Committed By: snj Date: Thu Apr 16 06:33:59 UTC 2015 Modified Files: src/lib/libc/stdio [netbsd-5]: gettemp.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1955): lib/libc/stdio/gettemp.c: revision 1.16 via patch PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute path 1. on error, gettemp() did not restore the path string 2. when emulating mktemp() it is not an error for the pattern not to represent a real directory structure XXX[1]: pullup-5, pullup-6 XXX[2]: the default pattern is the simplistic for mktemp. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.2.1 src/lib/libc/stdio/gettemp.c 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: snj Date: Thu Apr 16 06:35:27 UTC 2015 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: 1955 To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 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: src/sys/netinet
Module Name:src Committed By: ozaki-r Date: Thu Apr 16 06:50:16 UTC 2015 Modified Files: src/sys/netinet: ip_encap.c Log Message: Remove garbage undef To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/netinet/ip_encap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.