Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9beb68e3e2dc1c6f457acfb307cfed73cce65cd9
/
procps
e3b1a1f
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
by Denys Vlasenko
· 14 years ago
b12553f
ash: fix ash-signals/signal8 testcase failure
by Denys Vlasenko
· 14 years ago
b7c9fb2
whitespace fixes
by Denys Vlasenko
· 14 years ago
099e528
ps: implement -o stat
by Denys Vlasenko
· 14 years ago
9aa599d
top: replace %MEM with %VSZ in header text
by Denys Vlasenko
· 14 years ago
444ff28
top: document a debugging script
by Denys Vlasenko
· 14 years ago
b9f2d9f
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
by Denys Vlasenko
· 14 years ago
e8d0a14
remove a few aliasing warnings
by Denys Vlasenko
· 14 years ago
0684446
top: add keyboard commands to --help
by Denys Vlasenko
· 14 years ago
a604186
nmeter: deprecate %NNNd specified, use -d MSEC instead
by Denys Vlasenko
· 14 years ago
da6fb7e
procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit
by Lauri Kasanen
· 14 years ago
86aa803
pstree: use stdin for screen size detection
by Denys Vlasenko
· 14 years ago
2161bd7
pstree: another tiny shrink
by Denys Vlasenko
· 14 years ago
c32e626
pstree: tiny shrink
by Denys Vlasenko
· 14 years ago
e48e6f8
pstree: fix width logic. +30 bytes
by Lauri Kasanen
· 14 years ago
6578f2c
pstree: new applet. +1664 bytes
by Lauri Kasanen
· 14 years ago
0ebafcc
powertop: code shrink
by Maksym Kryzhanovskyy
· 14 years ago
dea28e1
powertop: fix last line detection in process_timer_stats()
by Denys Vlasenko
· 14 years ago
dcb163a
powertop: replace erroneous \n with \0; make numberic conversion more robust
by Denys Vlasenko
· 14 years ago
6052c2b
powertop: code shrink
by Maksym Kryzhanovskyy
· 14 years ago
833d4e7
rename archival/libunarchive -> archival/libarchive; move bz/ into it
by Denys Vlasenko
· 14 years ago
f29a1c5
powertop: build fix for !386 compiles
by Denys Vlasenko
· 14 years ago
fb132e4
whitespace cleanup
by Denys Vlasenko
· 14 years ago
e4dcba1
*: whitespace fixes
by Denys Vlasenko
· 14 years ago
3c99d59
top: Use _exit() instead of exit() in sighandler
by Marek Polacek
· 14 years ago
4fa07bd
whitespace fix
by Denys Vlasenko
· 14 years ago
a43e969
powertop: simplified C-state display code
by Denys Vlasenko
· 14 years ago
d8b687f
powertop: IPIs and hw irqs were swapped, fixing
by Denys Vlasenko
· 14 years ago
c3f1fa1
powertop: fixes to output format and code shrink
by Denys Vlasenko
· 14 years ago
373789e
powertop: code shrink
by Denys Vlasenko
· 14 years ago
b507cc3
powertop: new applet
by Marek Polacek
· 14 years ago
cbfeaac
smemcap: close /proc handle upon cleaning up
by Alexander Shishkin
· 14 years ago
d3036ef
pmap: get rid of a warning
by Denys Vlasenko
· 14 years ago
5542934
free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes
by Denys Vlasenko
· 14 years ago
5a0d899
smemcap: use correct tar magic
by Denys Vlasenko
· 14 years ago
6957d79
remove redundant ENABLE_DESKTOP in procps/ps.c
by Cristian Ionescu-Idbohrn
· 14 years ago
b32a543
nandwrite: complain on malformed -s NUM
by Denys Vlasenko
· 14 years ago
0834a6d
pmap: new applet. +1k.
by Alexander Shishkin
· 14 years ago
159677c
Rename a struct member from "interrupt"
by Dan Fandrich
· 14 years ago
bdaea46
nmeter: fix misplaced closing comment
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
9768a82
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
by Denys Vlasenko
· 14 years ago
c9b9750
libbb: factor out common code from mpstat/iostat
by Denys Vlasenko
· 14 years ago
dcaed97
iostat: add forgotted fclose(); fix default count.
by Denys Vlasenko
· 14 years ago
7783248
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
by Denys Vlasenko
· 14 years ago
7bfbbd4
free: more compatible output. +16 bytes. Closes bug 2383.
by Denys Vlasenko
· 14 years ago
733f26f
iostat: new applet. 2800 bytes
by Marek Polacek
· 14 years ago
85a359a
mpstat: do not use /sys to get number of CPUs. /proc should be ok.
by Marek Polacek
· 14 years ago
3fb4a5e
mpstat: better fix for IRQ counts
by Denys Vlasenko
· 14 years ago
9bb0510
mpstat: fix total par-cpu IRQ counts
by Denys Vlasenko
· 14 years ago
64c6789
mpstat: fix/improve handling of interrupt names
by Denys Vlasenko
· 14 years ago
5e87c2e
mpstat: small code shrink
by Maksym Kryzhanovskyy
· 14 years ago
217df6e
mpstat: small code shrink
by Denys Vlasenko
· 14 years ago
23e8c08
mpstat: new applet. ~5.5k
by Marek Polacek
· 14 years ago
1d7266d
mark Linux-specific configuration options
by Jeremie Koenig
· 14 years ago
a95ce93
top: add tie breaking for topmem mode
by Denys Vlasenko
· 14 years ago
52827e3
*: tar-related cleanups: move struct to unarchive.h; move help to tar.c
by Denys Vlasenko
· 14 years ago
a091d45
smemcap: new applet
by Denys Vlasenko
· 14 years ago
adbbee4
bootchartd: added optional compat features
by Denys Vlasenko
· 14 years ago
d70e0e9
*: add INSERTs to *.src files where appropriate
by Denys Vlasenko
· 15 years ago
e3657dc
fuser: code shrink
by Maksym Kryzhanovskyy
· 15 years ago
d94332f
top: code shrink, -26 bytes
by Denys Vlasenko
· 15 years ago
87496aa
top: code shrink
by Maksym Kryzhanovskyy
· 15 years ago
2f32bf8
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
by Denys Vlasenko
· 15 years ago
da929a9
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
by Denys Vlasenko
· 15 years ago
9e07219
ps: make "ps -o BAD" emit list of good -o params
by Denys Vlasenko
· 15 years ago
fef9ee7
fuser: code shrink, fixing default signal, exitcode and PID display
by Maksym Kryzhanovskyy
· 15 years ago
d9a3e89
consolidate ESC sequences
by Denys Vlasenko
· 15 years ago
fe36048
fix typo in commented-out code
by Denys Vlasenko
· 15 years ago
3960184
ps: fix non-DESKTOP option handling code
by Denys Vlasenko
· 15 years ago
c2fdd41
sysctl: tiny code shrink
by Denys Vlasenko
· 15 years ago
651a269
*: merge some common strings
by Denys Vlasenko
· 15 years ago
917693b
top: make 's' display easier to understand
by Denys Vlasenko
· 15 years ago
7e7728c
free: silence warning about unused argv
by Bernhard Reutner-Fischer
· 15 years ago
bef5711
free: code shrink
by Denys Vlasenko
· 15 years ago
153fcaa
Replace __uClinux__ define with !BB_MMU
by Denys Vlasenko
· 15 years ago
98a4c7c
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
by Denys Vlasenko
· 15 years ago
6b9f163
*: style fixes. no code changes (verified with objdump)
by Denys Vlasenko
· 15 years ago
302af9e
watch: compat: use stderr to determine screen dimensions
by Denys Vlasenko
· 15 years ago
2ec91ae
*: remove some uses of argc
by Denys Vlasenko
· 15 years ago
f25252c
watch: more compatible screen format
by Denys Vlasenko
· 15 years ago
887d963
ps: add comment about -T
by Denys Vlasenko
· 15 years ago
6331cf0
*: use "can't" instead of "cannot"
by Denys Vlasenko
· 15 years ago
9be4f31
top: do not use #if inside printf, it can be a macro
by Denys Vlasenko
· 15 years ago
8131eea
*: introduce and use ffulsh_all()
by Denys Vlasenko
· 15 years ago
36df048
randomconfig fixes
by Denys Vlasenko
· 15 years ago
a05b2b8
ps: show longer COMMAND
by Denys Vlasenko
· 15 years ago
d75295c
ps: conditionally enable -T on non-DESKTOP build too
by Denys Vlasenko
· 15 years ago
b410d4a
ps,top: add an option to show threads. +260 bytes of code
by Denys Vlasenko
· 15 years ago
fe73798
top: remove GCCisms
by Denys Vlasenko
· 15 years ago
3a0f6f2
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
by Denys Vlasenko
· 15 years ago
0052882
top: add -m ("memory") option
by Denys Vlasenko
· 15 years ago
16d1e3c
pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization
by Denys Vlasenko
· 15 years ago
57dc534
pgrep/pkill: support -s and -P options
by Denys Vlasenko
· 15 years ago
fca70a8
ps: conditionally support additional -o FIELDs
by Denys Vlasenko
· 15 years ago
d5f1b1b
*: add FAST_FUNC to function ptrs where it makes sense
by Denys Vlasenko
· 16 years ago
f427c80
sysctl: stop abusing parser->line
by Denys Vlasenko
· 16 years ago
5e34ff2
*: mass renaming of USE_XXXX to IF_XXXX
by Denis Vlasenko
· 16 years ago
0b791d9
move llist_find_str from modutils to libbb
by Denis Vlasenko
· 16 years ago
038fe44
sysctl: move code around to get rid of forward references.
by Denis Vlasenko
· 16 years ago
Next »