Age | Commit message (Expand) | Author |
2014-11-02 | use nanosleep() instead of select(); ok jsing | Theo de Raadt |
2014-11-02 | make comment select() vs poll() agnostic | Theo de Raadt |
2014-11-02 | remove bogus comment | Theo de Raadt |
2014-11-02 | convert select() to poll(). | Theo de Raadt |
2014-11-02 | Add gcc format attributes to parse.y's yyerror() for bgpd. | Doug Hogan |
2014-11-02 | Add gcc format attributes to parse.y for ospf{6,}d. | Doug Hogan |
2014-11-01 | Simplify. | Antoine Jacoutot |
2014-11-01 | Replace the combination of strlen(), calloc(), strlen(), strlcpy() | Alexander Bluhm |
2014-10-31 | convert select() to poll(). Bit more complicated here. Some interesting | Theo de Raadt |
2014-10-31 | Update httpd(8) to use libtls instead of libressl. | Joel Sing |
2014-10-31 | Make default output matches status. Hackish but we are not allowed to | Antoine Jacoutot |
2014-10-31 | Useless use of sed(1). | Antoine Jacoutot |
2014-10-29 | delete obscure workaround for a bug in SunOS. | Theo de Raadt |
2014-10-29 | use poll() instead of the select malloc/free dance which was used to | Theo de Raadt |
2014-10-29 | use poll() instead of select(), thereby removing the fd_set malloc/free | Theo de Raadt |
2014-10-29 | replace the use of select and hand rolled deferral of signal handling | David Gwynne |
2014-10-28 | Remove now useless defines | David Coppa |
2014-10-28 | use nanosleep() instead of hackish select(); ok dlg | Theo de Raadt |
2014-10-27 | Ensure proper separation of grep's options and rcctl options that | Robert Peichaer |
2014-10-26 | Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC) | Philip Guenther |
2014-10-26 | Add explicit braces to suppress compiler warnings. | Brad Smith |
2014-10-26 | fix use of uninitialized variable in error path | Charles Longeau |
2014-10-26 | when using the local enqueuer, if the internal SMTP session fails, copy the | Gilles Chehade |
2014-10-26 | Remove a gazillion useless casts to void* | Philip Guenther |
2014-10-26 | Delete casts to void* of the argument to free(): only needed when lying | Philip Guenther |
2014-10-26 | Update to the modern RPC style with different names for server and client | Philip Guenther |
2014-10-26 | clnt_sperrno() is declared nowadays in <rpc/clnt.h> | Philip Guenther |
2014-10-26 | Sort #includes; pull in <time.h> for ctime() | Philip Guenther |
2014-10-26 | When regcomp() fails, use regerror() to get a useful error message | Philip Guenther |
2014-10-26 | timeout_mp() is static now | Philip Guenther |
2014-10-26 | Declare a few functions static | Philip Guenther |
2014-10-26 | Lint is dead | Philip Guenther |
2014-10-26 | Delete information about porting to and running on other platforms. | Philip Guenther |
2014-10-26 | Delete inscrutable examples; the docs cover this | Philip Guenther |
2014-10-26 | Use vsyslog() instead of manually expanding the string and calling syslog(%s) | Philip Guenther |
2014-10-26 | Remove trailing newlines from a couple log messages | Philip Guenther |
2014-10-26 | Consistently use the extra parens in 'if ((var = hasmntval(...)))' to | Philip Guenther |
2014-10-26 | Replace xrealloc() with xreallocarray(). Break-out the 'log and die' | Philip Guenther |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2014-10-25 | newaliases / makemap should parse multi-line aliases entries | Gilles Chehade |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-24 | retire networks(5) support; | Ingo Schwarze |
2014-10-22 | Replace abs(3) with llabs(3). | Brad Smith |
2014-10-22 | URL-decode the request path. | Reyk Floeter |
2014-10-21 | Rework the error message a little bit: Do not send details of the | Reyk Floeter |
2014-10-21 | Remove SSLv2 and SSLv3 references from the example relayd.conf and the | Lawrence Teo |
2014-10-20 | Remove the "interface" option from the "transparent forward" directive. | Reyk Floeter |
2014-10-20 | Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them. | Philip Guenther |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2014-10-20 | unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \ | Philip Guenther |