about summary refs log tree commit diff
path: root/minc.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]
* minc: extract DT_* handlingLeah Neukirchen2020-03-081-3/+3
|
* styleLeah Neukirchen2017-08-311-2/+2
|
* minc: use squeeze_slashLeah Neukirchen2017-07-121-1/+3
| | | | Closes #68.
* clean up whitespaceLeah Neukirchen2017-01-261-1/+1
|
* minc: add usageChristian Neukirchen2016-07-261-1/+5
|
* guard DT_* usageChristian Neukirchen2016-07-261-0/+2
| | | | It's a shortcut anyway, just leave it out
* add mincChristian Neukirchen2016-07-211-0/+76