From 1e2213541bbda26c49667b699a333d87bcc0f2e6 Mon Sep 17 00:00:00 2001 From: ajs Date: Thu, 3 Feb 2005 16:42:40 +0000 Subject: 2005-02-03 Andrew J. Schorr * log.c: (syslog_sigsafe) Reduce scope of syslog_fd: it is accessed inside this function only. (open_crashlog) New function to open /var/tmp/quagga..crashlog with flags O_WRONLY|O_CREAT|O_EXCL to save some crash info. (zlog_signal,_zlog_assert_failed) Increase logging priority from LOG_ERR to LOG_CRIT. If no file logging is configured, try to use open_crashlog to create a crash logfile. (zlog_backtrace_sigsafe) If a crashlog file descriptor is open, dump a backtrace to that file. --- lib/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index a69abc59..6f9c39af 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2005-02-03 Andrew J. Schorr + + * log.c: (syslog_sigsafe) Reduce scope of syslog_fd: it is accessed + inside this function only. + (open_crashlog) New function to open /var/tmp/quagga..crashlog + with flags O_WRONLY|O_CREAT|O_EXCL to save some crash info. + (zlog_signal,_zlog_assert_failed) Increase logging priority from + LOG_ERR to LOG_CRIT. If no file logging is configured, try to use + open_crashlog to create a crash logfile. + (zlog_backtrace_sigsafe) If a crashlog file descriptor is open, + dump a backtrace to that file. + 2005-02-02 Andrew J. Schorr * if.h: Declare if_flag_dump. -- cgit v1.2.1