index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
powertop.c
Age
Commit message (
Expand
)
Author
2018-01-08
*: make "argc UNUSED_PARAM" consistent
Denys Vlasenko
2017-09-13
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-08-16
*: stop using atexit in non-debug build: saves ~260 in bss with musl
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-11
Move FEATURE_USE_TERMIOS config option to two applets which use it
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-03-12
Use chomp to remove newlines
Ron Yorston
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-01-24
trim extra newlines in help texts
Denys Vlasenko
2013-09-06
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2013-01-04
powertop: fix error message
Lauri Hintsala
2012-06-20
Move several applets to different install dir:
Denys Vlasenko
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-11-06
powertop: code shrink
Maksym Kryzhanovskyy
2010-11-04
powertop: fix last line detection in process_timer_stats()
Denys Vlasenko
2010-11-04
powertop: replace erroneous \n with \0; make numberic conversion more robust
Denys Vlasenko
2010-11-04
powertop: code shrink
Maksym Kryzhanovskyy
2010-10-29
powertop: build fix for !386 compiles
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-27
whitespace fix
Denys Vlasenko
2010-10-26
powertop: simplified C-state display code
Denys Vlasenko
2010-10-26
powertop: IPIs and hw irqs were swapped, fixing
Denys Vlasenko
2010-10-26
powertop: fixes to output format and code shrink
Denys Vlasenko
2010-10-26
powertop: code shrink
Denys Vlasenko
2010-10-25
powertop: new applet
Marek Polacek