index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
Config.in
Age
Commit message (
Expand
)
Author
2008-01-05
ps: add conditional support for -o [e]time
Denis Vlasenko
2007-09-29
pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>
Denis Vlasenko
2007-09-08
top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,
Denis Vlasenko
2007-07-15
top: nested function allows us to reuse some code
Denis Vlasenko
2007-06-12
move several applets to more correct ex-project. No code changes.
Denis Vlasenko
2007-06-11
top: on user suggestion make percentile calculations configurable. -56 bytes ...
Denis Vlasenko
2007-06-10
top: improve global CPU percentage (smaller & faster code)
Denis Vlasenko
2007-06-10
top: add config option and code for global CPU % display
Denis Vlasenko
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko
2006-09-27
kill: implement killall5. OpenWRT folks will be happy.
Denis Vlasenko
2006-04-13
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-10-28
New applet, fuser, from Tony J. White. (Needs some cleanup.)
Rob Landley
2005-10-06
- pidof(8): make -s optional and optional -o; closes #168
Bernhard Reutner-Fischer
2005-10-04
- add option 'w' to ps (wide output, optional feature defaults to off).
Bernhard Reutner-Fischer
2005-09-24
re-order a little for alphabetical
Mike Frysinger
2005-09-16
ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
"Vladimir N. Oleynik"
2005-09-14
FEATURE->ENABLE_FEATURE loses one for 'top' applet
"Vladimir N. Oleynik"
2005-09-12
sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'
Eric Andersen
2003-12-24
Patch from Ned Ludd, solar at gentoo dot org:
Eric Andersen
2003-10-22
Andreas Mohr writes:
Eric Andersen
2003-07-22
Patch from Terje Kvernes adding quite a lot of missing documentation
Eric Andersen
2003-07-14
Patch from Thomas Cameron:
Eric Andersen
2002-12-06
It shouldnt depend on itself
Glenn L McGrath
2002-12-06
Remove duplicate entry for kill
Glenn L McGrath
2002-12-06
Do the dumb/obvious thing for the killall->kill dependancy
Eric Andersen
2002-12-05
Yet another major rework of the BusyBox config system, using the considerably
Eric Andersen