index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospfd
/
imsg.c
Age
Commit message (
Expand
)
Author
2009-08-08
Make imsg_clear close and free any fds in the received fd queue as well as
Nicholas Marriott
2009-06-08
revert this change by eric@:
David Gwynne
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-07
Make the imsg protocol network-safe.
Eric Faurot
2009-06-06
change the imsg header fields a bit to prepare for upcoming changes.
Eric Faurot
2009-06-06
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-06
remove unnecessary and scary pid check in imsg_init.
Pierre-Yves Ritschard
2009-06-05
make ospfd's imsg lib ready as well.
Pierre-Yves Ritschard
2009-06-05
treat buf->wpos as the size to send out on the wire, not buf->size,
Pierre-Yves Ritschard
2009-03-04
Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non
Claudio Jeker
2007-07-24
make imsg_create use dynamic buffers.
Pierre-Yves Ritschard
2007-03-19
when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not
Henning Brauer
2006-05-27
sync to bgpd: use ibuf->pid in imsg_create if pid == 0, claudio ok
Henning Brauer
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2006-02-01
zap unused function.
Esben Norby
2005-04-26
unify shared code a bit again to make future syncs easier
Henning Brauer
2005-03-23
ssize_t -> size_t, from ntpd, there from Alexander von Gernler
Henning Brauer
2005-03-09
memcpy/memmove correctness here as well
Henning Brauer
2005-01-28
Welcome ospfd
Claudio Jeker