about summary refs log tree commit diff
path: root/mflag.c
Commit message (Collapse)AuthorAgeFilesLines
* pledge(2) all programsTim Kuijsten2020-09-061-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.hLeah Neukirchen2020-03-081-2/+1
|
* mflag: fix behavior with no arguments and reading from not a ttyLeah Neukirchen2017-09-011-0/+5
|
* styleLeah Neukirchen2017-08-311-3/+3
|
* mflag: check if curfile is set before using itDuncaen2017-03-311-1/+1
|
* clean up whitespaceLeah Neukirchen2017-01-261-4/+4
|
* mflag: add: skip leading whitespaceLeah Neukirchen2017-01-251-10/+12
|
* mflag: fix error messageLeah Neukirchen2017-01-251-1/+1
|
* mflag: add usageChristian Neukirchen2016-07-261-1/+5
|
* mflag: use blaze822_loop1Christian Neukirchen2016-07-231-15/+9
|
* add mflagChristian Neukirchen2016-07-221-0/+164