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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
pidof.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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