Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Sat, 18 Feb 2012 15:19:00 -0600 | Rob Landley | More ls updates from Andre Renaud: Add -R and initial support for listing files on the command line. |
Sat, 18 Feb 2012 15:12:41 -0600 | Rob Landley | Add killall by Andreas Heck, and factor out common pid code to lib.h. |
Sat, 18 Feb 2012 15:08:31 -0600 | Rob Landley | Add pidof by Andreas Heck. |
Wed, 08 Feb 2012 22:47:36 -0800 | Timothy Elliott | Add tests for cmp. |
Fri, 17 Feb 2012 12:06:12 -0600 | Rob Landley | Add V=1 support to make. |
Fri, 17 Feb 2012 12:05:26 -0600 | Rob Landley | Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h. |
Fri, 17 Feb 2012 05:27:37 -0600 | Rob Landley | Move realpath from loopfiles() to a for loop, so we don't get hung on read permission for file data when we just want to look at directory info. |