summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-01 05:05:02 +0000
committerRoland McGrath <roland@gnu.org>1999-06-01 05:05:02 +0000
commitda7fd5f6ac328d62d829ab1b7f9dec86769a1d34 (patch)
tree714c80ad54669f91bc758282631825d7efa7e746 /trans
parent448e726610c18b5148d76ea8636b63a967298c55 (diff)
.
Diffstat (limited to 'trans')
-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.