1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/killall
Tim J. Robbins 2c801d3d5f Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so
that we kill each process once, not once for every thread it owns. This
avoids "No such process" warnings when killing threaded processes.
2003-09-07 09:13:44 +00:00
..
killall.1
killall.c Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so 2003-09-07 09:13:44 +00:00
Makefile