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
/
libbb
/
find_pid_by_name.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
killall and sestatus also need ARGVN scanning
Denis Vlasenko
2009-02-14
1
-7
/
+6
*
- commentary typo fix
Bernhard Reutner-Fischer
2008-09-05
1
-1
/
+1
*
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
2008-07-17
1
-9
/
+34
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-2
/
+2
*
which: fix testsuite failure
Denis Vlasenko
2007-11-25
1
-1
/
+1
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-8
/
+0
*
killall, pidof: use argv0 for process matching too
Denis Vlasenko
2007-06-30
1
-2
/
+18
*
pidof: size optimizations (-50 bytes)
Denis Vlasenko
2007-06-23
1
-0
/
+29
*
replace /proc scanning code by more versatile one.
Denis Vlasenko
2006-11-05
1
-3
/
+3
*
PID should be stored in pid_t, not int or long.
Denis Vlasenko
2006-11-01
1
-14
/
+11
*
process utilities related style cleanup
Denis Vlasenko
2006-09-27
1
-9
/
+8
*
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-09-13
1
-1
/
+1
*
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-05-19
1
-9
/
+0
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-2
/
+2
*
- size reduction of pidof
Bernhard Reutner-Fischer
2005-10-07
1
-1
/
+1
*
- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
Bernhard Reutner-Fischer
2005-10-06
1
-18
/
+19
*
A patch from Takeharu KATO to update/fix SE-Linux support.
Rob Landley
2005-05-03
1
-5
/
+2
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-4
/
+4
*
Joe.C writes:
Eric Andersen
2003-08-06
1
-1
/
+5
*
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
1
-1
/
+1
*
Patch from Russell Coker:
Eric Andersen
2003-07-03
1
-0
/
+4
*
Remove cruft
Eric Andersen
2003-05-26
1
-2
/
+0
*
Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not
Eric Andersen
2002-12-05
1
-83
/
+0
*
Patch last_pach62 from vodz. This patch moves all the /proc parsing
Eric Andersen
2002-10-22
1
-44
/
+10
*
If find_pid_by_name() had an error, it was returning -1, but storing
Eric Andersen
2001-12-06
1
-21
/
+9
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-10
/
+4
*
Fix a stupid thinko, and fix killall to cope with the updated
Eric Andersen
2001-07-05
1
-0
/
+2
*
Implement suggestion from Adam Slattery, (don't default to killing closing bu...
Eric Andersen
2001-07-05
1
-3
/
+16
*
Make it so we don't segfault when /proc isn't mounted -- guess pid 1...
Eric Andersen
2001-06-26
1
-0
/
+9
*
Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>
Eric Andersen
2001-03-17
1
-7
/
+14
*
Convert utility.c into libbb.a. It is now a whole pile of .c
Eric Andersen
2001-03-16
1
-0
/
+168