| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 11 | -23/+137 |
|\ |
|
| * | fix failures found by randomconfig builds | Denys Vlasenko | 2013-12-31 | 4 | -10/+23 |
| * | do not fail build if MAXSYMLINKS isn't defined | Michael Tokarev | 2013-12-16 | 1 | -0/+6 |
| * | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko | 2013-11-29 | 1 | -1/+1 |
| * | chpst: fix a bug where -U USER was using wrong USER (one from -u USER) | Denys Vlasenko | 2013-11-29 | 1 | -2/+1 |
| * | sed: open input files sequentially to avoid EMFILE | Denys Vlasenko | 2013-11-28 | 1 | -1/+2 |
| * | libbb: add sketch of tentative 'better' passwd/group API | Denys Vlasenko | 2013-11-26 | 1 | -0/+48 |
| * | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko | 2013-11-19 | 1 | -1/+10 |
| * | comment tweak | Denys Vlasenko | 2013-11-19 | 1 | -1/+1 |
| * | sulogin: use common password-checking routine. | Denys Vlasenko | 2013-11-19 | 1 | -6/+15 |
| * | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions | Ryan Mallon | 2013-10-08 | 1 | -9/+36 |
| * | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko | 2013-09-06 | 1 | -2/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-08-27 | 13 | -126/+216 |
|\| |
|
| * | lineedit: use unicode_strwidth instead of unicode_strlen | Denys Vlasenko | 2013-08-20 | 1 | -3/+3 |
| * | lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n | Denys Vlasenko | 2013-08-19 | 1 | -14/+30 |
| * | lineedit: improve Unicode handling (still buggy though) | Denys Vlasenko | 2013-08-19 | 2 | -11/+24 |
| * | libbb: code shrink | Denys Vlasenko | 2013-08-06 | 1 | -7/+5 |
| * | Whitespace fixes | Denys Vlasenko | 2013-07-30 | 1 | -1/+1 |
| * | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski | 2013-07-30 | 1 | -0/+24 |
| * | date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats | Bartosz Golaszewski | 2013-07-25 | 1 | -10/+23 |
| * | networking: code shrink | Bartosz Golaszewski | 2013-07-25 | 1 | -0/+58 |
| * | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko | 2013-07-13 | 1 | -0/+7 |
| * | Call setlocale("") , not "C", if we want to set the default one | Denys Vlasenko | 2013-07-07 | 1 | -3/+12 |
| * | unicode: check $LC_CTYPE too to detect Unicode mode | Denys Vlasenko | 2013-07-05 | 1 | -0/+8 |
| * | unicode: check $LC_ALL to detect Unicode mode, not only $LANG | Denys Vlasenko | 2013-07-02 | 1 | -4/+10 |
| * | Move create_icmp[6]_socket to its only user, and simplify it | Denys Vlasenko | 2013-06-28 | 3 | -76/+0 |
| * | md5/sha512: a better fix for strict aliasing warnings | Denys Vlasenko | 2013-06-27 | 1 | -3/+3 |
| * | md5/sha512: fix strict aliasing warnings | Mike Frysinger | 2013-06-19 | 1 | -3/+3 |
| * | sulogin: allow system maintenance login if root password is empty | Jonathan Liu | 2013-05-21 | 1 | -1/+3 |
| * | ash,hush: history builtin | Flemming Madsen | 2013-04-07 | 1 | -2/+14 |
* | | libbb: handle UNC paths in recursive make directory calls | Ron Yorston | 2013-08-27 | 1 | -2/+23 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-04-03 | 4 | -40/+110 |
|\| |
|
| * | lineedit: \W on "/bin" should show "bin", not "/bin" | Denys Vlasenko | 2013-03-29 | 1 | -1/+1 |
| * | lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! | Denys Vlasenko | 2013-03-29 | 1 | -37/+47 |
| * | libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() | Denys Vlasenko | 2013-03-29 | 2 | -2/+22 |
| * | lineedit: add handling of \H in prompt | Denys Vlasenko | 2013-03-28 | 1 | -5/+45 |
| * | hexdump: don't unconditionally limit the usable address range | Denys Vlasenko | 2013-03-27 | 1 | -1/+1 |
* | | df: limited implementation for WIN32 | Ron Yorston | 2013-04-03 | 1 | -0/+37 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-03-19 | 5 | -6/+36 |
|\| |
|
| * | readlink: uClibc supports automatic allocation too now | Mike Frysinger | 2013-03-12 | 1 | -1/+2 |
| * | make --help return exitcode 0. Closes 5612 | Denys Vlasenko | 2013-02-28 | 1 | -1/+1 |
| * | lineedit: initialize delptr | Shawn J. Goff | 2013-02-27 | 1 | -0/+1 |
| * | move endofname() to libbb | Denys Vlasenko | 2013-02-26 | 1 | -0/+26 |
| * | vasprintf: return -1 on strdup failure | Denys Vlasenko | 2013-02-10 | 1 | -1/+1 |
| * | vasprintf: do not use xmalloc, it will deadlock on OOM | Denys Vlasenko | 2013-02-07 | 1 | -3/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-02-07 | 8 | -28/+312 |
|\| |
|
| * | sha3: code shrink | Denys Vlasenko | 2013-01-20 | 1 | -32/+59 |
| * | code shrink | Denys Vlasenko | 2013-01-17 | 1 | -8/+12 |
| * | sha3: s/sha3_process_block76/sha3_process_block72/ | Denys Vlasenko | 2013-01-16 | 1 | -4/+4 |
| * | sha3: rename KeccakF->sha3_process_block76. | Denys Vlasenko | 2013-01-16 | 1 | -79/+81 |