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
/
libbb
/
Config.src
Age
Commit message (
Expand
)
Author
2022-02-03
libbb/sha256: optional x86 hardware accelerated hashing
Denys Vlasenko
2022-01-07
libbb/sha1: optional x86-64 hardware accelerates hashing
Denys Vlasenko
2022-01-03
libbb/sha1: x86_64 version: generate from a script, optimize a bit
Denys Vlasenko
2022-01-01
libbb/sha1: x86_64 version: bswap in 64-bit chunks
Denys Vlasenko
2022-01-01
libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]
Denys Vlasenko
2022-01-01
libbb/sha1: assembly versions for x86
Denys Vlasenko
2021-12-31
libbb/sha1: shrink and speed up fully unrolled version
Denys Vlasenko
2021-12-30
libbb/sha1: add config-selectable partially unrolled version
Denys Vlasenko
2021-12-30
libbb/sha1: add config-selectable fully unrolled version, closes 14391
Denys Vlasenko
2021-10-12
config system: move some options closer to relevalnt tool subdirectories
Denys Vlasenko
2021-09-17
date,touch: allow timezone offsets in dates
Ron Yorston
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2018-06-06
restore documentation on the build config language
Kartik Agaram
2018-04-17
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...
Denys Vlasenko
2018-02-25
lineedit: allow window size tracking to be disabled
Ron Yorston
2017-07-27
config: trim/improve item names and help texts.
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-15
config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-12-23
Make FEATURE_USERNAME_COMPLETION=y by default
Denys Vlasenko
2016-11-24
Move FEATURE_BUFFERS_USE_foo options to library tuning
Denys Vlasenko
2016-11-24
Move locale, unicode, and "use sendfile?" options to library tuning
Denys Vlasenko
2015-10-30
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Denys Vlasenko
2015-10-25
tweak defconfig
Denys Vlasenko
2013-01-15
sha3: make size/speed optimization decision configurable
Denys Vlasenko
2011-09-13
Config: fix wording in help-text
Bernhard Reutner-Fischer
2011-09-10
regularize options which control size/speed trade
Denys Vlasenko
2011-09-04
lineedit: add support for history saving on exit
Denys Vlasenko
2011-07-11
libbb/lineedit: implement optional Ctrl-R history search
Denys Vlasenko
2011-03-31
ash,hush: optional support for $HISTFILESIZE.
Denys Vlasenko
2011-02-26
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-10
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
Denys Vlasenko
2011-01-31
df,find_mount_point: optionally don't ignore rootfs
Lauri Kasanen
2010-12-30
libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names
Denys Vlasenko
2010-10-25
powertop: new applet
Marek Polacek
2010-09-12
hush: optional support for history saving
Denys Vlasenko
2010-07-19
mark Linux-specific configuration options
Jeremie Koenig
2010-07-16
tweak defconfig
Denys Vlasenko
2010-06-08
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-04
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko