Age | Commit message (Expand) | Author |
2014-11-10 | ipcrm : remove msg que, sem or shared memory | Ashwini Sharma |
2014-11-08 | Implement a few sed commands. Not done, and not tested yet. | Rob Landley |
2014-11-04 | Next round of sed infrastructure, parses most commands now, doesn't implement... | Rob Landley |
2014-10-30 | Attached are new toys TR and CRONTAB. | Ashwini Sharma |
2014-10-30 | Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink... | Rob Landley |
2014-10-30 | Bug report from Isaac Dunham: ls -d shouldn't follow command line symlinks wi... | Rob Landley |
2014-10-29 | Next drop of sed infrastructure, mostly argument parsing, doesn't do anything... | Rob Landley |
2014-10-28 | Fill out rest of help text for sed. | Rob Landley |
2014-10-27 | Fix use after free error spotted by ?ukasz Szpakowski. | Rob Landley |
2014-10-24 | Basic sed range support, enough for "sed -n 9,11p README" to work. | Rob Landley |
2014-10-22 | Teach ln -f to leave original target alone if link creation fails. | Rob Landley |
2014-10-20 | Random in-progress snapshot of sed, not finished yet. | Rob Landley |
2014-10-20 | More static analysis fixes from Ashwini Sharma. | Rob Landley |
2014-10-19 | nsenter: A tool to use setns(2) | Andy Lutomirski |
2014-10-17 | unshare: Fix help and option parsing | Andy Lutomirski |
2014-10-18 | Factor out printf-style escape parsing logic from echo.c. | Rob Landley |
2014-10-16 | Even bigger ip.c, from Ashwini Sharma. | Rob Landley |
2014-10-14 | Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. | Rob Landley |
2014-10-14 | Fix last night's mv commit (use dest, not source). | Rob Landley |
2014-10-14 | Implement mv -f and -i. | Rob Landley |
2014-10-13 | Started over on sed (by reading the posix spec). | 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-10-09 | Fix use-after-free spotted by Ashwini Sharma's static analysis. | Rob Landley |
2014-10-01 | Bugfix from Ashwini Sharma: Z timezone required by posix for touch but not fo... | Rob Landley |
2014-09-28 | Updated version, having complete support for ip _link_, _addr_, _rule_, _rout... | Ashwini Sharma |
2014-09-28 | Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback ... | Rob Landley |
2014-09-28 | mount: terminate list so unknown user mount attempts don't endlessly loop, ad... | Rob Landley |
2014-09-27 | Cleanup pass on groupdel. | Rob Landley |
2014-09-27 | Untangle id/groups/logname so single.sh can build each one standalone. | Rob Landley |
2014-09-26 | The only illegal characters in a username are ":" (field separator), "\n" (li... | Rob Landley |
2014-09-26 | Separate more commands so single.sh can build them standalone. | Rob Landley |
2014-09-22 | When killall was invoked without arguments, there appeared segmentation fault | ?ukasz Szpakowski |
2014-09-21 | Start on ping.c. | Rob Landley |
2014-09-18 | Reorder functions to get rid of unnecessary prototypes, and move a global int... | Rob Landley |
2014-09-18 | rm -rf needs to chmod directories to u+rwx, because directories need +x to se... | Isaac Dunham |
2014-09-18 | A few fixes for issues reported in static analysis. | Ashwini Sharma |
2014-09-17 | Cleanup pass on README. | Rob Landley |
2014-09-17 | Update README for pending directory, include list of code outside of pending ... | Rob Landley |
2014-09-17 | Minor cleanup pass on touch. | Rob Landley |
2014-09-17 | Cleanup pass on cut, more to do. | Rob Landley |
2014-09-16 | Cleanup pass on useradd. | Rob Landley |
2014-09-14 | Add cpio -p | Rob Landley |
2014-09-14 | find -xdev should return mount points, just not contents. | Rob Landley |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-09-13 | Bug report from luckboy: rm -f on a broken symlink didn't work because our "d... | Rob Landley |
2014-09-09 | Ignore -m option to cpio, it's what we do anyway so it's not an error. | Rob Landley |
2014-09-08 | Fix more memory leaks reported by Ashwini Sharma. | Rob Landley |
2014-09-08 | Don't close device handle until after calling flush ioctls, reported by Ashwi... | Rob Landley |
2014-09-08 | Add error test and fix memory leak, reported by Ashwini Sharma. | Rob Landley |