index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
hastd
/
control.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make hastctl list command output current queue sizes.
trociny
2013-10-26
1
-0
/
+11
*
Make hastctl(1) ('list' command) output a worker pid.
trociny
2013-07-01
1
-0
/
+1
*
Add i/o error counters to hastd(8) and make hastctl(8) display
trociny
2013-02-25
1
-0
/
+18
*
For functions that return -1 on failure check exactly for -1 and not for
pjd
2012-01-10
1
-8
/
+8
*
Remove redundant setting of the error variable.
pjd
2011-12-15
1
-2
/
+0
*
Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().
pjd
2011-09-27
1
-10
/
+9
*
Remove useless initialization.
trociny
2011-07-05
1
-2
/
+1
*
Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSH
pjd
2011-05-23
1
-0
/
+17
*
Rename HASTCTL_ defines, which are used for conversion between main
trociny
2011-04-26
1
-3
/
+3
*
For conversation between hastctl and hastd we should use HASTCTL_CMD
trociny
2011-04-26
1
-5
/
+5
*
Remove stale comment. Yes, it is valid to set role back to init.
pjd
2011-03-21
1
-1
/
+1
*
In hast.conf we define the other node's address in 'remote' variable.
pjd
2011-03-21
1
-0
/
+2
*
Allow to compress on-the-wire data using two algorithms:
pjd
2011-03-06
1
-0
/
+3
*
Allow to checksum on-the-wire data using either CRC32 or SHA256.
pjd
2011-03-06
1
-0
/
+3
*
Setup another socketpair between parent and child, so that primary sandboxed
pjd
2011-02-03
1
-0
/
+4
*
Remember created control connection so on fork(2) we can close it in child.
pjd
2011-01-27
1
-0
/
+2
*
Don't open configuration file from worker process. Handle SIGHUP in the
pjd
2011-01-24
1
-1
/
+12
*
Add missing logs.
pjd
2011-01-22
1
-4
/
+5
*
Use int16 for error.
pjd
2011-01-22
1
-1
/
+1
*
We close the event socketpair early in the mainloop to prevent spaming with
pjd
2010-10-08
1
-2
/
+4
*
Fix descriptor leaks: when child exits, we have to close control and event
pjd
2010-09-22
1
-1
/
+13
*
If we are unable to receive control message is most likely because the main
pjd
2010-09-22
1
-1
/
+2
*
Sort includes.
pjd
2010-09-22
1
-1
/
+1
*
- Call hook on role change.
pjd
2010-08-29
1
-0
/
+5
*
Make control_set_role() more public. We will need it soon.
pjd
2010-08-05
1
-10
/
+17
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+426