aboutsummaryrefslogtreecommitdiff
path: root/procps/powertop.c
AgeCommit message (Expand)Author
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-03-12Use chomp to remove newlinesRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-01-24trim extra newlines in help textsDenys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2013-01-04powertop: fix error messageLauri Hintsala
2012-06-20Move several applets to different install dir:Denys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-11-06powertop: code shrinkMaksym Kryzhanovskyy
2010-11-04powertop: fix last line detection in process_timer_stats()Denys Vlasenko
2010-11-04powertop: replace erroneous \n with \0; make numberic conversion more robustDenys Vlasenko
2010-11-04powertop: code shrinkMaksym Kryzhanovskyy
2010-10-29powertop: build fix for !386 compilesDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27whitespace fixDenys Vlasenko
2010-10-26powertop: simplified C-state display codeDenys Vlasenko
2010-10-26powertop: IPIs and hw irqs were swapped, fixingDenys Vlasenko
2010-10-26powertop: fixes to output format and code shrinkDenys Vlasenko
2010-10-26powertop: code shrinkDenys Vlasenko
2010-10-25powertop: new appletMarek Polacek