OSDN Git Service

android-x86/external-toybox.git
2018-02-05 Rob LandleyPeople keep running ./configure, so have it do a defcon...
2018-02-04 Rob LandleyAdd crc32.
2018-02-01 Rob LandleyAhem, I _said_ basic ping support.
2018-01-31 Rob LandleyBasic ping support.
2018-01-24 Rob LandleyRevert the ps -T thing until I understand what Elliott...
2018-01-23 Elliott HughesFix hang in losetup test.
2018-01-21 Reverend HomerFix variables in help.txt
2018-01-21 Rob Landleygzip cleanup: fix test_gzip, unify do_gzip/do_gunzip...
2018-01-21 Rob LandleyFix gunzip to past test_gunzip.
2018-01-16 Rob LandleyFix "ps -T 1234" to show thread belonging to that PID.
2018-01-15 Rob LandleyMerge shared_main() back into ps_main() and top_main...
2018-01-15 Rob LandleyAdd more comments to ps.
2018-01-15 Rob LandleySwitch xgettty() -> tty_fd() (returning -1 instead...
2018-01-10 Rob LandleyMove make help text out of Makefile.
2018-01-09 Elliott HughesAdd the gzip/gunzip/zcat tests I wrote for toolbox...
2018-01-06 Rob LandleyMove millitime() into lib.c.
2018-01-03 Rob LandleyCleanup pass on gzip.c.
2018-01-01 Rob LandleyPromote logger, and fluff up help text a bit.
2018-01-01 Rob LandleyCleanup logger.c, and move the facilitynames/priorityna...
2018-01-01 Rob Landleyxphung on github said: "config2help currently doesn...
2017-12-29 Rob LandleyPromote iconv.
2017-12-29 Rob LandleyCleanup iconv.
2017-12-27 Rob LandleyPromote setfattr
2017-12-27 Rob LandleyMinor cleanup on setfattr.c
2017-12-27 Elliott HughesAdd xxd -i (and xxd -ri).
2017-12-27 Elliott HughesFix xargs -0 with -n.
2017-12-24 Elliott HughesAdd fmt.
2017-12-22 Rob LandleyRedo namestopid to handle more cases.
2017-12-19 Rob LandleyFix make bloatcheck dependencies (pointed out by Patric...
2017-12-19 Elliott Hugheskillall should kill scripts too.
2017-12-11 Rob LandleyAn incomplete list of deviations from posix (it's a...
2017-12-10 Rob LandleyCleanup pass on stty: collate do_stty() calls for futur...
2017-12-05 Elliott HughesUse NULL rather than 0 in vargs.
2017-12-03 Rob LandleyCommands in pending should default n.
2017-12-03 Elliott HughesAdd stty(1).
2017-12-03 Elliott HughesDon't capitalize in the middle of a sentence.
2017-12-03 Elliott HughesAdd uptime -p.
2017-12-03 Rob LandleyGaël PORTAY wants mdev to work when Linux has the block...
2017-12-03 Rob LandleyAndroid has its loop devices under "block" as Elliott...
2017-11-27 Rob LandleyRecognize sh/frv fdpic, and add types for bpf and new...
2017-11-26 Rob LandleyUse endianness info to read executable type.
2017-11-24 Elliott HughesAdd "time -v".
2017-11-22 Elliott HughesMake find -exec + obey ARG_MAX just like xargs.
2017-11-17 Rob LandleyMinor tweaks.
2017-11-17 Elliott HughesAdd "df -i".
2017-11-04 Elliott Hughesfile(1): add ogg, TrueType font, LLVM bitcode, PEM...
2017-11-01 Rob LandleyAdd top -m, fix width truncating for narrow screens...
2017-10-31 Rob LandleyRename test_*.c to demo_*.c (because "make test_$CMD...
2017-10-31 Rob LandleyOnly show LABEL= when there is one.
2017-10-31 Rob LandleyFix cut -s and -f when delimiter not found (posix says...
2017-10-28 Rob LandleyWeb page updates.
2017-10-26 Rob LandleyMake -c work with unicode chars, and first stab at...
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.
next