summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/imsg.c
AgeCommit message (Expand)Author
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06make ripctl/ripd imsg-in-a-lib ready too.Eric Faurot
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2006-10-18Welcome ripdEsben Norby