summaryrefslogtreecommitdiff
path: root/procps/powertop.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* *: make "argc UNUSED_PARAM" consistentDenys Vlasenko2018-01-081-1/+1
* *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-2/+4
* *: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko2017-08-161-6/+8
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko2017-01-111-5/+13
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-7/+3
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-2/+2
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* Use chomp to remove newlinesRon Yorston2015-03-121-2/+2
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* trim extra newlines in help textsDenys Vlasenko2015-01-241-1/+1
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-2/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* powertop: fix error messageLauri Hintsala2013-01-041-1/+1
* Move several applets to different install dir:Denys Vlasenko2012-06-201-1/+1
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+0
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* powertop: code shrinkMaksym Kryzhanovskyy2010-11-061-12/+13
* powertop: fix last line detection in process_timer_stats()Denys Vlasenko2010-11-041-2/+2
* powertop: replace erroneous \n with \0; make numberic conversion more robustDenys Vlasenko2010-11-041-7/+5
* powertop: code shrinkMaksym Kryzhanovskyy2010-11-041-57/+35
* powertop: build fix for !386 compilesDenys Vlasenko2010-10-291-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-281-8/+10
* whitespace fixDenys Vlasenko2010-10-271-2/+2
* powertop: simplified C-state display codeDenys Vlasenko2010-10-261-14/+7
* powertop: IPIs and hw irqs were swapped, fixingDenys Vlasenko2010-10-261-1/+1
* powertop: fixes to output format and code shrinkDenys Vlasenko2010-10-261-161/+169
* powertop: code shrinkDenys Vlasenko2010-10-261-192/+185
* powertop: new appletMarek Polacek2010-10-251-0/+886