Age | Commit message (Expand) | Author |
2015-07-01 | Fix segfault with "mount -o ro,remount". | Elliott Hughes |
2015-07-01 | Improve -Z error reporting. | Elliott Hughes |
2015-07-01 | Fix top.c build. | Elliott Hughes |
2015-06-29 | mkfifo -Z | Rob Landley |
2015-06-28 | Add ionice and iorenice. | Rob Landley |
2015-06-27 | Add undo buffer for 'u'. | Rob Landley |
2015-06-27 | Simplify hexedit logic by adjusting viewport all in one place up top. | Rob Landley |
2015-06-26 | Factor out more not-curses infrastructure into lib. | Rob Landley |
2015-06-25 | Suggestion from Elliott Hughes: tweak test infrastructure to notice if | Rob Landley |
2015-06-23 | Fix version number in ifconfig cleanup reference. | Rob Landley |
2015-06-23 | Don't segfault if none of the file arguments to ls exists. | Rob Landley |
2015-06-23 | Don't depend on malloc(0) to return non-null. | Rob Landley |
2015-06-23 | Fix ls so spacing is right for ls -l, -o, -g, -og, -ogZ, -lZ, -gZ, and -oZ. | Rob Landley |
2015-06-15 | Fluff up explanation of why 0BSD license for SPDX submission. | Rob Landley |
2015-06-15 | Use lsm_set_create() to set security blanket context before mknod, avoiding | Rob Landley |
2015-06-11 | Add nproc. | Rob Landley |
2015-06-10 | Cosmetic tweak: no need for pages of text from "make defconfig" and friends. | Rob Landley |
2015-06-06 | Last grep commit broke non -r use of grep. Oops. | Rob Landley |
2015-06-02 | Make "printf --" and "printf ---" work. | Rob Landley |
2015-05-31 | Redo mkstatus.py to grep pending for pending data and trust toybox | Rob Landley |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley |
2015-05-31 | On testing fold command, I found w option didnt check the range of value. | Hyejin Kim |
2015-05-31 | mknod: Add -Z option | José Bollo |
2015-05-28 | Attempt to fix the mkdir LSM race. | Rob Landley |
2015-05-21 | ls -lZ wasn't putting a space before the xattr output. | Rob Landley |
2015-05-21 | mkdir: Fix argument of option -Z | José Bollo |
2015-05-20 | Make "grep -r regex" work on implicit "." if no files specified. | Rob Landley |
2015-05-19 | Add -Z support to mkdir, based on a patch from Jose Bollo. | Rob Landley |
2015-05-19 | Adapted patch from José Bollo to do the "tonight we're gonna api like | Rob Landley |
2015-05-18 | Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and | Rob Landley |
2015-05-18 | Fix "ls -Z . toys" segfaulting, because preprocessing skipped. | Rob Landley |
2015-05-18 | Recent commit broke ls -R (test reversed), and "ls -R singledir" should | Rob Landley |
2015-05-18 | More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support from | Rob Landley |
2015-05-15 | stat: fix group name | José Bollo |
2015-05-14 | Bugfix from Hyejin Kim: su should not prompt root user for new user's password. | Rob Landley |
2015-05-14 | Promote reset (actually write a new one using the simple man 4 console_codes | Rob Landley |
2015-05-13 | Print name of file at the bottom of the screen. | Rob Landley |
2015-05-13 | More hexedit cursor boundary tweaking. | Rob Landley |
2015-05-13 | Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths), | Rob Landley |
2015-05-12 | Set the executable bits on all the *.test files. (Wasn't consistent, is now.) | Rob Landley |
2015-05-10 | Git hates me. | Rob Landley |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-05-09 | Probe for -Wno-string-plus-int. | Rob Landley |
2015-05-08 | Move not-curses code into interstingtimes.c | Rob Landley |
2015-05-06 | Fix more with missing files. | Elliott Hughes |
2015-05-06 | Re-enable catv command now that flag infrastructure is updated. | Rob Landley |
2015-05-04 | Implement SELinux ls -Z support. | Elliott Hughes |
2015-05-03 | Replace android-specific hack with just signal(SIGPIPE, SIG_IGN). | Rob Landley |
2015-05-03 | Yank smack from singleconfig. | Rob Landley |