Age | Commit message (Expand) | Author |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-09-02 | Simplify shutdown process. | Renato Westphal |
2016-09-02 | Close connections when msgbuf_write() returns 0. | Renato Westphal |
2016-09-02 | Don't fatal if the imsg pipe is closed, this is often triggered in the | Renato Westphal |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2015-12-07 | Remove unneeded strings.h includes. From Serguey Parkhomovsky. | mmcc |
2015-12-07 | Replace bzero with memset, and change a strings.h include to string.h to | mmcc |
2015-12-07 | strings.h -> string.h to prevent implicit declarations. From Serguey | mmcc |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in dvrmpd. | Stefan Sperling |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-05-22 | fix a non safe use of LIST_FOREACH with LIST_REMOVE | Jonathan Gray |
2015-05-05 | use the sizeof the struct not the sizeof a pointer to the struct | Jonathan Gray |
2015-02-11 | Use sizeof(u_short) in the first check since there are RT messages that | Claudio Jeker |
2015-02-10 | More SOCK_NONBLOCK adjustments similar to the other daemons. | Claudio Jeker |
2015-02-09 | Oups forgot to remove the enums | Claudio Jeker |
2015-02-09 | Kill another session_socket_blockmode() ... 6 or so to go. | Claudio Jeker |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-07-20 | Fixed typo in error message. | Tobias Stoeckmann |
2014-07-12 | msgbuf_write() <= 0 for a few more daemons. | 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 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-04-21 | the DVMRP protocol generation number can work beyond 2038 because it | Theo de Raadt |
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-04-30 | no need to escape |, pointed out by jmc@ | Stuart Henderson |
2011-04-10 | Correct the logic on when fib-update is set. Test the flag don't | Jonathan Gray |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
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-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |