Home
last modified time | relevance | path

Searched hist:600 (Results 1 – 12 of 12) sorted by path

/unit/docs/
H A DMakefilediff 600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
H A Dchanges.xmldiff 600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
/unit/pkg/deb/
H A DMakefilediff 600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
H A DMakefile.ruby600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
/unit/pkg/deb/debian.module/
H A Dunit.example-ruby-app600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
H A Dunit.example-ruby-config600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
/unit/pkg/docker/
H A DMakefilediff 600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
/unit/pkg/rpm/
H A DMakefilediff 600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
H A DMakefile.ruby600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-ruby-app600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
H A Dunit.example-ruby-config600:694767e0b8c9 Mon Apr 02 12:48:00 UTC 2018 Andrei Belov <defan@nginx.com> Added Ruby packaging support.
/unit/src/
H A Dnxt_main_process.cdiff 2032:bf6ed9c98507 Wed Nov 24 10:11:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixing zombie process appearance and hang up on shutdown.

After the c8790d2a89bb commit, the SIGCHLD handler may return before processing
all awaiting PIDs. To avoid zombie processes and ensure successful main
process termination, waitpid() must be called until an error is returned.

This closes #600 issue on GitHub.
diff 2016:730e903f4534 Wed Nov 24 10:11:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixing zombie process appearance and hang up on shutdown.

After the c8790d2a89bb commit, the SIGCHLD handler may return before processing
all awaiting PIDs. To avoid zombie processes and ensure successful main
process termination, waitpid() must be called until an error is returned.

This closes #600 issue on GitHub.