2014-09-28 |
Rob Landley | Untangle id/groups/logname so single.sh can build each... |
tree | commitdiff |
2014-09-26 |
Rob Landley | The only illegal characters in a username are ":" ... |
tree | commitdiff |
2014-09-26 |
Rob Landley | Separate more commands so single.sh can build them... |
tree | commitdiff |
2014-09-22 |
?ukasz Szpakowski | When killall was invoked without arguments, there appea... |
tree | commitdiff |
2014-09-22 |
Rob Landley | Start on ping.c. |
tree | commitdiff |
2014-09-18 |
Rob Landley | Reorder functions to get rid of unnecessary prototypes... |
tree | commitdiff |
2014-09-18 |
Isaac Dunham | rm -rf needs to chmod directories to u+rwx, because... |
tree | commitdiff |
2014-09-18 |
Ashwini Sharma | A few fixes for issues reported in static analysis. |
tree | commitdiff |
2014-09-18 |
Rob Landley | Cleanup pass on README. |
tree | commitdiff |
2014-09-17 |
Rob Landley | Update README for pending directory, include list of... |
tree | commitdiff |
2014-09-17 |
Rob Landley | Minor cleanup pass on touch. |
tree | commitdiff |
2014-09-17 |
Rob Landley | Cleanup pass on cut, more to do. |
tree | commitdiff |
2014-09-16 |
Rob Landley | Cleanup pass on useradd. |
tree | commitdiff |
2014-09-15 |
Rob Landley | Add cpio -p |
tree | commitdiff |
2014-09-15 |
Rob Landley | find -xdev should return mount points, just not contents. |
tree | commitdiff |
2014-09-14 |
Rob Landley | Split xpopen() into xpopen_both(), xpopen(), and xrun... |
tree | commitdiff |
2014-09-13 |
Rob Landley | Bug report from luckboy: rm -f on a broken symlink... |
tree | commitdiff |
2014-09-10 |
Rob Landley | Ignore -m option to cpio, it's what we do anyway so... |
tree | commitdiff |
2014-09-08 |
Rob Landley | Fix more memory leaks reported by Ashwini Sharma. |
tree | commitdiff |
2014-09-08 |
Rob Landley | Don't close device handle until after calling flush... |
tree | commitdiff |
2014-09-08 |
Rob Landley | Add error test and fix memory leak, reported by Ashwini... |
tree | commitdiff |
2014-09-08 |
Rob Landley | Promote mount. It's not perfect, but it basically works... |
tree | commitdiff |
2014-09-08 |
Rob Landley | Fix mount --move bug. |
tree | commitdiff |
2014-09-07 |
Rob Landley | Debugging pass on mount. Not quite done yet, but the... |
tree | commitdiff |
2014-09-01 |
Rob Landley | Add cp -F to force delete of existing destination files... |
tree | commitdiff |
2014-08-31 |
Rob Landley | Next mount checkpoint. |
tree | commitdiff |
2014-08-26 |
Ashwini Sharma | ipcs : display all the IPC fascilities information |
tree | commitdiff |
2014-08-25 |
Rob Landley | Work in progress snapshot of mount, with fallout to... |
tree | commitdiff |
2014-08-24 |
Rob Landley | Promote blockdev to other. |
tree | commitdiff |
2014-08-24 |
Rob Landley | Cleanup blockdev. |
tree | commitdiff |
2014-08-23 |
Isaac Dunham | getty needs fd 0 to stay open. |
tree | commitdiff |
2014-08-21 |
Rob Landley | Promote inotifyd to other. |
tree | commitdiff |
2014-08-21 |
Rob Landley | Minor help text tweak for inotifyd. |
tree | commitdiff |
2014-08-21 |
Rob Landley | Cleanup inotifyd. |
tree | commitdiff |
2014-08-19 |
Rob Landley | Cleanups on useradd/groupadd/groupdel, and put TOYBOX_U... |
tree | commitdiff |
2014-08-16 |
Rob Landley | Add install to cp/mv. |
tree | commitdiff |
2014-08-12 |
Ashwini Sharma | A toy _BLOCKDEV_ to get/set block device properties. |
tree | commitdiff |
2014-08-12 |
Ashwini Sharma | Patches to commands for issues reported from static... |
tree | commitdiff |
2014-08-12 |
Rob Landley | Promote lspci. |
tree | commitdiff |
2014-08-12 |
Rob Landley | Cleanup pass on lspci. |
tree | commitdiff |
2014-08-10 |
Rob Landley | Disable xopen's default O_CLOEXEC for oneit. |
tree | commitdiff |
2014-08-08 |
Rob Landley | Fix -mindepth and -maxdepth to not drill down into... |
tree | commitdiff |
2014-08-06 |
Rob Landley | More find bugfixes. |
tree | commitdiff |
2014-08-06 |
Rob Landley | Rereading posix find.c page: "Specifying more than... |
tree | commitdiff |
2014-08-06 |
Rob Landley | find.c: Posix wants loop detection. |
tree | commitdiff |
2014-08-06 |
Rob Landley | Building busybox from source needs find -not (a synonym... |
tree | commitdiff |
2014-08-06 |
Rob Landley | Fix a couple patch bugs concerning error output. |
tree | commitdiff |
2014-08-05 |
Rob Landley | find.c: add -mindepth, -maxdepth, and document -newer... |
tree | commitdiff |
2014-08-03 |
Rob Landley | Implement exec -user, -group, and -newer. Enable find... |
tree | commitdiff |
2014-08-03 |
Rob Landley | Squash mix of tabs and spaces to just spaces. |
tree | commitdiff |
2014-08-03 |
Rob Landley | Missed checking in dirtree_recurse() change (now needs... |
tree | commitdiff |
2014-08-03 |
Rob Landley | Cosmetic tweak, slightly more conventional for loop. |
tree | commitdiff |
2014-08-03 |
Rob Landley | Unbreak find -exec. |
tree | commitdiff |
2014-08-02 |
Ashwini Sharma | New toys unified DIFF and USERDEL. |
tree | commitdiff |
2014-08-02 |
Bradley Conroy | mix.c - A very basic mixer. |
tree | commitdiff |
2014-08-01 |
Rob Landley | factor: catch integer overflow. |
tree | commitdiff |
2014-08-01 |
Rob Landley | Add factor. |
tree | commitdiff |
2014-07-31 |
Rob Landley | find.c: fix -iname. |
tree | commitdiff |
2014-07-31 |
Rob Landley | As long as I had to write xabspath(), no point in wrapp... |
tree | commitdiff |
2014-07-30 |
Rob Landley | find.c: first pass at case case insensitivity and exec... |
tree | commitdiff |
2014-07-26 |
Rob Landley | Move DIRTREE_COMEAGAIN second callback up to when the... |
tree | commitdiff |
2014-07-21 |
Rob Landley | Don't go into an endless loop if we hit a bad utf8... |
tree | commitdiff |
2014-07-21 |
Rob Landley | Isaac Dunham spotted that dhcp was also reimplementing... |
tree | commitdiff |
2014-07-20 |
Rob Landley | Add utf8 support to ls -C. |
tree | commitdiff |
2014-07-18 |
Rob Landley | Find bugfixes. |
tree | commitdiff |
2014-07-18 |
Rob Landley | Apparently I deleted this locally but forgot to commit... |
tree | commitdiff |
2014-07-18 |
Rob Landley | Use libc daemon() instead of pending daemonize. |
tree | commitdiff |
2014-07-17 |
Rob Landley | Write a new find. Not quite done, but the basics work. |
tree | commitdiff |
2014-07-14 |
Ashwini Sharma | fdisk : partitions > 60, are deleted, offset entry... |
tree | commitdiff |
2014-07-14 |
Rob Landley | Implement -HL for cp. |
tree | commitdiff |
2014-07-07 |
Rob Landley | Autodetect --bind and --loop mounts in a way that doesn... |
tree | commitdiff |
2014-07-07 |
Rob Landley | minor cleanup: move a global variable into GLOBALS... |
tree | commitdiff |
2014-07-07 |
Rob Landley | Minor cleanup pass. |
tree | commitdiff |
2014-07-07 |
Rob Landley | Add nbd-client. |
tree | commitdiff |
2014-07-07 |
Rob Landley | Promote killall5 by merging it into kill. |
tree | commitdiff |
2014-07-06 |
Rob Landley | Try to lookup all umounts in /proc/mounts so we can... |
tree | commitdiff |
2014-07-05 |
Ashwini Sharma | TAR - this supports archive creation and extraction... |
tree | commitdiff |
2014-07-04 |
Rob Landley | date -r wasn't saving the result in the right variable... |
tree | commitdiff |
2014-07-03 |
Rob Landley | Fix rm -rf of chmod 000 directories. |
tree | commitdiff |
2014-06-30 |
Rob Landley | Promote makedevs to other. |
tree | commitdiff |
2014-06-30 |
Rob Landley | Bugfixes for cleaned up makedevs. |
tree | commitdiff |
2014-06-29 |
Rob Landley | Use dlist_terminate() in patch. |
tree | commitdiff |
2014-06-29 |
Rob Landley | Add : as an alias for true (toysh needs this). |
tree | commitdiff |
2014-06-29 |
Rob Landley | Make fallocate depend on probe for libc support. |
tree | commitdiff |
2014-06-29 |
Rob Landley | Promote mkpasswd from pending to other. |
tree | commitdiff |
2014-06-26 |
Rob Landley | Cleanup pass on mkpasswd.c |
tree | commitdiff |
2014-06-25 |
Rob Landley | Cleanup pass on makedevs. Need to test it before promoting. |
tree | commitdiff |
2014-06-25 |
Rob Landley | Glibc and uClibc provide CERASE from termios.h, but... |
tree | commitdiff |
2014-06-24 |
Rob Landley | Move deallocvt.c into openvt.c, cleanup both. |
tree | commitdiff |
2014-06-12 |
Rob Landley | Option parsing for nohup needs to stop at first nonopti... |
tree | commitdiff |
2014-06-12 |
Rob Landley | Cleanup pass on login |
tree | commitdiff |
2014-06-12 |
Rob Landley | Enable fallocate in defconfig. |
tree | commitdiff |
2014-06-12 |
Rob Landley | Cleanup pass on host.c |
tree | commitdiff |
2014-06-11 |
Rob Landley | Promote strings. |
tree | commitdiff |
2014-06-11 |
Rob Landley | Cleanup strings. |
tree | commitdiff |
2014-06-10 |
Isaac Dunham | pending/useradd: unbreak build |
tree | commitdiff |
2014-06-09 |
Rob Landley | Promote rfkill. |
tree | commitdiff |
2014-06-09 |
Rob Landley | Cleanup pass on rfkill. |
tree | commitdiff |
2014-06-09 |
Rob Landley | When locale is enabled, sprintf("%.123s", str) is count... |
tree | commitdiff |
2014-06-08 |
Rob Landley | Warning fix from Rich Felker. |
tree | commitdiff |
next |