aboutsummaryrefslogtreecommitdiff
path: root/procps/powertop.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-01-08*: make "argc UNUSED_PARAM" consistentDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-11Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
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