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
/
hastctl
/
hastctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make hastctl list command output current queue sizes.
trociny
2013-10-26
1
-0
/
+7
*
Make hastctl(1) ('list' command) output a worker pid.
trociny
2013-07-01
1
-0
/
+4
*
Remove code duplication.
trociny
2013-04-21
1
-11
/
+1
*
Rename 'status' command to 'list' and introduce new 'status' which produces
marck
2013-03-14
1
-3
/
+61
*
Removed redundant includes.
pjd
2013-03-14
1
-10
/
+0
*
Fix casting.
trociny
2013-02-26
1
-5
/
+5
*
Add i/o error counters to hastd(8) and make hastctl(8) display
trociny
2013-02-25
1
-0
/
+6
*
For functions that return -1 on failure check exactly for -1 and not for
pjd
2012-01-10
1
-9
/
+9
*
Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().
pjd
2011-09-27
1
-6
/
+5
*
When exiting with error because of an invalid command line argument
trociny
2011-07-13
1
-3
/
+3
*
Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSH
pjd
2011-05-23
1
-0
/
+11
*
Currently we are unable to use capsicum for the primary worker process,
pjd
2011-05-14
1
-1
/
+1
*
Fix assert messages.
trociny
2011-04-26
1
-2
/
+2
*
Remove hast_proto_recv(). It was used only in one place, where
trociny
2011-04-17
1
-1
/
+1
*
When dropping privileges prefer capsicum over chroot+setgid+setuid.
pjd
2011-03-21
1
-2
/
+1
*
Forgot to commit this as a part of r219818.
pjd
2011-03-21
1
-1
/
+4
*
In command line options allow size to be specified using k/M/G/T
trociny
2011-03-13
1
-24
/
+5
*
Print some of the numbers in human readable form (using %N).
pjd
2011-03-07
1
-6
/
+10
*
Drop privileges after connecting to hastd, but before sending or receiving
pjd
2011-02-03
1
-0
/
+5
*
Add missing argument after r218192.
bz
2011-02-02
1
-1
/
+1
*
Add functions to initialize/finalize pjdlog. This allows to open/close log
pjd
2011-01-27
1
-0
/
+1
*
Update the arguments to yy_config_parse() to match r210883.
dougb
2010-08-06
1
-1
/
+1
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+526