OSDN Git Service

android-x86/external-toybox.git
2015-05-20 Rob LandleyAdd -Z support to mkdir, based on a patch from Jose...
2015-05-19 Rob LandleyAdapted patch from José Bollo to do the "tonight we...
2015-05-19 Rob LandleySwitch id over to new infrastructure, switch id to...
2015-05-18 Rob LandleyFix "ls -Z . toys" segfaulting, because preprocessing...
2015-05-18 Rob LandleyRecent commit broke ls -R (test reversed), and "ls...
2015-05-18 Rob LandleyMore ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SM...
2015-05-15 José Bollostat: fix group name
2015-05-14 Rob LandleyBugfix from Hyejin Kim: su should not prompt root user...
2015-05-14 Rob LandleyPromote reset (actually write a new one using the simpl...
2015-05-13 Rob LandleyPrint name of file at the bottom of the screen.
2015-05-13 Rob LandleyMore hexedit cursor boundary tweaking.
2015-05-13 Rob LandleyFix bug (len[7] wasn't zeroed if -Z off, thus -C overes...
2015-05-12 Rob LandleySet the executable bits on all the *.test files. (Wasn...
2015-05-10 Rob LandleyGit hates me.
2015-05-10 Rob LandleyCleanups of dirtree_start() calls. (Don't need to feed...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2015-05-09 Rob LandleyProbe for -Wno-string-plus-int.
2015-05-09 Rob LandleyMove not-curses code into interstingtimes.c
2015-05-06 Elliott HughesFix more with missing files.
2015-05-06 Rob LandleyRe-enable catv command now that flag infrastructure...
2015-05-04 Elliott HughesImplement SELinux ls -Z support.
2015-05-04 Rob LandleyReplace android-specific hack with just signal(SIGPIPE...
2015-05-04 Rob LandleyYank smack from singleconfig.
2015-05-03 Elliott HughesFix dmesg -c error output.
2015-05-03 Rob LandleyMove a prototype to the start of portability.h (suggest...
2015-05-03 Hyejin Kimdhcpd writes leases on "dhcpd.leases" file.
2015-05-03 Elliott HughesFix getprop sorting and error reporting.
2015-05-03 Rob LandleyMinor dmesg cleanup.
2015-05-03 Rob LandleyIf a shortopt is configured out right before a bare...
2015-05-02 Mark Salyzyndmesg: add -t suppress timestamp flag
2015-05-01 Rob LandleyPortability bits for the recent ls smack changes.
2015-04-30 Rob LandleyMore ls cleanups from squinting at Jose's most recent...
2015-04-30 Rob LandleyAdd default sigpipe handler for android (as suggested...
2015-04-30 Rob LandleyAnd remove the header part too.
2015-04-30 Rob LandleyWild guess at cleaning up smack support. Don't have...
2015-04-30 Rob LandleyRemove redundant numlen.
2015-04-29 Jan Cybulskils: Add -Z (Smack) option
2015-04-28 Rob LandleyFix truncate prefix bug and add truncate test suite...
2015-04-28 Rob LandleyAdd prefix support Hyejin Kim asked about.
2015-04-27 Rob LandleyFix ls -s and -i indentation in -C and -x modes. (Spott...
2015-04-27 Rob LandleyPromote hexedit to other.
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-04-27 Rob LandleyTeach hexedit to actually edit. Add -r option for read...
2015-04-25 Rob LandleyFix display and cursor control (to respect bottom bound...
2015-04-24 Rob LandleyToo tired on the flight back from Japan to work on...
2015-04-21 Rob LandleyBugfix from Hyejin Kim (count=1 shouldn't change name...
2015-04-21 Rob LandleySwitch setprop to use TOYBOX_ON_ANDROID and fix getprop...
2015-04-20 Rob LandleyCleanup getprop, add qstrcmp() to lib for qsort (becaus...
2015-04-19 Isaac Dunhammdev: implement hotplug support.
2015-04-19 Rob LandleyRoadmap update, mostly from enh with a few other pendin...
2015-04-19 Rob LandleyAndroid getprop and setprop from Elliott Hughes.
2015-04-18 Xavier RocheLink against libattr and libsmack.
2015-04-17 Elliott HughesFix a trivial typo in www/about.html.
2015-04-17 Rob LandleyMake toybox --version use the "git describe" info if...
2015-04-17 Elliott Hughesterminal_size should use LINES, not ROWS.
2015-04-17 Rob LandleyShout from the rooftops that pending is not like other...
2015-04-16 Rob LandleyPut SELINUX in a a menu, and add config option for...
2015-04-15 Rob LandleyYet more ps work. Still not there yet.
2015-04-12 Samuel Hollandunshare: fix -r
2015-04-12 Rob LandleyBefore trying to remount read only, see if block device...
2015-04-11 Elliott HughesImplement Android restorecon.
2015-04-11 Elliott HughesFix load_policy error reporting.
2015-04-11 Elliott Hughesgetenforce takes no arguments.
2015-04-11 Elliott Hughessetenforce takes exactly one argument.
2015-04-10 Elliott HughesMake more(1) usable.
2015-04-10 Elliott HughesUpdate www/roadmap.html with Android progress.
2015-04-10 Rob LandleyTweak .gitignore.
2015-04-08 Rob LandleyTweak README
2015-04-08 Rob LandleyUpdate multiplexer help text for --version
2015-04-08 Rob LandleyRevert last mdev commit because it copied code out...
2015-04-07 Rob LandleyAdding --version broke ./toybox command list. (Oops.)
2015-04-06 Rob LandleyAnnounce switch to git.
2015-04-06 Rob LandleyAdd --version to multiplexer.
2015-04-06 Rob LandleyBite the bullet and switch over to git.
2015-04-04 Paul BarkerTo ensure that toybox can be installed alongside busybo...
2015-04-04 Rob LandleyAnother in-progress ps snapshot.
2015-04-03 Rob LandleyAdd readfileat() to lib
2015-04-03 Rob Landleyps checkpoint du jour. Does not work yet.
2015-04-02 Rob LandleyRedoing ps from scratch. Random checkpoint that probabl...
2015-03-29 Rob LandleyAdd head test for -123.
2015-03-29 Rob LandleyFix head bug pointed out by felix janda (recent -123...
2015-03-29 Rob LandleyFix sed bug David Halls hit trying to compile libiconv.
2015-03-28 Rob LandleyFix printf bug (%.s should be %.0s not %s) reported...
2015-03-28 Elliott HughesFix an obvious typo in Makefile.
2015-03-28 Elliott Hughesupdate the Android section of roadmap.html
2015-03-28 Rob LandleyPromote setenforce to android.
2015-03-28 Rob LandleyCleanup setenforce.
2015-03-28 Rob LandleyPromote getenforce.
2015-03-28 Rob LandleyCleanup getenforce.
2015-03-28 Rob LandleyFlag to make llvm shut up about a broken warning.
2015-03-28 Rob Landleytail: add old -123 support and comment out #-f until...
2015-03-28 Rob LandleyPromote load_policy to android.
2015-03-28 Rob LandleyMinor cleanup of load_policy.
2015-03-26 Rob LandleyExplain the craptacular nature of kconfig, and the...
2015-03-25 Bernhard Rosenkr... Fix toybox build with C99 compilers
2015-03-24 Elliott HughesImplement load_policy.
2015-03-23 Rob LandleyPromote runcon to android (and add an android menu).
2015-03-23 Rob LandleyTrivial runcon cleanups.
2015-03-23 Elliott HughesAdd runcon(1).
2015-03-23 Elliott Hughesadd missing space in dd output
next