CVS commit: src/sys/arch/sparc/sparc
Module Name:src Committed By: mrg Date: Fri Feb 4 09:23:00 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: cpu.c Log Message: in xcall(), use a (static) errbuf if we timeout, so we can build the whole message up for a single call to printf_nolog(). this should get rid of these messages that report no cpus answered. eg: xcall(cpu0,0xf000868c): couldn't ping cpus: vs xcall(cpu0,0xf000868c): couldn't ping cpus: cpu1 To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/sys/arch/sparc/sparc/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libnet
Module Name:src Committed By: pooka Date: Fri Feb 4 09:57:54 UTC 2011 Modified Files: src/sys/rump/net/lib/libnet: component.c Log Message: attach the compat_50_routedomain to make it actually work To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/rump/net/lib/libnet/component.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/gsc
Module Name:src Committed By: skrll Date: Fri Feb 4 10:56:03 UTC 2011 Modified Files: src/sys/arch/hp700/gsc: harmony.c Log Message: Replace multiple spaces with To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/gsc/harmony.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/gsc
Module Name:src Committed By: skrll Date: Fri Feb 4 11:00:31 UTC 2011 Modified Files: src/sys/arch/hp700/gsc: harmony.c Log Message: A better workaround hack for PR 41448 Bound the wait loop To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp700/gsc/harmony.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/sandpoint
Module Name:src Committed By: phx Date: Fri Feb 4 12:23:08 UTC 2011 Modified Files: src/distrib/notes/sandpoint: xfer Log Message: Supported installation medium: FTP and NFS. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/notes/sandpoint/xfer 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: martin Date: Fri Feb 4 14:31:23 UTC 2011 Modified Files: src/sbin/route: show.c src/usr.bin/netstat: if.c route.c show.c src/usr.sbin/ifwatchd: ifwatchd.c Log Message: Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown variants. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sbin/route/show.c cvs rdiff -u -r1.70 -r1.71 src/usr.bin/netstat/if.c cvs rdiff -u -r1.76 -r1.77 src/usr.bin/netstat/route.c cvs rdiff -u -r1.12 -r1.13 src/usr.bin/netstat/show.c cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/ifwatchd/ifwatchd.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/hp700
Module Name:src Committed By: skrll Date: Fri Feb 4 14:35:30 UTC 2011 Modified Files: src/sys/arch/hp700/hp700: intr.c Log Message: Another change to suit my eye. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hp700/hp700/intr.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/hp700
Module Name:src Committed By: skrll Date: Fri Feb 4 14:51:03 UTC 2011 Modified Files: src/sys/arch/hp700/hp700: intr.c Log Message: mask should really be unsigned. it doesn't actually matter. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hp700/hp700/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/dhcpcd/dist
Module Name:src Committed By: roy Date: Fri Feb 4 15:00:25 UTC 2011 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24736 Log Message: Import dhcpcd-5.2.11 Change from dhcpcd-5.2.10 is a fix for the new routing sockets. Status: Vendor Tag: roy Release Tags: dhcpcd-5-2-11 U src/external/bsd/dhcpcd/dist/arp.c U src/external/bsd/dhcpcd/dist/bind.c U src/external/bsd/dhcpcd/dist/common.c U src/external/bsd/dhcpcd/dist/control.c U src/external/bsd/dhcpcd/dist/dhcp.c U src/external/bsd/dhcpcd/dist/dhcpcd.c U src/external/bsd/dhcpcd/dist/duid.c U src/external/bsd/dhcpcd/dist/eloop.c U src/external/bsd/dhcpcd/dist/if-options.c U src/external/bsd/dhcpcd/dist/if-pref.c U src/external/bsd/dhcpcd/dist/ipv4ll.c U src/external/bsd/dhcpcd/dist/net.c U src/external/bsd/dhcpcd/dist/signals.c U src/external/bsd/dhcpcd/dist/configure.c U src/external/bsd/dhcpcd/dist/bpf.c U src/external/bsd/dhcpcd/dist/if-bsd.c U src/external/bsd/dhcpcd/dist/platform-bsd.c U src/external/bsd/dhcpcd/dist/dhcpcd.conf U src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in U src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in C src/external/bsd/dhcpcd/dist/dhcpcd.8.in U src/external/bsd/dhcpcd/dist/dhcpcd.conf.5.in U src/external/bsd/dhcpcd/dist/arp.h U src/external/bsd/dhcpcd/dist/bind.h U src/external/bsd/dhcpcd/dist/bpf-filter.h U src/external/bsd/dhcpcd/dist/common.h U src/external/bsd/dhcpcd/dist/config.h U src/external/bsd/dhcpcd/dist/configure.h U src/external/bsd/dhcpcd/dist/control.h U src/external/bsd/dhcpcd/dist/defs.h U src/external/bsd/dhcpcd/dist/dhcp.h U src/external/bsd/dhcpcd/dist/dhcpcd.h U src/external/bsd/dhcpcd/dist/duid.h U src/external/bsd/dhcpcd/dist/eloop.h U src/external/bsd/dhcpcd/dist/if-options.h U src/external/bsd/dhcpcd/dist/if-pref.h U src/external/bsd/dhcpcd/dist/ipv4ll.h U src/external/bsd/dhcpcd/dist/net.h U src/external/bsd/dhcpcd/dist/platform.h U src/external/bsd/dhcpcd/dist/signals.h U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/01-test U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/02-dump U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/10-mtu U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/29-lookup-hostname U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf U src/external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ypbind 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jroy:yesterday -jroy src/external/bsd/dhcpcd/dist
CVS commit: src/external/bsd/dhcpcd/dist
Module Name:src Committed By: roy Date: Fri Feb 4 15:03:14 UTC 2011 Modified Files: src/external/bsd/dhcpcd/dist: dhcpcd.8.in Log Message: sync To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/dhcpcd/dist/dhcpcd.8.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/rump_dhcpclient
Module Name:src Committed By: roy Date: Fri Feb 4 15:09:22 UTC 2011 Modified Files: src/usr.bin/rump_dhcpclient: if-bsd.c Log Message: Work with the new routing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/rump_dhcpclient/if-bsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: roy Date: Fri Feb 4 15:11:12 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of dhcpcd-5.2.11 To generate a diff of this commit: cvs rdiff -u -r1.809 -r1.810 src/doc/3RDPARTY cvs rdiff -u -r1.1499 -r1.1500 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/dhcpcd/dist
Module Name:src Committed By: wiz Date: Fri Feb 4 16:30:32 UTC 2011 Modified Files: src/external/bsd/dhcpcd/dist: dhcpcd.8.in Log Message: Fix typo, already reported to roy@ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/dhcpcd/dist/dhcpcd.8.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/rpc
Module Name:src Committed By: christos Date: Fri Feb 4 17:36:55 UTC 2011 Modified Files: src/lib/libc/rpc: svc_vc.c Log Message: knf - no functional changes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/rpc/svc_vc.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/rpc
Module Name:src Committed By: christos Date: Fri Feb 4 17:38:15 UTC 2011 Modified Files: src/lib/libc/rpc: svc_vc.c Log Message: PR/44514: Andrey Simonenko: Buffer underflow in RPC library for non-blocking TCP sockets To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/svc_vc.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: pooka Date: Fri Feb 4 19:42:13 UTC 2011 Modified Files: src/bin/dd: Makefile args.c dd.c dd.h src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi Added Files: src/bin/dd: dd_hostops.c dd_rumpops.c Log Message: Remove the rif/rof options and add rump.dd. This makes usage consistent with other rump clients. Copying between kernels is done using the host pipe, e.g.: dd if=foo rof=bar skip=1 seek=1 => dd if=foo skip=1 | rump.dd of=bar seek=1 Also, the pipe idiom extends to copying between different rump kernels, e.g.: env RUMP_SERVER=unix://srv1 rump.dd if=thefile \ | env RUMP_SERVER=unix://srv2 rump.dd of=thefile Pipe approach suggested by yamt (thanks!) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/bin/dd/Makefile src/bin/dd/dd.h cvs rdiff -u -r1.33 -r1.34 src/bin/dd/args.c cvs rdiff -u -r1.46 -r1.47 src/bin/dd/dd.c cvs rdiff -u -r0 -r1.1 src/bin/dd/dd_hostops.c src/bin/dd/dd_rumpops.c cvs rdiff -u -r1.919 -r1.920 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1580 -r1.1581 src/distrib/sets/lists/comp/mi 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: pooka Date: Fri Feb 4 19:44:00 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh src/tests/dev/md: t_md.sh src/tests/dev/raidframe: t_raid.sh src/tests/usr.bin/rump_server: t_disk.sh Log Message: convert tests from oldstyle dd rif/rof to newstyle dd | rump.dd To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/dev/cgd/t_cgd.sh cvs rdiff -u -r1.5 -r1.6 src/tests/dev/md/t_md.sh cvs rdiff -u -r1.5 -r1.6 src/tests/dev/raidframe/t_raid.sh cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/rump_server/t_disk.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/dev/cgd
Module Name:src Committed By: pooka Date: Fri Feb 4 19:58:10 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: test case for PR kern/44515 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/dev/cgd/t_cgd.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin
Module Name:src Committed By: pooka Date: Fri Feb 4 20:06:23 UTC 2011 Modified Files: src/usr.bin/rump_allserver: Makefile rump_allserver.1 rump_allserver.c src/usr.bin/rump_server: Makefile Log Message: Allow to specify -d hostpath offset,size with disklabel. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/rump_allserver/Makefile cvs rdiff -u -r1.11 -r1.12 src/usr.bin/rump_allserver/rump_allserver.1 cvs rdiff -u -r1.15 -r1.16 src/usr.bin/rump_allserver/rump_allserver.c cvs rdiff -u -r1.2 -r1.3 src/usr.bin/rump_server/Makefile 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: christos Date: Fri Feb 4 22:07:08 UTC 2011 Modified Files: src/include: stdlib.h src/lib/libc/gen: arc4random.3 arc4random.c Log Message: add arc4random_{buf,uniform}, from OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/include/stdlib.h cvs rdiff -u -r1.7 -r1.8 src/lib/libc/gen/arc4random.3 cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/arc4random.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: christos Date: Fri Feb 4 22:07:42 UTC 2011 Modified Files: src/lib/libc: shlib_version Log Message: bump for arc4random_{buf,uniform} To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/lib/libc/shlib_version 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
Module Name:src Committed By: christos Date: Fri Feb 4 22:09:18 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: md.amd64 md.sparc64 shl.mi Log Message: bump libc for arc4random_{buf,uniform} To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.110 -r1.111 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.103 -r1.104 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.571 -r1.572 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.94 -r1.95 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.83 -r1.84 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.156 -r1.157 src/distrib/sets/lists/comp/shl.mi 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/openssh/dist
Module Name:src Committed By: christos Date: Fri Feb 4 22:11:09 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: key.c Log Message: Fix CVE-2011-0539: Legacy certificates generated by OpenSSH might contain data from the stack thus leaking confidential information. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/openssh/dist/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: christos Date: Fri Feb 4 23:31:23 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: christos Date: Fri Feb 4 23:32:44 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: Makefile op.h Added Files: src/usr.bin/xlint/lint1: Makefile.ops-c Makefile.ops-h ops.def Log Message: generate ops table dynamically. Will move the other table from tree.c there too. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r0 -r1.1 src/usr.bin/xlint/lint1/Makefile.ops-c \ src/usr.bin/xlint/lint1/Makefile.ops-h src/usr.bin/xlint/lint1/ops.def cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/lint1/op.h 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: wiz Date: Sat Feb 5 00:24:08 UTC 2011 Modified Files: src/lib/libc/gen: arc4random.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gen/arc4random.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/gnu/dist/gcc4/libstdc++-v3/include/ext
Module Name:src Committed By: joerg Date: Sat Feb 5 00:37:40 UTC 2011 Modified Files: src/gnu/dist/gcc4/libstdc++-v3/include/ext: ropeimpl.h Log Message: Explicitly use template to allow building with the more strict template lookup in clang. From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/gnu/dist/gcc4/libstdc++-v3/include/ext/ropeimpl.h 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: christos Date: Sat Feb 5 01:22:13 UTC 2011 Modified Files: src/sys/kern: init_sysctl.c Log Message: avoid code duplication. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/kern/init_sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: christos Date: Sat Feb 5 03:09:46 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: Makefile.ops-c Makefile.ops-h Log Message: fix tools build. Why doesn't .PARSEDIR work? To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/lint1/Makefile.ops-c \ src/usr.bin/xlint/lint1/Makefile.ops-h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys
Module Name:src Committed By: cliff Date: Sat Feb 5 06:00:15 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: pmap.h vmparam.h src/sys/arch/mips/mips [matt-nb5-mips64]: mips3_clock.c mips_fixup.c mips_fpu.c pmap_segtab.c src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucore.c rmixl_cpucorevar.h src/sys/kern [matt-nb5-mips64]: kern_cctr.c kern_lwp.c kern_mutex.c kern_runq.c kern_rwlock.c kern_stub.c subr_autoconf.c src/sys/lib/libkern [matt-nb5-mips64]: softfloat.c src/sys/miscfs/procfs [matt-nb5-mips64]: procfs_linux.c src/sys/sys [matt-nb5-mips64]: lwp.h Log Message: - include opt_multiprocessor.h for explicit MULTIPROCESSOR dependency To generate a diff of this commit: cvs rdiff -u -r1.54.26.15 -r1.54.26.16 src/sys/arch/mips/include/pmap.h cvs rdiff -u -r1.41.28.17 -r1.41.28.18 src/sys/arch/mips/include/vmparam.h cvs rdiff -u -r1.10.28.1 -r1.10.28.2 src/sys/arch/mips/mips/mips3_clock.c cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/arch/mips/mips/mips_fixup.c \ src/sys/arch/mips/mips/pmap_segtab.c cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/mips/mips_fpu.c cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/arch/mips/rmi/rmixl_cpucore.c cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/rmi/rmixl_cpucorevar.h cvs rdiff -u -r1.8 -r1.8.14.1 src/sys/kern/kern_cctr.c cvs rdiff -u -r1.126.2.2 -r1.126.2.2.4.1 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.44 -r1.44.10.1 src/sys/kern/kern_mutex.c cvs rdiff -u -r1.22.4.3.4.1 -r1.22.4.3.4.2 src/sys/kern/kern_runq.c cvs rdiff -u -r1.28.10.2.2.1 -r1.28.10.2.2.2 src/sys/kern/kern_rwlock.c cvs rdiff -u -r1.11 -r1.11.8.1 src/sys/kern/kern_stub.c cvs rdiff -u -r1.163.4.2 -r1.163.4.2.4.1 src/sys/kern/subr_autoconf.c cvs rdiff -u -r1.4 -r1.4.94.1 src/sys/lib/libkern/softfloat.c cvs rdiff -u -r1.54.14.1 -r1.54.14.2 src/sys/miscfs/procfs/procfs_linux.c cvs rdiff -u -r1.114.4.1 -r1.114.4.1.4.1 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/conf
Module Name:src Committed By: cliff Date: Sat Feb 5 06:01:23 UTC 2011 Modified Files: src/sys/arch/mips/conf [matt-nb5-mips64]: files.mips Log Message: - define config options flag MIPS_DDB_WATCH, enables COP0 watchpoint support in ddb To generate a diff of this commit: cvs rdiff -u -r1.58.24.12 -r1.58.24.13 src/sys/arch/mips/conf/files.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/conf
Module Name:src Committed By: cliff Date: Sat Feb 5 06:02:09 UTC 2011 Modified Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX Log Message: - add options MIPS_DDB_WATCH, to enable COP0 watchpoint support in ddb - add config netbsd-sd0a for disk-rooted kernel To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/arch/evbmips/conf/XLSATX Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl
Module Name:src Committed By: cliff Date: Sat Feb 5 06:02:52 UTC 2011 Modified Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c Log Message: - include opt_multiprocessor.h for MULTIPROCESSOR dependency - in rmixl_pcr_init_core(), ifdef MIPS_DDB_WATCH, clear IEU_DEFEATURE so we can get T_WATCH execeptions if/when we set COP0 watchpoint To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/sys/arch/evbmips/rmixl/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include
Module Name:src Committed By: cliff Date: Sat Feb 5 06:04:08 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h Log Message: - include cpuset.h, we're using CPUSET_* macros now for cpus_running, cpus_paused, etc. those data are now type mips_cpuset_t. - move opt_* includes up above sys/* includes - add declarations for IPI broadcast, multicast functions - add declarations for cpu halt, pause, resume, etc functions useful for ddb To generate a diff of this commit: cvs rdiff -u -r1.90.16.32 -r1.90.16.33 src/sys/arch/mips/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include
Module Name:src Committed By: cliff Date: Sat Feb 5 06:04:59 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: db_machdep.h Log Message: - declare new md MP ddb functions. To generate a diff of this commit: cvs rdiff -u -r1.22.62.1 -r1.22.62.2 src/sys/arch/mips/include/db_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include
Module Name:src Committed By: cliff Date: Sat Feb 5 06:05:35 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: intr.h Log Message: - include opt_multiprocessor.h for MULTIPROCESSOR dependency - add IPI tag defines for SUSPEND, HALT, and bump NIPIS To generate a diff of this commit: cvs rdiff -u -r1.3.96.14 -r1.3.96.15 src/sys/arch/mips/include/intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips
Module Name:src Committed By: cliff Date: Sat Feb 5 06:06:11 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c Log Message: - add ddb related includes - convert 'cpus_running' et. al. to mips_cpuset_t, and use CPUSET_* macros - add IPI broadcast, multicast functions - add IPI halt, pause, resume, functions and related, useful for MP ddb To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/arch/mips/mips/cpu_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips
Module Name:src Committed By: cliff Date: Sat Feb 5 06:07:07 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: db_interface.c Log Message: - add suport for MP ddb - add 'mach watch' command and related to enable ddb use of MIPS CP0 watchpoint operator may specify one or more of rwx access mode qualifiers, optional mask, and optional asid. with no args, 'mach watch' dumps the CP0 watchpoints table. - 'mach unwatch' command deletes entries from the table; either a) all entries matching an optional address, or b) with no address specified, deletes all entries. - fix 'mach cp0' dump of CP0 watchhi, watchlo regs - fix opcode in 'mach mtcr' command function To generate a diff of this commit: cvs rdiff -u -r1.64.16.18 -r1.64.16.19 src/sys/arch/mips/mips/db_interface.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips
Module Name:src Committed By: cliff Date: Sat Feb 5 06:07:39 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: ipifuncs.c Log Message: - add support for MP ddb - add IPI halt func To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/mips/ipifuncs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips
Module Name:src Committed By: cliff Date: Sat Feb 5 06:08:12 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c Log Message: - include opt_multiprocessor.h for MULTIPROCESSOR dependency - in trap at dopanic:, use snprintf to allow a single, idempotent, readable printf; needed for MP, but harmless for UP so not ifdef'ed. - add case for case T_WATCH (not USER), handled same as T_BREAK i.e. entry to ddb if configured To generate a diff of this commit: cvs rdiff -u -r1.217.12.33 -r1.217.12.34 src/sys/arch/mips/mips/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sat Feb 5 06:10:29 UTC 2011 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c Log Message: - include opt_multiprocessor.h for MULTIPROCESSOR dependency - add suport for MIPS COP0 watchpoint in ddb - add ci_pmap_asid_cur print in rmixl_cpuinfo_print(). - note rmixl_cpuinfo_print() (or something like it) should eventually get moved into a md support fn of a (hypothetical) ddb 'show cpu' command. To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/sys/arch/mips/rmi/rmixl_cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sat Feb 5 06:11:16 UTC 2011 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmn.c Log Message: - obtain rmixl_intr_lock before rmixl_vec_establish(), he expects that lock is held To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/rmi/rmixl_fmn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sat Feb 5 06:11:48 UTC 2011 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c Log Message: - include opt_multiprocessor.h for MULTIPROCESSOR dependency - use seperate vectors for various IPI tags, instead of all piling on one. this theoretically allows different functions to interrupt at different priorities. the fmn vector number got rippled up in the process. - add rmixl_ipi_lock to serialize access to RMIXL_PIC_IPIBASE - add rmixl_intr_lock to serialize access to rest of PIC and rmixl_intrhand[] - include mips/cpuset.h and use CPUSET_* macros for cpus_running &etc. To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/sys/arch/mips/rmi/rmixl_intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sat Feb 5 06:12:42 UTC 2011 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.h Log Message: - include opt_multiprocessor.h for MULTIPROCESSOR dependency - move RMIXL_INTRVEC_FMN to RMIXL_INTRVEC_IPI + NIPIS since each IPI tag now has own vector To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/rmi/rmixl_intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Sat Feb 5 06:13:17 UTC 2011 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_usbi.c Log Message: - if obio_intr is OBIOCF_INTR_DEFAULT, don't establish an interrupt To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/arch/mips/rmi/rmixl_usbi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/kern
Module Name:src Committed By: cliff Date: Sat Feb 5 06:13:45 UTC 2011 Modified Files: src/sys/kern [matt-nb5-mips64]: subr_evcnt.c Log Message: - add evcnt_lock and use to protect the 'allevents' list (pulled back fromk -current) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.94.1 src/sys/kern/subr_evcnt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include
Module Name:src Committed By: cliff Date: Sat Feb 5 06:17:41 UTC 2011 Added Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpuset.h Log Message: add cpuset.h to allow abstracting bit-per-cpu run state variables (cpus_running et. al.) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/include/cpuset.h 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/openssh/dist
Module Name:src Committed By: spz Date: Sat Feb 5 06:23:58 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: key.c Log Message: fix compile To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/openssh/dist/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys
Module Name:src Committed By: cliff Date: Sat Feb 5 06:31:07 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: intr.h pmap.h vmparam.h src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucorevar.h rmixl_intr.h src/sys/sys [matt-nb5-mips64]: lwp.h Log Message: - protect option includes ("opt_multiprocessor.h") with #ifdef _KERNEL_OPT To generate a diff of this commit: cvs rdiff -u -r1.3.96.15 -r1.3.96.16 src/sys/arch/mips/include/intr.h cvs rdiff -u -r1.54.26.16 -r1.54.26.17 src/sys/arch/mips/include/pmap.h cvs rdiff -u -r1.41.28.18 -r1.41.28.19 src/sys/arch/mips/include/vmparam.h cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/arch/mips/rmi/rmixl_cpucorevar.h \ src/sys/arch/mips/rmi/rmixl_intr.h cvs rdiff -u -r1.114.4.1.4.1 -r1.114.4.1.4.2 src/sys/sys/lwp.h 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/openssh/dist
Module Name:src Committed By: spz Date: Sat Feb 5 06:42:45 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: key.c Log Message: revert previous To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/dist/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/kern
Module Name:src Committed By: cliff Date: Sat Feb 5 06:54:58 UTC 2011 Modified Files: src/sys/kern [matt-nb5-mips64]: subr_evcnt.c Log Message: - remove leftover debug print To generate a diff of this commit: cvs rdiff -u -r1.4.94.1 -r1.4.94.2 src/sys/kern/subr_evcnt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.