CVS commit: src/crypto/external/bsd/netpgp/libpaa

2010-09-09 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Fri Sep 10 05:30:28 UTC 2010 Added Files: src/crypto/external/bsd/netpgp/libpaa/client: Makefile src/crypto/external/bsd/netpgp/libpaa/server: Makefile Log Message: Add build glue for the example client and server programs fo

CVS commit: src/crypto/external/bsd/netpgp/libpaa

2010-09-09 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Fri Sep 10 05:29:12 UTC 2010 Added Files: src/crypto/external/bsd/netpgp/libpaa: Makefile shlib_version Log Message: Add build glue for libpaa (not yet hooked into the build) To generate a diff of this commit: cvs rdiff -u -r0 -r1.

CVS commit: src/crypto/external/bsd/netpgp/dist/src/libpaa

2010-09-09 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Fri Sep 10 05:15:16 UTC 2010 Added Files: src/crypto/external/bsd/netpgp/dist/src/libpaa: PubKeyAccessAuthScheme.txt client.c libpaa.3 libpaa.c libpaa.h server.c Log Message: Add an implementation of the Pubke

CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-09-09 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Fri Sep 10 04:57:18 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: b64.c Log Message: clean up various bits of lint, and one outstanding bug: + properly terminate base64-encoded output, fixes a bug whereby

CVS commit: src/tests/lib/libc

2010-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 9 22:25:38 UTC 2010 Modified Files: src/tests/lib/libc: Makefile Log Message: glue glob tests To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/Makefile Please note that diffs are not pub

CVS commit: src/etc/mtree

2010-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 9 22:21:41 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add glob tests. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/etc/mtree/NetBSD.dist.base Please note that diffs are

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

2010-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 9 22:20:09 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: add tests for glob To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/distrib/sets/lists/tests/mi Please note that di

CVS commit: src/sys/dev/ic

2010-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 9 14:50:25 UTC 2010 Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Allow e?siop_dump_script() to work with on-chip RAM. Prefix DUMP_SCRIPT with SIOP_. Additionally, avoid undefining DEBUG, condition on SI

CVS commit: src/sys/rump/librump/rumpkern

2010-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 9 12:23:07 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: * unlock object in "error" branch * fix typo (not in comment) * improve indentation tailspin To generate a diff of this commit: cvs rdi

CVS commit: src/sys/rump/librump/rumpvfs

2010-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 9 12:18:39 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: Release PG_PAGEOUT pages in aiodone. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/rump/librump/rumpvfs/vm_v

CVS commit: src/tests/fs/vfs

2010-09-09 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Sep 9 11:42:52 UTC 2010 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: s/dirs/symlinks/ in USES_SYMLINKS message. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/fs/vfs/t_vnops.c Please note

CVS commit: src/usr.bin/find

2010-09-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Sep 9 11:42:14 UTC 2010 Modified Files: src/usr.bin/find: find.1 Log Message: Fix typos found by Ryo HAYASAKA in PR 43857. While here, split file systems that grew together. To generate a diff of this commit: cvs rdiff -u -r1.

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

2010-09-09 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Sep 9 11:38:15 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Unobsolete libh_initfini3_dso.so.1.debug which is used by both library and module, and remove h_initfini3_dso.so.1.debug which never existed

CVS commit: src/lib/libc/stdlib

2010-09-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 9 10:19:31 UTC 2010 Modified Files: src/lib/libc/stdlib: exit.c Log Message: Only do the __libc_init hack in libc, i.e. remove it from ld.elf_so. This fixes hppa ld.elf_so by reducing the number of PLABELs required to the

CVS commit: src/sys/rump/librump/rumpkern

2010-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 9 10:02:14 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Assert that object is locked in page unbusy. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/rump/librump/rumpker

CVS commit: src/sys/rump/librump/rumpvfs

2010-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 9 10:01:25 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: hold object lock across page unbusy To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/rump/librump/rumpvfs/vm_vf

CVS commit: src/tests/rump/kernspace

2010-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 9 09:59:48 UTC 2010 Modified Files: src/tests/rump/kernspace: busypage.c Log Message: hold object lock across page unbusy To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/rump/kernspace/busypage.c P

CVS commit: src/sys/rump/librump/rumpvfs

2010-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 9 09:50:21 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: Use proper locking before unbusying pages. Caught after yesterday's changes by the test suite (the ffs snapshot test, to be precise).

CVS commit: src/lib/libperfuse

2010-09-09 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Sep 9 09:12:35 UTC 2010 Modified Files: src/lib/libperfuse: ops.c perfuse_priv.h Log Message: - call FSYNCDIR for directories - directories can be open R/W (for FSYNCDIR) - do not skip calls to FSYNC or FSYNCDIR if the filesyst