- 12 Feb, 2014 14 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
http://mottie.github.io/tablesorter/docs/index.html Note that the css file is the green theme.
-
Mike Hibler authored
-
Mike Hibler authored
-
Dan Reading authored
-
Dan Reading authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
containers at next reboot. We have to do this cause some containers have public IPs, and its easiest to just make sure all containers get the new ntp.conf
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Kirk Webb authored
This commit is the counterpart to Dave's recent freenas-config update to stabilize iSCSI configuration management in FreeNAS. The code here preserves the iSCSI initiator group ID tags as blockstores are mapped in and out. The iSCSI target implementation really does not like it when these initiator groups are redefined while still in use by logical units (even if they are simply being renumbered). The bad part about this is it forced us to change the actual FreeNAS code. At some point I will submit a pull request for this and see where it goes.
-
Leigh B Stoller authored
-
Mike Hibler authored
Works with really old ntpds (ala, FBSD 4.10 era).
-
- 11 Feb, 2014 9 commits
-
-
Leigh B Stoller authored
-
Mike Hibler authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
ntpd directory. Also, remove the elabinelab ntpserver overrides from the defs file before the rebuild.
-
Dan Reading authored
-
Dan Reading authored
-
Dan Reading authored
-
Dan Reading authored
-
Dan Reading authored
-
- 10 Feb, 2014 14 commits
-
-
Mike Hibler authored
Mostly cleaning up some errors and adding some stats for Eric Monson's class project last fall.
-
Mike Hibler authored
Mostly, before the alloc_writebuf in a vague hope that the yield will lead to freed memory that will prevent blocking in the alloc_writebuf.
-
Mike Hibler authored
-
Mike Hibler authored
These are drops of the so-called dubious chunks. Dubious chunks are those which we partially filled, but then we started receiving pieces of another chunk before completing the first. We mark that first chunk as dubious under the assumption that the remainder of that chunk got dropped (by us or on the wire) and we won't be seeing the remaining blocks for some time.
-
Mike Hibler authored
If the decompressor thread had nothing to do, it used to just sleep for a fixed period (1ms) and check again. If CONDVARS_WORK is set, we now just sleep on a condvar and wait for the network thread to wake us up when it finishes filling out a chunk.
-
Mike Hibler authored
It appeared to be before, but wasn't really. The -k option for both client and server will set the max socketbuf size in KB (NOTE: THIS USED TO BE MB!) The actual socketbuf size will then be the min of that and what the system supports. The client stats now include the sockbuf size of the run.
-
Mike Hibler authored
-
Leigh B Stoller authored
editing window appear, plus another button to expand that into a bigger editing modal.
-
Mike Hibler authored
To avoid namespace conflicts (e.g., with libm's "log" function).
-
Mike Hibler authored
It was eating the following newline in some cases, causing the following line to get concatonated, leading to syntax errors in the file.
-
Jonathon Duerig authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 07 Feb, 2014 3 commits
-
-
David Johnson authored
I had missed the initiatorgroup option, which is a foreign key into the authorized initiators table. Thanks to Kirk for pinning this down so well so I could just fix it!!
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-