OSDN Git Service

android-x86/external-toybox.git
2017-05-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-05-11 Rob LandleySwitch to testcmd and add "-e all but \c" test.
2017-05-11 Elliott HughesMake fewer assumptions about the shell in echo.test.
2017-05-09 Rob LandleyMove strend() to lib/lib.c
2017-05-09 Rob LandleyRemove old uClibc compatibility glue. It's been 5 years...
2017-05-08 Rob LandleyNow that xopen() no longer returns stdio, !fd doesn...
2017-05-08 Mike MoretonFix error in writing output that was causing zcat to...
2017-05-08 Rob LandleyError if we can't autodetect filesystem type.
2017-05-06 Elliott HughesAdd all the toybox symbolic links to recovery.
2017-05-05 Elliott HughesInclude $(BUILD_NUMBER_FROM_FILE) in the toybox --version.
2017-05-04 Elliott HughesSwitch to toybox gzip/gunzip/zcat.
2017-05-04 Sandeep PatilAdd toybox_vendor for treble products
2017-05-04 Mark Salyzynlibselinux can depend on libcutils
2017-05-03 Elliott HughesRemove mkfifo from the uncategorized list.
2017-05-03 Elliott HughesFix the find tests.
2017-05-02 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-04-30 Rob LandleyAndroid NDK doesn't have cutils/sched_policy.h so add...
2017-04-30 Elliott HughesAndroid needs -llog to link.
2017-04-30 Elliott HughesBuilding mkpasswd on Android makes no sense.
2017-04-30 Elliott HughesImplement zlib-based gzip/gunzip/zcat.
2017-04-26 Rob LandleyElliott wants to run the toybox tests on android host...
2017-04-25 Rob LandleyForgot to check in one of the files for bzcat.test
2017-04-25 Rob LandleyAnother FAQ, and some related tweaks as long as I was...
2017-04-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-04-19 Rob LandleyAdd ls -ll (with --full-time as a compatibility synonym...
2017-04-18 Rob LandleyThe kernel needs bc to build because
2017-04-17 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-04-17 Elliott HughesUse $(( rather than $[ for arithmetic in expand.test.
2017-04-17 Elliott HughesMake ls.test work without awk.
2017-04-17 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-04-16 Elliott HughesSpeed up tail.test for shells without builtin printf.
2017-04-12 Rob LandleyDefault to -b rather than -q when output is to a tty.
2017-04-11 Elliott HughesFix "make test_split".
2017-04-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-04-11 Rob LandleySilence a broken warning by hitting it with a rock.
2017-04-11 Elliott HughesMake fdisk buildable.
2017-04-11 Elliott HughesFix touch -a/-m (and add the missing tests).
2017-04-10 Elliott HughesAdd "uudecode -o -" support.
2017-04-08 Rob LandleyFix the ls -m test (which is just a whitespace issue...
2017-04-07 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-04-07 Elliott HughesMake renice.test work without awk.
2017-04-07 Elliott HughesRemove mount.test awk dependency.
2017-04-07 Elliott HughesMake pgrep tests runnable on toybox-only systems.
2017-04-07 Elliott HughesMake pkill tests runnable on a toybox-only system.
2017-04-07 Elliott HughesMake bzcat tests runnable on a toybox-only system.
2017-04-04 Rob LandleyAdd "testcmd" function as an alternative to "testing...
2017-04-04 Treehugger... Merge changes I85f365f5,I2b3c82fb,I4f196054,I9343237c...
2017-04-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-04-03 Elliott HughesFix ls -a and ls -A tests.
2017-04-03 Rob LandleyTrivial cleanup. (Whitespace, brackets, and remove...
2017-04-03 Rob LandleyAdd gzip support. (Doesn't show source OS and timestamp...
2017-04-03 Elliott HughesImplement dmesg -T.
2017-04-03 Elliott HughesBuild toybox diff.
2017-04-01 Elliott HughesBuild toybox diff.
2017-03-29 Rob LandleyDon't try to implement %s, we have @seconds, strptime...
2017-03-29 Rob LandleyNew date range tests are simple, won't catch Feb 29...
2017-03-29 Rob LandleyReplace chkmktime() (which produces false positive...
2017-03-29 Elliott HughesUse external/bzip2 for bunzip2 and bzcat.
2017-03-28 Josh Gaops: don't query for terminal size if not a tty.
2017-03-28 Elliott HughesUse external/bzip2 for bunzip2 and bzcat.
2017-03-27 Elliott HughesFix the type of the callback in getprop.
2017-03-24 Rob LandleyWe grew a few more commands that weren't on the roadmap...
2017-03-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-03-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-03-23 Rob LandleyNow that just about everything has --help, don't output...
2017-03-23 Jaesoo LeeMerge "removed toybox_static (and modprobe) from normal...
2017-03-23 Jaesoo LeeMerge "removed toybox_static (and modprobe) from normal...
2017-03-22 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-03-22 Elliott HughesFix a typo and explain a mystery in news.html.
2017-03-22 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-03-22 Elliott HughesImplement uptime -s.
2017-03-22 Jaesoo Leeremoved toybox_static (and modprobe) from normal mode
2017-03-22 Rob Landleydirtree_flagread() returns DIRTREE_ABORTVAL when the...
2017-03-20 Rob LandleyPaste bugfix, more tests.
2017-03-20 Rob LandleyAdd TOYBOX_PEDANTIC_ARGS to check arguments when there...
2017-03-20 Rob LandleyRewrite paste so it actually works.
2017-03-16 Jaesoo Leeadded a new build module for statically linked toybox...
2017-03-15 Jaesoo Leeadded a new build module for statically linked toybox...
2017-03-05 Rob LandleyAnother FAQ entry.
2017-03-04 Rob LandleyFAQ tweak: one more link on toybox history.
2017-03-04 Rob LandleyCheck in web page announcement for 0.7.3.
2017-02-27 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-02-26 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-02-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-02-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-02-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-02-21 Rob LandleyIt's past time for 0.7.3.
2017-02-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2017-02-21 Rob LandleyIf the last ps field is left justified, it extends...
2017-02-21 Elliott Hughes4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang.
2017-02-21 Rob LandleyDeclaring todo bankruptcy, dmesg goes back into pending...
2017-02-21 Elliott HughesFix dmesg -c and -C.
2017-02-18 Rob LandleyAscii only showed 15 rows instead of 16 and spacing...
2017-02-18 Elliott HughesFix the comment about the Android SIGPIPE behavior.
2017-02-16 Elliott HughesTeach file(1) about bzip2 files.
2017-02-16 Elliott HughesSort .config. am: 913e37db63 am: e8583a8848
2017-02-16 Elliott HughesSort .config. am: 913e37db63
2017-02-16 Elliott HughesSort .config.
2017-02-16 Elliott HughesSort .config.
2017-02-16 Rob LandleyMerge "Add back bionic SIGPIPE handler workaround accid...
next