Loading scripts/README +13 −0 Original line number Diff line number Diff line Loading @@ -40,3 +40,16 @@ object files. test/scan-build.sh -- Example script for invoking clang's scan-build static analysis tools. Code generation scripts ----------------------- codegen/gen_linux_syscalls.pl -- Generate a table mapping linux syscall numbers to their names. codegen/gen_server_ciphers.py -- Generate a sorted list of TLS ciphersuites for servers to choose from. codegen/get_mozilla_ciphers.py -- Generate a list of TLS ciphersuites for clients to use in order to look like Firefox. src/common/gen_linux_syscalls.pl→scripts/codegen/gen_linux_syscalls.pl +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ while (<>) { print <<EOL; /* Automatically generated with gen_sandbox_syscalls.pl /usr/include/asm/unistd*.h gen_linux_syscalls.pl /usr/include/asm/unistd*.h Do not edit. */ static const struct { Loading src/common/gen_server_ciphers.py→scripts/codegen/gen_server_ciphers.py +0 −0 File moved. View file src/common/get_mozilla_ciphers.py→scripts/codegen/get_mozilla_ciphers.py +0 −0 File moved. View file src/common/linux_syscalls.inc +1 −1 Original line number Diff line number Diff line /* Automatically generated with gen_sandbox_syscalls.pl /usr/include/asm/unistd*.h gen_linux_syscalls.pl /usr/include/asm/unistd*.h Do not edit. */ static const struct { Loading Loading
scripts/README +13 −0 Original line number Diff line number Diff line Loading @@ -40,3 +40,16 @@ object files. test/scan-build.sh -- Example script for invoking clang's scan-build static analysis tools. Code generation scripts ----------------------- codegen/gen_linux_syscalls.pl -- Generate a table mapping linux syscall numbers to their names. codegen/gen_server_ciphers.py -- Generate a sorted list of TLS ciphersuites for servers to choose from. codegen/get_mozilla_ciphers.py -- Generate a list of TLS ciphersuites for clients to use in order to look like Firefox.
src/common/gen_linux_syscalls.pl→scripts/codegen/gen_linux_syscalls.pl +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ while (<>) { print <<EOL; /* Automatically generated with gen_sandbox_syscalls.pl /usr/include/asm/unistd*.h gen_linux_syscalls.pl /usr/include/asm/unistd*.h Do not edit. */ static const struct { Loading
src/common/linux_syscalls.inc +1 −1 Original line number Diff line number Diff line /* Automatically generated with gen_sandbox_syscalls.pl /usr/include/asm/unistd*.h gen_linux_syscalls.pl /usr/include/asm/unistd*.h Do not edit. */ static const struct { Loading