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] | ||||
* | mthread: remove count output | Leah Neukirchen | 2020-05-16 | 1 | -5/+2 |
| | | | | Closes #174. | ||||
* | mthread: comment depth convention | Leah Neukirchen | 2020-05-04 | 1 | -0/+3 |
| | |||||
* | mthread: add -p to only add parent messages via -S | Leah Neukirchen | 2020-05-04 | 1 | -3/+6 |
| | |||||
* | mthread: add -r to reverse top-level order | Leah Neukirchen | 2020-05-04 | 1 | -3/+12 |
| | |||||
* | mthread: make malloc failure fatal | Leah Neukirchen | 2019-05-03 | 1 | -0/+6 |
| | |||||
* | mthread: keep toplevel thread date-order when pruning | Leah Neukirchen | 2018-08-21 | 1 | -1/+2 |
| | | | | | | Else this could result in a toplevel thread getting pruned, but its child has an older date than was calculated by newest(), messing up the order. | ||||
* | mthread: avoid truncating internal buffer | Leah Neukirchen | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | mthread: thread: fix small leak | Leah Neukirchen | 2018-01-11 | 1 | -0/+2 |
| | |||||
* | blaze822: blaze822_loop: use long as return type | Leah Neukirchen | 2018-01-07 | 1 | -2/+3 |
| | |||||
* | style | Leah Neukirchen | 2017-08-31 | 1 | -11/+11 |
| | |||||
* | mthread: add optional message support | Leah Neukirchen | 2017-06-30 | 1 | -3/+33 |
| | |||||
* | mthread: fix infinite recursion | Leah Neukirchen | 2017-06-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | This fixes: References: <5> <4> <6> Message-ID: <3> References: <6> Message-ID: <5> References: <3> <2> Message-ID: <1> | ||||
* | mthread: ignore sequence indentation, to allow rethreading | Leah Neukirchen | 2017-06-29 | 1 | -0/+3 |
| | |||||
* | mthread: add usage | Christian Neukirchen | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | mthread: use blaze822_loop1 | Christian Neukirchen | 2016-07-23 | 1 | -5/+3 |
| | |||||
* | mthread: -v to not prune | Christian Neukirchen | 2016-07-20 | 1 | -4/+16 |
| | |||||
* | mthread: default to all messages when interactive w/o args | Christian Neukirchen | 2016-07-20 | 1 | -1/+7 |
| | |||||
* | mthread: rename from thread | Christian Neukirchen | 2016-07-20 | 1 | -0/+375 |