2014-09-11 |
Rob Landley | Oops, unbreak make.sh. |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Rob Landley | Ignore -m option to cpio, it's what we do anyway so... |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Rob Landley | Two problems: 1) Sometimes toy_exec() needs to re-exec... |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Rob Landley | Make tweaks: collate generated/*.o files into their... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Rob Landley | Fix more memory leaks reported by Ashwini Sharma. |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Rob Landley | Don't close device handle until after calling flush... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Rob Landley | Add error test and fix memory leak, reported by Ashwini... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Rob Landley | Promote mount. It's not perfect, but it basically works... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Rob Landley | Fix mount --move bug. |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Rob Landley | Debugging pass on mount. Not quite done yet, but the... |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Rob Landley | Work around uClibc brain-damage. |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Rob Landley | Don't hang for $CPUS=1. |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Divya Kothari | Testsuites for toybox command - "tar", "bzcat", "xzcat... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Divya Kothari | chmod testsuite and link testsuite. |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Rob Landley | Add cp -F to force delete of existing destination files... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Rob Landley | More parallel build tweaks. |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Rob Landley | Next mount checkpoint. |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Rob Landley | Give a hint when setuid logic fails. |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Rob Landley | Old compilers complain about linker options passed... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Rob Landley | Another fix from Johan Bergstr?m, using the gnu/dammit... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Rob Landley | Add VERBOSE=fail to "make tests", based on suggestion... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Ashwini Sharma | ipcs : display all the IPC fascilities information |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rob Landley | Work in progress snapshot of mount, with fallout to... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rob Landley | Fix parallel make not always catching errors before... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Rob Landley | Promote blockdev to other. |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Rob Landley | Cleanup blockdev. |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Isaac Dunham | getty needs fd 0 to stay open. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Rob Landley | Promote inotifyd to other. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Rob Landley | Minor help text tweak for inotifyd. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Rob Landley | Cleanup inotifyd. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rob Landley | Cleanups on useradd/groupadd/groupdel, and put TOYBOX_U... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Rob Landley | Add install to cp/mv. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rob Landley | Fix bug reported by Ashwini Sharma: [-abc] syntax to... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Rob Landley | If string_to_mode() is called on a base mode with S_ISD... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Rob Landley | Enable a command's sub-options in single builds. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ashwini Sharma | A toy _BLOCKDEV_ to get/set block device properties. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ashwini Sharma | Patches to commands for issues reported from static... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Rob Landley | Promote lspci. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Rob Landley | Cleanup pass on lspci. |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Rob Landley | Update clean to clean up after new parallel build. |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Rob Landley | Disable xopen's default O_CLOEXEC for oneit. |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Rob Landley | Parallelize the build. (set CPUS=1 to force single... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Rob Landley | Fix -mindepth and -maxdepth to not drill down into... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Rob Landley | More find bugfixes. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Rob Landley | Rereading posix find.c page: "Specifying more than... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Rob Landley | find.c: Posix wants loop detection. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Rob Landley | Building busybox from source needs find -not (a synonym... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Rob Landley | Fix a couple patch bugs concerning error output. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Rob Landley | find.c: add -mindepth, -maxdepth, and document -newer... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Rob Landley | Implement exec -user, -group, and -newer. Enable find... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Rob Landley | Squash mix of tabs and spaces to just spaces. |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Rob Landley | Missed checking in dirtree_recurse() change (now needs... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Rob Landley | Cosmetic tweak, slightly more conventional for loop. |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Rob Landley | Yank xrealpath prototype since the function's gone. |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Rob Landley | Add --help support to single.sh builds. |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Rob Landley | Unbreak find -exec. |
commit | commitdiff | tree | snapshot |
2014-08-02 |
Ashwini Sharma | New toys unified DIFF and USERDEL. |
commit | commitdiff | tree | snapshot |
2014-08-02 |
Bradley Conroy | mix.c - A very basic mixer. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Rob Landley | factor: catch integer overflow. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Rob Landley | Add factor. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Rob Landley | find.c: fix -iname. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Rob Landley | As long as I had to write xabspath(), no point in wrapp... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rob Landley | find.c: first pass at case case insensitivity and exec... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Rob Landley | Actually set the again flag when calling the dirtree... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Rob Landley | Patch from Isaac Dunham to work around the deficiencies... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Rob Landley | Move DIRTREE_COMEAGAIN second callback up to when the... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Rob Landley | Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Rob Landley | Document more cleanup. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Rob Landley | Have single.sh enable I18N and FLOAT. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Rob Landley | Improve gid/uid error messages. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Rob Landley | Little endian and big endian versions of peek (for... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Rob Landley | Fix memory leak in error path. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Rob Landley | Don't go into an endless loop if we hit a bad utf8... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Rob Landley | Isaac Dunham spotted that dhcp was also reimplementing... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Rob Landley | Add utf8 support to ls -C. |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Rob Landley | find needs "c" suffix to -size. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Rob Landley | Find bugfixes. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Rob Landley | Apparently I deleted this locally but forgot to commit... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Rob Landley | Use libc daemon() instead of pending daemonize. |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Rob Landley | Write a new find. Not quite done, but the basics work. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Ashwini Sharma | fdisk : partitions > 60, are deleted, offset entry... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Rob Landley | Implement -HL for cp. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Rob Landley | Release notes for 0.4.9. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Rob Landley | Added tag 0.4.9 for changeset ffc015bddb26 |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Rob Landley | Autodetect --bind and --loop mounts in a way that doesn... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Rob Landley | minor cleanup: move a global variable into GLOBALS... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Rob Landley | Minor cleanup pass. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Rob Landley | Add nbd-client. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Rob Landley | Promote killall5 by merging it into kill. |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Rob Landley | Try to lookup all umounts in /proc/mounts so we can... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Ashwini Sharma | TAR - this supports archive creation and extraction... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Rob Landley | Cut down from 1000+ file attribute tests to a more... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Divya Kothari | I have developed few testsuites for toybox commands - |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Rob Landley | Have "make test" run tests in testdir/testdir instead... |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Rob Landley | date -r wasn't saving the result in the right variable... |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Rob Landley | Fix rm -rf of chmod 000 directories. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Rob Landley | Promote makedevs to other. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Rob Landley | Bugfixes for cleaned up makedevs. |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Rob Landley | Use dlist_terminate() in patch. |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Rob Landley | Add : as an alias for true (toysh needs this). |
commit | commitdiff | tree | snapshot |
next |