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 |
2014-06-29 |
Rob Landley | Make fallocate depend on probe for libc support. |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Rob Landley | Add fallocate probe for uClibc. |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Rob Landley | Promote mkpasswd from pending to other. |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Rob Landley | Cleanup read_password(), factor out set_terminal()... |
commit | commitdiff | tree | snapshot |
2014-06-28 |
Rob Landley | Update cleanup page, now linking to descriptions of... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Divya Kothari | I have developed few testsuite for toybox commands... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Rob Landley | Cleanup pass on mkpasswd.c |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Rob Landley | Cleanup pass on makedevs. Need to test it before promoting. |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Rob Landley | Glibc and uClibc provide CERASE from termios.h, but... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Rob Landley | find_in_path() is supposed to work with a NULL path... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Rob Landley | Tweak license page to explicitly say that zero clause... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Rob Landley | Move deallocvt.c into openvt.c, cleanup both. |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Rob Landley | Forgot to check in main() part of TOYFLAG_LOCALE change. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rob Landley | The readme, a text file, has an HTML close paragraph... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rob Landley | Option parsing for nohup needs to stop at first nonopti... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rob Landley | Cleanup pass on login |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rob Landley | Enable fallocate in defconfig. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rob Landley | Cleanup pass on host.c |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rob Landley | Move toys.toycount initialization _after_ zeroing toys... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Rob Landley | Promote strings. |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Rob Landley | Cleanup strings. |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Rob Landley | Update toybox help to say how to install the static... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Isaac Dunham | pending/useradd: unbreak build |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Rob Landley | Promote rfkill. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Rob Landley | Forgot to check in strstart(). |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Rob Landley | Cleanup pass on rfkill. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Rob Landley | host needs -lresolv |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Rob Landley | When locale is enabled, sprintf("%.123s", str) is count... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Rob Landley | Warning fix from Rich Felker. |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Rob Landley | Add host by Rich Felker. |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Rob Landley | Isaac Dunham also reported that some diff implementatio... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Rob Landley | Isaac Dunham pointed out that busybox diff only impleme... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Rob Landley | Replace large parenthetical in bloatcheck with a function. |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Rob Landley | Minor tweaks to code style section. |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Rob Landley | Make md5sum/sha1sum -b flag be "brief" output (just... |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Rob Landley | mount: start on option parsing, implement loopback... |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Rob Landley | Help text should have a blank line after usage: lines... |
commit | commitdiff | tree | snapshot |
2014-06-01 |
Isaac Dunham | The tests for link and du are attached. |
commit | commitdiff | tree | snapshot |
2014-06-01 |
Isaac Dunham | cpio: archive more files |
commit | commitdiff | tree | snapshot |
next |