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
/
pidof.c
Age
Commit message (
Expand
)
Author
2019-07-12
pidof: fix default behavior, add -x.
Elliott Hughes
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2017-05-26
Be more consistent about periods in help text.
Elliott Hughes
2015-12-29
Make pidof use comma_scan()
Rob Landley
2015-04-04
To ensure that toybox can be installed alongside busybox without
Paul Barker
2013-12-16
Fix pidof -o bug aborting output, reported by Ashwini Sharma.
Rob Landley
2013-09-11
Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (F...
0.4.6
Rob Landley
2013-09-03
Replace for_each_pid_with_name_in_array_perform_callback_function_upon_transl...
Rob Landley
2012-12-16
Extend killall with support for -v and -i
Elie De Brauwer
2012-12-09
Meddle.
Rob Landley
2012-12-08
Adding -s (single shot) and -o (omit pids) options to pidof
Elie De Brauwer
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
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