CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 08:03:16 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Style. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are not public

CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 08:32:08 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Simplify code a little. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/arch/hppa/hppa/pmap.c Please note that diffs

CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 08:33:26 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Group the prototypes. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/arch/hppa/hppa/pmap.c Please note that diffs

CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 08:36:10 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Whitespace. hi perry. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/arch/hppa/hppa/pmap.c Please note that diffs

CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 08:38:11 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: More whitespace. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are

CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 08:48:43 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Add a KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are not

CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 08:54:05 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Wrap a long line. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are

CVS commit: src/sys/arch/hppa/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 09:09:25 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: kobj_machdep.c Log Message: Flush the d-cache and i-cache to make sure the text area of the module is dealt with properly. To generate a diff of this commit:

CVS commit: src/sys/arch/hppa/include

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 09:11:45 UTC 2012 Modified Files: src/sys/arch/hppa/include: pmap.h Log Message: No need to flush the icache/itlb for pool pages as they're never marked executable. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/hppa/include

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 09:12:25 UTC 2012 Modified Files: src/sys/arch/hppa/include: pmap.h Log Message: Comment fix. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hppa/include/pmap.h Please note that diffs are

CVS commit: src/sys/common/pmap/tlb

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 09:41:18 UTC 2012 Modified Files: src/sys/common/pmap/tlb: pmap.c Log Message: Log the icache sync only if it's done. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/common/pmap/tlb/pmap.c

CVS commit: src/libexec/ld.elf_so

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 10:38:57 UTC 2012 Modified Files: src/libexec/ld.elf_so: reloc.c src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c rtld_start.S Log Message: Implement lazy binding on hppa. rump_server needs it!?!?! Mostly from

CVS commit: src/sys/arch/usermode/include

2012-01-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jan 6 12:53:07 UTC 2012 Modified Files: src/sys/arch/usermode/include: vmparam.h Log Message: Bump pager map default size since KVM is not that tight anymore To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/usermode

2012-01-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jan 6 12:54:59 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/include: pcb.h Log Message: Cleanup stack allocation and freeing. This means the memory leak on lwp destruction ought to

CVS commit: src/sys/arch/usermode/modules/syscallemu

2012-01-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 6 13:16:20 UTC 2012 Modified Files: src/sys/arch/usermode/modules/syscallemu: Makefile Added Files: src/sys/arch/usermode/modules/syscallemu: syscallemu_x86.c Removed Files:

CVS commit: src/sys/dev/pci

2012-01-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 6 13:59:50 UTC 2012 Modified Files: src/sys/dev/pci: r128fbreg.h Log Message: Forgot to commit this along with r128fb.c. Again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/r128fbreg.h

CVS commit: src/lib/libpam/modules/pam_ssh

2012-01-06 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jan 6 14:04:02 UTC 2012 Modified Files: src/lib/libpam/modules/pam_ssh: pam_ssh.c Log Message: pull in from FreeBSD rev.1.41: Narrow the use of user credentials. (call pam_get_authtok() with caller's rights rather than

CVS commit: src/usr.bin/systat

2012-01-06 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jan 6 14:08:09 UTC 2012 Modified Files: src/usr.bin/systat: Makefile cmdtab.c extern.h systat.1 Removed Files: src/usr.bin/systat: ipsec.c Log Message: kill ipsec support which hasn't been working for a long time

CVS commit: src/sys/arch/usermode

2012-01-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 6 14:11:55 UTC 2012 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: support disk images = 2GB To

CVS commit: src

2012-01-06 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jan 6 14:17:12 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi src/sys/netinet6: Makefile ipsec.h src/sys/netipsec: Makefile ipsec.h src/sys/netkey: Makefile keysock.h

CVS commit: src/usr.bin/netstat

2012-01-06 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jan 6 14:21:17 UTC 2012 Modified Files: src/usr.bin/netstat: Makefile ipsec.c Added Files: src/usr.bin/netstat: pfkey.c Log Message: split the ipsec.c source file into the pfkey part which is shared with FAST_IPSEC

CVS commit: src/sys/arch

2012-01-06 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Jan 6 15:15:28 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/x86: cpu.c Log Message: Address those pesky DIAGNOSTIC messages. \n Take a performance hit at fork() for not DTRT. \n Note: Only

CVS commit: src

2012-01-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 6 15:16:03 UTC 2012 Modified Files: src/external/gpl2/xcvs/dist/diff: diff3.c side.c src/gnu/dist/gcc4/libstdc++-v3/include/bits: stl_tree.h src/gnu/dist/gcc4/libstdc++-v3/src: strstream.cc tree.cc

CVS commit: src/sys/arch/usermode/usermode

2012-01-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jan 6 20:39:42 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: printf()-thunk_printf() since its for debugging and should be printed outside the kernel's printing system. To generate a diff of

CVS commit: src/sys/arch/usermode/dev

2012-01-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jan 6 20:40:51 UTC 2012 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: Enhance debugging printfs to also report the functionname To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/distrib/utils/sysinst/arch/mac68k

2012-01-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 6 20:41:28 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/mac68k: md.c Log Message: Use getfslabelname() instead of trying to access fstypenames[] directly. To generate a diff of this commit: cvs rdiff -u -r1.60

CVS commit: src/sys/arch/usermode

2012-01-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jan 6 20:44:57 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.i386 Makefile.usermode src/sys/arch/usermode/usermode: machdep.c Added Files: src/sys/arch/usermode/conf: GENERIC.amd64

CVS commit: src/distrib/utils/sysinst/arch/sandpoint

2012-01-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 6 20:52:43 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/sandpoint: md.c Log Message: Don't use snprintf() to format, when run_program() will do it nicely on its own. Suggested by joerg. To generate a diff of

CVS commit: src/sys/arch/hppa

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 20:55:29 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: pmap.c src/sys/arch/hppa/include: pmap.h Log Message: Track if a page has an executable mapping and flush the icache (and dcache) appropriately. Fixes

CVS commit: src/sys/arch/hp700/hp700

2012-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 6 22:14:05 UTC 2012 Modified Files: src/sys/arch/hp700/hp700: autoconf.c Log Message: s/aprint_verbose/aprint_debug/ To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/hp700/hp700/autoconf.c

CVS commit: src/lib/libcurses

2012-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 6 22:20:54 UTC 2012 Modified Files: src/lib/libcurses: getstr.c Log Message: PR/45791: Nat Sloss: getnstr erase character weirdness Fix processing of backspace erase char and char left. To generate a diff of this

CVS commit: src/external/mit/xorg/lib/xcb-util

2012-01-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 7 02:07:59 UTC 2012 Modified Files: src/external/mit/xorg/lib/xcb-util: Makefile xcb-util.mk src/external/mit/xorg/lib/xcb-util/icccm: Makefile src/external/mit/xorg/lib/xcb-util/image: Makefile

CVS commit: othersrc/external/bsd/vmdk

2012-01-06 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sat Jan 7 03:11:15 UTC 2012 Update of /cvsroot/othersrc/external/bsd/vmdk In directory ivanova.netbsd.org:/tmp/cvs-serv11595 Log Message: initial import of vmdk, a library and program to make and list VMDK images - currently supports

CVS commit: [netbsd-5-1] src

2012-01-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 7 03:55:09 UTC 2012 Modified Files: src/gnu/usr.bin/groff/tmac [netbsd-5-1]: mdoc.local src/sys/sys [netbsd-5-1]: param.h Added Files: src/doc [netbsd-5-1]: CHANGES-5.1.2 Log Message: 5.1.1_PATCH To