CVS commit: src/./sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Fri Mar 18 07:12:29 UTC 2011 Modified Files: src/./sys/arch/mips/rmi: rmixl_iobus_space.c Log Message: RMIXL_FLASH_BAR_MASK_MAX is __BITS(34,0) so avoid using extent if that value overflows 'long' To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/./sys/arch/mips/rmi/rmixl_iobus_space.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jruoho Date: Fri Mar 18 08:26:20 UTC 2011 Modified Files: src/share/man/man4: ahcisata.4 Log Message: Add the specification to the SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/ahcisata.4 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: martin Date: Fri Mar 18 09:07:20 UTC 2011 Modified Files: src/lib/libc/gen: unvis.c Log Message: Test the proper array index. Discovered by sparc64 automatic test runs. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/unvis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xorg-server/dist/glx
Module Name:xsrc Committed By: jmmv Date: Fri Mar 18 09:51:00 UTC 2011 Modified Files: xsrc/external/mit/xorg-server/dist/glx: glxcmds.c glxdrawable.h glxext.c Log Message: Pull up fix from https://bugs.freedesktop.org/show_bug.cgi?id=28181 to prevent random segfaults of the X server when using composite with the ati driver. This makes my X session rock solid when running KDE 4.5 on a MacBookPro 2,2 with an ATI Radeon Mobility X1600. The X server was crashing very frequently before. OKed by mrg@ and macallan@. Addresses PR xsrc/44730. To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 xsrc/external/mit/xorg-server/dist/glx/glxcmds.c \ xsrc/external/mit/xorg-server/dist/glx/glxdrawable.h \ xsrc/external/mit/xorg-server/dist/glx/glxext.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/sparc64/dev
Module Name:src Committed By: mrg Date: Fri Mar 18 09:52:54 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: ebus.c Added Files: src/sys/arch/sparc64/dev: ebusvar.h Log Message: re-add local ebusvar.h, and use it to share between ebus.c and ebus_mainbus.c To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/sparc64/dev/ebus.c cvs rdiff -u -r0 -r1.9 src/sys/arch/sparc64/dev/ebusvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Fri Mar 18 10:42:55 UTC 2011 Modified Files: src/lib/libterminfo: termcap.c Log Message: Simplify some conversion by usig pre formatted strings and a function to print a parameter. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libterminfo/termcap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xcb-util/dist/icccm
Module Name:xsrc Committed By: plunky Date: Fri Mar 18 10:48:20 UTC 2011 Modified Files: xsrc/external/mit/xcb-util/dist/icccm: xcb_icccm.h Log Message: Make xcb_icccm.h use the same type as icccm.c for win_gravity parameter, fixes build with PCC which does not use "unsigned int" for enum type from upstream: http://cgit.freedesktop.org/xcb/util-old/commit/?id=155c99470961b38ed090ef1b4767c87ec1042386 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/xcb-util/dist/icccm/xcb_icccm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/bin/xedit/lisp
Module Name:src Committed By: plunky Date: Fri Mar 18 10:50:36 UTC 2011 Modified Files: src/external/mit/xorg/bin/xedit/lisp: Makefile Log Message: disable use of gcc-specific "label as values" feature for HAVE_PCC To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xedit/lisp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools
Module Name:src Committed By: vanhu Date: Fri Mar 18 13:20:27 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: NEWS Log Message: updated News for 0.8 branch To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.6.1 src/crypto/dist/ipsec-tools/NEWS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools
Module Name:src Committed By: vanhu Date: Fri Mar 18 13:25:12 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools [ipsec-tools-0_8-branch]: configure.ac Log Message: Yes: 0.8.0 is out !!! To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.10.6.1 src/crypto/dist/ipsec-tools/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/tls
Module Name:src Committed By: he Date: Fri Mar 18 14:56:01 UTC 2011 Modified Files: src/lib/libc/tls: tls.c Log Message: It would be nice if lint knew that abort() will never return. For now just insert a /* NOTREACHED */ comment to fix the build failure. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/tls/tls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools
Module Name:src Committed By: tsutsui Date: Fri Mar 18 15:13:55 UTC 2011 Modified Files: src/tools: Makefile.nbincludes src/tools/mklocale: Makefile Log Message: tools/mklocale has not required ctype_bits.h since the following fix: http://mail-index.NetBSD.org/source-changes/2010/06/20/msg011122.html Tested build.sh tools on CentOS 5. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/Makefile.nbincludes cvs rdiff -u -r1.6 -r1.7 src/tools/mklocale/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
Module Name:src Committed By: joerg Date: Fri Mar 18 15:18:16 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: spl.S vector.S src/sys/arch/i386/i386: locore.S spl.S vector.S Log Message: Remove static branch prediction hints. They pessimize code for all CPUs but Pentium IV. Discussed with ad@ and dsl@ To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/spl.S cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amd64/amd64/vector.S cvs rdiff -u -r1.94 -r1.95 src/sys/arch/i386/i386/locore.S cvs rdiff -u -r1.35 -r1.36 src/sys/arch/i386/i386/spl.S cvs rdiff -u -r1.56 -r1.57 src/sys/arch/i386/i386/vector.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/mips
Module Name:src Committed By: tsutsui Date: Fri Mar 18 15:19:43 UTC 2011 Modified Files: src/sys/arch/mips/mips: mips_fixup.c Log Message: Make this compile with options DEBUG and MIPS1 only config. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/mips/mips_fixup.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: jruoho Date: Fri Mar 18 15:21:57 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man7: Makefile intro.7 src/share/man/man8: Makefile Added Files: src/share/man/man7: security.7 Removed Files: src/share/man/man8: security.8 Log Message: Move security(8) to the section 7. Discussed on source-changes a while back. Should address PR # 35718 at least partially. To generate a diff of this commit: cvs rdiff -u -r1.1302 -r1.1303 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.26 -r1.27 src/share/man/man7/Makefile cvs rdiff -u -r1.18 -r1.19 src/share/man/man7/intro.7 cvs rdiff -u -r0 -r1.1 src/share/man/man7/security.7 cvs rdiff -u -r1.99 -r1.100 src/share/man/man8/Makefile cvs rdiff -u -r1.28 -r0 src/share/man/man8/security.8 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
Module Name:src Committed By: tsutsui Date: Fri Mar 18 15:31:38 UTC 2011 Modified Files: src/sys/arch/hpcmips/tx: tx39icu.c src/sys/arch/hpcmips/vr: rtc.c vr.c vrip.c Log Message: Use vaddr_t for pc instead of uint32_t. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hpcmips/tx/tx39icu.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/hpcmips/vr/rtc.c cvs rdiff -u -r1.63 -r1.64 src/sys/arch/hpcmips/vr/vr.c cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hpcmips/vr/vrip.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/i386/i386
Module Name:src Committed By: joerg Date: Fri Mar 18 15:32:02 UTC 2011 Modified Files: src/sys/arch/i386/i386: cpufunc.S Log Message: Use explicit size with fld. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/i386/i386/cpufunc.S 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: jruoho Date: Fri Mar 18 15:32:26 UTC 2011 Modified Files: src/share/man/man7: security.7 Log Message: Use .Ss for non-standard subtitles. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man7/security.7 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: jruoho Date: Fri Mar 18 16:11:13 UTC 2011 Modified Files: src/share/man/man7: security.7 Log Message: Note the 'fetch_pkg_vulnerabilities=YES' also here. In lack of a proper name, put this under "administrative security". To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man7/security.7 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: jruoho Date: Fri Mar 18 16:12:26 UTC 2011 Modified Files: src/share/man/man7: security.7 Log Message: Note the previous also in the lead paragraph. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man7/security.7 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: jruoho Date: Fri Mar 18 16:14:49 UTC 2011 Modified Files: src/share/man/man7: security.7 Log Message: Remove xref to nonexistent option(4). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man7/security.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arc/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:17:22 UTC 2011 Modified Files: src/sys/arch/arc/include: param.h Log Message: - no need to define MACHINE_ARCH in MD header - include after MACHINE is defined To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arc/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/share/man/man9
Module Name:src Committed By: jruoho Date: Fri Mar 18 16:18:45 UTC 2011 Modified Files: src/share/man/man9: veriexec.9 Log Message: Fix xref; security(8) -> security(7). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/veriexec.9 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/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:19:13 UTC 2011 Modified Files: src/sys/arch/cobalt/include: param.h Log Message: Include after MACHINE is defined. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/cobalt/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/share/man/man7
Module Name:src Committed By: jruoho Date: Fri Mar 18 16:20:12 UTC 2011 Modified Files: src/share/man/man7: sysctl.7 Log Message: Fix xref; security(8) -> security(7). To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 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: src/sys/arch/newsmips/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:21:30 UTC 2011 Modified Files: src/sys/arch/newsmips/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/newsmips/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/share/man/man5
Module Name:src Committed By: jruoho Date: Fri Mar 18 16:21:47 UTC 2011 Modified Files: src/share/man/man5: rc.conf.5 veriexec.5 Log Message: Fix xref; security(8) -> security(7). To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/share/man/man5/rc.conf.5 cvs rdiff -u -r1.3 -r1.4 src/share/man/man5/veriexec.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/ews4800mips/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:23:09 UTC 2011 Modified Files: src/sys/arch/ews4800mips/include: param.h Log Message: Include after MACHINE is defined. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ews4800mips/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/sys/arch/pmax/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:28:51 UTC 2011 Modified Files: src/sys/arch/pmax/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/pmax/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/sys/arch/evbmips/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:30:01 UTC 2011 Modified Files: src/sys/arch/evbmips/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbmips/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/sys/arch/sbmips/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:32:07 UTC 2011 Modified Files: src/sys/arch/sbmips/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sbmips/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/sys/arch/sgimips/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:33:41 UTC 2011 Modified Files: src/sys/arch/sgimips/include: param.h Log Message: Include after MACHINE is defined. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sgimips/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/sys/arch/algor/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:35:04 UTC 2011 Modified Files: src/sys/arch/algor/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/algor/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/sys/arch/hpcmips/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:36:50 UTC 2011 Modified Files: src/sys/arch/hpcmips/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hpcmips/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/sys/arch/mipsco/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:37:19 UTC 2011 Modified Files: src/sys/arch/mipsco/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mipsco/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/sys/arch/emips/include
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:39:58 UTC 2011 Modified Files: src/sys/arch/emips/include: param.h Log Message: - include after MACHINE is defined - remove MACHINE_ARCH and MID_MACHINE that are defined in - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/emips/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/sys/dev/nand
Module Name:src Committed By: ahoka Date: Fri Mar 18 16:46:04 UTC 2011 Modified Files: src/sys/dev/nand: nand_micron.c Log Message: use %zu for size_t, also add rcsid To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/nand/nand_micron.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
Module Name:src Committed By: jakllsch Date: Fri Mar 18 17:19:06 UTC 2011 Modified Files: src/sys/arch/dreamcast/conf: GENERIC src/sys/arch/evbmips/conf: MALTA Log Message: Bump symtab space. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sys/arch/dreamcast/conf/GENERIC cvs rdiff -u -r1.59 -r1.60 src/sys/arch/evbmips/conf/MALTA Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/stand/pxeboot
Module Name:src Committed By: jakllsch Date: Fri Mar 18 17:46:27 UTC 2011 Modified Files: src/sys/arch/i386/stand/pxeboot: start_pxe.S Log Message: Automatically adjust pxeboot(8) stack based on the end of .bss, like is already done in biosboot.S for boot(8). (The heap location will need to be adjusted if pxeboot expands much more.) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/stand/pxeboot/start_pxe.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/stand/pxeboot
Module Name:src Committed By: jakllsch Date: Fri Mar 18 18:21:38 UTC 2011 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: Honor bp_timeout even when X86_BP_FLAGS_NOBOOTCONF is set. Or, in other words, bring back the 5 second countdown in pxeboot(8). To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/i386/stand/pxeboot/main.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/i386/stand/boot
Module Name:src Committed By: jakllsch Date: Fri Mar 18 18:24:09 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: boot2.c Log Message: Honor bp_timeout even if someone sets X86_BP_FLAGS_NOBOOTCONF. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/i386/stand/boot/boot2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/xz/bin
Module Name:src Committed By: dyoung Date: Fri Mar 18 19:45:27 UTC 2011 Modified Files: src/external/public-domain/xz/bin: Makefile Log Message: Obey MKNLS=no. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/xz/bin/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/amd64
Module Name:src Committed By: dyoung Date: Fri Mar 18 19:46:20 UTC 2011 Modified Files: src/sys/arch/amd64: Makefile Log Message: Fix tags target. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/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/i386
Module Name:src Committed By: dyoung Date: Fri Mar 18 19:48:12 UTC 2011 Modified Files: src/sys/arch/i386: Makefile Log Message: Simplify tags target to reduce diffs with amd64/Makefile tags target. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/i386/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/mips/rmi
Module Name:src Committed By: cliff Date: Fri Mar 18 19:58:21 UTC 2011 Modified Files: src/./sys/arch/mips/rmi: rmixl_nand.c Log Message: style improvements, input from matt@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/./sys/arch/mips/rmi/rmixl_nand.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/mips/rmi
Module Name:src Committed By: cliff Date: Fri Mar 18 20:23:26 UTC 2011 Modified Files: src/./sys/arch/mips/rmi: rmixl_nand.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/./sys/arch/mips/rmi/rmixl_nand.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/x86/x86
Module Name:src Committed By: jruoho Date: Fri Mar 18 20:56:46 UTC 2011 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: Comment out IA32_TEMPERATURE_TARGET temporarily. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/x86/coretemp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.x86
Module Name:src Committed By: jruoho Date: Fri Mar 18 21:17:18 UTC 2011 Modified Files: src/share/man/man4/man4.x86: ichlpcib.4 Log Message: Add some datasheets to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.x86/ichlpcib.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/wdogctl
Module Name:src Committed By: jruoho Date: Fri Mar 18 21:22:04 UTC 2011 Modified Files: src/sbin/wdogctl: wdogctl.8 Log Message: Xref x86/ichlpcib(4) instead of ichlpcib(4). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sbin/wdogctl/wdogctl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jruoho Date: Fri Mar 18 22:16:25 UTC 2011 Modified Files: src/share/man/man4: options.4 Log Message: Remove ENHANCED_SPEEDSTEP, EST_FREQ_USERWRITE, INTEL_ONDEMAND_CLOCKMOD, POWERNOW_K7, POWERNOW_K8, and VIA_PADLOCK. To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402 src/share/man/man4/options.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/man4
Module Name:src Committed By: jruoho Date: Fri Mar 18 22:19:31 UTC 2011 Modified Files: src/share/man/man4: options.4 veriexec.4 Log Message: Fix xref; security(8) -> security(7). To generate a diff of this commit: cvs rdiff -u -r1.402 -r1.403 src/share/man/man4/options.4 cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/veriexec.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: jruoho Date: Fri Mar 18 22:24:57 UTC 2011 Modified Files: src/share/man/man7: intro.7 Log Message: Note also tests(7). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man7/intro.7 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: joerg Date: Fri Mar 18 23:32:05 UTC 2011 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/bin/bugpoint: Makefile src/external/bsd/llvm/bin/llc: Makefile src/external/bsd/llvm/bin/lli: Makefile src/external/bsd/llvm/bin/llvm-diff: Makefile src/external/bsd/llvm/bin/llvm-dis: Makefile src/external/bsd/llvm/bin/llvm-ld: Makefile src/external/bsd/llvm/bin/llvm-mc: Makefile src/external/bsd/llvm/bin/opt: Makefile src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile src/external/bsd/llvm/lib/libLLVMAsmPrinter: Makefile src/external/bsd/llvm/lib/libLLVMCore: Makefile src/external/bsd/llvm/lib/libLLVMMC: Makefile src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile src/external/bsd/llvm/lib/libclangAST: Makefile src/external/bsd/llvm/lib/libclangAnalysis: Makefile src/external/bsd/llvm/lib/libclangFrontend: Makefile src/external/bsd/llvm/lib/libclangSerialization: Makefile src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile src/tools/llvm: Makefile src/tools/llvm-clang: Makefile Log Message: Update LLVM snapshot. This allows deriving the target from the binary name, provides a proper CPP mode and fixes a number of compat issues in the integrated assembler. Build the toolchain compiler optimized and without assertions now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/bugpoint/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/llc/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/lli/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/llvm-diff/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/llvm-dis/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/llvm-ld/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/llvm-mc/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/bin/opt/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMAsmPrinter/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMCore/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMMC/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangAST/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangAnalysis/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangFrontend/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/llvm/lib/libclangSerialization/Makefile cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile cvs rdiff -u -r1.1 -r1.2 src/tools/llvm/Makefile cvs rdiff -u -r1.1 -r1.2 src/tools/llvm-clang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/rs/dist
Module Name:othersrc Committed By: agc Date: Fri Mar 18 23:43:13 UTC 2011 Modified Files: othersrc/external/bsd/rs/dist: main.c Log Message: get rid of debugging comment To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/rs/dist/main.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/raidframe
Module Name:src Committed By: mrg Date: Fri Mar 18 23:53:26 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: apply the fix_label hack to partitionSizeHi as well. it's needed there. to do so, move the call to fix the label inside of rf_reasonable_label() itself, so we can fix the partition sizes before calling rf_component_label_partitionsize() itself. fixes the failure mode where i had garbage not in numBlocksHi but in partitionSizeHi, and the check against rf_component_label_partitionsize() would fail and my raid would not auto-configure. To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/sys/dev/raidframe/rf_netbsdkintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/rs/dist
Module Name:othersrc Committed By: agc Date: Fri Mar 18 23:59:55 UTC 2011 Modified Files: othersrc/external/bsd/rs/dist: main.c Log Message: check for the appropriate terminating character To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/rs/dist/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/nfs
Module Name:src Committed By: dholland Date: Sat Mar 19 01:34:25 UTC 2011 Modified Files: src/sys/nfs: nfs_serv.c nfs_srvsubs.c Log Message: Fix memory leak introduced with the struct pathbuf changes. Hi, me. Closes PR 44625. To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/nfs/nfs_serv.c cvs rdiff -u -r1.8 -r1.9 src/sys/nfs/nfs_srvsubs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/netbsd32
Module Name:src Committed By: cliff Date: Sat Mar 19 04:07:36 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: compat/netbsd32 ioctl support for FLASH_GET_INFO To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/compat/netbsd32/netbsd32_ioctl.c cvs rdiff -u -r1.31 -r1.32 src/sys/compat/netbsd32/netbsd32_ioctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/find2
Module Name:othersrc Committed By: agc Date: Sat Mar 19 04:44:51 UTC 2011 Update of /cvsroot/othersrc/external/bsd/find2 In directory ivanova.netbsd.org:/tmp/cvs-serv11800 Log Message: Initial import of a find2 utility into othersrc. This library and utility provide all the functionality of find(1) and more, but with a more Unix/C syntax. e.g. % find2 'fnmatch == *.[ch]' . ./dist/defs.h ./dist/find2.c ./dist/find2.h ./dist/main.c % find2 'fnmatch == *.[ch] && size > 10k' . ./dist/find2.c % find2 'mode & 04000' /sbin /bin /sbin/shutdown /sbin/ping /sbin/ping6 /bin/rcmd % find2 -l 'uid == ./Makefile' find2 812131 8 -rw-r--r--1 agc agc 2481 Mar 18 01:07 find2/Makefile % find2 -l 'mtime < ./Makefile' find2 812131 8 -rw-r--r--1 agc agc 2481 Mar 18 01:07 find2/Makefile % find2 'mage < 1days' find2 find2/Makefile % find2 'mage < 2days && fnmatch == *.[ch]' dist dist/defs.h dist/find2.c dist/find2.h dist/main.c % find2 -l 'fnmatch == *.h && mage < 1days && size > 2800' dist 812120 8 -rw-r--r--1 agc agc 2981 Mar 17 17:23 dist/defs.h % Status: Vendor Tag: CROOKS Release Tags: find2-base N othersrc/external/bsd/find2/Makefile N othersrc/external/bsd/find2/dist/libfind2.3 N othersrc/external/bsd/find2/dist/Makefile N othersrc/external/bsd/find2/dist/TODO N othersrc/external/bsd/find2/dist/defs.h N othersrc/external/bsd/find2/dist/find2.1 N othersrc/external/bsd/find2/dist/find2.c N othersrc/external/bsd/find2/dist/find2.h N othersrc/external/bsd/find2/dist/main.c N othersrc/external/bsd/find2/find2/Makefile N othersrc/external/bsd/find2/libfind2/Makefile N othersrc/external/bsd/find2/libfind2/shlib_version No conflicts created by this import
CVS commit: src
Module Name:src Committed By: jruoho Date: Sat Mar 19 04:59:44 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man3: Makefile attribute.3 Log Message: Briefly document __predict_true() and __predict_false(). To generate a diff of this commit: cvs rdiff -u -r1.1601 -r1.1602 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.69 -r1.70 src/share/man/man3/Makefile cvs rdiff -u -r1.9 -r1.10 src/share/man/man3/attribute.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jruoho Date: Sat Mar 19 05:18:36 UTC 2011 Modified Files: src/share/man/man4: acpicpu.4 Log Message: Add missing period. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/share/man/man4/acpicpu.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: ahoka Date: Sat Mar 19 06:15:12 UTC 2011 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: Dont try to read MSR_TEMPERATURE_TARGET on Core Duo Yonah To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/x86/coretemp.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: jruoho Date: Sat Mar 19 06:39:17 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/include/sys: Makefile Added Files: src/tests/include/sys: t_bitops.c Log Message: Add a simple test file for . For now, only ilog2(3) is tested. To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.1 -r1.2 src/tests/include/sys/Makefile cvs rdiff -u -r0 -r1.1 src/tests/include/sys/t_bitops.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/hp700/dev
Module Name:src Committed By: skrll Date: Sat Mar 19 06:48:10 UTC 2011 Modified Files: src/sys/arch/hp700/dev: dino.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hp700/dev/dino.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.