summaryrefslogtreecommitdiff
path: root/lib/libutil/imsg_init.3
AgeCommit message (Expand)Author
2023-12-29Cleanup required headers form imsg.h.Claudio Jeker
2023-12-13filedescriptor -> file descriptorJonathan Gray
2023-12-12Move ibuf API from imsg_init.3 to ibuf_add.3Claudio Jeker
2023-09-28add a missing .Fa macroIngo Schwarze
2023-09-28fix two wrong function names in the description;Ingo Schwarze
2023-06-20responsibilty -> responsibilityJonathan Gray
2023-06-20- filedescriptor -> file descriptor, as per the rest of the pageJason McIntyre
2023-06-19Improve the ibuf API by adding these functions:Claudio Jeker
2022-05-19Document that imsg_add(3) frees its msg argument on failure.Stefan Sperling
2020-12-15typo fix from aisha tammy; ok nicmJason McIntyre
2019-01-20Change imsg header definitions to use standard types.Brent Cook
2018-09-26explicitly mention local processes; from geoff hillJason McIntyre
2018-02-16Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@.Nicholas Marriott
2017-12-06It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3).Vadim Zhukov
2017-05-03spacing (in EXAMPLES code)Reyk Floeter
2017-03-24Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former areNicholas Marriott
2016-10-15zap trailing whitespace;Jason McIntyre
2016-10-10Fixup the example for msgbuf_write() and imsg_read() to check theReyk Floeter
2015-12-29mention that ibuf_free() does not need a NULL check.Sebastian Benoit
2015-12-05Do not loop on EAGAIN in imsg_read(). Better to return the error to theClaudio Jeker
2015-07-11typo in embedded code block; from Ben CornettTheo de Raadt
2015-06-11The correct semantic is to check msgbuf_write() for <= 0, not just < 0.Reyk Floeter
2013-12-26constify data parameter in imsg_add() and imsg_compose()Eric Faurot
2013-11-13document that ibuf_write() and msgbuf_write() can now return EAGAINSebastian Benoit
2013-06-05use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2012-11-15imsg_get() returns ssize_t, not size_t.Kenneth R Westerback
2012-10-22struct buf -> ibuf; from Sunil NimmagaddaJason McIntyre
2012-06-15update return values for ibuf_write and msgbuf_writeJonathan Matthew
2011-06-23s/ands/and/, from Tobias UlmerStuart Henderson
2011-03-05Correct msgbuf_write() example. OK jmc@ and nicm@Claudio Jeker
2010-10-31imsg.h requires sys/uio.h, ok deraadtNicholas Marriott
2010-05-28typo; Ian McWilliamStuart Henderson
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott