platform/upstream/toybox.git
2012-02-19 Rob LandleyMinor tweaks.
2012-02-18 Elie De BrauwerAdding swapon and swapoff
2012-02-18 Elie De Brauwermkswap helpstring and argument string
2012-02-19 Rob LandleyNathan McSween convinced me compilers that inline memse...
2012-02-19 Rob LandleyCleanups to killall.
2012-02-19 Rob LandleyAnd again, I forgot to check in a file. Oops.
2012-02-19 Rob LandleyCleanups to pidof (including some global infrastructure...
2012-02-18 Rob LandleyMore ls updates from Andre Renaud: Add -R and initial...
2012-02-18 Rob LandleyAdd killall by Andreas Heck, and factor out common...
2012-02-18 Rob LandleyAdd pidof by Andreas Heck.
2012-02-09 Timothy ElliottAdd tests for cmp.
2012-02-17 Rob LandleyAdd V=1 support to make.
2012-02-17 Rob LandleySigh: moving a header to toys.h isn't very useful if...
2012-02-17 Rob LandleyMove realpath from loopfiles() to a for loop, so we...
2012-02-17 Rob LandleyRealpath, by Andre Renaud.
2012-02-17 Rob LandleyMove includes into toys.h, more xprintf()
2012-02-16 Rob LandleyMinor cleanups: trim spaces from strings, use xprintf().
2012-02-13 Elie De BrauwerAdding free and uptime
2012-02-15 Rob LandleyError message fix from Pere (gotrunks at gmail).
2012-02-15 Rob LandleyMinor cleanups to hostname.
2012-02-15 Rob LandleyAdd hostname from Andre Renaud.
2012-02-14 Rob LandleyTeach ln about multiple arguments.
2012-02-14 Rob LandleyAdd ln from Andre Renaud.
2012-02-14 Rob LandleyTweak from Frank Bergmann: some broken optimizers compl...
2012-02-14 Rob LandleySecond drop of ls from Andre, adds -l.
2012-02-14 Rob LandleyAdd ls from Andre Renaud.
2012-02-14 Rob LandleyCommit the web page change that announced the release.
2012-02-14 Rob LandleyMinor code cleanup and typo fix.
2012-02-12 Elie De BrauwerAdd test for basename, fix issue where suffix is wrongf...
2012-02-13 Rob LandleyThe unshare test needs $CC defined, source configure...
2012-02-13 Rob LandleyAdded tag 0.2.0 for changeset e708e8933a50
2012-02-13 Rob LandleyAdd clear (wrapper). 0.2.0
2012-02-11 Timothy ElliottAdd tests for head
2012-02-11 Rob LandleyMinor cleanups to echo: collapse together three tolower...
2012-02-11 Elie De BrauwerFix overflow in octal formatting in echo, add support...
2012-02-11 Elie De BrauwerAdd tests for cksum
2012-02-11 Elie De BrauwerCorrect cksum parameters and clarify -N option
2012-02-10 Elie De BrauwerCorrect description of nice levels in help of nice
2012-02-09 Rob LandleyCleanups for head.
2012-02-07 Timothy ElliottImplement head
2012-02-09 Rob LandleyMake atolx() error_exit() if fed a string that doesn...
2012-02-09 Rob LandleyUse stpcpy() (posix 2008) for slight code shrink.
2012-02-09 Rob LandleySwitch from deprecated function to gratuitously renamed...
2012-02-08 Rob LandleyMore cmp.c shrinkage.
2012-02-08 Rob LandleyIterative cleanups on cmp.c: silence warnings, only...
2012-02-07 Luis Felipe... Switching who default to 'n' since it's not yet fully...
2012-02-07 Luis Felipe... Added time to the output of who command.
2012-02-07 Luis Felipe... Initial version of who command.
2012-02-06 Luis Felipe... Silence really boring compiler warning.
2012-02-06 Timothy ElliottImplement cmp
2012-02-07 Rob LandleyFix sort -uc (pointer vs pointer to pointer confusion...
2012-02-07 Rob LandleyDocument that optflags is always an int (so 32 bit...
2012-02-07 Rob LandleyBugfix for -x, add CONFIG_SORT_FLOAT, and new test...
2012-02-05 Rob LandleyThis id implementation is not remotely SUSv4 compliant...
2012-02-04 Rob LandleyAdd a basic README and an example to "make help".
2012-02-04 Rob LandleyTweak help command's help text, and remove unimplemente...
2012-02-04 Rob LandleyCleaning out one more old gpl notice that no longer...
2012-02-04 Rob LandleyAdd autodetect for container support.
2012-02-04 Rob LandleyFix bad link that was confusing people. (Oops.)
2012-02-03 Luis Felipe... Removing unecessary allocation.
2012-02-02 Rob LandleyImplement xargs -E.
2012-02-02 Rob LandleyVery slight efficiency tweak.
2012-02-02 Rob LandleyTest suite comment tweaks.
2012-02-02 Rob LandleyBasename and env are usable, default them to y.
2012-02-02 Rob LandleyQuick and dirty terminal_size() and yesno() functions...
2012-02-02 Rob LandleyUpdate web page a bit.
2012-02-02 Rob LandleyCommit 415 needs the other two files. (Oops.)
2012-01-30 Rob LandleyMore work on xargs: bugfix and tests.
2012-01-29 Rob LandleyAdd <>= to lib/args.c, with documentation.
2012-01-28 Rob LandleyImplement xargs (first pass, not full SUSv4 yet).
2012-01-27 Rob LandleyAdd id command from Tim Bird.
2012-01-23 Rob LandleyPatch shouldn't be bothered by DOS newlines.
2012-01-23 Rob LandleyAdd three commands that can be done as simple shell...
2012-01-23 Rob LandleyAdd wiki link and make about less stale.
2012-01-20 Tryn Mirell'env' and 'basename' refactored
2012-01-19 Rob LandleyComment changes, and add a blank line to the help text.
2012-01-19 Rob LandleyAdd -x option to sort (like -n, but hexadecimal), becau...
2012-01-16 Tryn Mirell'env' implementation - Initial
2012-01-16 Tryn Mirell'basename': Handle where we have no / passed
2012-01-16 Tryn MirellInitial 'basename' implementation
2012-01-16 Rob LandleyFluff out documentation and skeleton code.
2012-01-15 Rob LandleyExpand comments.
2011-12-28 Rob LandleyDon't make toysh default to y until it does something...
2011-12-28 Rob LandleyFix "make help".
2011-12-28 Rob LandleyBugfix (spotted by Nathan McSween): xread can't detect...
2011-12-13 Rob LandleyImplement unshare.
2011-12-12 Rob LandleyForgot to check in loopfiles_rw changes needed by truncate.
2011-12-11 Rob LandleyImplement truncate.
2011-12-11 Rob LandleyWhitespace/wordwrap changes.
2011-12-11 Rob LandleyImplment cal.
2011-11-30 Rob LandleySplit out parse_optflaglist(), and move local variables...
2011-11-28 Rob LandleyFix "tar cvjfC file dir", make @ not eat an argument...
2011-11-22 Rob LandleyDon't complain about "possibly reversed" hunks that...
2011-11-21 Rob LandleyImplement unlink.
2011-11-21 Rob LandleyImplement nohup.
2011-11-20 Rob LandleyAdd link.
2011-11-18 Rob LandleyAdd dirname, and typo fixes to wc header.
2011-11-17 Rob LandleyAdd wc.
2011-11-15 Rob LandleyMore GPL->BSD debris.
2011-11-15 Rob LandleySwitch license.html to BSD, and delete the old "FSF...
next