diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-11 08:44:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-11 08:44:28 +0000 |
commit | 7b0f0d70da3eb3b17cfaf9fffe071bb9c19a8848 (patch) | |
tree | cb095a2559410d5ca2c9fafc8ef656c373d111c0 /trans/ChangeLog | |
parent | 04edf579a4de966490d5b1e4c5f41508348310df (diff) |
.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index 1010eafa..581d021d 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,14 @@ +2002-03-11 Roland McGrath <roland@frob.com> + + * crash.c: Add `corelimit' parameter to `dump_core' forward decl. + (S_crash_dump_task): Change caller, pass (off_t)-1 for now. + (struct crasher): New member `core_limit'. + (dead_crasher): Pass C->core_limit to dump_core. + (S_crash_dump_task): Set C->core_limit, to (off_t) -1 for now. + (dump_core): Function removed; now ../exec/elfcore.c defines it. + * Makefile (OBJS, crash): Add elfcore.o. + (elfcore.c): vpath decl to find this in $(top_srcdir)/exec. + 2001-12-22 Roland McGrath <roland@frob.com> * streamio.c (create_buffer): extern inline -> static inline |