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 | |
parent | 04edf579a4de966490d5b1e4c5f41508348310df (diff) |
.
-rw-r--r-- | include/ChangeLog | 10 | ||||
-rw-r--r-- | trans/ChangeLog | 11 |
2 files changed, 20 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9110eea4..9f5a9a94 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,12 @@ +2002-03-10 Roland McGrath <roland@frob.com> + + * sys/procfs.h: New file, specifies ELF core file format details. + * Makefile (installhdrs): New variable, list sys/procfs.h here. + (LCLHDRS): New variable, replaces ... + (DIST_FILES): ... this one, removed. + (install-headers, $(includedir)/%: $(srcdir)/%): New target and + pattern rule to install headers. + Sat Jul 13 21:02:51 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * Makefile: New file. - 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 |