aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/stat.c
AgeCommit message (Collapse)Author
2013-03-05Call stat "stat" instead of "st" in menuconfig. Use xmalloc() instead of malloc.Rob Landley
perror_msg() sets return code already. Truncate long english messages that don't get translated. Don't return int from a function hardwired to always return 0. Don't test for that hardwired return value to change and print an error message that can never happen and would be a duplicate anyway. More whitespace cleanup. C does not require typecasting void *. Remove 404 URL to stat.html that isn't in posix.
2013-03-05Fix whitespace in submitted stat command.Rob Landley
2012-12-10Add stat submission to new "pending" directory, along with infrastructure to ↵Rob Landley
support pending.