Age | Commit message (Expand) | Author |
2014-11-21 | Don't include asm/* files directly. | Rob Landley |
2014-11-21 | Patch from Elliott Hughes for Android/bionic build. | Rob Landley |
2014-11-19 | Fixups for the android/bionic build probes patch. | Rob Landley |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham |
2014-11-11 | Remove unnecessary assignment spotted by Cynt Rynt. | Rob Landley |
2014-10-27 | O_CLOEXEC was confusing the O_RDONLY test in loopfiles(), resulting in attemp... | Rob Landley |
2014-10-20 | More static analysis fixes from Ashwini Sharma. | Rob Landley |
2014-10-20 | Add TOYBOX_NORECURSE so xexec() won't make internal function calls. | Rob Landley |
2014-10-18 | Factor out printf-style escape parsing logic from echo.c. | Rob Landley |
2014-10-14 | Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. | Rob Landley |
2014-10-02 | Workaround for musl's faccessat bug (the rm -r "error: is a directory" thing).0.5.0 | Rob Landley |
2014-09-28 | Brown paper bag time: comma_scan() didn't work for anything but the last entry. | Rob Landley |
2014-09-27 | Don't segfault for --help of single.sh build of OLDTOY commands that use anot... | Rob Landley |
2014-09-26 | The only illegal characters in a username are ":" (field separator), "\n" (li... | Rob Landley |
2014-09-22 | Respond to two static analysis issues in dirtree_path() reported by Ashwini S... | Rob Landley |
2014-09-20 | Tweak portability.h for uClibc version in buildroot defconfig. | Rob Landley |
2014-09-14 | Second attempt at one way xpopen(). | Rob Landley |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-09-07 | Debugging pass on mount. Not quite done yet, but the basics seem to work now. | Rob Landley |
2014-09-06 | Work around uClibc brain-damage. | Rob Landley |
2014-08-24 | Work in progress snapshot of mount, with fallout to umount. (Not done yet.) | Rob Landley |
2014-08-18 | Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_... | Rob Landley |
2014-08-15 | Fix bug reported by Ashwini Sharma: [-abc] syntax to switch off a command forget | Rob Landley |
2014-08-15 | If string_to_mode() is called on a base mode with S_ISDIR() and such set, pas... | Rob Landley |
2014-08-12 | Patches to commands for issues reported from static analysis tool. | Ashwini Sharma |
2014-08-03 | Implement exec -user, -group, and -newer. Enable find in defconfig. | Rob Landley |
2014-08-02 | Yank xrealpath prototype since the function's gone. | Rob Landley |
2014-07-30 | As long as I had to write xabspath(), no point in wrapping realpath(). | Rob Landley |
2014-07-29 | Actually set the again flag when calling the dirtree comeagain callback. | Rob Landley |
2014-07-26 | Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope... | Rob Landley |
2014-07-26 | Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it... | Rob Landley |
2014-07-21 | Improve gid/uid error messages. | Rob Landley |
2014-07-21 | Little endian and big endian versions of peek (for host.c). | Rob Landley |
2014-07-21 | Fix memory leak in error path. | Rob Landley |
2014-07-20 | Add utf8 support to ls -C. | Rob Landley |
2014-07-19 | find needs "c" suffix to -size. | Rob Landley |
2014-07-17 | Use libc daemon() instead of pending daemonize. | Rob Landley |
2014-06-28 | Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants t... | Rob Landley |
2014-06-25 | Cleanup pass on mkpasswd.c | Rob Landley |
2014-06-24 | find_in_path() is supposed to work with a NULL path, but didn't. Fix it. | Rob Landley |
2014-06-09 | Forgot to check in strstart(). | Rob Landley |
2014-06-03 | mount: start on option parsing, implement loopback and bind mount autodetection. | Rob Landley |
2014-05-31 | Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W... | Rob Landley |
2014-05-29 | Switch mtab_list to doubly linked so we can traverse in either order. Convert... | Rob Landley |
2014-05-27 | Add mount options to data getmountlist collects. | Rob Landley |
2014-05-26 | Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), an... | Rob Landley |
2014-05-24 | patch from ashwini sharma: treat 0 length read at the start of password read ... | Rob Landley |
2014-05-21 | Add generic_signal() handler, which sets toys.signal and writes byte to toys.... | Rob Landley |
2014-05-21 | Add free functions for predefined llist types. | Rob Landley |
2014-05-06 | Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d... | Rob Landley |