index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
lsb
/
killall.c
Age
Commit message (
Expand
)
Author
2013-12-22
Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.)
Rob Landley
2013-12-19
killall: fix return code, improve error reporting, avoid buffer overflow.
Rob Landley
2013-09-03
Replace for_each_pid_with_name_in_array_perform_callback_function_upon_transl...
Rob Landley
2012-12-23
Minor cleanups.
Rob Landley
2012-12-16
LSB does not allow killall to kill itself
Elie De Brauwer
2012-12-16
Extend killall with support for -v and -i
Elie De Brauwer
2012-12-08
Adding -s (single shot) and -o (omit pids) options to pidof
Elie De Brauwer
2012-11-16
Add rebound support to intercept error_exit() and longjmp instead.
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley