index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
pidof.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
2020-12-13
1
-1
/
+1
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
free,stat: make NOEXEC
Denys Vlasenko
2017-08-07
1
-0
/
+4
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-6
/
+6
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-4
/
+4
*
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+26
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+1
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+28
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-6
/
+6
*
move llist_find_str from modutils to libbb
Denis Vlasenko
2009-04-13
1
-5
/
+5
*
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
2008-07-17
1
-3
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
which: fix testsuite failure
Denis Vlasenko
2007-11-25
1
-4
/
+6
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
pidof: size optimizations (-50 bytes)
Denis Vlasenko
2007-06-23
1
-19
/
+14
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
pidof: reduce #ifdef forest
Denis Vlasenko
2006-11-01
1
-39
/
+19
*
PID should be stored in pid_t, not int or long.
Denis Vlasenko
2006-11-01
1
-17
/
+19
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-5
/
+5
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-2
/
+2
*
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-22
1
-10
/
+1
*
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-09-13
1
-1
/
+1
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-02
1
-2
/
+1
*
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-05-26
1
-6
/
+1
*
Fiddling with llist to make memory management easier. Specifically, the
Rob Landley
2006-05-08
1
-2
/
+2
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
"Vladimir N. Oleynik"
2005-10-15
1
-3
/
+1
*
- new bb_opt_complementally syntax, use [-:?] only - 'free' chars
"Vladimir N. Oleynik"
2005-10-14
1
-1
/
+1
*
- size reduction of pidof
Bernhard Reutner-Fischer
2005-10-07
1
-42
/
+30
*
- pidof(8): make -s optional and optional -o; closes #168
Bernhard Reutner-Fischer
2005-10-06
1
-30
/
+96
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-1
/
+1
*
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
1
-2
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-1
/
+1
*
last_patch_67 from Vladimir N. Oleynik
Glenn L McGrath
2002-11-25
1
-3
/
+4
*
Patch last_pach62 from vodz. This patch moves all the /proc parsing
Eric Andersen
2002-10-22
1
-9
/
+4
*
Made exit code SysV compliant. Also added -s (single pid) flag.
Robert Griebl
2002-05-22
1
-12
/
+9
*
Patch from Jim Treadway <jim@stardot-tech.com> to teach
Eric Andersen
2002-04-13
1
-3
/
+3
*
If find_pid_by_name() had an error, it was returning -1, but storing
Eric Andersen
2001-12-06
1
-1
/
+1
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-2
/
+2
*
I just wrote up a simple pidof applet, closing bug #1197
Eric Andersen
2001-07-31
1
-0
/
+79