CVS commit: src/sys/arch/zaurus/zaurus

2011-11-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Nov 12 04:39:20 UTC 2011 Modified Files: src/sys/arch/zaurus/zaurus: machdep.c Log Message: SL-C700 has PXA250 step B instead of PXA250 step A. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/zauru

CVS commit: [yamt-pagecache] src/usr.bin/vmstat

2011-11-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 12 04:12:52 UTC 2011 Modified Files: src/usr.bin/vmstat [yamt-pagecache]: vmstat.c Log Message: report some more statistics. 373597 file pages known clean 225 file pages might dirty 16 file pages known dirty

CVS commit: src/usr.bin/sed/TEST

2011-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 12 03:15:05 UTC 2011 Modified Files: src/usr.bin/sed/TEST: sed.test Log Message: compare the sed we just build with the installed one instead of bogus paths. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: [yamt-pagecache] src/sys/uvm

2011-11-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 12 02:54:04 UTC 2011 Modified Files: src/sys/uvm [yamt-pagecache]: uvm.h uvm_extern.h uvm_meter.c uvm_page.c uvm_page_status.c Log Message: redo the page clean/dirty/unknown accounting separately for file and ano

CVS commit: src/doc

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:22:07 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Mention the addition of the asm examples. To generate a diff of this commit: cvs rdiff -u -r1.1623 -r1.1624 src/doc/CHANGES Please note that diffs are not

CVS commit: src/distrib/sets/lists

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:20:05 UTC 2011 Modified Files: src/distrib/sets/lists/misc: mi src/distrib/sets/lists/tests: mi Log Message: Register the new asm examples and their tests. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/etc/mtree

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:19:40 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.base NetBSD.dist.tests Log Message: Register directories for the new asm examples and their tests. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.

CVS commit: src/tests

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:19:25 UTC 2011 Modified Files: src/tests: Makefile Added Files: src/tests/examples: Makefile t_asm.sh Log Message: Add tests to ensure that the new asm examples build and run, just as the end-user is supposed t

CVS commit: src/share/examples

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:18:41 UTC 2011 Modified Files: src/share/examples: Makefile Added Files: src/share/examples/asm: Makefile Makefile.inc.inst README src/share/examples/asm/hello: Makefile Makefile.inst powerpc.s Log Mess

CVS commit: src/sys/dev/pci

2011-11-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 11 23:01:59 UTC 2011 Modified Files: src/sys/dev/pci: if_tlp_pci.c Log Message: Use GPP_GPC in the last place it isn't already used. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/dev/pci/if_tl

CVS commit: src/sys/dev/pci

2011-11-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 11 22:57:27 UTC 2011 Modified Files: src/sys/dev/pci: if_tlp_pci.c Log Message: Improve punctuation and consistency in some comments. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/dev/pci/if_t

CVS commit: src/external/mit/xorg/bin/ucs2any

2011-11-11 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Nov 11 22:27:33 UTC 2011 Modified Files: src/external/mit/xorg/bin/ucs2any: Makefile Log Message: Substitute __mapfilesdir__ in man page. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/u

CVS commit: src

2011-11-11 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Fri Nov 11 15:09:33 UTC 2011 Modified Files: src/sbin/route: keywords.c keywords.h keywords.sh route.8 route.c show.c src/sys/net: route.h src/sys/netinet: icmp6.h if_inarp.h src/sys/netinet6: nd6.h

CVS commit: src/sbin/gpt

2011-11-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 11 13:26:45 UTC 2011 Modified Files: src/sbin/gpt: gpt.8 Log Message: Add an EXAMPLE section showing how to add a swap file system using gpt. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/

CVS commit: [yamt-pagecache] src/sys/uvm

2011-11-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Fri Nov 11 10:34:24 UTC 2011 Modified Files: src/sys/uvm [yamt-pagecache]: uvm.h uvm_extern.h uvm_meter.c uvm_page.c uvm_page.h uvm_page_status.c Log Message: - track the number of clean/dirty/unknown pages in the system