index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
Config.src
Age
Commit message (
Expand
)
Author
2018-06-06
restore documentation on the build config language
Kartik Agaram
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-23
Remove remnants of disabled "length" applet
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-08-29
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
Denys Vlasenko
2015-10-30
stat: make -f optional. This allows to build stat for non-linux systems
Denys Vlasenko
2015-08-03
uname: make OS name configurable
Ron Yorston
2015-07-21
sync: add support for -d -f FILE
Denys Vlasenko
2015-05-25
typo fixes
Maninder Singh
2015-02-07
dd: add optional support for status=noxfer/none
Ari Sundholm
2014-05-19
Add conditional support for -v / --verbose
Denys Vlasenko
2014-01-10
tail: adjust help/usage texts
Cristian Ionescu-Idbohrn
2013-01-14
sha3sum: new applet
Lauri Kasanen
2011-08-16
hostid: fix behavior on identifiers starting with zeros
Pere Orga
2011-08-09
users: new applet.
Tito Ragusa
2011-06-21
groups: new applet
Tito Ragusa
2011-02-26
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-01-26
disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...
Denys Vlasenko
2010-12-01
touch: fix help text to not show options disabled in .config
Denys Vlasenko
2010-08-01
stty: sort out preprocessor conditionals
Jeremie Koenig
2010-07-19
mark Linux-specific configuration options
Jeremie Koenig
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-04
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko