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
/
ps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ps: add support for CPU and elapsed time columns
Ron Yorston
2017-09-01
1
-3
/
+4
*
ps: add parent process id as a supported column
Ron Yorston
2017-08-31
1
-3
/
+3
*
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-117
/
+68
|
\
|
*
ps: fix build failure if FEATURE_PS_TIME is disabled
Ron Yorston
2017-08-22
1
-1
/
+3
|
*
ps: allow ps config options if minips is enabled
Kang-Che Sung
2017-08-22
1
-8
/
+8
|
*
klibc-utils: new applets: resume, nuke, minips
Denys Vlasenko
2017-08-18
1
-1
/
+4
|
*
ps: improve TIME column for large times: showing "14453:50" is not good
Denys Vlasenko
2017-08-10
1
-9
/
+36
|
*
ps: make it NOEXEC
Denys Vlasenko
2017-08-10
1
-2
/
+1
|
*
ps: stop using AT_CLKTCK, there are more standard ways
Denys Vlasenko
2017-08-10
1
-95
/
+10
|
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+5
|
*
pstree: make it NOEXEC
Denys Vlasenko
2017-08-05
1
-11
/
+13
|
*
getopt32: factor out code to treat all args as options
Denys Vlasenko
2017-08-04
1
-2
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-29
1
-5
/
+6
|
\
|
|
*
ps: tweak outdated comment, no code changes
Denys Vlasenko
2017-07-29
1
-5
/
+0
|
*
ps: implement -o sid
Denys Vlasenko
2017-07-29
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-9
/
+9
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-8
/
+8
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-02-08
1
-11
/
+13
|
\
|
|
*
Assorted warning fixes and added a comment, no code changes
Denys Vlasenko
2017-01-16
1
-1
/
+7
|
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-10
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-29
1
-0
/
+49
|
\
|
|
*
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+49
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
1
-2
/
+1
|
\
|
|
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
1
-2
/
+3
|
\
|
|
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-1
/
+1
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
1
-2
/
+2
|
\
|
|
*
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-23
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
1
-5
/
+7
|
\
|
|
*
ps: fix SEGV on narrow screens. closes 8176
Denys Vlasenko
2015-07-01
1
-5
/
+7
*
|
ps: exclude more unused code
Ron Yorston
2014-03-23
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
1
-6
/
+3
|
\
|
|
*
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-09-06
1
-6
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
1
-15
/
+18
|
\
|
|
*
ps: seconds_since_boot: uint64_t -> ulong
Denys Vlasenko
2013-01-26
1
-4
/
+1
|
*
ps: fix sscanf format specifier (%l); make uptime unsigned
Denys Vlasenko
2013-01-22
1
-15
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-10-10
1
-3
/
+3
|
\
|
|
*
ps: fix build failure in !DESKTOP case
Denys Vlasenko
2012-09-25
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
1
-11
/
+29
|
\
|
|
*
ps: use separate get_uptime() and make it work on non-linux too
Michael Tokarev
2012-06-13
1
-11
/
+29
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
1
-17
/
+91
|
\
|
|
*
ps: fix for !FEATURE_PS_LONG build
Cristian Ionescu-Idbohrn
2011-09-29
1
-0
/
+2
|
*
ps: with -l, show STIME too
Flemming Madsen
2011-09-27
1
-16
/
+21
|
*
ps: add support for -l for !DESKTOP
Denys Vlasenko
2011-09-26
1
-18
/
+85
*
|
Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge
Ron Yorston
2012-03-22
1
-0
/
+3
|
\
|
|
*
*: work around sysinfo.h versus linux/*.h problems
Denys Vlasenko
2011-07-26
1
-0
/
+3
*
|
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Ron Yorston
2012-03-22
1
-16
/
+14
|
\
|
|
*
procps: remove PSSCAN_STAT define, users were using it incorrectly
Denys Vlasenko
2011-06-18
1
-12
/
+11
[next]