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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
1
-111
/
+86
|
\
|
*
top: fix memset length (sizeof(ptr) vs sizeof(array) problem)
Denys Vlasenko
2014-07-29
1
-2
/
+1
|
*
top: fix and merge code to parse /proc/meminfo
Timo Teräs
2014-07-27
1
-110
/
+86
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-06-30
2
-13
/
+2
|
\
|
|
*
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
2
-13
/
+2
*
|
ps: exclude more unused code
Ron Yorston
2014-03-23
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-03-11
1
-0
/
+3
|
\
|
|
*
sysctl: do not error out showing write-only data. Closes 6386
Denys Vlasenko
2014-02-24
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-21
1
-5
/
+0
|
\
|
|
*
top.c: fix compilation warnings
Bartosz Golaszewski
2014-01-20
1
-5
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
6
-36
/
+31
|
\
|
|
*
kill[all[5]]: code shrink
Denys Vlasenko
2013-12-16
1
-20
/
+18
|
*
killall5: return 2 if no processes got killed
Uros Vampl
2013-12-16
1
-1
/
+4
|
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
2
-3
/
+3
|
*
top: fix breakage introduced by previous commit
Denys Vlasenko
2013-09-06
1
-1
/
+1
|
*
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-09-06
4
-12
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-08-27
2
-6
/
+16
|
\
|
|
*
pstree: fix theoretically unsafe code
Denys Vlasenko
2013-06-28
1
-1
/
+1
|
*
lsof: correct check for symbolic link
Thomas De Schampheleire
2013-06-27
1
-3
/
+6
|
*
pstree: stop truncating thread names
Mike Frysinger
2013-06-19
1
-3
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-04-03
1
-5
/
+7
|
\
|
|
*
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-03-29
1
-5
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-03-19
1
-1
/
+1
|
\
|
|
*
pgrep: fix a "missing closing paren" build error
Denys Vlasenko
2013-02-28
1
-1
/
+1
|
*
pgrep: fix -x option
Bernhard Walle
2013-02-28
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
5
-21
/
+24
|
\
|
|
*
ps: seconds_since_boot: uint64_t -> ulong
Denys Vlasenko
2013-01-26
1
-4
/
+1
|
*
*: reuse more strings
Denys Vlasenko
2013-01-22
1
-1
/
+1
|
*
ps: fix sscanf format specifier (%l); make uptime unsigned
Denys Vlasenko
2013-01-22
1
-15
/
+21
|
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
2
-2
/
+2
|
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
2
-2
/
+2
|
*
powertop: fix error message
Lauri Hintsala
2013-01-04
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-10-10
3
-88
/
+133
|
\
|
|
*
libbb: correctness/size tweaks in signal-related helpers
Denys Vlasenko
2012-09-27
1
-1
/
+1
|
*
top: do not touch stdin if -b
Denys Vlasenko
2012-09-26
1
-10
/
+16
|
*
top: fix build failure in !USE_TERMIOS case
Denys Vlasenko
2012-09-25
1
-17
/
+20
|
*
ps: fix build failure in !DESKTOP case
Denys Vlasenko
2012-09-25
1
-3
/
+3
|
*
top: implement scrolling up/down (_very_ useful)
Denys Vlasenko
2012-09-21
2
-74
/
+110
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
3
-25
/
+49
|
\
|
|
*
sysctl: implement -q
Joshua Kahlenberg
2012-09-05
1
-13
/
+19
|
*
Move several applets to different install dir:
Denys Vlasenko
2012-06-20
1
-1
/
+1
|
*
ps: use separate get_uptime() and make it work on non-linux too
Michael Tokarev
2012-06-13
1
-11
/
+29
*
|
Merge commit '1_20_0' into merge
Ron Yorston
2012-04-23
2
-2
/
+80
|
\
|
|
*
killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT
Denys Vlasenko
2012-04-03
1
-2
/
+4
|
*
lsof: new applet
Sven Oliver Moll
2012-04-01
1
-0
/
+76
*
|
kill: no special treatment for MINGW32
Ron Yorston
2012-04-18
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
2
-6
/
+9
|
\
|
|
*
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2012-03-08
1
-2
/
+2
|
*
kill: fix segfault in arguments parsing
Alexey Fomenko
2011-12-22
1
-4
/
+7
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
5
-32
/
+140
|
\
|
[next]