log src/os/unix/ngx_process.c @ 7660:d33e17499088

age author description
Tue, 28 Nov 2017 12:00:24 +0300 Ruslan Ermilov Fixed "changing binary" when reaper is not init.
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259). stable-1.12
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259).
Thu, 20 Apr 2017 13:58:16 +0300 Igor Sysoev Core: signal sender pid logging.
Thu, 16 Mar 2017 19:01:05 +0300 Ruslan Ermilov Added missing "static" specifier found by gcc -Wtraditional.
Thu, 31 Mar 2016 22:00:33 +0300 Ruslan Ermilov Fixed ngx_os_signal_process() prototype.
Thu, 31 Mar 2016 02:34:04 +0300 Sergey Kandaurov Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
Wed, 05 Jun 2013 19:44:20 +0400 Maxim Dounin Valgrind: sigaction() failure now ignored.
Thu, 18 Oct 2012 14:48:33 +0000 Maxim Dounin Removed conditional compilation from waitpid() error test.
Mon, 05 Mar 2012 18:09:06 +0000 Maxim Dounin Whitespace fixes.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 28 Nov 2011 11:01:42 +0000 Maxim Dounin Added (void) as we intentionally ignore returned values.
Wed, 23 Nov 2011 14:09:19 +0000 Maxim Dounin Unlock of shared memory zones on process crash.
Wed, 23 Nov 2011 13:55:38 +0000 Maxim Dounin Added shmtx interface to forcibly unlock mutexes.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Mon, 22 Aug 2011 12:34:48 +0000 Igor Sysoev SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode.
Thu, 25 Nov 2010 11:04:03 +0000 Igor Sysoev use copied strerror() messages and autoconfigured sys_nerr value
Thu, 08 Jul 2010 13:49:21 +0000 Igor Sysoev style fix
Mon, 07 Jun 2010 10:35:08 +0000 Igor Sysoev merge r3473, r3474, r3385, r3386, r3537: stable-0.7
Thu, 25 Mar 2010 09:10:10 +0000 Igor Sysoev *) introduce ngx_time_sigsafe_update() to update the error log time only
Sat, 13 Mar 2010 18:08:07 +0000 Igor Sysoev *) use previously cached GMT offset value to update time from a signal handler
Fri, 12 Mar 2010 11:15:26 +0000 Igor Sysoev use sys_errlist[] in signal handler instead
Mon, 23 Nov 2009 15:46:21 +0000 Igor Sysoev add NGX_PROCESS_HELPER process status
Mon, 26 Oct 2009 17:23:49 +0000 Igor Sysoev merge r3017, r3018, r3019, r3020, r3021, r3022, r3023, r3196: stable-0.7
Mon, 07 Sep 2009 11:31:20 +0000 Igor Sysoev merge r3047, r3048, r3049: stable-0.7
Wed, 26 Aug 2009 15:12:28 +0000 Igor Sysoev twice termination delay only after SIGALRM, otherwise many separate SIGCHLD
Wed, 26 Aug 2009 05:19:57 +0000 Igor Sysoev ignore SIGSYS
Mon, 10 Aug 2009 13:07:15 +0000 Igor Sysoev introduce NGX_PROCESS_JUST_SPAWN and change field name accordingly
Tue, 21 Apr 2009 20:25:49 +0000 Igor Sysoev implement "-s signal" option for Unix