Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Wed, 12 Dec 2012 21:13:12 -0600 | Rob Landley | The Linux kernel "make clean" calls rm -f with no arguments, which apparently is not an error. 0.4.2 |
Mon, 10 Dec 2012 21:08:42 -0600 | Rob Landley | Add stat submission to new "pending" directory, along with infrastructure to support pending. |
Mon, 10 Dec 2012 01:48:02 -0600 | Rob Landley | essat's flag not to follow symlinks isn't in the system call, and if libc is supposed to implement this as a wrapper uClibc gets it wrong. So use the stat info about symlinks instead. (Doesn't check the parent directory, but if that's read only we can't delete the file anyway so prompting is moot.) |
Sun, 09 Dec 2012 13:57:04 -0600 | Rob Landley | Meddle. |
Sat, 08 Dec 2012 20:10:05 +0100 | Elie De Brauwer | Adding -s (single shot) and -o (omit pids) options to pidof |
Sun, 09 Dec 2012 13:20:16 -0600 | Rob Landley | Set executable bits on two test scripts. |
Sat, 08 Dec 2012 14:40:17 +0100 | Elie De Brauwer | Adding sha1sum tests based on RFC 3174 |