CVS commit: src/sys/arch/evbarm/conf

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 08:08:25 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: Makefile.evbarm.inc Log Message: If we are building an INSTALL kernel and the ramdisk.fs exists in the object tree, insert it into the kernel. This needs to be

CVS commit: [matt-nb5-mips64] src/sys/ddb

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 10:42:52 UTC 2012 Modified Files: src/sys/ddb [matt-nb5-mips64]: db_xxx.c Log Message: Make ps /l also printout the uarea. To generate a diff of this commit: cvs rdiff -u -r1.52.4.1 -r1.52.4.1.4.1 src/sys/ddb/db_xxx.c

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 10:44:30 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cache_r4k_subr.S Log Message: PTR_DSRL - PTR_DSLL typo To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3

CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 10:45:17 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: db_machdep.h src/sys/arch/mips/mips [matt-nb5-mips64]: db_disasm.c db_interface.c db_trace.c Log Message: Change

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 10:47:07 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c Log Message: When booting a N32 MP kernel, make sure to setup the ksegx mapping. To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 10:48:39 UTC 2012 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_machdep.c Log Message: Add mips_ksegx_tlb_slot. When casting pointers, use intptr_t so we get proper sign extension. To generate a diff

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 10:51:33 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_fixup.c Log Message: Use (intptr_t) when casting pointers to get proper sign extension. To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 10:52:13 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: vmparam.h Log Message: Add extern int mips_ksegx_tlb_slot; To generate a diff of this commit: cvs rdiff -u -r1.41.28.26 -r1.41.28.27

CVS commit: src/sys/uvm

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 11:46:15 UTC 2012 Modified Files: src/sys/uvm: uvm_page.c Log Message: Add KASSERTs to uvm_pagealloc_pgfl to verify the page is actually free and has the contents that it should. Redo the KASSERTs for the pageq in

CVS commit: src/share/man/man9

2012-02-16 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu Feb 16 12:10:10 UTC 2012 Modified Files: src/share/man/man9: pmap.9 Log Message: fix a description of PMAP_PREFER argument. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/man/man9/pmap.9 Please note

CVS commit: src/distrib/sets/lists

2012-02-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 16 12:29:12 UTC 2012 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi Log Message: Fix tags in set lists for window removal. To generate a diff of this commit: cvs rdiff -u -r1.985

CVS commit: othersrc/external/bsd/circa/dist

2012-02-16 Thread Thomas Klausner
Module Name:othersrc Committed By: wiz Date: Thu Feb 16 14:52:03 UTC 2012 Modified Files: othersrc/external/bsd/circa/dist: circa.1 Log Message: Document -n. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/circa/dist/circa.1 Please

CVS commit: src/usr.bin/xlint/arch/hppa

2012-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 16 16:27:15 UTC 2012 Modified Files: src/usr.bin/xlint/arch/hppa: targparam.h Log Message: Correct LDOUBLE_SIZE To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/hppa/targparam.h Please

CVS commit: src/sys/conf

2012-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 17:25:35 UTC 2012 Modified Files: src/sys/conf: osrelease.sh Log Message: Don't eat _BETA. I am sure dsl will come up with something more elegant. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121

CVS commit: src/sys/dev/wscons

2012-02-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 16 17:29:21 UTC 2012 Modified Files: src/sys/dev/wscons: files.wscons Added Files: src/sys/dev/wscons: wsdisplay_glyphcache.c wsdisplay_glyphcachevar.h Log Message: generic support for caching glyphs in video

CVS commit: src/sys/dev/pci

2012-02-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 16 17:33:28 UTC 2012 Modified Files: src/sys/dev/pci: files.pci r128fb.c radeonfb.c radeonfbvar.h Log Message: cache glyphs in video memory when using anti-aliased fonts on r128fb and radeonfb To generate a diff of

CVS commit: src/distrib/sets/lists/comp

2012-02-16 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Feb 16 18:40:31 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: window.debug is now obsolete. To generate a diff of this commit: cvs rdiff -u -r1.1738 -r1.1739 src/distrib/sets/lists/comp/mi Please

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 18:57:16 UTC 2012 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmnvar.h Log Message: enable_cp2 needs a early clobber To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 18:58:01 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: bus_space_alignstride_chipdep.c Log Message: Allow KSEG1 even on _LP64. To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 18:58:58 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c vm_machdep.c Log Message: mips_nfreelist is the one past the highest freelist used. To generate a diff of this commit: cvs

CVS commit: [netbsd-6] src/sys/conf

2012-02-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Feb 16 18:59:43 UTC 2012 Modified Files: src/sys/conf [netbsd-6]: osrelease.sh Log Message: Pull up following revision(s) (requested by christos in ticket #3): sys/conf/osrelease.sh: revision 1.121 Don't eat _BETA. I am

CVS commit: [netbsd-6] src

2012-02-16 Thread Jeff Rizzo
, and a guide for @@ -16,9 +16,12 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^ -20120207: +20120216: Default for MKCATPAGES changed to NO. Update builds will fail - unless DESTDIR is cleaned manually. + unless DESTDIR is cleaned manually. If you built between 20120207

CVS commit: [netbsd-6] src/doc

2012-02-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Feb 16 19:57:07 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 2,3 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.0 Please note that diffs are not public

CVS commit: src/usr.sbin/crash

2012-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 20:36:13 UTC 2012 Modified Files: src/usr.sbin/crash: Makefile Log Message: use -n too, so that we don't get a dup note. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/crash/Makefile

CVS commit: src/sys/dev/pci

2012-02-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 16 20:45:21 UTC 2012 Modified Files: src/sys/dev/pci: r128fb.c Log Message: remove debug spam To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/r128fb.c Please note that diffs are not

CVS commit: src/external/bsd/mdocml/dist

2012-02-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 16 20:58:23 UTC 2012 Modified Files: src/external/bsd/mdocml/dist: mandoc.h read.c Log Message: Merge mandoc.h r1.99 and read.c 1.28 from upstream: Add mparse_readmem, which allows application to run the parser directly

CVS commit: src/usr.sbin/makemandb

2012-02-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 16 20:58:55 UTC 2012 Modified Files: src/usr.sbin/makemandb: Makefile makemandb.c Log Message: Add support for compressed man pages in all the usual formats. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2012-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 21:13:51 UTC 2012 Modified Files: src/sys/arch/arm/include: Makefile Log Message: Added cpuconf.h needed by libkvm build. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/distrib/sets/lists/comp

2012-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 21:15:05 UTC 2012 Modified Files: src/distrib/sets/lists/comp: ad.arm Log Message: add cpuconf.h to the sets To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/comp/ad.arm Please

CVS commit: src/etc/mtree

2012-02-16 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Feb 16 22:22:27 UTC 2012 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Do not create obsolete ./usr/include/quota directory anymore. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98

CVS commit: src/external/bsd/mdocml

2012-02-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 16 22:56:13 UTC 2012 Modified Files: src/external/bsd/mdocml: Makefile.inc Log Message: Use mmap when dealing with plain files. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/etc

2012-02-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 16 22:57:19 UTC 2012 Modified Files: src/etc: man.conf Log Message: Add entries for bzip2 and xz. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/etc/man.conf Please note that diffs are not public

CVS commit: src

2012-02-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 16 23:00:39 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64

CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 16 23:02:22 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: pmap.h src/sys/arch/mips/mips [matt-nb5-mips64]: pmap.c pmap_tlb.c Log Message: Move the ksegx tlb init code into its own function.

CVS commit: src/sys/conf

2012-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 23:56:58 UTC 2012 Modified Files: src/sys/conf: osrelease.sh Log Message: Add new -k (for kernel modules) flag to return MM.99.pp for current and MM.mm for the release branch. To generate a diff of this commit: cvs

CVS commit: src/share/mk

2012-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 23:58:16 UTC 2012 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: use osrelease -k to avoid that the path is 6.0_BETA To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/share/mk

2012-02-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 17 00:00:02 UTC 2012 Modified Files: src/share/mk: bsd.README bsd.own.mk Log Message: Derive MANINSTALL from MKCATPAGES and MKHTML. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 src/share/mk/bsd.README

CVS commit: src/distrib/sets

2012-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 17 00:00:40 UTC 2012 Modified Files: src/distrib/sets: sets.subr Log Message: use osrelease.sh -k instead of hand-rolled logic. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136

CVS commit: [netbsd-6] src

2012-02-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 17 00:08:38 UTC 2012 Modified Files: src/distrib/sets [netbsd-6]: sets.subr src/share/mk [netbsd-6]: bsd.kmodule.mk src/sys/conf [netbsd-6]: osrelease.sh Log Message: Pull up following revision(s) (requested

CVS commit: [netbsd-6] src/doc

2012-02-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 17 00:08:49 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #6. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-6.0 Please note that diffs are not public

CVS commit: src/distrib

2012-02-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 17 00:33:25 UTC 2012 Modified Files: src/distrib/amd64/kmod: Makefile src/distrib/common: Makefile.distrib src/distrib/i386/kmod: Makefile Log Message: Use a new variable, MODULEVER, for kernel modules,

CVS commit: [netbsd-6] src/distrib

2012-02-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 17 00:42:28 UTC 2012 Modified Files: src/distrib/amd64/kmod [netbsd-6]: Makefile src/distrib/common [netbsd-6]: Makefile.distrib src/distrib/i386/kmod [netbsd-6]: Makefile Log Message: Pull up following

CVS commit: [netbsd-6] src/doc

2012-02-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 17 00:43:14 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #6. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0 Please note that diffs are not public

CVS commit: othersrc/external/bsd/httpdev/dist

2012-02-16 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Fri Feb 17 02:06:54 UTC 2012 Modified Files: othersrc/external/bsd/httpdev/dist: main.c Log Message: return the number of characters read/written in the small target operation, not the size that was requested. To generate a

CVS commit: othersrc/crypto/external/bsd/ssss/dist/src/libssss

2012-02-16 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Fri Feb 17 02:11:18 UTC 2012 Modified Files: othersrc/crypto/external/bsd//dist/src/lib: threshold.c Log Message: don't rely on an application (such as (1)) being able to mmap(2) the shares it presents via lib -

CVS commit: src/doc

2012-02-16 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Feb 17 06:11:30 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: ACPICA 20120215 is out, including support for ACPI 5.0. To generate a diff of this commit: cvs rdiff -u -r1.909 -r1.910 src/doc/3RDPARTY Please note

CVS commit: [matt-nb5-mips64] src/usr.bin/ldd

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 17 07:43:45 UTC 2012 Modified Files: src/usr.bin/ldd [matt-nb5-mips64]: Makefile.common Log Message: MIPS uses a variable page size now To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.2.4.1

CVS commit: [matt-nb5-mips64] src/usr.bin/ldd

2012-02-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 17 07:44:30 UTC 2012 Modified Files: src/usr.bin/ldd [matt-nb5-mips64]: ldd.c ldd.h ldd_elfxx.c Log Message: Move fmtprint and print_needed since they are dependent on ELFSIZE. To generate a diff of this commit: cvs rdiff

CVS commit: src/doc

2012-02-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Feb 17 07:46:54 UTC 2012 Modified Files: src/doc: CHANGES Log Message: s/tmux/tmux(1)/ in the entry about removal of window(1) To generate a diff of this commit: cvs rdiff -u -r1.1672 -r1.1673 src/doc/CHANGES Please note that

CVS commit: src/usr.sbin/postinstall

2012-02-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Feb 17 07:51:20 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Add pwd_mkdb item, which checks whether /etc/pwd.db is in the new format, and runs pwd_mkdb -V 1 /etc/master.passwd to fix it. To

CVS commit: src/doc

2012-02-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Feb 17 07:51:51 UTC 2012 Modified Files: src/doc: CHANGES Log Message: document postinstall pwd_mkdb item To generate a diff of this commit: cvs rdiff -u -r1.1673 -r1.1674 src/doc/CHANGES Please note that diffs are not public