CVS commit: src/share/man/man4
Module Name:src Committed By: wiz Date: Thu Jan 27 09:46:59 UTC 2011 Modified Files: src/share/man/man4: vte.4 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/vte.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/man4.sandpoint
Module Name:src Committed By: wiz Date: Thu Jan 27 09:50:01 UTC 2011 Modified Files: src/share/man/man4/man4.sandpoint: satmgr.4 Log Message: Dd arguments should be full month names; new sentence, new line; add serial comma; remove trailing whitespace; avoid xref to itself. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.sandpoint/satmgr.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/man8/man8.sandpoint
Module Name:src Committed By: wiz Date: Thu Jan 27 09:52:13 UTC 2011 Modified Files: src/share/man/man8/man8.sandpoint: altboot.8 Log Message: New sentence, new line; full month name in Dd; add RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man8/man8.sandpoint/altboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/btpand
Module Name:src Committed By: plunky Date: Thu Jan 27 11:14:00 UTC 2011 Modified Files: src/usr.sbin/btpand: channel.c Log Message: style nit To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/btpand/channel.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
Module Name:src Committed By: nisimura Date: Thu Jan 27 11:33:43 UTC 2011 Modified Files: src/share/man/man4/man4.sandpoint: satmgr.4 src/share/man/man8/man8.sandpoint: altboot.8 Log Message: add missing license notice as suggested by wiz@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.sandpoint/satmgr.4 cvs rdiff -u -r1.2 -r1.3 src/share/man/man8/man8.sandpoint/altboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/btpand
Module Name:src Committed By: plunky Date: Thu Jan 27 12:19:48 UTC 2011 Modified Files: src/usr.sbin/btpand: bnep.c Log Message: when a BNEP channel is opened, clear any NetType or MulticastAddress filters that may be in effect at the remote side. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/btpand/bnep.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/include
Module Name:src Committed By: tsutsui Date: Thu Jan 27 13:42:10 UTC 2011 Modified Files: src/sys/arch/mips/include: ieeefp.h Log Message: Fix swapped comments. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/include/ieeefp.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/hp700/dev
Module Name:src Committed By: skrll Date: Thu Jan 27 13:57:39 UTC 2011 Modified Files: src/sys/arch/hp700/dev: apic.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/dev/apic.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: wiz Date: Thu Jan 27 14:48:37 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Log Message: Link kprintf(9) to device_printf(9). For David. To generate a diff of this commit: cvs rdiff -u -r1.1576 -r1.1577 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.343 -r1.344 src/share/man/man9/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/i386/cdroms
Module Name:src Committed By: gdt Date: Thu Jan 27 15:34:38 UTC 2011 Modified Files: src/distrib/i386/cdroms: Makefile.cdrom Log Message: Use ${INSTALL} ${COPY} instead of ${CP}. This avoids a problem where files with mode 0400 (CVSREAD=t) are copied to OBJDIR and then can't be re-copied on a subsequent build. ok joerg@ To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/distrib/i386/cdroms/Makefile.cdrom Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sandpoint/stand/altboot
Module Name:src Committed By: phx Date: Thu Jan 27 16:13:51 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: Some cleanup. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/stand/altboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Thu Jan 27 17:36:27 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Fix syscall name for compat syscalls. Arguably makesyscalls.sh should generate the right info, but it's easier to fix here now. This fixes compat syscalls for rump servers with dynamically loaded components. Since the compat syscall revamp a little time ago e.g. stat() didn't work on my system (which is 5.0-based) with e.g. rump_server -lrumpvfs. Static servers and non-compat syscalls worked just fine, though, making this a little harder to spot that the usual bug. To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222 src/sys/rump/librump/rumpkern/rump.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/sandpoint/stand/altboot
Module Name:src Committed By: phx Date: Thu Jan 27 17:38:05 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c fxp.c globals.h main.c nvt.c pci.c rge.c siisata.c sip.c skg.c sme.c vge.c wm.c Log Message: Debugging output is only visible when DEBUG is defined. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/stand/altboot/dsk.c \ src/sys/arch/sandpoint/stand/altboot/globals.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sandpoint/stand/altboot/fxp.c \ src/sys/arch/sandpoint/stand/altboot/nvt.c \ src/sys/arch/sandpoint/stand/altboot/pci.c \ src/sys/arch/sandpoint/stand/altboot/rge.c \ src/sys/arch/sandpoint/stand/altboot/siisata.c \ src/sys/arch/sandpoint/stand/altboot/sip.c \ src/sys/arch/sandpoint/stand/altboot/skg.c \ src/sys/arch/sandpoint/stand/altboot/sme.c \ src/sys/arch/sandpoint/stand/altboot/vge.c \ src/sys/arch/sandpoint/stand/altboot/wm.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sandpoint/stand/altboot/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpclient
Module Name:src Committed By: pooka Date: Thu Jan 27 18:04:05 UTC 2011 Modified Files: src/lib/librumpclient: rumpclient.c rumpclient.h Log Message: Allow to set a timeout for how long the client will attempt to reconnect in case the connection to the server is lost. Default to exactly one reattempt. This makes sense and additionally fixes the dev/raidframe/smalldisk test which currently causes a server panic when a certain raidctl command is run (without this fix the test would timeout since the client kept attempting to reconnect). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/librumpclient/rumpclient.c cvs rdiff -u -r1.2 -r1.3 src/lib/librumpclient/rumpclient.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumphijack
Module Name:src Committed By: pooka Date: Thu Jan 27 18:05:16 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: Set server reconnection timeout to infinite. There probably need to be some toggle eventually, but for now I'm optimizing the default for my firefox use ;) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/librumphijack/hijack.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumphijack
Module Name:src Committed By: pooka Date: Thu Jan 27 18:12:19 UTC 2011 Modified Files: src/lib/librumphijack: Makefile hijack.c Log Message: Use NEEDED for librumpclient instead of loading it manually. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librumphijack/Makefile cvs rdiff -u -r1.22 -r1.23 src/lib/librumphijack/hijack.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
Module Name:src Committed By: bouyer Date: Thu Jan 27 18:44:40 UTC 2011 Modified Files: src/sys/arch/x86/include: cputypes.h src/sys/arch/x86/x86: identcpu.c Log Message: Properly identify vortex86 CPUs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/include/cputypes.h cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/x86/identcpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/gnu/usr.bin/send-pr
Module Name:src Committed By: pooka Date: Thu Jan 27 18:51:17 UTC 2011 Modified Files: src/gnu/usr.bin/send-pr: categories Log Message: add port-emips To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/gnu/usr.bin/send-pr/categories 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: pooka Date: Thu Jan 27 19:06:54 UTC 2011 Modified Files: src/doc: CHANGES Log Message: make emips date UTC'ly correct, plus lEETCAPS it while i'm here To generate a diff of this commit: cvs rdiff -u -r1.1496 -r1.1497 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
Module Name:src Committed By: pooka Date: Thu Jan 27 19:09:07 UTC 2011 Modified Files: src/share/man/man7: hier.7 src/sys/arch: README Log Message: plop new emips port into various places it should be plopped in to To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/share/man/man7/hier.7 cvs rdiff -u -r1.53 -r1.54 src/sys/arch/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Thu Jan 27 21:55:25 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: Fill in l_wmesg since some proc-walkers assume it. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/rump/librump/rumpkern/sleepq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Thu Jan 27 23:11:41 UTC 2011 Modified Files: src/lib/libedit: el.c el.h tty.c Log Message: don't turn on editing if stdout is not a tty. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/lib/libedit/el.c cvs rdiff -u -r1.21 -r1.22 src/lib/libedit/el.h cvs rdiff -u -r1.33 -r1.34 src/lib/libedit/tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/include/oea
Module Name:src Committed By: matt Date: Fri Jan 28 02:33:34 UTC 2011 Modified Files: src/sys/arch/powerpc/include/oea [matt-nb5-pq3]: spr.h Log Message: Add SPR_DBAT7L ... To generate a diff of this commit: cvs rdiff -u -r1.1.8.2 -r1.1.8.3 src/sys/arch/powerpc/include/oea/spr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/oea
Module Name:src Committed By: matt Date: Fri Jan 28 02:34:12 UTC 2011 Modified Files: src/sys/arch/powerpc/oea [matt-nb5-pq3]: cpu_subr.c Log Message: IBM750FX has HIGHBAT (BATs >= 4) To generate a diff of this commit: cvs rdiff -u -r1.50.14.2 -r1.50.14.3 src/sys/arch/powerpc/oea/cpu_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Fri Jan 28 03:41:52 UTC 2011 Modified Files: src/lib/libedit: tty.c Log Message: fix pasto To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libedit/tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc
Module Name:src Committed By: matt Date: Fri Jan 28 04:37:25 UTC 2011 Modified Files: src/sys/arch/powerpc/oea [matt-nb5-pq3]: oea_machdep.c src/sys/arch/powerpc/powerpc [matt-nb5-pq3]: db_interface.c trap_subr.S Log Message: If a CPU has HIGHBAT, then use them. We dynamically change dsitrap to select between bats 4-7 when HIGHBAT is detected. To generate a diff of this commit: cvs rdiff -u -r1.46.18.3 -r1.46.18.4 src/sys/arch/powerpc/oea/oea_machdep.c cvs rdiff -u -r1.39.42.1 -r1.39.42.2 \ src/sys/arch/powerpc/powerpc/db_interface.c cvs rdiff -u -r1.65.16.3 -r1.65.16.4 src/sys/arch/powerpc/powerpc/trap_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/arch/sparc/sparc
Module Name:src Committed By: snj Date: Fri Jan 28 07:16:14 UTC 2011 Modified Files: src/sys/arch/sparc/sparc [netbsd-5]: cpu.c cpuvar.h genassym.cf intr.c locore.s pmap.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1532): sys/arch/sparc/sparc/cpu.c: revision 1.215 via patch sys/arch/sparc/sparc/cpuvar.h: revision 1.78 via patch sys/arch/sparc/sparc/genassym.cf: revision 1.57 via patch sys/arch/sparc/sparc/intr.c: revision 1.103-1.105 via patch sys/arch/sparc/sparc/locore.s: revision 1.247, 1.250 via patch sys/arch/sparc/sparc/pmap.c: revision 1.329 via patch - print the cpu_number() when we get a strayintr(). - use _MAXNCPU instead of 4 - convert xpmsg_lock from a simplelock to a kmutex - don't wait for sparc_noop IPI calls - remove xmpsg_func's "retval" parameter and usage - remove the IPI at high IPL message - rework cpu_attach() a bunch, refactoring calls to getcpuinfo() and setting of cpi, and split most of the non-boot CPU handling into a new function - make CPU_INFO_FOREACH() work whether modular or not - move the MP cpu_info pages earlier - move a few things in cpu.c around to colsolidate the MP code together - remove useless if (cpus == NULL) tests -- cpus is an array now with these changes, and an additional change to crazyintr() to not printf(), i can get to single user shell on my SS20 again. i can run a few commands but some of them cause hangs. "ps auxw" works, but "top -b" does not. convert sparc "intrcnt" counters to evcnt(9) style. XXX some of the names could be better, but i just copied them from the old intrnames in locore. i benchmarked this with a simple test of ircii ./configure && make, to see if the additional load/store & arith would cause any noticeable degradation as the change also converts 32 bit counters to 64 bits. amusingly, the only trend i saw in this was that for both portions, i see a consistent (across at least 8 runs) benefit of about 0.8% improvement. ie, the newer larger code size / counter size code actually runs faster for some reason.. maybe there's a cacheline effect in the size of the code? XXX the current implementation depends on a couple of things: XXX - ev_count member of evcnt{} is first and has offset 0 XXX - that sizeof(struct evcnt) equals 32 XXX if these are not true, locore.s has #error's to catch it - remove unused ft_want_ast() - give nmi_sun* ENTRY() points so they show up in symbols properly - add some disabled code to use this cpu's idlelwp area when hatching a cpu, but right now it makes this worse not better... To generate a diff of this commit: cvs rdiff -u -r1.211.8.2 -r1.211.8.3 src/sys/arch/sparc/sparc/cpu.c cvs rdiff -u -r1.75.10.2 -r1.75.10.3 src/sys/arch/sparc/sparc/cpuvar.h cvs rdiff -u -r1.56 -r1.56.4.1 src/sys/arch/sparc/sparc/genassym.cf cvs rdiff -u -r1.100.20.1 -r1.100.20.2 src/sys/arch/sparc/sparc/intr.c cvs rdiff -u -r1.244.8.2 -r1.244.8.3 src/sys/arch/sparc/sparc/locore.s cvs rdiff -u -r1.322.20.3 -r1.322.20.4 src/sys/arch/sparc/sparc/pmap.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: Fri Jan 28 07:21:56 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: 1532 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-5.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.