diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-01 05:05:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-01 05:05:02 +0000 |
commit | da7fd5f6ac328d62d829ab1b7f9dec86769a1d34 (patch) | |
tree | 714c80ad54669f91bc758282631825d7efa7e746 /trans/ChangeLog | |
parent | 448e726610c18b5148d76ea8636b63a967298c55 (diff) |
.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 13 |
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. |