| /openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | 0001-tests-ts-kill-decode-avoid-using-shell-built-in-kill.patch | 4 Subject: [PATCH] tests/ts/kill/decode: avoid using shell built-in kill command 6 This test case should do the same as other kill test cases, avoiding 7 using shell built-in kill command. 15 tests/ts/kill/decode | 5 +++++ 18 diff --git a/tests/ts/kill/decode b/tests/ts/kill/decode 20 --- a/tests/ts/kill/decode 21 +++ b/tests/ts/kill/decode 28 + TS_CMD_KILL="$(which kill)"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
| H A D | thingsboard-gateway.service | 7 ExecStop = /bin/kill -INT $MAINPID 8 ExecReload = /bin/kill -TERM $MAINPID
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
| H A D | dnsmasq-noresolvconf.service | 10 ExecStop=/bin/kill $MAINPID 11 ExecReload=/bin/kill -HUP $MAINPID
|
| H A D | dnsmasq-resolvconf.service | 12 ExecStop=/bin/kill $MAINPID 13 ExecReload=/bin/kill -HUP $MAINPID
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share/ |
| H A D | 0001-build-Define-list-of-libc-feature-test-macros.patch | 6 _POSIX_C_SOURCE is needed since it uses kill() API 10 ./git/src/http.c:394:3: error: call to undeclared function 'kill'; ISO C99 and later do not support… 12 [1] https://man7.org/linux/man-pages/man2/kill.2.html
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | sigreturn-sigmask.c | 23 kill(getpid(), SIGUSR2); in thread_func() 42 kill(getpid(), SIGUSR1); in main()
|
| /openbmc/openbmc/poky/meta/recipes-extended/procps/ |
| H A D | procps_4.0.5.bb | 3 the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, and skill." 54 base_bindir_progs += "kill pidof ps watch" 62 ALTERNATIVE:${PN}-doc = "kill.1 uptime.1" 63 ALTERNATIVE_LINK_NAME[kill.1] = "${mandir}/man1/kill.1"
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
| H A D | named.service | 15 ExecReload=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc reload > /dev/null 2>&1 || @BASE_BINDIR@/kill -HUP $… 17 ExecStop=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc stop > /dev/null 2>&1 || @BASE_BINDIR@/kill -TERM $MAI…
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-sigrtminmax.c | 68 assert(kill(getpid(), SIGRTMIN) == 0); in main() 70 assert(kill(getpid(), SIGRTMAX) == 0); in main()
|
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_console_sandbox.py | 74 def kill(self, sig): member in ConsoleSandbox 85 self.p.kill(sig)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-lat_fifo-Fix-cleanup-sequence.patch | 29 - kill(state->pid, 15); 30 + kill(state->pid, SIGKILL);
|
| /openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
| H A D | abat.patch | 13 kill -9 $XPID >/dev/null 2>&1 22 echo "kill process Xorg" 26 kill $XPID
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/ |
| H A D | 0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch | 24 -trap 'rm -rf $TMPDIR; kill $DBUS_SESSION_BUS_PID' ERR 34 -kill $DBUS_SESSION_BUS_PID
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
| H A D | 0005-fix-incorrect-timeout-while-system-time-changed.patch | 29 """call shell-command and either return its output or kill it 43 os.kill(proc.pid, signal.SIGKILL)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ |
| H A D | ulogd.service | 8 ExecReload=kill -HUP ${MAINPID}
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_sandbox_exit.py | 20 u_boot_console.kill(signal.SIGINT)
|
| /openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/ |
| H A D | crond.service | 7 ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/ |
| H A D | smartd.service | 8 ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
|
| /openbmc/phosphor-pid-control/ |
| H A D | phosphor-pid-control.service.in | 8 ExecReload=/bin/kill -HUP $MAINPID
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/ |
| H A D | dovecot.service | 9 ExecReload=/bin/kill -HUP $MAINPID
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | debuginfod.py | 134 self.debuginfod.kill() 160 self.debuginfod.kill()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/ |
| H A D | radvd.service | 11 ExecReload=/bin/kill -HUP $MAINPID
|
| /openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/ |
| H A D | dropbear@.service | 10 ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | snmpd.service | 10 ExecReload=/bin/kill -HUP $MAINPID
|
| H A D | snmptrapd.service | 10 ExecReload=/bin/kill -HUP $MAINPID
|