mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 07:50:31 +00:00
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs - Rename libc/intrin/bits.h to libc/serialize.h - Block pthread cancelation in fchmodat() polyfill - Remove `clang-format off` statements in third_party
This commit is contained in:
parent
96f979dfc5
commit
fa20edc44d
3057 changed files with 410 additions and 4398 deletions
1
third_party/xxhash/cli/COPYING
vendored
1
third_party/xxhash/cli/COPYING
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
|
|
1
third_party/xxhash/cli/README.md
vendored
1
third_party/xxhash/cli/README.md
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
This directory contains source code dedicated to the `xxhsum` command line utility,
|
||||
which is a user program of `libxxhash`.
|
||||
|
||||
|
|
1
third_party/xxhash/cli/xsum_arch.h
vendored
1
third_party/xxhash/cli/xsum_arch.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_bench.c
vendored
1
third_party/xxhash/cli/xsum_bench.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xsum_bench - Benchmark functions for xxhsum
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_bench.h
vendored
1
third_party/xxhash/cli/xsum_bench.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xsum_bench - Benchmark functions for xxhsum
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_config.h
vendored
1
third_party/xxhash/cli/xsum_config.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_os_specific.c
vendored
1
third_party/xxhash/cli/xsum_os_specific.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_os_specific.h
vendored
1
third_party/xxhash/cli/xsum_os_specific.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_output.c
vendored
1
third_party/xxhash/cli/xsum_output.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_output.h
vendored
1
third_party/xxhash/cli/xsum_output.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_sanity_check.c
vendored
1
third_party/xxhash/cli/xsum_sanity_check.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xsum_sanity_check.h
vendored
1
third_party/xxhash/cli/xsum_sanity_check.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/cli/xxhsum.1
vendored
1
third_party/xxhash/cli/xxhsum.1
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
.TH "XXHSUM" "1" "December 2021" "xxhsum 0.8.1" "User Commands"
|
||||
.SH "NAME"
|
||||
\fBxxhsum\fR \- print or check xxHash non\-cryptographic checksums
|
||||
|
|
1
third_party/xxhash/cli/xxhsum.1.md
vendored
1
third_party/xxhash/cli/xxhsum.1.md
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
xxhsum(1) -- print or check xxHash non-cryptographic checksums
|
||||
==============================================================
|
||||
|
||||
|
|
1
third_party/xxhash/cli/xxhsum.c
vendored
1
third_party/xxhash/cli/xxhsum.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* xxhsum - Command line interface for xxhash algorithms
|
||||
* Copyright (C) 2013-2021 Yann Collet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue