OSDN Git Service

android-x86/external-toybox.git
2017-10-22 Rob LandleyInsmod dummy for ifconfig tests, and "pointopoint"...
2017-10-22 Rob LandleyAdd stat to index.
2017-10-22 Rob LandleyI ended up writing a new find from scratch, so remove...
2017-10-22 Rob LandleyTypo.
2017-10-21 Rob LandleyUse char for exitval and wasroot (first capped at 8...
2017-10-21 Rob LandleyUse setlocale(LC_CTYPE, "C.UTF-8") for more targeted...
2017-10-19 Rob LandleyElliott wants to add TOYBOX_VENDOR.
2017-10-17 Elliott HughesFix groups(1) and id -G.
2017-10-17 Tom CherryAllow ro. properties to have arbitrary lengths
2017-10-10 Rob LandleyTweak help_exit() to show "See %s --help" message on...
2017-10-10 Rob LandleyComplete rewrite of cut. Handle multipe ranges, add...
2017-10-03 Rob LandleyWorkaround from Patrick Oppenlander for a bug in config...
2017-10-01 Elliott HughesFix xargs to obey POSIX's ARG_MAX restrictions.
2017-09-25 Elliott HughesBasic Mach-O support in file(1).
2017-09-21 Rob LandleyAdd #warning about musl intentionally breaking chrt.
2017-09-16 Zach RiggleFix URL typo
2017-09-10 Rob LandleyLast commit used xstrtod(), forgot to check it in.
2017-09-10 Rob LandleyRedo/add seq precision logic.
2017-09-06 Rob LandleyTighten up wc -m tests (which no longer depend on ...
2017-09-06 Rob LandleyReplace remaining mb*towc() calls with utf8towc().
2017-09-05 Rob LandleyTweak utf8towc() to return -1 earlier sometimes (instea...
2017-09-03 Rob Landleyutf8towc() has to be in lib.c if strlower() is going...
2017-09-02 Rob LandleyIn wc, replace mbrtowc() with new utf8towc() which...
2017-08-31 Rob LandleyAnother try at fixing the ps segfault resulting from...
2017-08-23 Elliott HughesFix iconv build and add trivial test.
2017-08-18 Rob Landleylsof cleanup.
2017-08-07 Rob LandleyCheck for .git before setting GITHASH.
2017-08-06 Rob LandleyAllow GITHASH to be set on the command line, to work...
2017-08-04 Elliott HughesDon't unnecessarily use printf in wc.test when echo...
2017-07-25 Rob LandleyTest that our rm -rf can zap chmod 000 directories...
2017-07-23 Rob LandleyAdd basic env.test
2017-07-22 Rob Landleytestcmd should only use absolute path to command when...
2017-07-22 Rob LandleyTypo (env -0 was checking the flag wrong).
2017-07-21 Josh Gaonetcat: make -l exit after handling a request.
2017-07-17 Rob Landleytypo
2017-07-17 Rob LandleyRedo ping plumbing. Actual ping part isn't there yet...
2017-07-17 Rob LandleySplit out xgetaddrinfo() from xconnect()
2017-07-11 Rob LandleyDon't remove "remount" from the option list during...
2017-07-11 Rob Landleycomma_scan()'s clean option wasn't removing entry at...
2017-07-09 Rob Landleydd cleanup: binary search is overkill, eliminate struct...
2017-07-09 Elliott HughesFix -Wformat compiler warning in expr.c.
2017-07-07 Rob LandleyPosix says strings should only output hits that end...
2017-07-07 Ilya Kuzmichstrings -t oxd tests
2017-07-07 Rob LandleyMake dd use atolx_range(), and teach atolx_range()...
2017-07-07 Rob LandleyFix dd tests so TEST_HOST passes. (Ubuntu's dd doesn...
2017-07-03 Rob LandleyAdd -t, deviations from posix, redo loop to have fewer...
2017-07-03 Ilya Kuzmichstrings tests and bugfixes
2017-06-27 Rob Landleywhitespace/comment tweaks.
2017-06-27 Ilya Kuzmichteach head -c
2017-06-26 Rob LandleyMost things seem to want the "b" suffix to mean 512...
2017-06-19 Rob LandleyPast time for 0.7.4.
2017-06-19 Rob LandleyManually inline TOP_COMMON and PGKILL_COMMON help text...
2017-06-14 Rob LandleyGrep exits with 2 for errors, which can happen at any...
2017-06-13 Rob Landleyconfig2help.c: Rename trim() to skip_spaces(), fluff...
2017-06-12 Rob LandleyAdd grep -M match and -S skip supporting wildcard patterns.
2017-06-11 Rob LandleyTwitter's code of conduct page went down, so mirror...
2017-06-11 Rob LandleyProvide error messages for files we can open but not...
2017-06-10 Rob LandleyFix bug where grep stopped at first dangling symlink...
2017-06-09 Rob LandleyPromote dmesg back to lsb.
2017-06-09 Rob LandleyCleanup dmesg (as posted to the list).
2017-06-06 Rob LandleyAdd comment explaining strend()
2017-06-06 Rob LandleyHave help_exit() give a brief "See %s --help" message...
2017-06-04 Rob LandleyDon't add cpio TRAILER!!! entry by default, add new...
2017-06-01 Elliott HughesAllow ':' in property names.
2017-05-28 Ilya Kuzmichteach head -v and -q
2017-05-27 Rob LandleyReplace two space indents with tab indents in help...
2017-05-27 Rob LandleyAdd separators in help -a with command name.
2017-05-26 Elliott HughesBe more consistent about periods in help text.
2017-05-25 Rob LandleyAdd -0 to env.
2017-05-25 Rob LandleyTeach env that - as first argument means -i for some...
2017-05-25 Elliott HughesAdd and use xmmap.
2017-05-23 Rob LandleyAdd minof/maxof macros that autodetect type. Make xzcat...
2017-05-23 Joyoungerfixup code style
2017-05-21 Rob LandleyPromote chrt
2017-05-21 Rob LandleyCleaup chrt
2017-05-19 Elliott HughesAdd bzip2 support to tar.
2017-05-19 Rob LandleyImplement date %N, loosely inspired by Elliott Hughes...
2017-05-15 Elliott Hughesfactor shouldn't give incorrect answers for >64-bit...
2017-05-14 Rob LandleyMinor tweaks to install.sh.
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-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-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 HughesUse $(( rather than $[ for arithmetic in expand.test.
2017-04-17 Elliott HughesMake ls.test work without awk.
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".
next