Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make imsg.h a bit more self-contained by prototyping struct iovec. | 2021-01-13 | 1 | -1/+2 | |
| | | | | OK martijn@ mvs@ deraadt@ | ||||
* | Change imsg header definitions to use standard types. | 2019-01-20 | 1 | -4/+6 | |
| | | | | ok deraadt@ claudio@ | ||||
* | Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are | 2017-03-24 | 1 | -14/+13 | |
| | | | | | | more portable. Add stdint.h to the headers in imsg_init(3). No objections from millert@. | ||||
* | constify data parameter in imsg_add() and imsg_compose() | 2013-12-26 | 1 | -3/+3 | |
| | | | | ok deraadt@ | ||||
* | Protect against multiple inclusion, from Christiano F. Haesbaert. | 2010-06-23 | 1 | -1/+6 | |
| | | | | ok deraadt@ | ||||
* | Move imsg into libutil and add a man page. | 2010-05-26 | 1 | -0/+107 | |
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt |