Age | Commit message (Expand) | Author |
2015-04-12 | Before trying to remount read only, see if block device responds to "become rw" | Rob Landley |
2015-04-04 | To ensure that toybox can be installed alongside busybox without | Paul Barker |
2015-03-11 | Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain. | Rob Landley |
2015-03-10 | Add -m to mknod | Rob Landley |
2015-03-01 | Patches from Elliott Hughes to add missing arguments to error_exit() calls. | Rob Landley |
2015-02-12 | Fix bug introduced by last commit (print template instead of toybuf). | Rob Landley |
2015-02-11 | Only apply mktemp directory to targets that aren't already paths. | Rob Landley |
2015-02-10 | Fix longopts (pointed out by Hyejin Kim). | Rob Landley |
2015-02-07 | Shameless meddling. | Rob Landley |
2015-02-07 | Use $TMPDIR if set (necessary on Android, where there is no /tmp). | Elliot Hughes |
2014-12-02 | Don't mount a filesystem over an existing one with the same /dev and /dir. | Rob Landley |
2014-11-25 | Update dmesg, loosely based on a patch from Elliott Hughes. | Rob Landley |
2014-11-19 | Make md5sum and sha1sum work on big endian systems.0.5.1 | Rob Landley |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham |
2014-10-09 | Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi... | Rob Landley |
2014-09-28 | Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback ... | Rob Landley |
2014-09-28 | mount: terminate list so unknown user mount attempts don't endlessly loop, ad... | Rob Landley |
2014-09-26 | Separate more commands so single.sh can build them standalone. | Rob Landley |
2014-09-22 | When killall was invoked without arguments, there appeared segmentation fault | ?ukasz Szpakowski |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-09-07 | Promote mount. It's not perfect, but it basically works now. | Rob Landley |
2014-08-24 | Work in progress snapshot of mount, with fallout to umount. (Not done yet.) | Rob Landley |
2014-07-05 | Try to lookup all umounts in /proc/mounts so we can auto-zap loopback devices. | Rob Landley |
2014-06-07 | Make md5sum/sha1sum -b flag be "brief" output (just the hash). | Rob Landley |
2014-05-29 | Switch mtab_list to doubly linked so we can traverse in either order. Convert... | Rob Landley |
2014-05-15 | Here's a quick cleanup of md5sum. Executive summary: smaller and faster. | Daniel Verkamp |
2014-04-25 | Cosmetic tweak: spell out "Linux Standard Base" in menuconfig. | Rob Landley |
2014-04-09 | Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL. | Rob Landley |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-12-22 | Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) | Rob Landley |
2013-12-22 | Promote su from pending to lsb. | Rob Landley |
2013-12-19 | killall: fix return code, improve error reporting, avoid buffer overflow. | Rob Landley |
2013-12-19 | Don't permute toys.optargs, cleanup code (xexec()) can free it. | Rob Landley |
2013-12-16 | Fix pidof -o bug aborting output, reported by Ashwini Sharma. | Rob Landley |
2013-11-28 | Add xgetpwnam() to lib/xwrap.c. | Rob Landley |
2013-10-16 | Prep work for useradd by Ashwini Sharma. | Rob Landley |
2013-09-11 | Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (F...0.4.6 | Rob Landley |
2013-09-03 | Replace for_each_pid_with_name_in_array_perform_callback_function_upon_transl... | Rob Landley |
2013-09-04 | First pass at umount, not quite done yet. | Rob Landley |
2013-08-18 | Whitespace changes to passwd. | Rob Landley |
2012-12-23 | Minor cleanups. | Rob Landley |
2012-12-16 | LSB does not allow killall to kill itself | Elie De Brauwer |
2012-12-16 | Extend killall with support for -v and -i | Elie De Brauwer |
2012-12-23 | Whitespace. | Rob Landley |
2012-12-16 | Extend seq to support -f (format string) and -s (string separator) as request... | Elie De Brauwer |
2012-12-09 | Meddle. | Rob Landley |
2012-12-08 | Adding -s (single shot) and -o (omit pids) options to pidof | Elie De Brauwer |
2012-12-08 | Add README file to each toys/ directory, teach build infrastructure to get fa... | Rob Landley |
2012-11-19 | Teach option parsing about [groups] of related options. | Rob Landley |