Date: Sat, 16 Jun 2007 02:04:45 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/tmpfs Makefile h_funcs.subr h_tools.c t_create t_dots t_exec t_id_gen t_link t_mkdir t_mount t_pipes t_read_write t_readdir t_remove t_rename t_rmdir t_setattr t_sizes t_sockets t_statvfs t_symlink t_times t_trail_slash ... Message-ID: <200706160204.l5G24khs074682@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-06-16 02:04:45 UTC FreeBSD src repository Added files: tools/regression/tmpfs Makefile h_funcs.subr h_tools.c t_create t_dots t_exec t_id_gen t_link t_mkdir t_mount t_pipes t_read_write t_readdir t_remove t_rename t_rmdir t_setattr t_sizes t_sockets t_statvfs t_symlink t_times t_trail_slash t_truncate t_vnd t_vnode_leak Log: MFp4: Add regression tests for tmpfs. Obtained from: NetBSD via p4 Submitted by: Howard Su Revision Changes Path 1.1 +39 -0 src/tools/regression/tmpfs/Makefile (new) 1.1 +191 -0 src/tools/regression/tmpfs/h_funcs.subr (new) 1.1 +283 -0 src/tools/regression/tmpfs/h_tools.c (new) 1.1 +98 -0 src/tools/regression/tmpfs/t_create (new) 1.1 +63 -0 src/tools/regression/tmpfs/t_dots (new) 1.1 +62 -0 src/tools/regression/tmpfs/t_exec (new) 1.1 +75 -0 src/tools/regression/tmpfs/t_id_gen (new) 1.1 +108 -0 src/tools/regression/tmpfs/t_link (new) 1.1 +110 -0 src/tools/regression/tmpfs/t_mkdir (new) 1.1 +85 -0 src/tools/regression/tmpfs/t_mount (new) 1.1 +62 -0 src/tools/regression/tmpfs/t_pipes (new) 1.1 +81 -0 src/tools/regression/tmpfs/t_read_write (new) 1.1 +93 -0 src/tools/regression/tmpfs/t_readdir (new) 1.1 +83 -0 src/tools/regression/tmpfs/t_remove (new) 1.1 +150 -0 src/tools/regression/tmpfs/t_rename (new) 1.1 +114 -0 src/tools/regression/tmpfs/t_rmdir (new) 1.1 +115 -0 src/tools/regression/tmpfs/t_setattr (new) 1.1 +99 -0 src/tools/regression/tmpfs/t_sizes (new) 1.1 +63 -0 src/tools/regression/tmpfs/t_sockets (new) 1.1 +62 -0 src/tools/regression/tmpfs/t_statvfs (new) 1.1 +88 -0 src/tools/regression/tmpfs/t_symlink (new) 1.1 +114 -0 src/tools/regression/tmpfs/t_times (new) 1.1 +61 -0 src/tools/regression/tmpfs/t_trail_slash (new) 1.1 +64 -0 src/tools/regression/tmpfs/t_truncate (new) 1.1 +95 -0 src/tools/regression/tmpfs/t_vnd (new) 1.1 +63 -0 src/tools/regression/tmpfs/t_vnode_leak (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706160204.l5G24khs074682>