[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] Hurd branch, master, updated. v0.8-27-g02f5c02
From: |
Justus Winter |
Subject: |
[SCM] Hurd branch, master, updated. v0.8-27-g02f5c02 |
Date: |
Tue, 9 Aug 2016 21:36:01 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 02f5c0208985d60fede08c1eafad04e80353b670 (commit)
from c8c973750b949f8c4fcac020c61a3b99e5d5c3a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 02f5c0208985d60fede08c1eafad04e80353b670
Author: Justus Winter <address@hidden>
Date: Fri Jun 3 00:52:06 2016 +0200
trans/crash: core file name templates
Add an option to specify a template used to construct core file names.
This way core files can be collected at a predictable central
location.
* hurd/crash.defs (crash_dump_task): Return EEXIST if the core file
has been written elsewhere.
* trans/crash.c (corefile_template): New variable.
(template_valid): New function.
(template_make_file_name): Likewise.
(S_crash_dump_task): Use the template to construct a name, open the
file, and write the core dump there instead of the handle provided by
the caller.
(argp_option): New option.
(doc): Document the format.
(parse_opt): Handle new option
(trivfs_append_args): Likewise.
-----------------------------------------------------------------------
Summary of changes:
hurd/crash.defs | 6 +-
trans/crash.c | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 168 insertions(+), 4 deletions(-)
hooks/post-receive
--
Hurd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] Hurd branch, master, updated. v0.8-27-g02f5c02,
Justus Winter <=