Age | Commit message (Expand) | Author |
2012-10-16 | Update roadmap/status with new toolbox analysis based on android system/core ... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-10-07 | Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp... | Rob Landley |
2012-09-08 | Add switch_root and fix infrastructure to understand name "switch_root". | Rob Landley |
2012-08-25 | Teach build to compare toys/*/*.c against .config symbol names instead of sto... | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |
2012-07-21 | More web page roadmap/status update stuff. | Rob Landley |
2012-07-21 | Add status.html and script to calculate it from roadmap info. | Rob Landley |
2012-07-05 | - Do not abort testing after running the sort tests | Elie De Brauwer |
2012-06-24 | Work around a Bash bug that removes "." from the $PATH when you're root. (The... | Rob Landley |
2012-06-23 | Add chgrp test. | Rob Landley |
2012-06-18 | Replace CCFLAGS with description of how to add flags to HOSTCC. | Rob Landley |
2012-06-11 | Multiplexer needs stayroot flag for suid handling.0.3.0 | Rob Landley |
2012-05-23 | Probe available libraries to link --as-needed, avoiding "unknown libarary" er... | Rob Landley |
2012-04-24 | Adding initial version of login.c | Elie De Brauwer |
2012-04-14 | Teach make.sh to create flag macros, but with the wrong names. Dunno how to m... | Rob Landley |
2012-03-19 | Have probe for unshare test for actual unshare() function in libc. | Rob Landley |
2012-03-12 | Redo tail to use optargs and optionally support lseek. Add support to optargs... | Rob Landley |
2012-03-06 | Comment and whitespace tweaks. | Rob Landley |
2012-03-04 | Fix build on slackware-current. | Georgi Chorbadzhiyski |
2012-03-03 | Fix from Georgi Chorbadzhiyski to make cross compiling more robust.0.2.1 | Rob Landley |
2012-03-02 | Cleanup pass, and support unrecognized slash chars ala "echo -e \p". | Rob Landley |
2012-02-23 | Don't mix the the probed symbols with the command symbols. | Rob Landley |
2012-02-21 | Replace GPL python debug script with BSD shell script. | Rob Landley |
2012-02-08 | Add tests for cmp. | Timothy Elliott |
2012-02-17 | Add V=1 support to make. | Rob Landley |
2012-02-13 | Minor code cleanup and typo fix. | Rob Landley |
2012-02-12 | Add test for basename, fix issue where suffix is wrongfully applied if it app... | Elie De Brauwer |
2012-02-13 | The unshare test needs $CC defined, source configure to get it. | Rob Landley |
2012-02-10 | Add tests for head | Timothy Elliott |
2012-02-11 | Fix overflow in octal formatting in echo, add support for hexadecimal input, ... | Elie De Brauwer |
2012-02-11 | Add tests for cksum | Elie De Brauwer |
2012-02-06 | Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry. | Rob Landley |
2012-02-03 | Add autodetect for container support. | Rob Landley |
2012-02-02 | Test suite comment tweaks. | Rob Landley |
2012-01-30 | More work on xargs: bugfix and tests. | Rob Landley |
2009-12-13 | The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite ... | Rob Landley |
2009-12-13 | Let the minicom script take the speed as an optional second argument. | Rob Landley |
2009-01-30 | Convert non-bool config values (such as int) into config.h entries. | Rob Landley |
2009-01-30 | Re-wordwrap and reorder the .config->config.h sed script. (No real changes, ... | Rob Landley |
2008-11-15 | Add netcat server mode, -l, -L, and -t. | Rob Landley |
2008-06-22 | Basic tests for sort. Needs more... | Rob Landley |
2008-06-22 | Cosmetic tweak, only show skipped tests when VERBOSE set. | Rob Landley |
2008-06-22 | Adjust "optional" function (gen_config.h became generated/config.h). | Rob Landley |
2008-05-17 | Add seq, and tests for it. | Rob Landley |
2008-05-17 | Fix command line option parsing so "echo -xen" actually prints "-xen". Add | Rob Landley |
2008-05-12 | Sort was including the trailing comma and getting the order wrong. | Rob Landley |
2008-05-04 | More tweaks to rmdir.test and the testing infrastructure. | Rob Landley |
2008-05-04 | Add rmdir and test for it. | Rob Landley |
2008-05-04 | Teach run-all-tests mode to only test enabled commands. | Rob Landley |