CVS commit: src/lib/libp2k

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 10:18:06 UTC 2011 Modified Files: src/lib/libp2k: p2k.c Log Message: Fix file handles. Problem reported fix tested by kefren. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libp2k/p2k.c

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 10:45:46 UTC 2011 Modified Files: src/tests/fs/common: fstest_puffs.c h_fsmacros.h Log Message: Add a puffs-p2k-ffs file system type to automated tests. Inspired by the file handle problem in p2k. To generate a diff

CVS commit: src/lib/libp2k

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:15:30 UTC 2011 Modified Files: src/lib/libp2k: p2k.c Log Message: Remove the componentname-saving code since it was addressing SAVENAME/HASBUF/SAVESTART and they don't exist anymore (and the removed code didn't

CVS commit: src/sys

2011-01-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 7 11:17:22 UTC 2011 Modified Files: src/sys/dev/pci: if_cas.c Added Files: src/sys/modules/if_cas: Makefile if_cas.ioconf Log Message: support building cas(4) as a module To generate a diff of this commit:

CVS commit: src/sys/sys

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:25:10 UTC 2011 Modified Files: src/sys/sys: namei.src Log Message: fix PARAMASK To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/sys/namei.src Please note that diffs are not public domain;

CVS commit: src/sys

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:25:43 UTC 2011 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: regen: fix PARAMASK To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:27:53 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: Censor no-longer-relevant flags which may be passed down from somewhere (e.g. an older kernel). We really can't do anything about

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:36:27 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Use our internal name instead of MOUNT_FOO to identify file system since otherwise we now run into dupes (e.g. nfs and nfsro, puffs and

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:39:28 UTC 2011 Modified Files: src/tests/fs/vfs: t_ro.c Log Message: expect correct errno in nfsro case. from yamt To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/vfs/t_ro.c Please note

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:41:40 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: adjust another place where X-fs.type is set To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:41:55 UTC 2011 Modified Files: src/tests/fs/vfs: t_full.c Log Message: P2K_FFS uses puffs and therefore does not GOP_ALLOC either To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:50:37 UTC 2011 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: Don't panic if unnecessary dir already exists. (helpful when running the test without atf-run) To generate a diff of this commit: cvs

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:52:59 UTC 2011 Modified Files: src/tests/fs/common: fstest_ffs.c h_fsmacros.h Log Message: add another fstype for ffs -o log To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:53:23 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: ffs -o log dies in renamerace_dirs just like the rest. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:58:22 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: antipasto To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tests/fs/common/h_fsmacros.h Please note that diffs are not

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:00:35 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Set an extra xvar indicating MOUNT_FOO To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/fs/common/h_fsmacros.h

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:01:11 UTC 2011 Modified Files: src/tests/fs/vfs: t_vfsops.c Log Message: use X-fs.mntname for f_fstypename. ignore p2k_ffs there. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:16:17 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Adjust atf_check_type() to make it work again. Do we need tests for the tests? ;) To generate a diff of this commit: cvs rdiff -u -r1.30

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:18:25 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: xfail PR kern/44336 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/tests/fs/vfs/t_renamerace.c Please note that diffs

CVS commit: src/sys/dev/acpi

2011-01-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Fri Jan 7 14:08:29 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_ec.c Log Message: use aprint_error_dev To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/acpi/acpi_ec.c Please note that diffs are not

CVS commit: src/sys/arch/pmax/stand/common

2011-01-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 7 14:50:27 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: startprog.S Log Message: Put .set noreorder so that BDslots are properly filled. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib/libc

2011-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 7 15:05:58 UTC 2011 Modified Files: src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/db: Makefile README h_db.c t_db.sh Log Message: Atf-ify the db tests. XXX Note that the original regress version

CVS commit: src

2011-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 7 15:06:37 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: Hook the new atf db test To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217

CVS commit: src/regress/lib/libc

2011-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 7 15:08:41 UTC 2011 Modified Files: src/regress/lib/libc: Makefile Removed Files: src/regress/lib/libc/db: Makefile README dbtest.c run.test Log Message: The db test has been atf-ified To generate a diff of

CVS commit: src/sys/rump

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 15:10:22 UTC 2011 Modified Files: src/sys/rump/kern/lib/libtty: component.c src/sys/rump/librump/rumpkern: rump.c rump_private.h Log Message: Avoid double init of tty_lock if rumpkern_tty is included. LOCKDEBUG

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc

2011-01-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 7 15:11:31 UTC 2011 Modified Files: src/sys/arch/powerpc/include [matt-nb5-pq3]: instr.h src/sys/arch/powerpc/powerpc [matt-nb5-pq3]: trap.c Log Message: Move OPC_MFMSR definitions from trap.c Add OPC_LWSYNC for

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/booke

2011-01-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 7 15:14:24 UTC 2011 Modified Files: src/sys/arch/powerpc/booke [matt-nb5-pq3]: trap.c Log Message: Add support for emulating mfpvr and lwsync. GCC will emit lwsync but booke doesn't lwsync (sync 1) so we emulate it by

CVS commit: src/lib/libp2k

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 15:30:10 UTC 2011 Modified Files: src/lib/libp2k: p2k.c Log Message: in case unmount fails (it never should), do a full mountpoint dump To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/dev/pci/hdaudio

2011-01-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 7 15:30:30 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdaudio.c hdaudio_afg.c hdaudio_pci.c hdaudiovar.h Log Message: modularize hdaudio and hdafg drivers To generate a diff of this commit: cvs

CVS commit: src/sys/modules

2011-01-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 7 15:32:12 UTC 2011 Added Files: src/sys/modules/hdafg: Makefile hdafg.ioconf src/sys/modules/hdaudio: Makefile hdaudio.ioconf Log Message: add hdaudio and hdafg modules To generate a diff of this commit: cvs

CVS commit: src/lib/libp2k

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 15:47:14 UTC 2011 Modified Files: src/lib/libp2k: p2k.c Log Message: In case of a P2K_DEBUG mount, dump mount point contents when the process receives SIGINFO. Additionally, dump vnode status if the process gets

CVS commit: src/lib/libp2k

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 15:50:40 UTC 2011 Modified Files: src/lib/libp2k: p2k.3 Log Message: Document how to get debug info for the mount. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libp2k/p2k.3 Please note that

CVS commit: src/lib/libp2k

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 16:02:32 UTC 2011 Modified Files: src/lib/libp2k: p2k.3 p2k.c Log Message: Make P2K_WIZARDUID require a valid integer instead of defaulting to root. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/share/man/man4

2011-01-07 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jan 7 18:00:12 UTC 2011 Modified Files: src/share/man/man4: smscmon.4 Log Message: Small typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/smscmon.4 Please note that diffs are not public

CVS commit: [netbsd-5] src/usr.bin/ldd/elf64

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 18:24:21 UTC 2011 Modified Files: src/usr.bin/ldd/elf64 [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by veego in ticket #1499): usr.bin/ldd/elf64/Makefile: revision 1.4 another

CVS commit: src/sys/dev/pci/hdaudio

2011-01-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 7 18:24:53 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdaudio_afg.c Log Message: fix compilation when _MODULE is not defined To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: [netbsd-5] src/compat

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 18:25:21 UTC 2011 Modified Files: src/compat [netbsd-5]: compatsubdir.mk Log Message: Clean up for ticket #1499 - doubled content, not sure how it happened. To generate a diff of this commit: cvs rdiff -u -r1.5.2.2

CVS commit: [netbsd-5] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 19:12:21 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: This file is changes between 5.1 and 5.2, so make the note at the top of the file reflect that. Noticed by Snader_LB on Freenode IRC. To

CVS commit: [netbsd-5-1] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 19:14:26 UTC 2011 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.1 Log Message: This file contains changes between 5.1 and 5.1.1, so make the note at the top reflect that. Noted by Snader_LB on Freenode IRC. To

CVS commit: [netbsd-5] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 19:17:30 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: tyop ifx To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-5.2 Please note that diffs are not public

CVS commit: src/lib

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 19:37:52 UTC 2011 Modified Files: src/lib/librumpclient: rumpclient.c src/lib/librumpuser: sp_common.c Log Message: Make rumpclient impervious to LD_PRELOAD syscall hijacking by using dlsym(RTLD_NEXT) to lookup

CVS commit: src/sys/dev/raidframe

2011-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 7 19:52:18 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: PR/44340: Brian Buhrow: Raid sets containing wedges cannot be unconfigured and reconfigured without a reboot. To generate a

CVS commit: src/lib/librumphijack

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 19:52:43 UTC 2011 Added Files: src/lib/librumphijack: Makefile hijack.c shlib_version Log Message: Begin work on a syscall hijacking library which can be LD_PRELOADed to convince non-rumped applications to communicate

CVS commit: src/tests/fs/common

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 19:54:48 UTC 2011 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Apparently the atf in the qemu runs doesn't like p2k_ffs and hangs completely. Remove it for until I have a chance to debug what's going

CVS commit: src/bin/sh

2011-01-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jan 7 22:21:56 UTC 2011 Modified Files: src/bin/sh: histedit.c Log Message: Call el_source before initializing sh-specific editline properties (i.e. the editor type and the tab completion binding). This allows tab completion

CVS commit: [netbsd-5] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:22:20 UTC 2011 Modified Files: src/doc [netbsd-5]: 3RDPARTY Log Message: Apply patch (requested by tron in ticket #1521): Update Postfix version info. To generate a diff of this commit: cvs rdiff -u -r1.647.2.13

CVS commit: [netbsd-5] src/sys/dev/raidframe

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:25:59 UTC 2011 Modified Files: src/sys/dev/raidframe [netbsd-5]: rf_disks.c rf_netbsdkintf.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1522): sys/dev/raidframe/rf_disks.c: revision

CVS commit: [netbsd-5] src/sys/dev/raidframe

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:27:52 UTC 2011 Modified Files: src/sys/dev/raidframe [netbsd-5]: rf_netbsdkintf.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1511): sys/dev/raidframe/rf_netbsdkintf.c: revision

CVS commit: [netbsd-5] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:29:06 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Tickets 1511, 1521, 1522. To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-5.2 Please note that diffs

CVS commit: [netbsd-5] src/lib/libpam

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:50:30 UTC 2011 Modified Files: src/lib/libpam [netbsd-5]: Makefile src/lib/libpam/modules [netbsd-5]: mod.mk Added Files: src/lib/libpam/staticmodules [netbsd-5]: Makefile Log Message: Pull up following

CVS commit: [netbsd-5] src/gnu/lib/libstdc++-v3_4

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:52:42 UTC 2011 Modified Files: src/gnu/lib/libstdc++-v3_4 [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by joerg in ticket #1432): gnu/lib/libstdc++-v3_4/Makefile: revision 1.5

CVS commit: [netbsd-5] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:54:41 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Tickets 1414, 1432. To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-5.2 Please note that diffs are

CVS commit: [netbsd-5] src/external/mit/xorg/tools/bdftopcf

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:57:05 UTC 2011 Modified Files: src/external/mit/xorg/tools/bdftopcf [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1512):

CVS commit: [netbsd-5] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 7 23:57:44 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket 1512. To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: [netbsd-5-1] src/external/mit/xorg/tools/bdftopcf

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jan 8 00:52:28 UTC 2011 Modified Files: src/external/mit/xorg/tools/bdftopcf [netbsd-5-1]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1512):

CVS commit: [netbsd-5-1] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jan 8 00:53:09 UTC 2011 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.1 Log Message: Ticket 1512 (build fix) To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-5.1.1 Please note that

CVS commit: src/doc

2011-01-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 8 00:55:38 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: mdocml-1.10.9 out. To generate a diff of this commit: cvs rdiff -u -r1.802 -r1.803 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: [netbsd-5] src/share/man/man4

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jan 8 01:27:17 UTC 2011 Modified Files: src/share/man/man4 [netbsd-5]: stf.4 Log Message: Pull up following revision(s) (requested by is in ticket #1514): share/man/man4/stf.4: revision 1.22

CVS commit: [netbsd-5] src/doc

2011-01-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jan 8 01:27:54 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket 1514. To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: src/usr.sbin/iostat

2011-01-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 8 02:36:52 UTC 2011 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: NetBSD/vax does not implement fmax(3), substitute with existing MAX() macro. To generate a diff of this commit: cvs rdiff -u -r1.54

CVS commit: src/sys/arch/xen/xen

2011-01-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Jan 8 05:23:20 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Move if_xname setting earlier for xvif creation, so we can grab domid and handle values sooner for error cases. To generate a diff

CVS commit: src/tests/lib/libc/db

2011-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 05:33:34 UTC 2011 Modified Files: src/tests/lib/libc/db: t_db.sh Log Message: Fix and re-enable the delete_btree test case To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/db/t_db.sh

CVS commit: src/tests/lib/libc

2011-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 06:59:37 UTC 2011 Modified Files: src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/rpc: Makefile h_testbits.x t_xdr.c Log Message: Atf-ify the rpc/t_xdr test To generate a diff of this commit:

CVS commit: src

2011-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 07:00:18 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: mtree and set-list games for xdr test To generate a diff of this commit: cvs rdiff -u -r1.217

CVS commit: src/regress/lib/libc

2011-01-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 07:02:18 UTC 2011 Modified Files: src/regress/lib/libc: Makefile Removed Files: src/regress/lib/libc/rpc: Makefile Makefile.inc src/regress/lib/libc/rpc/xdr: Makefile testbits.x xdrtest.c Log Message: