Age | Commit message (Expand) | Author |
2016-09-30 | sed -i run as root wasn't preserving ownership. | Rob Landley |
2016-09-05 | Replace loopfiles' failok with WARN_ONLY open flag. | Rob Landley |
2016-09-05 | Export notstdio() wrapper. | Rob Landley |
2016-09-04 | Add openro() and WARN_ONLY flag so xopen() and friends can warn without exiting. | Rob Landley |
2016-09-04 | Switch help.c from #ifdef to if() | Rob Landley |
2016-09-03 | Move genericish function to lib. | Rob Landley |
2016-08-18 | Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number | Rob Landley |
2016-08-13 | Add TOYFLAG_NOHELP to disable --help processing for individual commands, | Rob Landley |
2016-08-13 | Move getusername/getgroupname to lib. (Return name or string representation | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-08-02 | Fix warning: 'XATTR_NAME_SMACK' macro redefined. | Elliott Hughes |
2016-07-26 | Move regexec0 into lib (regexec that takes length and matches after NUL). | Rob Landley |
2016-07-15 | Don't close stdin when loopfiles reads "-". | Rob Landley |
2016-07-13 | Bugfix: suffixless string was feeding terminating NUL to strchr() and matching. | Rob Landley |
2016-07-12 | Convert atolx() and friends to use long long internally. Update design.html | Rob Landley |
2016-07-08 | dd improvements. | Elliott Hughes |
2016-07-04 | Now that we're using the adjusted option string, need to skip placeholders in... | Rob Landley |
2016-06-30 | Use libbuf instead of stack buffer. | Rob Landley |
2016-06-19 | Last commit depends on new lib code I forgot to check in. (Oops.) | Rob Landley |
2016-06-15 | Add readlink0() and readlinkat0() which null terminate the data. | Rob Landley |
2016-05-25 | Stand alone builds of OLDTOY should show help text for corresponding NEWTOY. | Rob Landley |
2016-05-20 | Add bufgetgrgid() | Rob Landley |
2016-05-17 | Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) | Rob Landley |
2016-05-04 | Simplify ps android scheduling policy fetch slightly. | Rob Landley |
2016-04-30 | Add a ps "PCY" field for Android scheduling policy. | Elliott Hughes |
2016-04-23 | Fix more to not append an extra newline. | Elliott Hughes |
2016-04-21 | Have dirtree_recurse() take the new dirfd as an argument. | Rob Landley |
2016-04-16 | Fix "ssh top". | Elliott Hughes |
2016-04-10 | Didn't check in all my local basename_r->getbasename changes. (Oops.) | Rob Landley |
2016-04-08 | Redefining basename_r to mean something random seems popular (bionic and freebsd | Rob Landley |
2016-03-29 | Fix build when wchar_t is unsigned. | Elliott Hughes |
2016-03-29 | Fix exit code of things like sed -i that use tempfile_handler(). | Rob Landley |
2016-03-15 | Add ls -b and make ls -q work with utf8. | Rob Landley |
2016-03-13 | Split out _xexit() from xexit() and give sigatexit() multiple callbacks. | Rob Landley |
2016-03-12 | The xattr functions were added during the 2.5 kernel, lsm.h can #include the | Rob Landley |
2016-03-07 | Cleanup pass on the dirtree infrastructure, in preparation for making rm -r | Rob Landley |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-03-01 | The last-ever release of uClibc didn't #define MS_RELATIME. | Rob Landley |
2016-02-25 | Typecast a printf argument because wchar_t isn't a rigidly defined size. | Rob Landley |
2016-02-19 | Implement "insmod -". | Elliott Hughes |
2016-02-18 | RLIMIT_RTTIME was added to the kernel in 2008, you can't expect uClibc to hav... | Rob Landley |
2016-02-14 | Implement file(1). | Elliott Hughes |
2016-02-10 | Wean scripts/install.c off toys.h so cross compiling less brittle. | Rob Landley |
2016-02-10 | Don't include toys.h from config2help.c (so cross-compiling from systems we | Rob Landley |
2016-02-10 | Factor out strnstr() since posix hasn't got it, and add a config option for | Rob Landley |
2016-02-09 | Add ulimit. | Rob Landley |
2016-02-09 | Fix xpipe. (thinko.) | Rob Landley |
2016-02-08 | Add xpipe() to lib. | Rob Landley |
2016-01-28 | Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill. | Rob Landley |
2016-01-28 | Bugfix I forgot to checkin, plus a wrapper function. | Rob Landley |