Age | Commit message (Expand) | Author |
2012-07-10 | - simplify the scheduler loop logic further, it is ridiculously simple now | Gilles Chehade |
2012-07-10 | fix the last outstanding functionality difference i could find between | David Gwynne |
2012-07-10 | libexec/tftpd handled the case where we'd get an ack for the previous | David Gwynne |
2012-07-09 | According to miod, KERNBASE used as a userland symbol should die | Theo de Raadt |
2012-07-09 | resolve conflicts | Stuart Henderson |
2012-07-09 | NSD v3.2.11, ok phessler@ | Stuart Henderson |
2012-07-09 | - introduce log_trace(TRACE_SCHEDULER, ...) | Gilles Chehade |
2012-07-09 | Remove generated files. | Stuart Henderson |
2012-07-09 | move to the new resolver implementation, with temporary glue to use | Eric Faurot |
2012-07-09 | Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT. | Claudio Jeker |
2012-07-09 | - runner is the terminology we used back when we had runqueues, we no | Gilles Chehade |
2012-07-09 | Allow relayd to handle transactions > 2GB in size | Theo de Raadt |
2012-07-09 | need a private copy of nitems() | Theo de Raadt |
2012-07-09 | Use size_t for the length variable | Peter Hessler |
2012-07-09 | first step of simplifying fsqueue: | Gilles Chehade |
2012-07-08 | Add support for the "sha256digest" keyword to create/compare | Christian Weisgerber |
2012-07-08 | remove enum queue_kind from queue_fsqueue.c. | Charles Longeau |
2012-07-08 | New attempt to make the -P flag work with -ss, so that states can be | Lawrence Teo |
2012-07-08 | avoid line splitting; also, one an -> a | Jason McIntyre |
2012-07-08 | - plug text_to_relayhost() in parse.y to support relay URLs. | Gilles Chehade |
2012-07-08 | auth_bsd() is static | Gilles Chehade |
2012-07-08 | Increase maximum number of tun interfaces to 8. | giovanni |
2012-07-08 | if you use nitems() in userland, you must define it yourself | Theo de Raadt |
2012-07-08 | a -> an in a comment | Bret Lambert |
2012-07-08 | Add support for advertising dns servers and search paths in router | Peter Hessler |
2012-07-08 | new sentence, new line; | Jason McIntyre |
2012-07-08 | Add noifprefix, an option to send an RA with no prefix information. | Peter Hessler |
2012-07-07 | allow httpd to build if sslv2 is disabled, ok guenther@ | Stuart Henderson |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2012-07-07 | update to 1.2.2 and start using /var/www/cache instead of /var/www/tmp | Robert Nagy |
2012-07-07 | Fix file descriptor leak reported by someone on the mailing list long time | Claudio Jeker |
2012-07-07 | prefered -> preferred; | Jason McIntyre |
2012-07-07 | Explain the bgpd decision process in the man page. I'm tired of looking | Claudio Jeker |
2012-07-06 | a bit of cleanup | Marc Espie |
2012-07-06 | have -i be automatically on for ttys. | Marc Espie |
2012-07-04 | Seems like I missed to adjust the route decision code to cover the things | Claudio Jeker |
2012-07-03 | avoid what would be a leak if reused elsewhere but isn't in this | Jonathan Gray |
2012-07-02 | Lookup queue and scheduler backends by name, rather than enum. | Eric Faurot |
2012-07-02 | make backend functions static. | Eric Faurot |
2012-07-02 | Sleeping here is definitely not what we want to do. Use a cycling | Eric Faurot |
2012-07-01 | typo in comment, s/withdrawl/withdrawal/ | Stuart Henderson |
2012-06-30 | strip trailing \r from rpsl route: lines for irrfilter, they have been seen | Stuart Henderson |
2012-06-26 | tweak previous; | Jason McIntyre |
2012-06-26 | tweak column spacing to allow for larger numbers | Ted Unangst |
2012-06-26 | There is a iscsi.conf man page now. Reminded by jmc@ | Claudio Jeker |
2012-06-26 | Long overdue addition of the iscsi.conf man page. | Claudio Jeker |
2012-06-26 | use /var/www/tmp/ for the temp directories even if not chrooted | Robert Nagy |
2012-06-25 | log all, not log-all; ok henning | Jason McIntyre |
2012-06-24 | Make the default SSL file locations match the ssl(8) man page for | Lawrence Teo |
2012-06-22 | Improve error messages when removing/recreating symlinks in the build dir | Philip Guenthe |