Age | Commit message (Expand) | Author |
2012-04-14 | Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr... | Rob Landley |
2012-03-20 | Using /dev/tty for yesno() is wrong because yes 'n' | cp -ial needs to work. | Rob Landley |
2012-03-19 | Unwind gratuitous macros. | Rob Landley |
2012-03-19 | Add string to mode_t parser | Daniel Walter |
2012-03-19 | Remove "feature test macros", replace non-portable fdprintf() with standard f... | Rob Landley |
2012-03-08 | More stabs at getting #includes right, and moving off of deprecated functions. | Rob Landley |
2012-02-27 | Upgrade yesno() and make cp -i use it. | Rob Landley |
2012-02-26 | Factor out common code between killall/kill and move it to lib/lib.c, plus cl... | Rob Landley |
2012-02-18 | Nathan McSween convinced me compilers that inline memset() can optimize the b... | Rob Landley |
2012-02-18 | Cleanups to pidof (including some global infrastructure shared with killall). | Rob Landley |
2012-02-18 | Add killall by Andreas Heck, and factor out common pid code to lib.h. | Rob Landley |
2012-02-09 | Make atolx() error_exit() if fed a string that doesn't convert entirely into ... | Rob Landley |
2012-02-02 | Quick and dirty terminal_size() and yesno() functions, both of which need to ... | Rob Landley |
2011-12-28 | Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type ... | Rob Landley |
2011-12-12 | Forgot to check in loopfiles_rw changes needed by truncate. | Rob Landley |
2011-11-13 | xreadall() returns void... how does that even compile? | Rob Landley |
2010-01-05 | Add TOYBOX_SUID. | Rob Landley |
2010-01-05 | Correct return types of xstrdup() and xstrndup() | Rob Landley |
2009-04-16 | Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator. | Rob Landley |
2009-01-25 | Fix thinko. | Rob Landley |
2009-01-18 | Add mkswap. | Rob Landley |
2009-01-05 | Add -N, -I, -L, and -P options to cksum. | Rob Landley |
2009-01-03 | Check in crc_init needed by cksum. (Oops.) | Rob Landley |
2008-07-18 | Tweak from Roberto Foglietta. | Rob Landley |
2008-07-18 | Roberto Foglietta pointed out that readall() needs fdlength() to restore | Rob Landley |
2008-07-18 | Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len. | Rob Landley |
2008-07-03 | Add "tee" command. | Rob Landley |
2008-05-17 | Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). | Rob Landley |
2008-05-12 | Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. | Rob Landley |
2008-04-13 | Teach get_rawline() to continue until a configurable char, and xstrndup() | Rob Landley |
2008-01-27 | Add spaces after some commas (from Charlie Shepherd). | Rob Landley |
2008-01-25 | Remove extra newlines on error_paths | Charlie Shepherd |
2008-01-25 | Fix filename in header | Charlie Shepherd |
2008-01-27 | Teach perror_exit() to take a NULL argument when we just want "command: error". | Rob Landley |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley |
2008-01-01 | Fix loopfiles to not call function() on file not found.0.0.4 | Rob Landley |
2007-12-27 | Make patch's file add actually work, including directory creating and | Rob Landley |
2007-12-20 | Upgrade patch to understand creating and deleting files. | Rob Landley |
2007-12-18 | Patch command. | Rob Landley |
2007-12-15 | Start of "patch" support. Writes to stdout at the moment. | Rob Landley |
2007-12-09 | Changeset 186 assumed that toys.exitval defaults to 0. Actually change the | Rob Landley |
2007-11-29 | Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. | Rob Landley |
2007-11-29 | Add loopfiles() function, make catv use it. | Rob Landley |
2007-11-19 | Replace strlcpy() with xstrcpy(), which exits if the string won't fit. | Rob Landley |
2007-11-15 | Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment | Rob Landley |
2007-11-15 | Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the | Rob Landley |
2007-11-04 | Fix from Charlie Shepherd: at end of string, don't match the null terminator | Rob Landley |
2007-11-04 | xcreate(): perror already prints error name and newline, remove redundancy. | Rob Landley |
2007-10-11 | Promote help to global config option, teach error_exit() to output usage mess... | Rob Landley |
2007-10-04 | Break out dirtree.c and let it call a function instead of returning the data. | Rob Landley |