Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/*: Check return value of block_mount() | P. J. McDermott | 2016-01-17 | 1 | -1/+3 |
| | |||||
* | cmd/*: Check return value of profile_detect() | P. J. McDermott | 2016-01-17 | 1 | -1/+4 |
| | | | | Also clean up on error now. | ||||
* | cmd/*: s/exit/return/ | P. J. McDermott | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | cmd/*: Reduce block_umount() calls to one-liners | P. J. McDermott | 2016-01-16 | 1 | -3/+1 |
| | |||||
* | cmd/*: Use profile_detect() | P. J. McDermott | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | cmd_*_main(): Load /etc/os-release in a subshell | P. J. McDermott | 2015-12-07 | 1 | -2/+1 |
| | | | | | Limit the effects of this sort of arbitrary code execution, or at least avoid cluttering the namespace. | ||||
* | Move lib/cmd/*.sh to src/cmd/ | P. J. McDermott | 2015-12-07 | 1 | -0/+112 |