OSDN Git Service

android-x86/external-toybox.git
2016-07-16 Elliott HughesRemove sendevent from the Android roadmap.
2016-07-15 Rob LandleyFix non-library md5sum build. (Oops.)
2016-07-15 Rob LandleyAdd optional openssl accelerated versions of hash funct...
2016-07-15 Rob LandleyDon't close stdin when loopfiles reads "-".
2016-07-15 Rob LandleySomebody asked a FAQ on irc, so answer it.
2016-07-14 Elliott HughesAdd Android's "sendevent".
2016-07-14 Rob LandleyAdd -c to md5sum and sha1sum.
2016-07-13 Elliott HughesIncrease ps' default RSS and VSIZE widths.
2016-07-13 Rob LandleyBugfix: suffixless string was feeding terminating NUL...
2016-07-12 Rob LandleyImplement NOP find -noleaf
2016-07-12 Rob LandleyConvert atolx() and friends to use long long internally...
2016-07-08 Elliott Hughesdd improvements.
2016-07-08 Elliott HughesFix typo in chattr test.
2016-07-06 Rob LandleyFix generated/make.sh. (Quotes in TOYBOX_VERSION need...
2016-07-05 Elliott HughesImplement xxd -s.
2016-07-05 Elliott HughesDon't try to guess the build id type in file(1).
2016-07-05 Rob LandleyFix chattr and date tests.
2016-07-04 Rob LandleyNow that we're using the adjusted option string, need...
2016-07-04 Rob LandleyFix a bug (octal digits are 0-7, not 0-8) and deal...
2016-07-04 Rob LandleyPromote file.
2016-07-04 Elliott HughesImprove file(1)'s ELF support.
2016-07-03 Rob LandleyPromote netsat, and move ifconfig, netcat, and rfkill...
2016-07-03 Rob LandleyMore netstat cleanup (inline display_data)
2016-07-02 Rob LandleyNext round of netstat cleanup.
2016-07-01 Rob LandleyAdd patch -d and --dry-run
2016-07-01 Rob LandleyFix option parsing infrastructure bug.
2016-06-30 Rob LandleyTeach wc to do -cm together. Fix testsuite so TEST_HOST...
2016-06-30 Rob LandleyAdd NOSPACE=1 to allow tests to pass with diff -b
2016-06-30 Rob LandleyUse libbuf instead of stack buffer.
2016-06-29 Rob LandleyRemove unused argument from do_lines()
2016-06-29 Elliott HughesRemove 'start' and 'stop' from the Android roadmap.
2016-06-29 Elliott HughesUpdate Android section of roadmap.
2016-06-28 Elliott HughesFix iteration for start/stop without arguments.
2016-06-28 Rob LandleyFix a "may be used uninitialized".
2016-06-27 Elliott HughesFix start.c build and add error reporting.
2016-06-25 Rob LandleyCode style pass.
2016-06-25 Elliott Hughesnew Android toys: start/stop
2016-06-23 Elliott HughesUpdate Android section of roadmap.
2016-06-23 Elliott HughesRemove android/log's "default" priority.
2016-06-21 Rob LandleyAttempt at cleanup of log.c, but I don't have a build...
2016-06-21 Elliott Hughesnew Android toy: log
2016-06-19 Rob LandleyLast commit depends on new lib code I forgot to check...
2016-06-19 Rob LandleyNext round of diffstat cleanup.
2016-06-18 Elliott HughesMake it clearer that CMD is the thread name.
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-06-15 Rob LandleyThe glibc bug at https://sourceware.org/bugzilla/show_b...
2016-06-12 Rob LandleyLots of netstat cleanup, including a rewrite of the...
2016-06-12 Elliott HughesFinish switching to dev_major/dev_minor.
2016-06-11 Rob LandleyMissing parentheses. (Oops.)
2016-06-10 Elliott HughesFix trailing whitespace bug in netstat.
2016-06-10 Rob Landleyxreadlink() only exits for memory allocation, it return...
2016-06-10 Elliott HughesUpdate Android roadmap section.
2016-06-10 Rob LandleyShuffle arguments around (TNAME->NAME->COMM->CMD),...
2016-06-10 Rob LandleyRevert commit e02e41373ea3, we're always initializing...
2016-06-10 Elliott HughesHACK: restore Android ps behavior.
2016-06-09 Kyungsik LeeFix dangling link after cp command
2016-06-09 Rob LandleyFix ps bug, last field wasn't expanding to width.
2016-06-09 Rob LandleyChange the TNAME behavior to "Show parent argv[0]....
2016-06-07 Rob LandleyIzabera pointed out that cmp -ls are contradictory.
2016-06-05 Paul BarkerFix TOYBOX_VERSION
2016-06-04 Elliott HughesBasic success/failure return from pgrep/pkill.
2016-06-04 Rob Landleyps: Show [stat2] for any otherwise blank process name...
2016-05-31 Rob LandleyIn cp -a, don't complain if non-root user can't chown...
2016-05-30 Rob LandleyAdd output path to cp error message filenames.
2016-05-27 Rob LandleyAdd -o TNAME for android, fix display of last field...
2016-05-26 Elliott HughesStabilize another sort.
2016-05-25 Rob LandleyStand alone builds of OLDTOY should show help text...
2016-05-24 Rob LandleyThe "show parent command path" commit changed the crite...
2016-05-23 Elliott HughesFix remaining pkill tests.
2016-05-23 Elliott HughesFix pkill -9.
2016-05-23 Rob LandleyDon't truncate number fields for anything but right...
2016-05-22 Rob LandleyMake -o COMMAND show parent command path for threads...
2016-05-22 Rob LandleyComment and help text tweaks.
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-05-20 Rob LandleyMake build dependencies more granular. This should...
2016-05-17 Rob LandleyAdd bufgetpwuid. (Repeated calls to getpwuid() are...
2016-05-16 Rob LandleyAdd top -O
2016-05-16 Rob LandleyAdd stat -tL and -c %m%t%T.
2016-05-10 Rob LandleyUse CFG_TOYBOX_NORECURSE to avoid
2016-05-07 Rob LandleyWork around increasingly insane compiler developers...
2016-05-06 Alistair StrachanFix static linkage of toybox binary.
2016-05-06 Elliott HughesAdd top -H.
2016-05-06 Elliott HughesAndroid roadmap update.
2016-05-05 Elliott Hughes"top -b -n1" should end with a newline.
2016-05-04 Rob LandleyElliott says -T should fetch threads even when not...
2016-05-04 Rob LandleySimplify ps android scheduling policy fetch slightly.
2016-05-04 Rob LandleyHostname cleanup, as described on the list.
2016-05-04 Paul BarkerAdd -b and -F arguments to hostname
2016-05-02 Rob LandleyFluff up README.
2016-05-01 Elliott HughesAdd a ps "PCY" field for Android scheduling policy.
2016-04-30 Rob LandleyFirst guess at showing thread names properly.
2016-04-29 Elliott HughesShow "-" rather 0 if we don't know whether a process...
2016-04-29 Elliott HughesFix ps -O help output alignment.
2016-04-25 Rob Landleyps thread supportand 32/64 bit detection.
2016-04-25 Rob LandleyFix find bug reported by Tom Marshall, add test for...
2016-04-24 Rob LandleyAdd "infrastructure in search of a user" to cleanup...
2016-04-24 Elliott HughesAdd the non-tty more(1) test.
2016-04-23 Elliott HughesFix more to not append an extra newline.
2016-04-23 Elliott HughesFix more to a non-tty.
2016-04-23 Rob LandleyRemove inappropriate bzip tests (we're not comparing...
next