aboutsummaryrefslogtreecommitdiff
path: root/selinux
AgeCommit message (Expand)Author
2020-12-16tweak help textsDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-02-08chcon: Fix typo in ACTION_RECURSERostislav Skudnov
2018-09-03chcon: fix issues with recurse and retval for retained filessagivd
2018-06-06restore documentation on the build config languageKartik Agaram
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-08-23*: fix fallout from opt_complementary conversionDenys Vlasenko
2017-08-22run-init: implement -n "dry run"Denys Vlasenko
2017-08-09chcon: show '--reference' in help text only if LONG_OPTS=yXabier Oneca
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-12-23Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko
2016-12-09setfiles: fix build failure after common_bufsiz changeMike Frysinger
2016-11-23Convert all selinux/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-30setfiles: switch bb_info_msg to printfDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25typo fixesManinder Singh
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-11-28use BB_EXECVP_or_die where appropriateDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-10-24- improve wording and fix alphabetical orderBernhard Reutner-Fischer