summaryrefslogtreecommitdiff
path: root/trans/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r--trans/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index b0bd2403..da78c242 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,16 @@
+1999-06-01 Roland McGrath <roland@baalperazim.frob.com>
+
+ * crash.c: Support three modes of operation, selected by command line
+ switches:
+ -s/--suspend suspend crashing process (old behavior)
+ -k/--kill kill crashing process, no core dump
+ -c/--core-file dump core file
+ (enum crash_action): New type.
+ (crash_how): New variable.
+ (options, crash_argp, trivfs_runtime_argp): New variables.
+ (parse_opt, trivfs_append_args): New functions.
+ (main): Call argp_parse.
+
1999-05-19 Roland McGrath <roland@baalperazim.frob.com>
* null.c (trivfs_S_io_read): Fix return value.