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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+28
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
2
-4
/
+3
|
|
\
|
|
/
|
/
|
|
*
Merge head from 7/28
sjg
2014-08-19
1
-1
/
+1
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-0
/
+1
|
*
|
Merge from head
sjg
2014-05-08
1
-1
/
+1
|
|
\
\
|
*
\
\
Merge head
sjg
2014-04-28
1
-0
/
+7
|
|
\
\
\
|
*
|
|
|
Updated dependencies
sjg
2013-10-13
1
-1
/
+0
|
*
|
|
|
Merge from head
sjg
2013-09-05
2
-13
/
+8
|
|
\
\
\
\
|
*
\
\
\
\
sync from head
sjg
2013-04-12
2
-20
/
+82
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+2
|
*
|
|
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+28
*
|
|
|
|
|
|
Convert sbin/ to LIBADD
bapt
2014-11-25
1
-4
/
+2
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
use .Mt to mark up email addresses consistently (part1)
bapt
2014-06-20
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
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
*
|
|
Get rid of libl dependency. We needed it only to provide yywrap. But
trociny
2013-05-11
1
-2
/
+2
*
|
|
Remove code duplication.
trociny
2013-04-21
1
-11
/
+1
*
|
|
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
ed
2013-04-19
1
-0
/
+1
|
|
/
|
/
|
*
|
Rename 'status' command to 'list' and introduce new 'status' which produces
marck
2013-03-14
2
-5
/
+71
*
|
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
|
/
*
Fixes to man8 groff mandoc style, usage mistakes, or typos.
wblock
2012-05-24
1
-1
/
+1
*
For functions that return -1 on failure check exactly for -1 and not for
pjd
2012-01-10
1
-9
/
+9
*
Spelling fixes for sbin/
uqs
2012-01-07
1
-1
/
+1
*
Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignment
dim
2011-12-19
1
-0
/
+1
*
Revert r226726. The line was not duplicated.
pjd
2011-10-25
1
-0
/
+1
*
Remove duplicated line.
pjd
2011-10-25
1
-1
/
+0
*
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
*
Compile hastd and hastctl with capsicum support.
pjd
2011-06-27
1
-0
/
+1
*
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
*
hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.
trociny
2011-04-10
1
-2
/
+2
*
Forgot to commit this as part of r219873.
pjd
2011-03-22
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
2
-25
/
+9
*
Print some of the numbers in human readable form (using %N).
pjd
2011-03-07
1
-6
/
+10
*
- Turn on printf extentions.
pjd
2011-03-07
1
-2
/
+3
*
Allow to compress on-the-wire data using two algorithms:
pjd
2011-03-06
1
-1
/
+2
*
Allow to checksum on-the-wire data using either CRC32 or SHA256.
pjd
2011-03-06
1
-1
/
+2
*
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
[next]