OSDN Git Service

android-x86/external-toybox.git
2016-08-19 Rob LandleyChange xgetpwnamid/xgetgrnamid to xgetuid/xgetgid retur...
2016-08-16 Rob LandleyAdd length modifier to date escapes, and length sanity...
2016-08-15 Rob LandleyMake "stat -c %37G file" and "stat -c %.5G file" work...
2016-08-15 Rob LandleyExplain shared library policy, fix an unblanaced tag...
2016-08-13 Rob LandleyDocument deviations from posix for echo.
2016-08-13 Rob LandleyAdd TOYFLAG_NOHELP to disable --help processing for...
2016-08-13 Rob LandleyMove getusername/getgroupname to lib. (Return name...
2016-08-11 Rob LandleyMatthias Urhahn pointed out that %b returns hardwired...
2016-08-07 Rob LandleyInline setup_inout(), test ftruncate() return value...
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-08-02 Elliott HughesFix warning: 'XATTR_NAME_SMACK' macro redefined.
2016-08-01 Elliott HughesFix touch(1) date parsing on tzcode-derived systems.
2016-07-30 Rob LandleySingle builds skip commands with 0 in the install locat...
2016-07-29 Rob LandleyIzabera reporeted that FLAG_v was never checked in...
2016-07-26 Rob LandleyMove regexec0 into lib (regexec that takes length and...
2016-07-23 Rob LandleyUsischev Yury pointed out that id shouldn't use exit...
2016-07-23 Rob LandleyUsischev Yury pointed out a use after free error.
2016-07-23 Rob LandleyMany failing tests I need to fix grep to pass while...
2016-07-21 Rob LandleyCommon test infrastructure says command name, don't...
2016-07-18 Elliott HughesAdd getfattr(1) and setfattr(1).
2016-07-17 Rob LandleyThe recent option parsing changes broke the multiplexer...
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
next