open-vault/helper
Sean Chittenden 8c9dadf82b
Don't build mlock for NetBSD
NetBSD doesn't have the right symbols defined in Go for mlockall support.  The OS supports it just fine, but the definitions aren't present in Go.  If someone wanted to they could add support XOR the values from `sys/mman.h` for `MCL_CURRENT | MCL_FUTURE` which is almost certainly `0x01 | 0x02` but we're not going to do that in code due to the maintenance of a one-off just for NetBSD.  PR's welcome.
2016-05-10 16:39:54 -07:00
..
awsutil Fix up commenting 2016-05-05 10:31:50 -04:00
certutil all: Cleanup from running go vet 2016-04-13 14:38:29 -05:00
flag-kv command/auth: framework for supporting more auth methods 2015-04-05 20:50:18 -07:00
flag-slice command/server: add config loading 2015-03-12 15:21:11 -07:00
gated-writer command/server: cleaner output 2015-04-04 12:06:41 -07:00
kdf Type in kdf.go 2016-02-08 14:39:46 -06:00
kv-builder helper/kv-builder: blank values should not panic 2015-06-16 10:00:02 -07:00
mfa Added AcceptanceTest boolean to logical.TestCase 2016-04-05 15:10:44 -04:00
mlock Don't build mlock for NetBSD 2016-05-10 16:39:54 -07:00
password Remove us building Solaris binaries for the moment, as they don't build successfully 2016-03-16 15:47:55 -04:00
pgpkeys Fix lost code after rebase 2016-01-19 19:19:07 -05:00
policies Fix using wrong var 2016-03-24 10:23:09 -04:00
policyutil Updates to policy and string helpers 2016-05-05 10:22:28 -04:00
salt Update deps, and adjust usage of go-uuid to match new return values 2016-01-13 13:40:08 -05:00
strutil Updates to policy and string helpers 2016-05-05 10:22:28 -04:00
xor RootGeneration->GenerateRoot 2016-01-19 18:28:10 -05:00