OSDN Git Service

android-x86/external-toybox.git
2013-06-16 Rob LandleyUpgrade modinfo to support multiple modules, and add...
2013-06-15 Rob LandleyForce 64 bit math in expr, from Daniel Verkamp
2013-06-08 Rob LandleyYet more ifconfig cleanup.
2013-06-05 Rob LandleyStart of expr, by Daniel Verkamp.
2013-06-03 Rob LandleyMore ifconfig cleanup, described on list.
2013-06-02 Rob LandleyMove stat from pending to other, default y.
2013-06-02 Rob LandleyStat cleanup.
2013-06-02 Rob LandleyStat cleanup.
2013-06-02 Rob LandleyAdd peek/poke to header file.
2013-06-02 Rob LandleyStat cleanup.
2013-06-02 Rob LandleyEnable readfile() and add peek() and poke() functions.
2013-05-28 Rob LandleyStat cleanup.
2013-05-26 Felix Jandastat: Separate stat and statfs
2013-05-25 Felix Jandastat: Add support for stat'ing multiple files
2013-05-27 Rob LandleyTests for touch (needs more work).
2013-05-27 Rob LandleyTests for losetup.
2013-05-21 Rob LandleyMore ifconfig cleanup, inlining show_ip_addr(), hex_to_...
2013-05-21 Rob LandleyNext round of ifconfig cleanup, to be described on...
2013-05-19 Rob LandleyYet more ifconfig cleanup. (As described on the mailing...
2013-05-19 Rob Landleyxioctl() error message should use hex ioctl number...
2013-05-19 Ivo van PoortenMake groups handle multiple usernames on command line.
2013-05-15 Rob LandleyTighten up lsusb, default to "y".
2013-05-15 Rob LandleySilence warning and comment a subtle bit.
2013-05-14 Andre RenaudAttached is a pretty simple implementation of lsub...
2013-05-14 Ivo van poortenadd groups implementation to id.c
2013-05-13 Rob LandleyIfconfig cleanup to option parsing.
2013-05-10 Rob LandleyConvert getmountlist() to xgetmountlist().
2013-05-10 Rob LandleyWeb page tweaks.
2013-05-09 Rob LandleyAdd --help option to toybox command when TOYBOX_HELP...
2013-05-08 Rob LandleyAnother stab at recapitulating phylogeny in a README...
2013-05-08 Rob LandleySome work I did over the weekend on nbd_client, not...
2013-04-30 Felix Jandagenerated/help.h depends on CONFIG_TOYBOX_HELP
2013-04-30 Rob LandleyFix bare longopts to set unique optflag bits.
2013-04-29 Rob LandleyThe host sort on many distros behaves stupidly, and...
2013-04-29 Rob LandleyFix xabspath when last path component exists but we...
2013-04-29 Rob LandleyFix conflicting types for show_help().
2013-04-26 Felix JandaFix find -mtime
2013-04-22 Felix Jandastat: Remove unimplemented options and clean up help...
2013-04-22 Felix JandaAdd library function for the file permission formatting...
2013-04-27 idunhamAdd firmware field to modinfo output.
2013-04-26 Rob LandleyAdd posix headers to toynet.h, move xioctl() to lib...
2013-04-26 Rob LandleyRemove leaked global path_mounts.
2013-04-26 Rob LandleyEliminate leaked global bunzip_errors.
2013-04-26 Rob LandleyQuick sniff test to find leaked global variables.
2013-04-25 Rob LandleyAnd another round of ifconfig cleanup.
2013-04-25 Rob LandleyYet more drive-by cleanup of ifconfig.
2013-04-24 Rob LandleyIsaac Dunham pointed out that the kernel treats - and...
2013-04-22 Rob LandleyForgot to check in a header that moved from ifconfig...
2013-04-21 Felix JandaMore find cleanup
2013-04-20 Felix JandaMore find cleanup
2013-04-21 Rob LandleyFix some comments from way back when toybox first start...
2013-04-19 Felix Jandastat cleanup
2013-04-19 Felix Jandastat: Reindent from 4 to 2 spaces
2013-04-21 Rob LandleyMore ifconfig cleanup.
2013-04-20 Rob Landleyifconfig cleanup (Reorder functions to eliminate need...
2013-04-20 Rob LandleyCommit 818 simplified the license text in the source...
2013-04-18 Felix Jandafind: Improve operator processing
2013-04-20 Rob LandleyAnother round of ifconfig cleanup.
2013-04-17 Rob LandleyAdd -f to chmod (just turns off -v).
2013-04-17 Rob LandleyMore ifconfig cleanup.
2013-04-17 Rob LandleyFix the help commit I screwed up, and replace leading...
2013-04-17 Rob LandleyMore ifconfig cleanup.
2013-04-17 Rob LandleyIsaac Dunham's help string cleanup.
2013-04-17 Rob LandleyMake genconfig use CFLAGS because building against...
2013-04-14 Felix JandaAdd tests for find's expression parsing
2013-04-15 Rob LandleyMove guts of help command into show_help() in lib/help...
2013-04-14 Rob LandleyTweak help text.
2013-04-14 Isaac Dunhamifconfig uses __caddr_t in one location; this is not...
2013-04-13 Rob LandleyConvert tabs to spaces.
2013-04-13 Isaac Dunhamxzcat: more cleanup and some shrinking.
2013-04-12 Rob Landleyuuencode tweak: output a non-whitespace character for...
2013-04-11 Rob LandleyMore ifconfig cleanup.
2013-04-11 Rob LandleyMore xzcat cleanup.
2013-04-11 Isaac DunhamMore of same.
2013-04-11 Rob LandleyMore cleanup on find.
2013-04-11 Rob LandleyRedo find's indenting from tabs to two spaces.
2013-04-10 Felix JandaPartial cleanup of find
2013-04-10 Rob LandleySome xzcat cleanup by Isaac Dunham.
2013-04-07 Rob LandleyFix argument parsing so -- doesn't include itself in...
2013-04-05 Rob LandleyMore ifconfig cleanups, mostly removing unused code.
2013-04-05 Rob LandleyDrive-by cleanup on ifconfig.
2013-04-05 Rob LandleyAn ifconfig bugfix from the original submitter.
2013-04-02 Rob LandleyKyungwan Han submitted ifconfig.
2013-04-02 Rob LandleyClean uudecode up the rest of the way, move pending...
2013-03-29 Rob LandleyMore uudecode cleanup.
2013-03-29 Rob LandleyMore uudecode cleanup.
2013-03-29 Rob LandleyChange uuencode test to match what other uuencode imple...
2013-03-28 Rob LandleyWhere I left off on analysis of other multicall binaries...
2013-03-27 Rob LandleyIncremental cleanup of uudecode.
2013-03-27 Rob LandleyFix the USE() macro around NEWTOY, tweak help text...
2013-03-27 Rob Landleyuudecode test should just call "uudecode" (not multiple...
2013-03-27 Rob LandleyAdd help text for pending test command. (No actual...
2013-03-26 Rob LandleyFinish uuencode cleanup, default y, move it from pendin...
2013-03-25 Rob LandleyFirst round of uuencode cleanup: generate table, tweak...
2013-03-24 Rob LandleyLogger, by Ilya Kuzmich.
2013-03-22 Rob Landleyuuencode/decode tests and tweaks from Erich Plondke.
2013-03-22 Rob LandleyFix a bug in patch I fixed back in 2010 but forgot...
2013-03-22 Rob LandleyUpdate news page and link to ELC 2013 talk on toybox.
2013-03-21 Rob LandleyAdd -a to who and switch to default y in defconfig.
2013-03-20 Rob LandleyExplain that code in the "pending" directory isn't...
next