Michal Lenc
f81a094283
nshlib: add support for pkill command
...
This command looks through the currently running processes and kills
the those that match the selection criteria. This way system can send
signal to processes by name and without knowing the IDs.
Example (kill application hello):
pkill -15 hello
The command can be turned off by NSH_DISABLE_PKILL option and depends
on FS_PROCFS.
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2024-09-23 08:40:54 +08:00
..
2024-02-25 00:55:47 -08:00
2024-09-23 08:40:54 +08:00
2022-10-16 14:59:08 +02:00
2024-02-25 00:55:47 -08:00
2023-09-25 21:05:37 +08:00
2024-08-08 19:19:18 -03:00
2024-08-08 19:19:18 -03:00
2023-09-21 10:48:29 +08:00
2024-09-23 08:40:54 +08:00
2024-08-08 19:19:18 -03:00
2024-08-08 19:19:18 -03:00
2023-08-29 03:11:28 +08:00
2023-06-12 13:37:27 +08:00
2024-08-07 15:04:39 +08:00
2023-07-31 07:58:41 -07:00
2024-08-08 19:19:18 -03:00
2024-09-19 03:45:37 +08:00
2024-09-22 01:44:06 +08:00
2024-02-25 00:55:47 -08:00
2023-05-08 21:35:16 +03:00
2024-01-06 04:34:27 -08:00
2022-09-22 14:22:13 +08:00
2023-02-24 17:38:19 +08:00
2024-08-23 22:10:04 +08:00
2024-08-20 02:50:13 +08:00
2022-09-22 14:22:13 +08:00
2023-02-24 17:38:19 +08:00
2024-09-23 08:40:54 +08:00
2024-02-25 00:55:47 -08:00
2024-08-26 01:54:46 +08:00
2024-09-23 08:34:16 +08:00
2024-02-25 00:55:47 -08:00
2024-09-23 08:34:16 +08:00
2023-02-24 17:38:19 +08:00
2022-11-07 15:24:08 +09:00
2023-05-08 21:35:16 +03:00
2023-07-30 22:20:02 -07:00
2024-08-08 19:19:18 -03:00
2023-06-15 03:23:04 +08:00
2023-02-24 17:38:19 +08:00
2023-05-08 21:35:16 +03:00
2024-09-23 08:40:54 +08:00
2022-04-21 12:54:24 +03:00
2022-04-21 12:54:24 +03:00