Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pledge(2) all programs | Tim Kuijsten | 2020-09-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | All programs except mshow have a very tight set of promises. mshow has a broad set of promises and might be a good future candidate to further restrict using unveil(2). This patch is based on commit 0300a112 by Alex Holst (dated 2017-12-07), which was proposed in GH PR #79. * pledged mpick, mflow and mdate so that now all programs are pledged * removed some unneeded promises and added some missing promises * move err.h include and OpenBSD ifdef into a new xpledge.h * cleaned up code aligning and whitespace Closes: #179 [via git-merge-pr] | ||||
* | move uc macro to blaze822_priv.h | Leah Neukirchen | 2020-03-08 | 1 | -2/+1 |
| | |||||
* | mflag: fix behavior with no arguments and reading from not a tty | Leah Neukirchen | 2017-09-01 | 1 | -0/+5 |
| | |||||
* | style | Leah Neukirchen | 2017-08-31 | 1 | -3/+3 |
| | |||||
* | mflag: check if curfile is set before using it | Duncaen | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | clean up whitespace | Leah Neukirchen | 2017-01-26 | 1 | -4/+4 |
| | |||||
* | mflag: add: skip leading whitespace | Leah Neukirchen | 2017-01-25 | 1 | -10/+12 |
| | |||||
* | mflag: fix error message | Leah Neukirchen | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | mflag: add usage | Christian Neukirchen | 2016-07-26 | 1 | -1/+5 |
| | |||||
* | mflag: use blaze822_loop1 | Christian Neukirchen | 2016-07-23 | 1 | -15/+9 |
| | |||||
* | add mflag | Christian Neukirchen | 2016-07-22 | 1 | -0/+164 |