OSDN Git Service

Andreas Gampe suggested a different fix.
[android-x86/external-toybox.git] / toys /
2018-02-09 Rob LandleyAndreas Gampe suggested a different fix.
2018-02-08 Rob LandleyThinko pointed out by Andreas Gampe (causing segfaults...
2018-02-04 Rob LandleyAdd crc32.
2018-02-01 Rob LandleyAhem, I _said_ basic ping support.
2018-01-24 Rob LandleyRevert the ps -T thing until I understand what Elliott...
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-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...
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-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 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-26 Rob LandleyMake -c work with unicode chars, and first stab at...
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-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-10 Rob LandleyRedo/add seq precision logic.
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-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-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-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 LandleyMake dd use atolx_range(), and teach atolx_range()...
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-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-12 Rob LandleyAdd grep -M match and -S skip supporting wildcard patterns.
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-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-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-09 Rob LandleyMove strend() to lib/lib.c
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 Elliott HughesBuilding mkpasswd on Android makes no sense.
2017-04-30 Elliott HughesImplement zlib-based gzip/gunzip/zcat.
2017-04-19 Rob LandleyAdd ls -ll (with --full-time as a compatibility synonym...
2017-04-12 Rob LandleyDefault to -b rather than -q when output is to a tty.
2017-04-11 Rob LandleySilence a broken warning by hitting it with a rock.
next