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.