OSDN Git Service

android-x86/external-toybox.git
2016-03-09 Steve Kondiktoybox: Fix build
2016-03-09 Steve Kondiktoybox: Update makefile, generated files, and configuration
2016-03-09 Steve Kondiktoybox: Fix build of static executable
2016-03-09 Steve KondikMerge branch 'master' of https://android.googlesource...
2016-03-08 Elliott HughesRemove switch_root.
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 Elliott HughesRegenerate generated files.
2016-03-07 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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 LandleyFactor out command name at the start of test name,...
2016-03-02 Rob LandleyPrint command name at start of each test.
2016-03-02 Rob LandleySplit lsattr/chattr tests.
2016-03-02 Rob LandleyCommand name at start of each test.
2016-03-02 Rob LandleyAdd fstype test.
2016-03-02 Rob LandleyTry to consistently print command name at the start...
2016-03-02 Rob Landleysplit pgrep/pkill tests.
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 Rob LandleyUse shell builtins instead of calling wc/awk/sed. ...
2016-03-02 Rob LandleyThe last-ever release of uClibc didn't #define MS_RELATIME.
2016-03-02 George Burgess IVUse the correct types for recvfrom.
2016-03-02 Elliott HughesFix "make help" again.
2016-03-01 Mike Frysingerconfig2help: add missing ctype.h include
2016-03-01 Rob Landleydo_regular_file() prints output line, don't fall throug...
2016-03-01 Elliott HughesRegenerate generated files.
2016-02-29 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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 LandleySwitch to $! for make.sh process enumeration.
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-25 Rob LandleyTypecast a printf argument because wchar_t isn't a...
2016-02-25 Rob LandleyMusl needs an extra #include.
2016-02-22 Lipi C. H. Leeimplement simple 'wget' and port name can be specified...
2016-02-21 Rob Landleylsof cleanup
2016-02-20 Elliott HughesRegenerate generated files.
2016-02-20 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-19 Elliott HughesImplement "insmod -".
2016-02-19 Rob LandleyAdd test_COMMAND for each command, update "make help...
2016-02-19 Rob LandleyHelp text update from Isaac Dunham, tweaked slightly.
2016-02-19 Elliott HughesAdd xxd -p and -r.
2016-02-19 Rob LandleyRLIMIT_RTTIME was added to the kernel in 2008, you...
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 LandleyTestfile with the 3 different types of "not utf8 output...
2016-02-17 Rob LandleyAdd dynamic/static checking to file (printing dynamic...
2016-02-17 Rob LandleyAdd the sed invocations to convert tabs/spaces and...
2016-02-15 Rob LandleyCleanup pass on file.c, and add detection of different...
2016-02-14 Rob LandleyAdd "make list", rename make working->list_working...
2016-02-14 Elliott HughesImplement file(1).
2016-02-14 Elliott HughesFix wc -c optimization.
2016-02-12 Elliott HughesAdd ulimit.
2016-02-12 Elliott HughesRegenerate generated files.
2016-02-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-12 lovelycuppatearemoved unread assignment in sed.c
2016-02-11 Rob LandleyIgnore .singlemake.
2016-02-11 Rob LandleyWean scripts/install.c off toys.h so cross compiling...
2016-02-11 Rob LandleyDon't include toys.h from config2help.c (so cross-compi...
2016-02-11 Tom Marshalltoybox: tar: Fix support for long names
2016-02-11 Tom Marshalltoybox: tar: Fix tar tests
2016-02-11 Patrick Ohlymain.c: fix non-root usage when installed suid root
2016-02-11 Rob LandleyAdd seq -w, suggested by izabera.
2016-02-11 Elliott HughesInclude the upstream toybox version in "toybox --version".
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-10 Tom Marshalltoybox: tar: Fix support for long names
2016-02-10 Tom Marshalltoybox: tar: Fix tar tests
2016-02-09 Rob LandleyAdd ulimit.
2016-02-09 Rob LandleyFix xpipe. (thinko.)
2016-02-09 Steve KondikMerge branch 'master' of https://android.googlesource...
2016-02-08 Rob LandleyAdd xpipe() to lib.
2016-02-08 Rob LandleyDependencies for "make COMMAND"
2016-02-08 Rob LandleyAdd "make ls" and friends targets, with "make working...
2016-02-07 Rob LandleyAdd a warning when building commands out of pending.
2016-02-06 Elliott HughesRegenerate generated files.
2016-02-06 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-05 Rob LandleyDebian unstable is even more pedantic than previous...
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-04 Rob LandleyMerge branch 'master' of ssh://github.com/landley/toybox
2016-02-04 Rob LandleyCommit d20b9ff3ee0f fixed most of yocto building, but...
2016-02-03 Scott MertzDon't exit with failure code when cp ownership preserva...
next