This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.bin
/
pkill
History
gad
44647935be
Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),
...
so we get one line per process instead of one for each kernel-thread. Noticed by: ache & tjr
2004-03-30 15:10:50 +00:00
..
Makefile
Apply style.Makefile(5).
2004-03-26 07:44:49 +00:00
pkill.1
Avoid the manpage layering violation and low-level implementation
2004-03-26 08:54:27 +00:00
pkill.c
Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),
2004-03-30 15:10:50 +00:00