]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin/hastd
Merge Cavium Octeon SDK 2.0 Simple Executive; this brings some fixes and new
[FreeBSD/FreeBSD.git] / sbin / hastd /
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-22 brucecDon't generate input() since it's not used.
2010-11-15 pjdMove timeout.tv_sec initialization outside the loop...
2010-11-15 pjd1. Exit when we cannot create incoming connection.
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-02 pjdSend packets to remote node only via the send thread...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-24 pjdBefore this change on first connect between primary...
2010-10-24 pjdImplement nv_exists() function that returns true if...
2010-10-24 pjdMove all NV defines into nv.c, they are not used extern...
2010-10-24 pjdSimplify code a bit.
2010-10-24 pjdPlug memory leak.
2010-10-24 pjdPlug memory leaks.
2010-10-24 pjdLoad geom_gate.ko module after parsing arguments.
2010-10-20 pjdUse closefrom(2) instead of close(2) in a loop.
2010-10-17 pjdLog correct connection when canceling half-open connection.
2010-10-16 pjdUse one fprintf() instead of two.
2010-10-16 pjdClear signal mask before executing a hook.
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-08 pjdWe can't zero out ggio request, as we have some fields...
2010-10-08 pjdWe close the event socketpair early in the mainloop...
2010-10-07 pjdClear ggate structures before using them. We don't...
2010-10-07 pjdLog error message when we fail to destroy ggate provider.
2010-10-07 pjdStart the guard thread first, so we can handle signals...
2010-10-07 pjdDon't close local component on exit as we can hang...
2010-10-04 pjdDecrease report interval to 5 seconds, as this also...
2010-10-04 pjdhook_check() is now only used to report about long...
2010-10-04 pjdWe can't mask ignored signal, so install dummy signal...
2010-09-26 pjdPlug memory leak on fork(2) failure.
2010-09-22 pjdSwitch to sigprocmask(2) API also in the main process...
2010-09-22 pjdAssert that descriptor numbers are sane.
2010-09-22 pjdFix possible deadlock where worker process sends an...
2010-09-22 pjdFix descriptor leaks: when child exits, we have to...
2010-09-22 pjdIf we are unable to receive control message is most...
2010-09-22 pjdSort includes.
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-20 pjdAdd __dead2 to functions that we know they are going...
2010-09-16 jkimMerge ACPICA 20100915.
2010-08-31 pjdInclude process PID in log messages.
2010-08-31 pjdCorrect error message.
2010-08-31 pjdForgot to add event.c and event.h in r212038.
2010-08-31 pjdMask only those signals that we want to handle.
2010-08-30 pjdBecause it is very hard to make fork(2) from threaded...
2010-08-30 pjdWe only want to know if descriptors are ready for reading.
2010-08-30 pjdWhen someone gives NULL as data, assume this is because...
2010-08-30 pjdUse pjdlog_exit() before fork().
2010-08-30 pjdConstify arguments we can constify.
2010-08-30 pjdExecute hook when connection between the nodes is estab...
2010-08-30 pjdExecute hook when split-brain is detected.
2010-08-30 pjdUse sigtimedwait(2) for signals handling in primary...
2010-08-29 pjd- Move functionality responsible for checking one conne...
2010-08-29 pjdDisconnect after logging errors.
2010-08-29 pjd- Call hook on role change.
2010-08-29 pjdAllow to run hooks from the main hastd process.
2010-08-29 pjd- Add hook_fini() which should be called after fork...
2010-08-29 pjdImplement mtx_destroy() and rw_destroy().
2010-08-27 pjdWhen SIGTERM or SIGINT is received, terminate worker...
2010-08-27 pjdWhen logging to stdout/stderr, flush after each log.
2010-08-27 pjdCorrect when we log interrupted synchronization.
2010-08-27 pjdCheck if no signals were delivered just before going...
2010-08-27 pjdAdd hooks execution.
2010-08-27 pjdDocument new 'exec' parameter.
2010-08-27 pjdAllow to execute specified program on various HAST...
2010-08-27 pjd- Run hooks in background - don't block waiting for...
2010-08-27 pjdWhen logging to stdout/stderr don't close those descrip...
2010-08-27 pjdReduce indent where possible.
2010-08-27 pjdImplement keepalive mechanism inside HAST protocol...
2010-08-27 pjd- Remove redundant and incorrect 'old' word from debug...
2010-08-27 pjdDon't increase number synchronized bytes in case of...
2010-08-27 pjdLog that synchronization was interrupted in a proper...
2010-08-27 pjdWe have sync_start() function to start synchronization...
2010-08-27 pjdAdd QUEUE_INSERT() and QUEUE_TAKE() macros that simplif...
2010-08-27 pjdAdd mtx_owned() implementation.
2010-08-27 pjdMake comment more readable.
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-18 pjdFor some setups sending data in 128kB chunks makes...
2010-08-16 pjdThe 'size' variable is there to limit how many bytes...
2010-08-16 joelFix typos, spelling, formatting and mdoc mistakes found...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-05 pjdDocument 'none' value for remote.
2010-08-05 pjdImplement configuration reload on SIGHUP. This includes:
2010-08-05 pjdPrepare configuration parsing code to be called multipl...
2010-08-05 pjdMake control_set_role() more public. We will need it...
2010-08-05 pjdAllow to use 'none' keywork as remote address in case...
2010-08-05 pjdReset signal handlers after fork().
2010-08-05 pjd- Use pjdlog_exitx() to log errors and exit instead...
2010-08-05 pjdAssert that various buffers we are large enough.
2010-08-05 pjdProblem with assertion is that it logs on stderr. Add...
2010-08-05 pjdKeep $FreeBSD$ in __FBSDID() only for C files.
2010-08-05 pjdMark two more places that we won't reach.
2010-08-05 pjdNow that TCP will be checked last we don't need any...
2010-08-05 pjdAdd an argument to the proto_register() function which...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-31 joelSpelling fixes.
2010-07-22 pjdActually, only the fullsync mode is implemented, not...
next