summaryrefslogtreecommitdiff
path: root/applets
Commit message (Expand)AuthorAgeFilesLines
* fix "warning array subscript has type 'char'"Denys Vlasenko2021-04-141-1/+1
* applets/usage_pod.c: placate gccDenys Vlasenko2021-02-151-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* Fixes for Hurd buildDenys Vlasenko2020-12-171-0/+4
* build system: prevent duplicate applet namesRon Yorston2018-11-271-1/+9
* Treat custom and applet scripts as appletsRon Yorston2018-11-171-0/+16
* install.sh: don't clobber dangling symlinksBaruch Siach2018-07-311-1/+1
* applets/install: don't try to install nothingYann E. MORIN2018-04-151-2/+4
* build system: fix parallel building issueMichael Olbrich2018-04-141-2/+14
* Fix install with hardlinks and a custom PREFIX. Closes 10801Denys Vlasenko2018-02-231-9/+9
* applets/install: accept more than one install optionYann E. MORIN2018-01-041-12/+16
* applets/install: respect noclobber for script wrappers tooYann E. MORIN2018-01-041-12/+8
* Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko2017-01-061-0/+3
* build system: always rewrite NUM_APPLETS.hDenys Vlasenko2016-08-231-10/+11
* build system: different fix for include/applet_tables.h/include/NUM_APPLETS.hDenys Vlasenko2016-08-211-3/+16
* build system: fix include/NUM_APPLETS.h generationDenys Vlasenko2016-08-141-5/+2
* config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko2016-07-221-1/+3
* build system: fix a few warnings for allnoconfig buildDenys Vlasenko2016-07-051-0/+2
* build system: finer-grained selection of search speedup table.Denys Vlasenko2016-04-021-32/+33
* applet_tables: save space by removing applet name offsetsRon Yorston2016-03-301-18/+60
* Aboriginal linux/musl build fixesDenys Vlasenko2015-10-051-0/+9
* applets: Add installation of individual binariesClayton Shotwell2015-07-011-2/+24
* false: make "false --help" exit with 1Denys Vlasenko2014-09-181-0/+17
* build system: use od -b instead of od -t x1Denys Vlasenko2013-11-261-6/+6
* build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko2013-11-261-5/+5
* buildsys: Add helper to list suid appletsBernhard Reutner-Fischer2013-07-261-0/+54
* style fixes, no code changesDenys Vlasenko2012-09-021-1/+1
* Fix one-applet build for tcpsvdDenys Vlasenko2012-03-191-8/+1
* applet_tables: fix single applet build failure. Closes 4009Denys Vlasenko2011-09-161-1/+8
* applets/install.sh: afer quoting of variablesDenys Vlasenko2011-04-051-35/+34
* fix install.shDenys Vlasenko2011-04-041-6/+10
* applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko2011-03-281-2/+8
* fix bit rot in scripts/Makefile.IMA #2Denys Vlasenko2011-03-061-0/+3
* .gitignore: add missing ignoresBjørn Forsman2011-03-061-0/+1
* fix "make install"Bernd Jendrissek2011-02-201-1/+1
* whitespace fixesDenys Vlasenko2011-02-031-2/+2
* simpler check for odDenys Vlasenko2010-09-161-1/+2
* build system: test that od is present in the host systemDenys Vlasenko2010-09-161-0/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-166-6/+6
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-162-2/+2
* make usage_compressed.h generation _always_ update mtimeDenys Vlasenko2010-07-081-5/+1
* randomconfig fixesDenys Vlasenko2010-07-051-2/+0
* Yet another attempt to stamp out "make -j" problemsDenys Vlasenko2010-07-041-1/+7
* build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-262-3/+23
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-1/+1
* make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko2010-06-061-3/+3
* Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-053-37/+75
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-0/+0
* ash,hush: make it possible to build them individuallyDenys Vlasenko2010-03-231-2/+4
* whitespace fixesDenys Vlasenko2010-01-251-3/+3