aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/imsg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix implicit declaration of function 'bzero'Freddy DISSAUX2016-09-241-0/+3
* u_intXX_t -> uintXX_tGilles Chehade2016-02-271-7/+7
* the correct semantics for checking msgbuf_write() are <= 0 not < 0Gilles Chehade2015-06-111-1/+1
* sync with latest upstream changesCharles Longeau2013-12-271-5/+1
* constifyEric Faurot2013-10-071-2/+2
* remove for nowGilles Chehade2013-05-161-4/+0
* handle ECONNRESET and ETIMEDOUT as "connection close" to avoid fatalGilles Chehade2013-05-151-0/+8
* fix warning: comparison between signed and unsignedCharles Longeau2013-04-181-2/+3
* sys-tree.h and sys-queue.h -> sys/tree.h and sys/queue.hCharlie Root2013-04-121-1/+1
* merge fixes in imsg.cEric Faurot2013-02-051-1/+2
* add missing available_fds() prototypeCharles Longeau2012-10-111-11/+11
* Sync with gilles@'s commit in libutil/imsg{,-buffer}.c about fdCharles Longeau2012-07-301-13/+65
* fix #include "sys-queue.h"Charles Longeau2012-07-301-1/+1
* add #include "includes.h" at the top of each .c file, while there remove all remaining #include "config.h" and/or "openbsd-compat.h"Charles Longeau2012-07-261-0/+2
* cleanup openbsd-compat/imsg{,-buffer}.cCharles Longeau2011-09-041-1/+1
* 2011-08-28 chl <chl@tuxfamily.org>Charles Longeau2011-08-311-0/+271