Age | Commit message (Expand) | Author |
2015-06-26 | Factor out more not-curses infrastructure into lib. | Rob Landley |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley |
2015-05-28 | Attempt to fix the mkdir LSM race. | Rob Landley |
2015-05-18 | Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and | Rob Landley |
2015-05-18 | More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support from | Rob Landley |
2015-05-14 | Promote reset (actually write a new one using the simple man 4 console_codes | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-05-08 | Move not-curses code into interstingtimes.c | Rob Landley |
2015-05-03 | Move a prototype to the start of portability.h (suggested by Elliott Hughes) | Rob Landley |
2015-05-01 | Portability bits for the recent ls smack changes. | Rob Landley |
2015-04-30 | And remove the header part too. | Rob Landley |
2015-04-30 | Remove redundant numlen. | Rob Landley |
2015-04-27 | Some infrastructure hexedit needs. (Poor man's curses.) | Rob Landley |
2015-04-19 | Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke | Rob Landley |
2015-04-17 | Link against libattr and libsmack. | Xavier Roche |
2015-04-16 | terminal_size should use LINES, not ROWS. | Elliott Hughes |
2015-04-15 | Put SELINUX in a a menu, and add config option for SMACK. | Rob Landley |
2015-04-03 | Add readfileat() to lib | Rob Landley |
2015-03-23 | Tweak of Elliott Hughes's fix for an off by one error in human_readable | Rob Landley |
2015-03-21 | Patch from David Halls to fix mac/ios portability issue. | Rob Landley |
2015-03-16 | Fix mount -a segfault without -O, reported by Janus Troelsen. | Rob Landley |
2015-03-16 | Rename a function to better describe what it does. | Rob Landley |
2015-03-12 | Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. | Rob Landley |
2015-03-09 | Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s... | Rob Landley |
2015-03-01 | Only switch on printf format warnings for error_exit() and friends when TOYBO... | Rob Landley |
2015-03-01 | let the compiler check format strings | Elliott Hughes |
2015-03-01 | Patches from Elliott Hughes to add missing arguments to error_exit() calls. | Rob Landley |
2015-02-09 | Cleanup/refactoring pass on hwclock. | Rob Landley |
2015-02-07 | Remove xexec_optargs(). | Rob Landley |
2015-02-06 | Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFO... | Rob Landley |
2015-01-18 | Remove trailing whitespace. | Rob Landley |
2015-01-18 | Lift the basename/libgen.h shenanigans back out of portability.c and make it ... | Rob Landley |
2015-01-18 | fix non-glibc basename(3) usage | Elliott Hughes |
2015-01-16 | Move pty.h back to toys.h (under LSB 4.1 headers). | Rob Landley |
2015-01-16 | AOSP master has <pty.h> and builds netcat/nc. | Elliott Hughes |
2015-01-16 | id.c #ifdefectomy. (ifdefs belong in headers, not in C code.) | Rob Landley |
2015-01-16 | This patch adds a TOYBOX_SELINUX configuration option to control both | Elliott Hughes |
2015-01-03 | Move fflush() checking to xexit() and have exit paths in main() call that. | Rob Landley |
2015-01-01 | strtol() doesn't return error indicator for overflow, it just sets errno. So ... | Rob Landley |
2015-01-01 | Debris from flag handling rewrite: don't allow -^A to actually trigger. | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-12-31 | When you include the posix header libgen.h, glibc #defines basename to some r... | Rob Landley |
2014-12-22 | Allocate space for null terminator. | Rob Landley |
2014-12-13 | Forgot to check in a header file for base64. | Rob Landley |
2014-12-13 | Add base64. | Rob Landley |
2014-12-13 | Remove more strncpy() calls. | Rob Landley |
2014-12-04 | Work with buildroot's extensively patched uClibc, and for nommu support move ... | Rob Landley |
2014-12-04 | Implement xstrncat() and fix xstrndup(). | Rob Landley |
2014-11-28 | Make sendfile use libbuf. | Rob Landley |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley |