summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ChangeLog10
-rw-r--r--trans/ChangeLog11
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