platform/upstream/toybox.git
2012-03-03 Rob LandleyFix from Georgi Chorbadzhiyski to make cross compiling... 0.2.1
2012-03-03 Rob LandleyThis uses floating point.
2012-03-03 Rob LandleyAdd copyright notice, fluff out help text, use xexec().
2012-03-02 Rob LandleyOnly show one normal difference (sans -l) and EOF messa...
2012-03-02 Rob LandleyCleanup pass, and support unrecognized slash chars...
2012-03-02 Rob LandleyAdd -n, which kernel build needs.
2012-02-28 Rob LandleyNow that generated/Config.probed is its own file, add...
2012-02-28 Rob LandleyMake documentation even fluffier.
2012-02-28 Rob LandleyAdd "-" type to optargs and teach tail.c to use it...
2012-02-28 Rob LandleyUpgrade yesno() and make cp -i use it.
2012-02-27 Rob LandleyThe aboriginal linux build needs ls -ditc and probably...
2012-02-27 Rob LandleyWeb page tweaks. Remove background image (makes it...
2012-02-27 Rob LandleyTeach patch -p that consecutive /// counts as one path...
2012-02-26 Rob LandleyTeach lib/args.c that " " this option must take a _sepa...
2012-02-26 Rob LandleyFactor out common code between killall/kill and move...
2012-02-24 Bryce FrickeImplemented -i for cp
2012-02-24 Rob LandleyDon't mix the the probed symbols with the command symbols.
2012-02-24 Rob LandleyBugfix: use the right USE symbol.
2012-02-23 Timothy ElliottAdd tail.
2012-02-22 Daniel Walterupdate id to be SUS compliant
2012-02-22 Rob LandleyReplace GPL python debug script with BSD shell script.
2012-02-22 Andre RenaudAdd in the -n support, and the 64-bit defines. Force...
2012-02-22 Daniel WalterAdd new kill toy. Used to send signals to a process...
2012-02-18 Elie De BrauwerAdding insmod and rmmod
2012-02-13 Elie De BrauwerAdding mknod
2012-02-21 Rob LandleyTighten up the source code in largely cosmetic ways.
2012-02-21 Rob LandleyMinor cleanups: lsmod should USE_LSMOD() instead of...
2012-02-18 Elie De BrauwerAdding lsmod
2012-02-20 Rob LandleySet HOSTCC only if it isn't already set as an environme...
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.
next