CVS commit: src
Module Name:src Committed By: jruoho Date: Fri Dec 17 08:13:10 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man3: Makefile attribute.3 Log Message: Briefly describe __read_mostly and __cachline_aligned. To generate a diff of this commit: cvs rdiff -u -r1.1552 -r1.1553 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.62 -r1.63 src/share/man/man3/Makefile cvs rdiff -u -r1.6 -r1.7 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/man3
Module Name:src Committed By: jruoho Date: Fri Dec 17 08:23:04 UTC 2010 Modified Files: src/share/man/man3: attribute.3 Log Message: Note that the previous are available only for the kernel. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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/libexec/ld.elf_so
Module Name:src Committed By: wiz Date: Fri Dec 17 08:50:26 UTC 2010 Modified Files: src/libexec/ld.elf_so: ld.elf_so.1 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/libexec/ld.elf_so/ld.elf_so.1 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 Dec 17 09:54:28 UTC 2010 Modified Files: src: UPDATING src/distrib/sets/lists/base: mi src/etc: group master.passwd src/etc/mtree: NetBSD.dist.base special src/external/bsd/tcpdump/bin: Makefile src/external/bsd/tcpdump/dist: tcpdump.1.in src/usr.sbin/tcpdump: Makefile Log Message: Make tcpdump(8) to drop root privileges and chroot(2) by default. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/UPDATING cvs rdiff -u -r1.907 -r1.908 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.25 -r1.26 src/etc/group cvs rdiff -u -r1.42 -r1.43 src/etc/master.passwd cvs rdiff -u -r1.67 -r1.68 src/etc/mtree/NetBSD.dist.base cvs rdiff -u -r1.133 -r1.134 src/etc/mtree/special cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tcpdump/bin/Makefile cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tcpdump/dist/tcpdump.1.in cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/tcpdump/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/tcpdump/dist
Module Name:src Committed By: wiz Date: Fri Dec 17 10:35:10 UTC 2010 Modified Files: src/external/bsd/tcpdump/dist: tcpdump.1.in Log Message: Bump date for chroot default. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tcpdump/dist/tcpdump.1.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xargs
Module Name:src Committed By: plunky Date: Fri Dec 17 11:32:57 UTC 2010 Modified Files: src/usr.bin/xargs: xargs.c Log Message: correct the error message (wait3->waitpid) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xargs/xargs.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 Dec 17 12:14:05 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man3: Makefile src/share/man/man7: c.7 Added Files: src/share/man/man3: typeof.3 Log Message: There is no harm to add a manual page for the GNU typeof()-construct, given that it has already crawled into the source tree. To generate a diff of this commit: cvs rdiff -u -r1.1553 -r1.1554 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.63 -r1.64 src/share/man/man3/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man3/typeof.3 cvs rdiff -u -r1.9 -r1.10 src/share/man/man7/c.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netsmb
Module Name:src Committed By: pooka Date: Fri Dec 17 13:05:31 UTC 2010 Modified Files: src/sys/netsmb: iconv.h smb_conn.c smb_conn.h smb_dev.c smb_iod.c smb_rq.c smb_subr.h subr_mchain.c Log Message: unifdef -D__NetBSD__ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netsmb/iconv.h cvs rdiff -u -r1.26 -r1.27 src/sys/netsmb/smb_conn.c cvs rdiff -u -r1.19 -r1.20 src/sys/netsmb/smb_conn.h \ src/sys/netsmb/smb_subr.h src/sys/netsmb/subr_mchain.c cvs rdiff -u -r1.36 -r1.37 src/sys/netsmb/smb_dev.c cvs rdiff -u -r1.38 -r1.39 src/sys/netsmb/smb_iod.c cvs rdiff -u -r1.33 -r1.34 src/sys/netsmb/smb_rq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netsmb
Module Name:src Committed By: pooka Date: Fri Dec 17 13:24:45 UTC 2010 Modified Files: src/sys/netsmb: smb_dev.c Log Message: Try to unbreak module a little. It would be really nice to not utterly break things in the name of modularization, especially if avoiding breakage takes 2min. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/netsmb/smb_dev.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/sysmon
Module Name:src Committed By: pooka Date: Fri Dec 17 13:37:38 UTC 2010 Modified Files: src/sys/dev/sysmon: swsensor.c Log Message: use aprint To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sysmon/swsensor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netsmb
Module Name:src Committed By: pooka Date: Fri Dec 17 14:27:34 UTC 2010 Modified Files: src/sys/netsmb: smb_dev.c Log Message: * remove #ifdef nonsense (which caused the lossage in the first place) * make it a DRIVER so that it autoloads when /dev/nsmb is opened To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/netsmb/smb_dev.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/raidframe
Module Name:src Committed By: pooka Date: Fri Dec 17 14:51:27 UTC 2010 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: fix editing artifact To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/raidframe/t_raid.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: pooka Date: Fri Dec 17 19:12:30 UTC 2010 Modified Files: src/tests/lib/libc/gen: Makefile Added Files: src/tests/lib/libc/gen: t_syslog_pthread.c Log Message: Add an isolated test case for PR lib/44248. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/gen/t_syslog_pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/tests
Module Name:src Committed By: pooka Date: Fri Dec 17 19:13:48 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: the setlist joy for a new tp To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/distrib/sets/lists/tests/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/ofppc
Module Name:src Committed By: phx Date: Fri Dec 17 19:18:49 UTC 2010 Modified Files: src/sys/arch/ofppc/include: pegasosreg.h src/sys/arch/ofppc/pci: gt_mainbus.c Log Message: Set the GPIO to enable AGP configuration space access when attaching gtpci0 and do not reset it again. This keeps AGP devices visible after configure(). Improved the match-function to look for a Discovery controller on the PCI bus. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ofppc/include/pegasosreg.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ofppc/pci/gt_mainbus.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: njoly Date: Fri Dec 17 19:20:42 UTC 2010 Modified Files: src/bin/ls: ls.1 src/lib/libc/gen: directory.3 scandir.3 Log Message: Fix cross-reference, dir(5) -> dirent(3). To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/bin/ls/ls.1 cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/directory.3 cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gen/scandir.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: yamt Date: Fri Dec 17 22:00:44 UTC 2010 Modified Files: src/sys/uvm: uvm_fault.c Log Message: cosmetics. no functional changes. - constify - wrap long lines - assertions - comments To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/uvm/uvm_fault.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/deadfs
Module Name:src Committed By: yamt Date: Fri Dec 17 22:03:00 UTC 2010 Modified Files: src/sys/miscfs/deadfs: dead_vnops.c Log Message: do minimal locking to make assertions like KASSERT(VOP_ISLOCKED(vp)) happy. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/miscfs/deadfs/dead_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/kern
Module Name:src Committed By: yamt Date: Fri Dec 17 22:04:42 UTC 2010 Modified Files: src/sys/kern: vfs_subr.c Log Message: 0 -> NULL for a pointer To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417 src/sys/kern/vfs_subr.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: yamt Date: Fri Dec 17 22:05:36 UTC 2010 Modified Files: src/sys/kern: sys_aio.c Log Message: aio_worker: add an assertion To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/kern/sys_aio.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: yamt Date: Fri Dec 17 22:06:31 UTC 2010 Modified Files: src/sys/kern: kern_descrip.c Log Message: update some comments To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208 src/sys/kern/kern_descrip.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: yamt Date: Fri Dec 17 22:08:19 UTC 2010 Modified Files: src/sys/kern: kern_time.c Log Message: realtimerexpire: rename a confusing variable. no functional change. (now_ms -> now_ns as it hold a nano second value) To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/kern/kern_time.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: yamt Date: Fri Dec 17 22:22:00 UTC 2010 Modified Files: src/sys/nfs: nfs_socket.c Log Message: nfs_rcvunlock: don't wake up all waiters. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/sys/nfs/nfs_socket.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: yamt Date: Fri Dec 17 22:24:11 UTC 2010 Modified Files: src/sys/kern: subr_vmem.c Log Message: wrap a long line. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/kern/subr_vmem.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: yamt Date: Fri Dec 17 22:34:04 UTC 2010 Modified Files: src/sys/kern: vfs_lookup.c Log Message: - lookup_once: when crossing a mount point, don't keep the parent vnode locked. ie. don't lock a vnode while holding another vnode which belongs to a different filesystem. otherwise we propagate slowness (or deadness) of a filesystem to another via vnode lock chain. - lookup_parsepath: don't alter vnode states. let the caller do it instead. - add comments and assertions. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/kern/vfs_lookup.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: yamt Date: Fri Dec 17 22:35:08 UTC 2010 Modified Files: src/sys/kern: exec_subr.c Log Message: new_vmcmd: assertions To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/kern/exec_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/postinstall
Module Name:src Committed By: njoly Date: Fri Dec 17 22:56:22 UTC 2010 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Add _tcpdump uid/gid checks. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/time
Module Name:src Committed By: christos Date: Fri Dec 17 23:11:57 UTC 2010 Modified Files: src/lib/libc/time: localtime.c Log Message: PR/44248: Antti Kantee: Fix multi-threaded localtime hang. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libc/time/localtime.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/gen
Module Name:src Committed By: njoly Date: Fri Dec 17 23:57:07 UTC 2010 Modified Files: src/lib/libm/gen: nan.3 Log Message: Fix typo in cross-refernce. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/gen/nan.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/lfs
Module Name:src Committed By: eeh Date: Sat Dec 18 00:01:46 UTC 2010 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: Byebye deadlock. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/sys/ufs/lfs/lfs_vnops.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: rmind Date: Sat Dec 18 01:07:26 UTC 2010 Modified Files: src/sys/modules/npf: Makefile src/sys/net/npf: files.npf npf.c npf.h npf_alg_icmp.c npf_ctl.c npf_handler.c npf_impl.h npf_inet.c npf_nat.c npf_ncode.h npf_processor.c npf_ruleset.c npf_session.c npf_state.c npf_tableset.c src/usr.sbin/npf/npfctl: npf_data.c npf_ncgen.c npf_parser.c npfctl.c npfctl.h Added Files: src/sys/net/npf: npf_log.c Log Message: NPF checkpoint: - Add support for session saving/restoring. - Add packet logging support (can tcpdump a pseudo-interface). - Support reload without flushing of sessions; rework some locking. - Revisit session mangement, replace linking with npf_sentry_t entries. - Add some counters for statistics, using percpu(9). - Add IP_DF flag cleansing. - Fix various bugs; misc clean-up. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/npf/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/net/npf/files.npf src/sys/net/npf/npf_ctl.c \ src/sys/net/npf/npf_nat.c src/sys/net/npf/npf_ncode.h \ src/sys/net/npf/npf_processor.c src/sys/net/npf/npf_ruleset.c \ src/sys/net/npf/npf_tableset.c cvs rdiff -u -r1.1 -r1.2 src/sys/net/npf/npf.c src/sys/net/npf/npf_state.c cvs rdiff -u -r1.4 -r1.5 src/sys/net/npf/npf.h src/sys/net/npf/npf_alg_icmp.c \ src/sys/net/npf/npf_handler.c src/sys/net/npf/npf_impl.h \ src/sys/net/npf/npf_inet.c cvs rdiff -u -r0 -r1.1 src/sys/net/npf/npf_log.c cvs rdiff -u -r1.5 -r1.6 src/sys/net/npf/npf_session.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npfctl/npf_data.c cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npfctl/npf_ncgen.c \ src/usr.sbin/npf/npfctl/npf_parser.c src/usr.sbin/npf/npfctl/npfctl.h cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/npf/npfctl/npfctl.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: rmind Date: Sat Dec 18 01:13:37 UTC 2010 Modified Files: src/sys/kern: kern_synch.c Log Message: mi_switch: remove invalid assert and add a note that preemption/interrupt may happen while migrating LWP is set. Reported by Manuel Bouyer. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 src/sys/kern/kern_synch.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: rmind Date: Sat Dec 18 01:18:48 UTC 2010 Modified Files: src/sys/kern: sys_descrip.c Log Message: do_posix_fadvise: fix and improve previous change - add a comment with some rationale and handle few range overflows. Per report/discussion with y...@. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/kern/sys_descrip.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: rmind Date: Sat Dec 18 01:36:20 UTC 2010 Modified Files: src/sys/kern: kern_exec.c kern_exit.c kern_lwp.c kern_timeout.c sys_select.c src/sys/rump/librump/rumpkern: sleepq.c src/sys/sys: lwp.h sleepq.h Log Message: - Fix a few possible locking issues in execve1() and exit1(). Add a note that scheduler locks are special in this regard - adaptive locks cannot be in the path due to turnstiles. Randomly spotted/reported by uebay...@. - Remove unused lwp_relock() and replace lwp_lock_retry() by simplifying lwp_lock() and sleepq_enter() a little. - Give alllwp its own cache-line and mark lwp_cache pointer as read-mostly. OK ad@ To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304 src/sys/kern/kern_exec.c cvs rdiff -u -r1.230 -r1.231 src/sys/kern/kern_exit.c cvs rdiff -u -r1.151 -r1.152 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.44 -r1.45 src/sys/kern/kern_timeout.c cvs rdiff -u -r1.28 -r1.29 src/sys/kern/sys_select.c cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/rumpkern/sleepq.c cvs rdiff -u -r1.138 -r1.139 src/sys/sys/lwp.h cvs rdiff -u -r1.18 -r1.19 src/sys/sys/sleepq.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl2/xcvs/bin/xcvs
Module Name:src Committed By: joerg Date: Sat Dec 18 04:23:27 UTC 2010 Modified Files: src/external/gpl2/xcvs/bin/xcvs: Makefile Log Message: Build xcvs without -g. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/xcvs/bin/xcvs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: joerg Date: Sat Dec 18 04:25:37 UTC 2010 Modified Files: src/usr.sbin/ldpd: Makefile Log Message: Don't assign CFLAGS. Use default WARNS from usr.sbin/Makefile.inc. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/ldpd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/crypto/libcrypto/bn/div
Module Name:src Committed By: joerg Date: Sat Dec 18 04:27:17 UTC 2010 Modified Files: src/tests/crypto/libcrypto/bn/div: Makefile Log Message: Don't force debug build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/crypto/libcrypto/bn/div/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/ptyfs
Module Name:src Committed By: joerg Date: Sat Dec 18 04:31:22 UTC 2010 Modified Files: src/tests/fs/ptyfs: Makefile Log Message: Don't force debug build. XXX Why does this have NOGCCERROR=1 set? To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ptyfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/nfs/nfsservice
Module Name:src Committed By: joerg Date: Sat Dec 18 04:31:41 UTC 2010 Modified Files: src/tests/fs/nfs/nfsservice: Makefile Log Message: Don't force debug build. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/nfs/nfsservice/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/sparc64/dev
Module Name:src Committed By: mrg Date: Sat Dec 18 05:14:13 UTC 2010 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c Log Message: allow sparc64 spc_find_ino() to be NULL; schizo doesn't need it. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sparc64/dev/pci_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/sparc64/include
Module Name:src Committed By: mrg Date: Sat Dec 18 05:45:44 UTC 2010 Modified Files: src/sys/arch/sparc64/include: ctlreg.h Log Message: add a bit for MCCR_RAW_EN -- enable read-after-write. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sparc64/include/ctlreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.