commit | bd2ac8d33510df712087fcb3317f7a6b4654e3b1 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Jan 30 22:42:48 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 30 22:42:48 2020 +0000 |
tree | 8a8a53b93860531cdb895a9ae038d7aa2b6039b0 | |
parent | ce11673cadfd87065c24349d4269e9ff44d1e8af [diff] | |
parent | 6f08866e3328cb43e2432a19a954885677930c68 [diff] |
Merge changes from topic "fdtrack" * changes: fdtrack: print fdsan owner tag. fdtrack: make actually async safe. Move fdtrack APIs to LLNDK. Add a tool to track down fd leaks.
diff --git a/libc/kernel/.clang-format b/libc/kernel/.clang-format index e384528..39789c8 100644 --- a/libc/kernel/.clang-format +++ b/libc/kernel/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libc/upstream-freebsd/.clang-format b/libc/upstream-freebsd/.clang-format index e384528..39789c8 100644 --- a/libc/upstream-freebsd/.clang-format +++ b/libc/upstream-freebsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libc/upstream-netbsd/.clang-format b/libc/upstream-netbsd/.clang-format index e384528..39789c8 100644 --- a/libc/upstream-netbsd/.clang-format +++ b/libc/upstream-netbsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libc/upstream-openbsd/.clang-format b/libc/upstream-openbsd/.clang-format index e384528..39789c8 100644 --- a/libc/upstream-openbsd/.clang-format +++ b/libc/upstream-openbsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libm/upstream-freebsd/.clang-format b/libm/upstream-freebsd/.clang-format index e384528..39789c8 100644 --- a/libm/upstream-freebsd/.clang-format +++ b/libm/upstream-freebsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libm/upstream-netbsd/.clang-format b/libm/upstream-netbsd/.clang-format index e384528..39789c8 100644 --- a/libm/upstream-netbsd/.clang-format +++ b/libm/upstream-netbsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false