Age | Commit message (Expand) | Author |
2015-02-08 | For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" ... | Rob Landley |
2015-02-07 | Make toy_exec() check if argc is in optargs and deal with it there so we don'... | Rob Landley |
2015-02-07 | Merge unshare and nsenter (promoting and cleaning up nsenter). | Rob Landley |
2015-01-25 | Cleanup mountpoint and remove it from the pending README. | Rob Landley |
2015-01-16 | AOSP master has <pty.h> and builds netcat/nc. | Elliott Hughes |
2015-01-14 | Switch netcat to stop parsing command line at first nonoption argument instea... | Rob Landley |
2015-01-01 | Switch a lot of strncpy() calls to xstrncpy(). | Rob Landley |
2014-12-31 | Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curl... | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-12-27 | Promote mix | Rob Landley |
2014-12-24 | Teach factor to accept whitespace separated arguments (reported by Robert Tho... | Rob Landley |
2014-12-23 | Merge catv back into cat as discussed on the list. Add comments about infrast... | Rob Landley |
2014-12-18 | Give fstype its own config symbol (separate from blkid), and fix blkid not us... | Rob Landley |
2014-12-13 | Add base64. | Rob Landley |
2014-12-04 | Add shred. | Rob Landley |
2014-12-02 | Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), a... | Rob Landley |
2014-11-30 | Remove the strncpy from mountpoint, and make a lot of other changes while I'm... | Rob Landley |
2014-11-24 | Tweak the "ignoring return value" fortify workaround for readlinkat. | Rob Landley |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley |
2014-11-22 | Whitespace/code style. | Rob Landley |
2014-11-21 | A patch against your current ToT that builds in AOSP master. | Elliott Hughes |
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-10-20 | More static analysis fixes from Ashwini Sharma. | Rob Landley |
2014-10-17 | unshare: Fix help and option parsing | Andy Lutomirski |
2014-10-14 | Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. | Rob Landley |
2014-10-10 | acpi: implement -ctV, fix recursion, plug a small leak | Isaac Dunham |
2014-10-09 | Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi... | Rob Landley |
2014-09-17 | Cleanup pass on README. | Rob Landley |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-09-08 | Don't close device handle until after calling flush ioctls, reported by Ashwi... | Rob Landley |
2014-08-23 | Promote blockdev to other. | Rob Landley |
2014-08-20 | Promote inotifyd to other. | Rob Landley |
2014-08-12 | Patches to commands for issues reported from static analysis tool. | Ashwini Sharma |
2014-08-11 | Promote lspci. | Rob Landley |
2014-08-09 | Disable xopen's default O_CLOEXEC for oneit. | Rob Landley |
2014-08-01 | factor: catch integer overflow. | Rob Landley |
2014-08-01 | Add factor. | Rob Landley |
2014-07-30 | As long as I had to write xabspath(), no point in wrapping realpath(). | Rob Landley |
2014-07-26 | Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope... | Rob Landley |
2014-07-06 | Add nbd-client. | Rob Landley |
2014-06-30 | Promote makedevs to other. | Rob Landley |
2014-06-28 | Make fallocate depend on probe for libc support. | Rob Landley |
2014-06-28 | Promote mkpasswd from pending to other. | Rob Landley |
2014-06-11 | Cleanup pass on login | Rob Landley |
2014-06-11 | Enable fallocate in defconfig. | Rob Landley |
2014-06-09 | Promote rfkill. | Rob Landley |
2014-06-02 | Help text should have a blank line after usage: lines, and a couple other whi... | Rob Landley |
2014-05-31 | Promote partprobe. | Rob Landley |
2014-05-31 | Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W... | Rob Landley |