Home
last modified time | relevance | path

Searched refs:SIGTERM (Results 301 – 324 of 324) sorted by relevance

1...<<111213

/freebsd/crypto/openssh/
H A Dmisc.c2864 kill(pid, SIGTERM); in subprocess()
H A Dconfigure.ac2739 (void)sigaction(SIGTERM, &sa, NULL);
2743 kill(pid, SIGTERM);
H A DChangeLog7438 called, sending SIGTERM to all processes reachable by the current process.
/freebsd/libexec/ftpd/
H A Dftpd.c530 (void)sigaction(SIGTERM, &sa, NULL); in main()
/freebsd/contrib/bmake/
H A Dconfigure6195 signal (SIGTERM, SIG_DFL);
6219 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc166 SYMBOL(SIGTERM, None, <signal.h>)
H A DStdSymbolMap.inc454 SYMBOL(SIGTERM, None, <csignal>)
455 SYMBOL(SIGTERM, None, <signal.h>)
/freebsd/usr.sbin/moused/
H A Dmoused.c866 signal(SIGTERM, cleanup); in main()
/freebsd/contrib/sendmail/src/
H A Dqueue.c1542 cursh = sm_signal(SIGTERM, runners_sigterm);
2070 (void) sm_signal(SIGTERM, intsig);
/freebsd/contrib/less/
H A DNEWS337 * Catch SIGTERM and clean up before exiting.
/freebsd/crypto/heimdal/
H A DChangeLog.2000910 * kdc/main.c (main): also call sigterm on SIGTERM
/freebsd/usr.sbin/mountd/
H A Dmountd.c544 signal(SIGTERM, terminate); in main()
/freebsd/contrib/tzcode/
H A Dzic.c856 SIGTERM in catch_signals()
/freebsd/sys/kern/
H A Dkern_sig.c236 [SIGTERM] = SIGPROP_KILL,
/freebsd/contrib/ntp/sntp/
H A Dconfigure8579 signal (SIGTERM, SIG_DFL);
8603 if (signal (SIGTERM, do_nothing) != SIG_DFL)
25911 signal (SIGTERM, SIG_DFL);
25935 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/ntp/
H A Dconfigure15882 signal (SIGTERM, SIG_DFL);
15906 if (signal (SIGTERM, do_nothing) != SIG_DFL)
17978 signal (SIGTERM, SIG_DFL);
18002 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/ldns/
H A Dconfigure18835 signal (SIGTERM, SIG_DFL);
18859 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/unbound/
H A Dconfigure16889 signal (SIGTERM, SIG_DFL);
16913 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/dialog/
H A DCHANGES2180 documentation. Signal 15 is usually SIGTERM, which cannot be caught.
/freebsd/contrib/file/
H A Dconfigure14992 || signal (SIGTERM, SIG_DFL) != SIG_DFL
/freebsd/contrib/unbound/doc/
H A DChangelog5910 - Fix manpage to suggest using SIGTERM to terminate the server.
10656 - fixup signal handling where SIGTERM could be ignored if a SIGHUP
11813 - listens to SIGTERM, SIGQUIT, SIGINT (all quit) and SIGHUP (reload).
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3025 All queue runners can be cleanly terminated via SIGTERM to parent.
3673 Shutdown address test mode cleanly on SIGTERM. Problem noted by
3973 Prevent SIGTERM from removing a command line submitted item after
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp10724 { SIGTERM, "SIGTERM - Termination request signal" },
/freebsd/contrib/ncurses/
H A DNEWS4526 exit() and checking for SIGTERM rather than SIGQUIT (prompted by

1...<<111213