]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin/hastd
Remove redundant assignment.
[FreeBSD/FreeBSD.git] / sbin / hastd /
2011-12-15 pjdRemove redundant assignment.
2011-12-15 pjdSimplify code by changing functions types from int...
2011-12-15 pjdRemove redundant setting of the error variable.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-10-27 pjdRemove redundant space.
2011-10-27 pjdImplement 'async' mode for HAST.
2011-10-27 pjdMinor cleanups.
2011-10-27 pjdReduce indentation.
2011-10-27 pjdImprove comment so it doesn't suggest race is possible...
2011-10-27 pjd- Eliminate the need for hio_nv.
2011-10-27 pjdMonor cleanups.
2011-10-27 pjdDelay resuid generation until first connection to secon...
2011-10-27 pjdCorrect comments.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-17 pjdAllow to specify pidfile in HAST configuration file.
2011-10-17 pjdRemove redundant space.
2011-10-17 pjdWhen path to the configuration file is relative, obtain...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-28 pjdCorrect typo.
2011-09-28 pjdIf the underlying provider doesn't support BIO_FLUSH...
2011-09-28 pjdBreak a bit earlier.
2011-09-28 pjdAfter every activemap change flush disk's write cache...
2011-09-27 pjdUse PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere inste...
2011-09-27 pjdNo need to wrap pjdlog functions around with KEEP_ERRNO...
2011-09-27 pjd- Convert some impossible conditions into assertions.
2011-09-27 pjdCorrect two mistakes when converting asserts to PJDLOG_...
2011-09-27 pjdPrefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert...
2011-09-27 pjdNo need to use KEEP_ERRNO() macro around pjdlog functio...
2011-09-27 pjdEnsure that pjdlog functions don't modify errno.
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-13 trocinyFix indentation.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-05 trocinyRemove useless initialization.
2011-06-28 trocinyCheck the returned value of activemap_write_complete...
2011-06-28 trocinyMake activemap_write_start/complete check the keepdirty...
2011-06-27 pjdCompile hastd and hastctl with capsicum support.
2011-06-27 pjdCompile capsicum support only if HAVE_CAPSICUM is defined.
2011-06-27 pjdLog a warning if we cannot sandbox using capsicum,...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-17 trocinyIn HAST we use two sockets - one for only sending the...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-16 sobomaxRevert r222688.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-04 sobomaxRead from the socket using the same max buffer size...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-31 attilioMFC
2011-05-29 trocinyIf READ from the local node failed we send the request...
2011-05-29 hrsMerge from head@222434.
2011-05-23 attilioMFC
2011-05-23 pjdKeep statistics on number of BIO_READ, BIO_WRITE, BIO_D...
2011-05-23 pjdTo handle BIO_FLUSH and BIO_DELETE requests in secondar...
2011-05-22 attilioMFC
2011-05-21 pjdRecognize HIO_FLUSH requests.
2011-05-20 attilioMFC
2011-05-20 pjdDocument IPv6 support.
2011-05-20 pjdIf no listen address is specified, bind by default to:
2011-05-20 pjdRename ipv4/ipv6 to tcp4/tcp6.
2011-05-20 pjdNow that hell is fully frozen it is good time to add...
2011-05-20 pjdAllow [ ] characters in strings. They might be used...
2011-05-20 pjdRename tcp4 to tcp in preparation for IPv6 support.
2011-05-20 pjdRename proto_tcp4.c to proto_tcp.c in preparation for...
2011-05-19 pjdIn preparation for IPv6 support allow to specify multip...
2011-05-19 attilioMFC
2011-05-18 pjd- Add support for AF_INET6 sockets for %S format character.
2011-05-14 attilioMFC
2011-05-14 pjdCurrently we are unable to use capsicum for the primary...
2011-05-14 pjdWhen using capsicum to sanbox, still use other methods...
2011-05-08 attilioMFC
2011-05-08 pjdAllow to specify remote as 'none' again which was broke...
2011-05-08 trocinyFix isitme(), which is used to check if node-specific...
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-26 trocinyAdd missing ifdef. This fixes build with NO_OPENSSL.
2011-04-26 trocinyRename HASTCTL_ defines, which are used for conversion...
2011-04-26 trocinyFor conversation between hastctl and hastd we should...
2011-04-20 pjdCorrect comment.
2011-04-20 pjdWhen we become primary, we connect to the remote and...
2011-04-20 pjdIf we act in different role than requested by the remot...
2011-04-20 pjdTimeout must be positive.
2011-04-19 pjdScenario:
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-17 trocinyRemove hast_proto_recv(). It was used only in one place...
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-12 pjdThe replication mode that is currently support is fulls...
2011-04-10 trocinyIn hast_proto_recv() remove unnecessary check. The...
2011-04-10 trocinyIn hast_proto_recv_data() check that the size of the...
2011-04-10 trocinyFix a typo in comments.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-04-02 pjdIncrease default timeout from 5 seconds to 20 seconds...
next