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
/
libbb
Age
Commit message (
Expand
)
Author
2014-07-30
sha3: tweak comments and indentation
Denys Vlasenko
2014-07-30
sha3: code shrink (and speedup for SHA3_SMALL=0)
Denys Vlasenko
2014-07-25
sha3: add 32-bit optimized bit-sliced implementation
Denys Vlasenko
2014-07-01
libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190
Denys Vlasenko
2014-06-25
libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined
Denys Vlasenko
2014-06-22
unit-tests: implement the unit-testing framework
Bartosz Golaszewski
2014-06-22
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-05-19
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-02
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-05-02
libbb: fix empty PATH components handling
Denys Vlasenko
2014-05-02
libbb: fix thinko in rtc_xopen()
Denys Vlasenko
2014-05-02
libbb: make rtc_xopen try harder on EBUSY
Denys Vlasenko
2014-05-02
Fix compile failures
Denys Vlasenko
2014-04-30
libbb: make syslog level for bb_error_msg's configurable. use it in crond
Denys Vlasenko
2014-04-16
libbb/obscure.c: code shrink. Suggested by Tito.
Denys Vlasenko
2014-04-13
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2014-03-16
libbb: fix a bad check for uclibc >= 0.9.31
Denys Vlasenko
2014-03-16
script: make it work even if fd 0 is closed
Denys Vlasenko
2014-02-27
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-25
du, copy_file: fix file matching on cramfs. Closes 5456
Denys Vlasenko
2014-02-25
libbb: trivial code shrink
Denys Vlasenko
2014-02-09
libbb: don't die if crypt() returns NULL
Denys Vlasenko
2014-01-31
appletlib: fix set-but-unused warning
Mike Frysinger
2014-01-21
libbb: if opening /dev/loopN returns ENXIO, don't try N++.
Denys Vlasenko
2014-01-21
libbb: fix parsing of "10101010" date/time form
Denys Vlasenko
2014-01-10
lineedit: fix trivial build failure
Denys Vlasenko
2014-01-08
libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.
Denys Vlasenko
2013-12-31
fix failures found by randomconfig builds
Denys Vlasenko
2013-12-16
do not fail build if MAXSYMLINKS isn't defined
Michael Tokarev
2013-11-29
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-29
chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
Denys Vlasenko
2013-11-28
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2013-11-26
libbb: add sketch of tentative 'better' passwd/group API
Denys Vlasenko
2013-11-19
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-19
comment tweak
Denys Vlasenko
2013-11-19
sulogin: use common password-checking routine.
Denys Vlasenko
2013-10-08
libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions
Ryan Mallon
2013-09-06
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-08-20
lineedit: use unicode_strwidth instead of unicode_strlen
Denys Vlasenko
2013-08-19
lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n
Denys Vlasenko
2013-08-19
lineedit: improve Unicode handling (still buggy though)
Denys Vlasenko
2013-08-06
libbb: code shrink
Denys Vlasenko
2013-07-30
Whitespace fixes
Denys Vlasenko
2013-07-30
Refactor catv. Move visible() from stty to libbb.
Bartosz Golaszewski
2013-07-25
date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats
Bartosz Golaszewski
2013-07-25
networking: code shrink
Bartosz Golaszewski
2013-07-13
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2013-07-07
Call setlocale("") , not "C", if we want to set the default one
Denys Vlasenko
2013-07-05
unicode: check $LC_CTYPE too to detect Unicode mode
Denys Vlasenko
[prev]
[next]