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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
win32: add uptime to sysinfo(2), enable uptime applet
Ron Yorston
2021-02-19
1
-3
/
+1
*
|
free: implement sysinfo(2) and enable free(1)
Ron Yorston
2021-02-18
1
-0
/
+15
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
2
-2
/
+2
|
\
|
|
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
2
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
6
-21
/
+23
|
\
|
|
*
pmap: fix column width, closes 13431
Denys Vlasenko
2021-01-05
1
-9
/
+3
|
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
1
-4
/
+4
|
*
help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
2020-12-13
2
-2
/
+2
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
2
-2
/
+2
|
*
free: code shrink
Denys Vlasenko
2020-11-27
1
-4
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
1
-1
/
+1
|
\
|
|
*
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
3
-3
/
+0
|
\
|
|
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
3
-3
/
+0
*
|
build system: reinstate PLATFORM_LINUX
Ron Yorston
2020-08-03
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
3
-17
/
+62
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+2
|
*
nmeter: add %T (zero-based timestamp) format
Denys Vlasenko
2020-06-10
1
-14
/
+54
|
*
sysctl: do report EACCES errors on write
Denys Vlasenko
2020-06-09
1
-3
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-5
/
+0
|
\
|
|
*
suppress a few "unused function" warnings
Denys Vlasenko
2019-10-25
1
-5
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
7
-25
/
+32
|
\
|
|
*
top: do not use previous colleced data wheh "h" toggles threads display
Denys Vlasenko
2019-08-11
1
-1
/
+4
|
*
nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")
Denys Vlasenko
2019-08-06
1
-5
/
+5
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
5
-6
/
+6
|
*
free: include SReclaimable in cached value
Lukas Rusak
2019-06-25
1
-13
/
+17
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
1
-1
/
+1
|
\
|
|
*
ps: ensure fields are separated by at least one space, closes 11826
Denys Vlasenko
2019-05-03
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-04-17
1
-4
/
+15
|
\
|
|
*
top: provide cmdline argument '-H' to enable thread scanning by default
Thomas De Schampheleire
2019-04-04
1
-4
/
+15
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-16
1
-5
/
+12
|
\
|
|
*
watch: support fractional -n SEC
Denys Vlasenko
2019-03-12
1
-5
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-12
1
-3
/
+2
|
\
|
|
*
top: tweak --help
Denys Vlasenko
2019-02-27
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-02-12
1
-12
/
+45
|
\
|
|
*
sysctl: fix compatibility with procps sysctl
Aaro Koskinen
2019-02-08
1
-2
/
+26
|
*
sysctl: do slash/dot conversions only on name, not value part
Denys Vlasenko
2019-02-08
1
-3
/
+5
|
*
sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode
Denys Vlasenko
2019-02-08
1
-0
/
+1
|
*
sysctl: avoid stat() on every item if in -w mode
Denys Vlasenko
2019-02-08
1
-6
/
+10
|
*
sysctl: allow setting empty values
Denys Vlasenko
2019-02-08
1
-2
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
16
-17
/
+23
|
\
|
|
*
pmap: make 32-bit version work better on 64-bit kernels
Denys Vlasenko
2018-12-31
1
-1
/
+7
|
*
config: update size information
Denys Vlasenko
2018-12-28
15
-16
/
+16
*
|
ps: add support for the args column
Ron Yorston
2019-01-08
1
-4
/
+2
*
|
ps: add user and group columns
Ron Yorston
2019-01-08
1
-5
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-25
/
+38
|
\
|
|
*
free: ensure there is a least one space between numbers
Denys Vlasenko
2018-11-27
1
-3
/
+3
|
*
free: add 'available' memory if provided by the kernel
Guillermo Rodriguez
2018-10-30
1
-23
/
+36
*
|
ps: bring code marginally more into line with upstream
Ron Yorston
2018-11-27
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
3
-13
/
+37
|
\
|
[prev]
[next]