summaryrefslogtreecommitdiff
path: root/fstests
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-17 22:55:08 +0000
committerRoland McGrath <roland@gnu.org>1996-07-17 22:55:08 +0000
commit5b9e5e24f883db76aa783678b77698c47caecc30 (patch)
tree199fc2010d664be83723e838f8217dbb4c3eab82 /fstests
parentb3657b27182f2c707cb940795cb982e4bb0f5660 (diff)
Initial revision
Diffstat (limited to 'fstests')
-rw-r--r--fstests/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/fstests/ChangeLog b/fstests/ChangeLog
new file mode 100644
index 00000000..e7bbb31c
--- /dev/null
+++ b/fstests/ChangeLog
@@ -0,0 +1,47 @@
+Thu Jun 27 17:59:04 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * Makefile (targets): Comment out opendisk for now.
+
+Mon Apr 29 16:43:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * Makefile (OBJS): Delete variable.
+
+Thu Jul 6 21:03:12 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
+
+ * Makefile (OBJS): New var.
+ (timertest, fstests, opendisk, fdtests): List object files.
+
+Wed Aug 31 12:02:01 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
+
+ * Makefile (targets): Added opendisk.
+ (SRCS): Added opendisk.c.
+ * opendisk.c: New file.
+
+Wed Aug 31 03:26:13 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * fstests.c: Include unistd.h.
+ (main): #if 0 out unused variables.
+
+Tue Aug 16 13:55:04 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * timertest.c (main): Don't sigpause; instead getchar, so we are
+ blocked in an RPC when the signal arrives--do sigpause on EOF.
+
+Thu Jul 21 19:14:30 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
+
+ * Makefile: Rewritten to use new scheme.
+
+Tue Jul 19 12:43:00 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu)
+
+ * Makefile (OBJS): Deleted variables.
+ (fstests, fdtests, timertest): Don't use variable $(link) anymore.
+ (install): Install all three programs.
+
+Tue Jul 5 14:20:48 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu)
+
+ * Makefile (SRCS): New variable.
+
+Mon Jun 20 15:05:34 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu)
+
+ * Makefile (install): Use $(INSTALL_BIN) instead of cp.
+