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 |
2014-05-31 |
Felix Janda | iconv: some fixes |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Rob Landley | Promote partprobe. |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Rob Landley | Cleanup partprobe. |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Rob Landley | Introduce xfork() and make commands use it, and make... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Ashwini Sharma | killall5 - kill all the processes not in its session. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Ashwini Sharma | makedevs - making devices/nodes in a range. Supports... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Ashwini Sharma | strings - print the strings in the file. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Rob Landley | First stab at mount, very incomplete. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Rob Landley | Make "losetup /dev/loop0 filename" work. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Rob Landley | Switch mtab_list to doubly linked so we can traverse... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Rob Landley | Add mount options to data getmountlist collects. |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Rob Landley | Brush the dust off toysh. |
commit | commitdiff | tree | snapshot |
2014-05-26 |
Rob Landley | Isaac Dunham suggested xprintf() should call fflush... |
commit | commitdiff | tree | snapshot |
2014-05-26 |
Bertold Van... | I have attached a patch adding a program that allows... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Ashwini Sharma | atolx_range() is already added into lib/lib.c, in vconf... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Isaac Dunham | logname and whoami are the same as id -un, so merge... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Rob Landley | Bugfix from Isaac Dunham (new pci database has # commen... |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Rob Landley | Pending commands should default n |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Ashwini Sharma | Single-user login. |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Rob Landley | The "not root" test happens before looking for --help... |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Rob Landley | Remove debug detritus I didn't mean to to check in... |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Rob Landley | Pass the same $CFLAGS to the library probe as the final... |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Rob Landley | patch from ashwini sharma: treat 0 length read at the... |
commit | commitdiff | tree | snapshot |
next |