Age | Commit message (Expand) | Author |
2012-10-27 | Give ldomd(8) its own copy of the domain services support code and modify it | Mark Kettenis |
2012-10-27 | Don't accidentally free memory that we plan to use later! | Mark Kettenis |
2012-10-27 | Doesn't need <assert.h> anymore. | Mark Kettenis |
2012-10-26 | add a new uptime.human entry in stats, derived from uptime, but displayed | Charles Longeau |
2012-10-26 | Work-in-progress code for ldomd(8), a daemon running in a sun4v control domain | Mark Kettenis |
2012-10-26 | Add some support for the Variable Configuration Domain Service. | Mark Kettenis |
2012-10-26 | Fix previous. | Mark Kettenis |
2012-10-26 | Handle DS_UNREG messages. | Mark Kettenis |
2012-10-26 | Don't abort when we try to reset the logical domain channel. | Mark Kettenis |
2012-10-25 | Some more machine description manipulation stuff. | Mark Kettenis |
2012-10-25 | Handle the case where writev() fails with EAGAIN. In theory it cannot | Eric Faurot |
2012-10-25 | send the semantically correct msg when RCPT fails, even if the exact value | Eric Faurot |
2012-10-25 | add syslog support to nginx | Robert Nagy |
2012-10-25 | Remove support email address from the example that is intended for | Reyk Floeter |
2012-10-25 | Make the mda request the message fd from the queue when needed, instead of | Eric Faurot |
2012-10-23 | Allow to overwrite a few more definitions like file paths from the | Reyk Floeter |
2012-10-22 | switch from {open,read,close}() to {fopen,fread,fclose}() in fsqueue_envelope... | Charles Longeau |
2012-10-22 | Add some support code for the "mdstore" domain service protocol. | Mark Kettenis |
2012-10-22 | Add symbolic constants and structs for PRI Domain Service. | Mark Kettenis |
2012-10-22 | Unfortunately "ospf6ctl show fib" printed embedded scopes as the | Alexander Bluhm |
2012-10-21 | Move common ospf6d functions for ipv6 address manipulation into | Alexander Bluhm |
2012-10-21 | Split out some general-purpose functions and macros into their own file. | Mark Kettenis |
2012-10-21 | Add domain services support code and use it to fetch the PRI | Mark Kettenis |
2012-10-20 | Fix previous. | Mark Kettenis |
2012-10-20 | Add code to dump the current hypervisor configuration. | Mark Kettenis |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |
2012-10-17 | rename field msg -> evp. | Eric Faurot |
2012-10-17 | Document the -P option. While there, remove reference to -T, it's incomplete, | Eric Faurot |
2012-10-17 | consistency fix: we use "envelope-id" everywhere. | Eric Faurot |
2012-10-16 | Add domain utilisation to status display. | Mark Kettenis |
2012-10-16 | consistent macros; Tim van der Molen | Jason McIntyre |
2012-10-16 | MAX_RULEBUFFER_LEN is too small, bump it. | Eric Faurot |
2012-10-16 | Prevent a possible buffer overflow in lka_expand_format() that can lead | Eric Faurot |
2012-10-15 | tweak previous; ok eric | Jason McIntyre |
2012-10-15 | Specify domains by name instead of by number. | Mark Kettenis |
2012-10-15 | implement and document "smtpctl stop" | Eric Faurot |
2012-10-15 | use shorter names for process titles. | Eric Faurot |
2012-10-14 | As discussed with gilles@, actually impose the per-user limit regardless | Eric Faurot |
2012-10-14 | Limit the number of per-user mda (external program) deliveries that can be | Eric Faurot |
2012-10-14 | When pushing too many envelopes to the mda at once, we can hit a filedesc | Eric Faurot |
2012-10-14 | Add status command. | Mark Kettenis |
2012-10-14 | Beginning of a tool to control sun4v logical domains. For now this can start | Mark Kettenis |
2012-10-14 | enforce different permissions on different files in ssl_load_file() | Alexander Hall |
2012-10-14 | substitute wrong comas into semicolons | Charles Longeau |
2012-10-14 | mistakenly removed an ".Xr smtpd 8" | Gilles Chehade |
2012-10-14 | replace 'plain' with 'file' as the backend source name for map_file.c | Gilles Chehade |
2012-10-14 | missing from previous commit, byebye map_stdio.c | Gilles Chehade |
2012-10-14 | introduce map_file.c which will deprecate map_stdio.c | Gilles Chehade |
2012-10-14 | smtpctl show runqueue no longer exists, it's been that way for a while | Gilles Chehade |
2012-10-13 | missing header | Gilles Chehade |