summaryrefslogtreecommitdiff
path: root/init/bootchartd.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-2/+0
* *: use fopen helpers where appropriateDenys Vlasenko2020-12-301-5/+5
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: more tweaksDenys Vlasenko2018-12-281-1/+1
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-5/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-21/+21
* bootchartd: fix typo in commentDenys Vlasenko2017-07-201-1/+1
* bootchartd: prevent premature stop by device mapperUwe Geuder2017-07-201-1/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* bootchartd: warn if .config looks wrongDenys Vlasenko2013-11-031-0/+6
* bootchartd: add process accounting featureQuentin Casasnovas2012-01-181-15/+24
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* use BB_EXECVP_or_die where appropriateDenys Vlasenko2010-11-281-2/+1
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-121-0/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* bootchartd: mounting tmpfs is Linux-specificJeremie Koenig2010-07-301-7/+13
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
* bootchartd: fix labels in config system. no code changesDenys Vlasenko2010-07-061-2/+2
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-3/+1
* bootchartd: fix sample period calculationsKeisuke Yasui2010-06-281-5/+7
* conspy: code shrinkPascal Bellard2010-06-281-16/+15
* typo fixDenys Vlasenko2010-06-221-6/+6
* fix config help textDenys Vlasenko2010-06-211-11/+2
* bootchartd: added optional compat featuresDenys Vlasenko2010-06-211-29/+125
* ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2010-05-171-1/+1
* bootchartd: better wording in commentDenys Vlasenko2010-05-051-2/+3
* bootchartd: add missing parenthesisDenys Vlasenko2010-05-041-3/+3
* bootchartd: new appletDenys Vlasenko2010-05-041-0/+355