summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-11-08When running route -Tx exec arp -an, arp would always use the defaultPeter Hessler
2012-11-08mark some more variables as localRobert Peichaer
2012-11-06Advertising SSLv2 in the example config doesn't make much sense now that it'sPascal Stumpf
2012-11-06sort options; ok espieJason McIntyre
2012-11-06Remove the "is_reading" hack and simplify the read/write logic:Eric Faurot
2012-11-06document auto -i.Marc Espie
2012-11-06work-around python compile issue: don't tie python files for now, soMarc Espie
2012-11-06do interactivity like for the others.Marc Espie
2012-11-05Better code to download configurations onto the SP.Mark Kettenis
2012-11-04A bit more SP configuration code.Mark Kettenis
2012-11-04Consume ACKs when doing large sends.Mark Kettenis
2012-11-04Add support for selecting a configuration stored on the SP.Mark Kettenis
2012-11-04tweak previous;Jason McIntyre
2012-11-04Support for listing configurations store on the SP.Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Call service start function if a particular domain service has beenMark Kettenis
2012-11-04Factor out some code. Use the "hvctl.h" header from ldomd. Add man page.Mark Kettenis
2012-11-04Split out hvctl protocol definitions in a seperate header file.Mark Kettenis
2012-11-02Remove 13 years old compiler bug workaround on m68k. Apparently fixed or sweptMiod Vallat
2012-11-02Add a "kick counter" that gets incremented on each command, to detectEric Faurot
2012-11-02Unstick bgpctl reload after reloading a bgpd.conf with errors.Florian Obser
2012-11-02Consistency and robustness improvements in mda:Eric Faurot
2012-11-02Make counters more informative in the scheduler:Eric Faurot
2012-11-01Remove dead code that was a leftover from the initial code which wasReyk Floeter
2012-10-30Add RCS ids to the config files.Antoine Jacoutot
2012-10-28use the default SYSLOG_FACILITY definition which is LOCAL5Robert Nagy
2012-10-28rework the default config a bit to work with php-fpm out of the boxRobert Nagy
2012-10-28strip the chroot path from auth_basic_user_file if necessaryRobert Nagy
2012-10-28Change email address in copyright to one that is valid.Claudio Jeker
2012-10-28unbreak build on vax by initializing a variableRobert Nagy
2012-10-28Limit the number of messages that can be enqueued on a single SMTPEric Faurot
2012-10-27Close hvctl channel after initial setup and reopen it whenever we need toMark Kettenis
2012-10-27Fix var-config response messages. Makes OpenBoot stop complaining aboutMark Kettenis
2012-10-27Turn this into a proper deamon, and add a man page.Mark Kettenis
2012-10-27Only print debug output if explicitly requested.Mark Kettenis
2012-10-27Give ldomd(8) its own copy of the domain services support code and modify itMark Kettenis
2012-10-27Don't accidentally free memory that we plan to use later!Mark Kettenis
2012-10-27Doesn't need <assert.h> anymore.Mark Kettenis
2012-10-26add a new uptime.human entry in stats, derived from uptime, but displayedCharles Longeau
2012-10-26Work-in-progress code for ldomd(8), a daemon running in a sun4v control domainMark Kettenis
2012-10-26Add some support for the Variable Configuration Domain Service.Mark Kettenis
2012-10-26Fix previous.Mark Kettenis
2012-10-26Handle DS_UNREG messages.Mark Kettenis
2012-10-26Don't abort when we try to reset the logical domain channel.Mark Kettenis
2012-10-25Some more machine description manipulation stuff.Mark Kettenis
2012-10-25Handle the case where writev() fails with EAGAIN. In theory it cannotEric Faurot
2012-10-25send the semantically correct msg when RCPT fails, even if the exact valueEric Faurot
2012-10-25add syslog support to nginxRobert Nagy
2012-10-25Remove support email address from the example that is intended forReyk Floeter