OSDN Git Service

Fix bug where all tests aren't being run with 'make test'.
[android-x86/external-toybox.git] / toys /
2016-03-17 Rob Landleyexpr cleanup: traverse optargs with tok instead of...
2016-03-16 Rob LandleyMove whitespace and curly brackets around, move referen...
2016-03-16 Andy ChuFix type coercion bugs in expr.
2016-03-16 Andy ChuFix the operator precedence in expr.
2016-03-15 Rob LandleyAdd base64.test, and Izabera pointed out that -w0 shoul...
2016-03-15 Rob LandleyAdd ls -b and make ls -q work with utf8.
2016-03-13 Rob Landleyfactor: use long long math (64 bit on 32 bit platforms...
2016-03-12 Rob LandleyUpdate scripts/single.sh and cp.c so "make mv" isn...
2016-03-12 Rob LandleyThe xattr functions were added during the 2.5 kernel...
2016-03-10 Andy ChuFix segfault in sed -e 'c\'.
2016-03-08 Rob LandleyAdd depends on TOYBOX_FORK for various commands that...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2016-03-07 Rob LandleyFix warning (toys.optflags is a long long now).
2016-03-06 Lipi Leewget: clean up
2016-03-06 Rob LandleyAnother pass at file.c: move posix-required "executable...
2016-03-04 Rob LandleyElliott pointed out that we output "unlimited" instead...
2016-03-03 Rob LandleyFix bzcat integer overflow reported by John Regehr.
2016-03-03 Elliott HughesFix file for Java class files, improve script detection...
2016-03-03 Rob LandleyMore minor cleanup (inline a function, simplify name...
2016-03-03 Rob LandleyMinor cleanup.
2016-03-03 Rob LandleyFix base64 so == wraps properly.
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-03-02 Rob LandleyThe last-ever release of uClibc hasn't got prlimit...
2016-03-02 Rob LandleySYS_finit_module isn't there on Ubuntu 12.04 because...
2016-03-02 George Burgess IVUse the correct types for recvfrom.
2016-03-01 Rob Landleydo_regular_file() prints output line, don't fall throug...
2016-02-29 Elliott HughesFix trailing spaces on ps -o cmdline.
2016-02-29 Rob LandleyFix inverted test.
2016-02-29 Isaac Dunhampending/file: add cpio, tar, zip formats.
2016-02-29 Rob LandleyFix a typo from last time, and Isaac Dunham's todo...
2016-02-29 Rob LandleySecond pass at the ELF type table.
2016-02-26 Rob LandleyFix more warnings on 32 bit builds.
2016-02-26 Rob LandleyFix bug where mount -o leftover string didn't get passe...
2016-02-22 Lipi C. H. Leeimplement simple 'wget' and port name can be specified...
2016-02-21 Rob Landleylsof cleanup
2016-02-19 Elliott HughesImplement "insmod -".
2016-02-19 Rob LandleyHelp text update from Isaac Dunham, tweaked slightly.
2016-02-19 Elliott HughesAdd xxd -p and -r.
2016-02-18 Rob LandleyThe perl build's attempt to escape spaces and such...
2016-02-18 Tom CherryAdd support for getprop -Z
2016-02-18 Elliott HughesFix remounting /system on Android.
2016-02-17 Rob LandleyAdd dynamic/static checking to file (printing dynamic...
2016-02-15 Rob LandleyCleanup pass on file.c, and add detection of different...
2016-02-14 Elliott HughesImplement file(1).
2016-02-14 Elliott HughesFix wc -c optimization.
2016-02-12 lovelycuppatearemoved unread assignment in sed.c
2016-02-11 Tom Marshalltoybox: tar: Fix support for long names
2016-02-11 Rob LandleyAdd seq -w, suggested by izabera.
2016-02-11 Rob LandleyFactor out strnstr() since posix hasn't got it, and...
2016-02-11 izaberamake wc -c faster
2016-02-10 izaberause unsigned long with factor
2016-02-10 Rob LandleyAlthough printf("%.*s", INT_MAX, s) works fine on ubunt...
2016-02-10 izaberaimplement env -u
2016-02-09 Rob LandleyAdd ulimit.
2016-02-08 Rob LandleyAdd xpipe() to lib.
2016-02-05 Rob LandleyAnother fix from Josh Gao to avoid a null pointer deref...
2016-02-05 Josh GaoFix segfault when `find -iname` gets no argument.
2016-02-04 Rob LandleyFix -H and -n with -ABC, and add tests.
2016-02-02 Elliott HughesFix directory test in cp.
2016-02-01 Rob LandleyAdd find -delete
2016-01-31 Rob LandleyFix blkid typo (label wasn't detected in murderfs).
2016-01-31 Rob LandleyAdd grep -B -C
2016-01-31 Rob LandleyAdd grep -A
2016-01-29 Rob LandleyAdd SIGWINCH support to top, and implement -o and ...
2016-01-28 Rob LandleyAdding -M broke ps -k header printing without -M.
2016-01-28 Rob LandleyBugfix I forgot to checkin, plus a wrapper function.
2016-01-28 Rob LandleyDon't resort or recalculate headers for cursor up/down...
2016-01-28 Rob LandleyAdd cpu line to top, and fix a bug initializing upticks...
2016-01-27 izaberalong opts and -f for unshare
2016-01-27 Rob LandleyDon't try to be fancy with top headers, just hardwired...
2016-01-26 Rob LandleyAdd ps -M to measure/expand field widths if they don...
2016-01-26 Rob LandleyAdd ps -O (inserts extra args before last field), and...
2016-01-25 Elliott HughesFix compiler warnings in traceroute.
2016-01-25 Rob LandleyNext lump of top work. Add -o DISPLAY_FIELDS -k FALLBAC...
2016-01-23 Rob LandleyFactor out insanitize() from seq.c to next_printf(...
2016-01-22 Rob LandleyReplace slot[] constants with SLOT_blah, fix some that...
2016-01-21 Lipi LeeI cleaned up the code in 'netstat.c' as belows.
2016-01-20 Rob LandleyCorrect units of %MEM and %VSZ.
2016-01-20 Rob LandleyAdd basic top support to ps.c, delete toys/pending...
2016-01-20 Rob Landleyruncon needs to exec, not recurse.
2016-01-19 Rob LandleyImplement pgrep -clv (and remove some accidentally...
2016-01-18 Rob LandleyImplement basic pkill plumbing, and fix FORCE_FLAGS...
2016-01-17 Rob LandleyExtend utf8 fontmetrics so ps can use them.
2016-01-17 Rob LandleyAdd -L label and UUID support to mkswap.
2016-01-17 Rob LandleyUpdate draw_str() and friends to do standard escaping...
2016-01-16 Rob LandleyMove create_uuid() to lib and xpoll() to lib/net.c.
2016-01-16 Rob LandleyAdd swapon -d (discard)
2016-01-15 Rob LandleyCommand line files without paths were attempting to...
2016-01-15 Rob LandleyFix sort -f, add tests, make TEST_HOST pass new tests.
2016-01-15 Rob LandleyImplement most of pgrep and pkill.
2016-01-14 Rob LandleyMake "find -execdir toys echo {} +" batch correctly...
2016-01-11 Elliott HughesFix tail -f /does/not/exist.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2016-01-09 Elliott HughesThe sense of -L was flipped.
2016-01-07 Rob LandleyMake scan_key() specify timeout in miliseconds, split...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2016-01-05 Rob LandleyWork towards making "find . -execdir echo {} + -execdir...
2016-01-02 Rob LandleyFix find --prune.
2016-01-02 Rob LandleyFix "find . -exec echo {}" segfault, and stop measuring...
2016-01-01 Rob LandleyFirst pass at iotop.
next