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
Sat, 08 Dec 2012 13:28:40 +0100 Elie De Brauwer Adding tests for cat
Sat, 08 Dec 2012 21:10:10 -0600 Rob Landley Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts.
Sat, 08 Dec 2012 02:26:56 -0600 Rob Landley Complicate the rm -i behavior to do what posix specifies.
Sat, 08 Dec 2012 02:25:32 -0600 Rob Landley Make yesno() always read from stdin and write to stderr. (If we need to find our tty, open /dev/tty, but existing users don't.)
Fri, 07 Dec 2012 06:26:21 -0600 Rob Landley New rm command.
Thu, 06 Dec 2012 15:15:30 -0600 Rob Landley Update link to posix in docs (open group broke their website).
Thu, 06 Dec 2012 15:13:30 -0600 Rob Landley Have dirtree_add_node() set parent so error message can provide full path.
Mon, 03 Dec 2012 16:16:06 -0600 Rob Landley Use sched_{set,get}affinity directly so musl doesn't have to provide wrappers.