Age | Commit message (Expand) | Author |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback |
2014-07-11 | Close the control fd when it has reported EOF. | Kenneth R Westerback |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-26 | msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-19 | handle msgbuf_write() returning EAGAIN | Sebastian Benoit |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-11 | delete excessive evtimer_pending; ok claudio | Theo de Raadt |
2012-04-10 | Handle file descriptor exhaustion in the accept() case. | Theo de Raadt |
2011-08-20 | Decouple log_verbose() from log_init() so the verbose flag stays set with | Stuart Henderson |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-06-26 | Remove obsolete mcast routes in ldpd and ripd. | Claudio Jeker |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2011-04-30 | no need to escape |, pointed out by jmc@ | Stuart Henderson |
2010-12-31 | Change <sys/types.h> to <sys/param.h> instead of assuming that some | Philip Guenthe |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-12 | Merge duplicate log messages into one log_warn(). | Alexander Bluhm |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto |
2010-02-08 | Use SIGCHLD for the sigchild handler not SIGINT twice. | Philip Guenthe |
2010-01-02 | The .Rs macro must be followed by .Re, and empty .Rs is useless anyway. | Ingo Schwarze |
2010-01-02 | Fix comparison between the routing message's priority and RTP_RIP. | Michele Marchetto |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-11-02 | Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of | Claudio Jeker |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-09-30 | Bring in sync with the bgpd version of carp.c. This fixes a memory leak | Claudio Jeker |
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker |
2009-09-26 | Added manpage bits about rdomain support. | Michele Marchetto |
2009-09-26 | Preliminary rdomain support. | Michele Marchetto |
2009-09-26 | Whitespace cleanup. | Michele Marchetto |
2009-09-24 | Priorities are now handled in the kernel so: | Michele Marchetto |
2009-09-18 | Make kroute code routing priority aware. | Michele Marchetto |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-07-31 | Reword the split horizon parameters in the configuration file. | Michele Marchetto |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |