platform/upstream/toybox.git
2012-10-07 Rob Landleypatch -l (loose match)
2012-10-07 Rob LandleyTrivial cleanup
2012-10-06 Rob LandleyFix catv to display byte 255 correctly. (It's both...
2012-10-06 Rob LandleyCleanup mknod.
2012-09-17 Rob LandleyClean up sha1sum, make it use global union properly.
2012-09-09 Rob Landleygethostname: Tighten up error messages slightly, switch...
2012-09-08 Rob LandleyAdd switch_root and fix infrastructure to understand...
2012-09-07 Rob LandleyI screwed up ls in commit 580. Oops. Fix it.
2012-09-06 Rob LandleyPosix compliance: wc shouldn't have trailing spaces...
2012-09-04 Rob LandleyUpdate status page.
2012-09-04 Rob Landleymktemp broke kernel build, so new rules: if you don...
2012-08-27 Rob LandleyRoy Tam pointed out that sh.c didn't get fully converted.
2012-08-27 Ashwini KumarAdd du command.
2012-08-26 Rob LandleySplit off pre-relaunch news entries into a separate...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyToysh is our posix sh, so move from "other" to "posix...
2012-08-25 Rob LandleyTeach build to compare toys/*/*.c against .config symbo...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...
2012-08-25 Rob LandleySome dubious asides, currently commented out.
2012-08-25 Rob LandleyCheck in the updated news and status web pages.
2012-08-19 Rob LandleyFix bug spotted by Avery Pennarun: getusername() and...
2012-08-17 Rob LandleyBugfix from Avery Pennarun: getpriority() uses a differ...
2012-08-15 Elie De BrauwerAdding usleep
2012-08-14 Rob LandleyReplace TOY_LIST_LEN with more generic ARRAY_LEN()
2012-08-06 Rob LandleyRewrite taskset to use syscall directly without macros...
2012-07-31 Rob LandleyRefactoring, no code change.
2012-07-30 Rob LandleyAdd dos2unix/unix2dos, remove old wrapper versions.
2012-07-30 Rob LandleyAdd signal handler to clean up tempfile.
2012-07-24 Rob LandleyMinor cleanups, mostly whitespace.
2012-07-24 Rob LandleyAdded tag 0.4.0 for changeset 85fc06bd63c4
2012-07-24 Rob LandleyWorkaround longstanding glibc/ld bug, ala sources.redha... 0.4.0
2012-07-22 Rob LandleyMore web page roadmap/status update stuff.
2012-07-22 Rob LandleyMake chmod +w respect umask, implement +s and +t, fix...
2012-07-21 Rob LandleyUse "_password" instead of "_passwd" for names in lib...
2012-07-21 Rob LandleyAdd date -r, make -u work even when /etc/localtime...
2012-07-21 Rob LandleyAdd status.html and script to calculate it from roadmap...
2012-07-20 Elie De Brauwertaskset.c now also support executing new commands with...
2012-07-20 Elie De Brauwertoys/login.c: make use of the read_passwd function...
2012-07-19 Rob LandleyTrivial cleanups.
2012-07-19 Rob LandleyCleanup of w command.
2012-07-19 Rob LandleyAdd w command by Gaurang Shastri.
2012-07-18 Rob LandleyOnly add / in dirtree_path if it hasn't already got...
2012-07-18 Rob LandleyLargely cosmetic code cleanups.
2012-07-15 Elie De BrauwerAdding initial implementation of taskset
2012-07-17 Rob LandleyAdd passwd by Kyungwan Han.
2012-07-15 Rob LandleyAdd documentation for lib/llist.c and lib/dirtree.c.
2012-07-15 Rob LandleyGenericize llist code a bit: rename llist_free() to...
2012-07-15 Rob LandleyNew infrastructure for od (oops).
2012-07-14 Rob LandleyFill out od -c and -f.
2012-07-12 Rob LandleyComplete rewrite of od, mostly working. (Need to finish...
2012-07-10 Rob LandleyAdd modinfo by Andre Renaud.
2012-07-05 Elie De Brauwer- Do not abort testing after running the sort tests
2012-07-05 Elie De BrauwerPut cmp.c EOF notice on stderr
2012-07-05 Rob LandleyAdd LSB link to the template, for reference.
2012-07-02 Rob LandleyA note on error messages and internationalization.
2012-06-30 Rob LandleyAdd NOP b (byte) suffix to atolx() since od needs it.
2012-06-27 Rob LandleyMinor cleanups and refactoring. Make FLAG macros closer...
2012-06-27 Rob LandleyLonger usage line and combine ascii[] into a single...
2012-06-27 Rob LandleySome refactoring, shouldn't affect the generated code.
2012-06-27 Rob LandleyFirst drop of od, from Andre Renaud.
2012-06-25 Rob LandleyUpdate news page for the past two releases.
2012-06-25 Rob LandleyAdded tag 0.3.1 for changeset 8bee9c27c219
2012-06-25 Rob LandleyAdded tag 0.3.0 for changeset d8566c3321f0
2012-06-24 Rob LandleyUnify chown and chgrp, add support for -hHLP flags. 0.3.1
2012-06-24 Rob LandleyWork around a Bash bug that removes "." from the $PATH...
2012-06-24 Rob LandleyAdd chgrp test.
2012-06-23 Rob LandleyMinor code refactoring.
2012-06-19 Rob LandleyReplace CCFLAGS with description of how to add flags...
2012-06-19 Rob LandleyAdd date command by Andre Renaud.
2012-06-16 Rob LandleyAdd dirtree_parentfd()
2012-06-16 Rob LandleyMore header fiddling: crypt.h is silly, SUSv4 requires...
2012-06-14 Rob LandleyA few more links for the index.
2012-06-14 Rob LandleyCosmetic tweak to command preamble.
2012-06-14 Rob LandleyFix an embarassing bug causing ls -l to segfault on...
2012-06-12 Rob LandleyDelete wrappers converted to commands.
2012-06-12 Rob LandleyMultiplexer needs stayroot flag for suid handling. 0.3.0
2012-06-11 Rob LandleyThe linux from scratch build wants -v on chmod.
2012-06-10 Rob LandleyImplement DIRTREE_SYMFOLLOW and ls -cSHL.
2012-06-10 Rob LandleyFeeding -1 to xdup() isn't an error.
2012-06-10 Rob LandleyAdd ls -kqsunort, and fix -F @symlink.
2012-06-03 Rob LandleyUpdate chmod to work with new dirtree, and fix bugs...
2012-06-02 Rob LandleyChanged my mind about the design again, now callback...
2012-06-02 Rob LandleyFactor out dirtree_comeagain() callback, setting up...
2012-06-01 Rob LandleyConvert another realpath use to xrealpath().
2012-06-01 Rob LandleyConvert mktemp to use xrealpath, and general clean...
2012-06-01 Rob LandleyAdd xrealpath() at suggestion of Ashish Briggers.
2012-06-01 Rob LandleyImplement -C and -x for ls.
2012-06-01 Rob Landleycp doesn't really need the optstring + logic. Still...
2012-05-27 Rob LandleyUpdate chgrp so -R works, tweaking DIRTREE_COMEAGAIN...
2012-05-24 Rob LandleyProbe available libraries to link --as-needed, avoiding...
2012-05-20 Rob Landleydirtree logic cleanup: switch DIRTREE_NORECURSE and...
2012-05-20 Rob LandleySilence pointless warnings.
2012-05-17 Rob LandleyFirst pass at a complete rewrite of string_to_mode...
2012-05-09 Rob LandleyRemove strndupa() gnu-ism at Georgi's suggestion, and...
2012-05-09 Rob LandleyWhitespace (tabs vs spaces) cleanup.
2012-05-01 Elie De BrauwerAddition of mktemp
2012-04-28 Rob LandleyGeorgi pointed out that some overly-pedantic C librarie...
2012-04-27 Rob LandleySimplify/unify listfiles recursion: populate directory...
2012-04-24 Elie De BrauwerAdding initial version of login.c
2012-04-25 Rob LandleyMake -d work in ls.
next