From 8df1d35909ec2d57a6845f5b2c26ee1e83cfd032 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:34 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- autils/.checksum | 1 + autils/.files | 16 + autils/abuild | 11 + b3sum/.checksum | 1 + b3sum/.files | 10 + b3sum/abuild | 5 + baselayout/.checksum | 10 + baselayout/.files | 77 + baselayout/abuild | 72 + baselayout/fstab | 3 + baselayout/group | 24 + baselayout/hostname | 1 + baselayout/hosts | 4 + baselayout/issue | 2 + baselayout/os-release | 4 + baselayout/passwd | 2 + baselayout/profile | 14 + baselayout/resolv.conf | 4 + baselayout/shells | 5 + bison/.checksum | 1 + bison/.files | 47 + bison/abuild | 4 + busybox/.checksum | 26 + busybox/.files | 429 ++ ...dling-of-literal-backslashes-in-replaceme.patch | 64 + ...ng-make-ping-work-without-root-privileges.patch | 209 + busybox/abuild | 102 + busybox/acpid.run | 3 + busybox/adduser-no-setgid.patch | 12 + busybox/busybox-suidwrapper.c | 57 + busybox/crond.run | 2 + busybox/fsck-resolve-uuid.patch | 56 + busybox/httpd.run | 2 + busybox/inetd.run | 2 + busybox/kernel-6.8-tca.patch | 43 + busybox/klogd.run | 2 + busybox/mdev.conf | 111 + busybox/mdev.run | 3 + busybox/modprobe-kernel-version.patch | 71 + busybox/ntpd.run | 2 + busybox/pause.1 | 39 + busybox/pause.c | 20 + busybox/print-unicode.patch | 22 + busybox/syslogd.run | 2 + busybox/tty1.run | 2 + busybox/tty2.run | 2 + busybox/tty3.run | 2 + busybox/tty4.run | 2 + busybox/tty5.run | 2 + busybox/ttyS0.run | 2 + bzip2/.checksum | 1 + bzip2/.files | 30 + bzip2/abuild | 28 + ca-certificates/.checksum | 1 + ca-certificates/.files | 6 + ca-certificates/abuild | 13 + ca-certificates/outdated | 3 + curl/.checksum | 1 + curl/.files | 538 ++ curl/abuild | 41 + file/.checksum | 1 + file/.files | 22 + file/abuild | 5 + git/.checksum | 1 + git/.files | 229 + git/abuild | 20 + initscripts/.checksum | 5 + initscripts/.files | 8 + initscripts/abuild | 12 + initscripts/inittab | 4 + initscripts/rc.boot | 88 + initscripts/rc.boot.local | 2 + initscripts/rc.shutdown | 27 + initscripts/rc.shutdown.local | 2 + libressl/.checksum | 1 + libressl/.files | 3453 ++++++++++ libressl/abuild | 8 + linux-headers/.checksum | 1 + linux-headers/.files | 1051 +++ linux-headers/abuild | 13 + llvm/.checksum | 11 + llvm/.files | 6792 ++++++++++++++++++++ ...abi-libunwind-disable-multiarch-locations.patch | 67 + ...14-clang-disable-multiarch-layout-on-musl.patch | 28 + llvm/0017-clang-use-as-needed-by-default.patch | 30 + ...g-link-libcxxabi-on-linux-when-using-libc.patch | 52 + llvm/abuild | 97 + llvm/c89 | 3 + llvm/c99 | 3 + llvm/compiler-rt-sanitizer-supported-arch.patch | 16 + llvm/fix-msan-with-musl.patch | 37 + llvm/musl-stack-size.patch | 14 + llvm/musl-targets.patch | 110 + m4/.checksum | 1 + m4/.files | 11 + m4/abuild | 4 + make/.checksum | 1 + make/.files | 14 + make/abuild | 4 + musl/.checksum | 13 + musl/.files | 259 + ...rroneous-input-validation-in-EUC-KR-decod.patch | 39 + ...n-UTF-8-output-code-path-against-input-de.patch | 39 + musl/abuild | 45 + musl/cdefs.h | 26 + musl/default-locpath.patch | 14 + musl/elfutils-0.190-relr.patch | 73 + musl/getconf.1 | 94 + musl/getconf.c | 338 + musl/getent.1 | 145 + musl/getent.c | 437 ++ musl/iconv.c | 110 + musl/patch | 0 musl/queue.h | 846 +++ musl/tree.h | 761 +++ patch/.checksum | 1 + patch/.files | 7 + patch/abuild | 4 + spm/.checksum | 1 + spm/.files | 3 + spm/abuild | 10 + xz/.checksum | 1 + xz/.files | 74 + xz/abuild | 4 + zlib-ng/.checksum | 2 + zlib-ng/.files | 14 + zlib-ng/abuild | 12 + zlib-ng/no-weird-ver.patch | 11 + zstd/.checksum | 1 + zstd/.files | 27 + zstd/abuild | 5 + 131 files changed, 17935 insertions(+) create mode 100644 autils/.checksum create mode 100644 autils/.files create mode 100644 autils/abuild create mode 100644 b3sum/.checksum create mode 100644 b3sum/.files create mode 100644 b3sum/abuild create mode 100644 baselayout/.checksum create mode 100644 baselayout/.files create mode 100644 baselayout/abuild create mode 100644 baselayout/fstab create mode 100644 baselayout/group create mode 100644 baselayout/hostname create mode 100644 baselayout/hosts create mode 100644 baselayout/issue create mode 100644 baselayout/os-release create mode 100644 baselayout/passwd create mode 100644 baselayout/profile create mode 100644 baselayout/resolv.conf create mode 100644 baselayout/shells create mode 100644 bison/.checksum create mode 100644 bison/.files create mode 100644 bison/abuild create mode 100644 busybox/.checksum create mode 100644 busybox/.files create mode 100644 busybox/0001-awk-fix-handling-of-literal-backslashes-in-replaceme.patch create mode 100644 busybox/0016-ping-make-ping-work-without-root-privileges.patch create mode 100644 busybox/abuild create mode 100755 busybox/acpid.run create mode 100644 busybox/adduser-no-setgid.patch create mode 100644 busybox/busybox-suidwrapper.c create mode 100755 busybox/crond.run create mode 100644 busybox/fsck-resolve-uuid.patch create mode 100755 busybox/httpd.run create mode 100755 busybox/inetd.run create mode 100644 busybox/kernel-6.8-tca.patch create mode 100755 busybox/klogd.run create mode 100644 busybox/mdev.conf create mode 100755 busybox/mdev.run create mode 100644 busybox/modprobe-kernel-version.patch create mode 100755 busybox/ntpd.run create mode 100644 busybox/pause.1 create mode 100644 busybox/pause.c create mode 100644 busybox/print-unicode.patch create mode 100755 busybox/syslogd.run create mode 100755 busybox/tty1.run create mode 100755 busybox/tty2.run create mode 100755 busybox/tty3.run create mode 100755 busybox/tty4.run create mode 100755 busybox/tty5.run create mode 100755 busybox/ttyS0.run create mode 100644 bzip2/.checksum create mode 100644 bzip2/.files create mode 100644 bzip2/abuild create mode 100644 ca-certificates/.checksum create mode 100644 ca-certificates/.files create mode 100644 ca-certificates/abuild create mode 100644 ca-certificates/outdated create mode 100644 curl/.checksum create mode 100644 curl/.files create mode 100644 curl/abuild create mode 100644 file/.checksum create mode 100644 file/.files create mode 100644 file/abuild create mode 100644 git/.checksum create mode 100644 git/.files create mode 100644 git/abuild create mode 100644 initscripts/.checksum create mode 100644 initscripts/.files create mode 100644 initscripts/abuild create mode 100644 initscripts/inittab create mode 100644 initscripts/rc.boot create mode 100644 initscripts/rc.boot.local create mode 100644 initscripts/rc.shutdown create mode 100644 initscripts/rc.shutdown.local create mode 100644 libressl/.checksum create mode 100644 libressl/.files create mode 100644 libressl/abuild create mode 100644 linux-headers/.checksum create mode 100644 linux-headers/.files create mode 100644 linux-headers/abuild create mode 100644 llvm/.checksum create mode 100644 llvm/.files create mode 100644 llvm/0012-libc-libc-abi-libunwind-disable-multiarch-locations.patch create mode 100644 llvm/0014-clang-disable-multiarch-layout-on-musl.patch create mode 100644 llvm/0017-clang-use-as-needed-by-default.patch create mode 100644 llvm/0024-clang-link-libcxxabi-on-linux-when-using-libc.patch create mode 100644 llvm/abuild create mode 100644 llvm/c89 create mode 100644 llvm/c99 create mode 100644 llvm/compiler-rt-sanitizer-supported-arch.patch create mode 100644 llvm/fix-msan-with-musl.patch create mode 100644 llvm/musl-stack-size.patch create mode 100644 llvm/musl-targets.patch create mode 100644 m4/.checksum create mode 100644 m4/.files create mode 100644 m4/abuild create mode 100644 make/.checksum create mode 100644 make/.files create mode 100644 make/abuild create mode 100644 musl/.checksum create mode 100644 musl/.files create mode 100644 musl/0001-iconv-fix-erroneous-input-validation-in-EUC-KR-decod.patch create mode 100644 musl/0002-iconv-harden-UTF-8-output-code-path-against-input-de.patch create mode 100644 musl/abuild create mode 100644 musl/cdefs.h create mode 100644 musl/default-locpath.patch create mode 100644 musl/elfutils-0.190-relr.patch create mode 100644 musl/getconf.1 create mode 100644 musl/getconf.c create mode 100644 musl/getent.1 create mode 100644 musl/getent.c create mode 100644 musl/iconv.c create mode 100644 musl/patch create mode 100644 musl/queue.h create mode 100644 musl/tree.h create mode 100644 patch/.checksum create mode 100644 patch/.files create mode 100644 patch/abuild create mode 100644 spm/.checksum create mode 100644 spm/.files create mode 100644 spm/abuild create mode 100644 xz/.checksum create mode 100644 xz/.files create mode 100644 xz/abuild create mode 100755 zlib-ng/.checksum create mode 100755 zlib-ng/.files create mode 100755 zlib-ng/abuild create mode 100755 zlib-ng/no-weird-ver.patch create mode 100644 zstd/.checksum create mode 100644 zstd/.files create mode 100644 zstd/abuild diff --git a/autils/.checksum b/autils/.checksum new file mode 100644 index 00000000..23d97d64 --- /dev/null +++ b/autils/.checksum @@ -0,0 +1 @@ +3b2f20b19da12ad44044883389f6211e594451be9a9603c0a1a5b49e6abb46e2 autils-3d486e2b5998c63b85c17f7bbb9f3619ef651135.tar.gz diff --git a/autils/.files b/autils/.files new file mode 100644 index 00000000..d70925e1 --- /dev/null +++ b/autils/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/apkg +-rwxr-xr-x root/root usr/bin/apkg-chroot +-rwxr-xr-x root/root usr/bin/apkg-clean +-rwxr-xr-x root/root usr/bin/apkg-deps +-rwxr-xr-x root/root usr/bin/apkg-foreign +-rwxr-xr-x root/root usr/bin/apkg-genabuild +-rwxr-xr-x root/root usr/bin/apkg-orphan +-rwxr-xr-x root/root usr/bin/apkg-outdated +-rwxr-xr-x root/root usr/bin/apkg-purge +-rwxr-xr-x root/root usr/bin/apkg-redundantdeps +-rwxr-xr-x root/root usr/bin/apkg-reposync +-rwxr-xr-x root/root usr/bin/revdep +-rwxr-xr-x root/root usr/bin/updateconf diff --git a/autils/abuild b/autils/abuild new file mode 100644 index 00000000..9ef66e4c --- /dev/null +++ b/autils/abuild @@ -0,0 +1,11 @@ +name=autils +version=20250410 +_commit=3d486e2b5998c63b85c17f7bbb9f3619ef651135 +release=1 +source="$name-$_commit.tar.gz::https://codeberg.org/emmett1/autils/archive/$_commit.tar.gz" + +build() { + chmod +x INSTALL.sh + DESTDIR=$PKG ./INSTALL.sh + rm $PKG/etc/apkg.conf +} diff --git a/b3sum/.checksum b/b3sum/.checksum new file mode 100644 index 00000000..58f9aa4f --- /dev/null +++ b/b3sum/.checksum @@ -0,0 +1 @@ +3a78d3bbb0e553359035da0c5ce9a2eaadcc658d412dc12f9075caa1bbd74c5e b3sum-1.3.1.tar.gz diff --git a/b3sum/.files b/b3sum/.files new file mode 100644 index 00000000..ce490c55 --- /dev/null +++ b/b3sum/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/b3sum +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/blake3.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/b3sum.1.gz diff --git a/b3sum/abuild b/b3sum/abuild new file mode 100644 index 00000000..0193d3be --- /dev/null +++ b/b3sum/abuild @@ -0,0 +1,5 @@ +name=b3sum +version=1.3.1 +_commit=cb4111ccc8061039b014fbb657c72f78984f1069 +release=1 +source="$name-$version.tar.gz::https://git.sr.ht/~mcf/${name}/archive/${_commit}.tar.gz" diff --git a/baselayout/.checksum b/baselayout/.checksum new file mode 100644 index 00000000..0b038af9 --- /dev/null +++ b/baselayout/.checksum @@ -0,0 +1,10 @@ +ff8a38c7e3e05589a5f88fbb7fd8be385af0335d4eca970a6dfb0e612a80472c fstab +993c61e8a5f7bd92134418a10a77004bdad5ccdbff2dc3f46dee10b433beae0a group +7dc7eff3269479cd011f3d0475457022f498173e41561eaaff1e8e2c9e5cb16e hostname +9dfa35e082c116b7b6f4508cdebbaa3c08ee513bdeb8189d8cf4a978bc3ecb36 hosts +f2ede102dbb8f2601f920d503c944211ee9ec2dcb26948d2467f537bad6f06b3 issue +eb38a785f72a12052b486ad19e3cbe53d2f7414cd218beca2b5e73fa1b238636 os-release +3b261890ffb02c40996c7214b31db6267f0ee900d098d27bd4b1306998592c9a passwd +4c1789fd9547bb79732011289aafb6382893a3fe22caa7290cf6c9cfb7fcc669 profile +4f32d3ce5ffa5fd4242393449c6a54f20d9b3686290044030e177df95fccf819 resolv.conf +d9cc52181c88c08cad3a3d2e3622fdcf01221fbd52b39065cd641f41f8381e19 shells diff --git a/baselayout/.files b/baselayout/.files new file mode 100644 index 00000000..23f3a0d5 --- /dev/null +++ b/baselayout/.files @@ -0,0 +1,77 @@ +drwxr-xr-x root/root bin/ +drwxr-xr-x root/root boot/ +drwxr-xr-x root/root dev/ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/fstab.new +-rw-r--r-- root/root etc/group.new +-rw-r--r-- root/root etc/hostname.new +-rw-r--r-- root/root etc/hosts.new +-rw-r--r-- root/root etc/issue.new +lrwxrwxrwx root/root etc/mtab -> ../proc/self/mounts +drwxr-xr-x root/root etc/opt/ +-rw-r--r-- root/root etc/os-release.new +-rw-r--r-- root/root etc/passwd.new +drwxr-xr-x root/root etc/profile.d/ +-rw-r--r-- root/root etc/profile.new +-rw-r--r-- root/root etc/resolv.conf.new +-rw-r--r-- root/root etc/shells.new +drwxr-xr-x root/root etc/skel/ +drwxr-xr-x root/root home/ +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root mnt/ +drwxr-xr-x root/root opt/ +drwxr-xr-x root/root proc/ +drwxr-x--- root/root root/ +drwxr-xr-x root/root run/ +drwxr-xr-x root/root sbin/ +drwxr-xr-x root/root srv/ +drwxr-xr-x root/root sys/ +drwxrwxrwt root/root tmp/ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/local/ +drwxr-xr-x root/root usr/local/bin/ +drwxr-xr-x root/root usr/local/include/ +drwxr-xr-x root/root usr/local/lib/ +drwxr-xr-x root/root usr/local/sbin/ +drwxr-xr-x root/root usr/local/share/ +drwxr-xr-x root/root usr/local/share/man/ +drwxr-xr-x root/root usr/local/share/man/man1/ +drwxr-xr-x root/root usr/local/share/man/man2/ +drwxr-xr-x root/root usr/local/share/man/man3/ +drwxr-xr-x root/root usr/local/share/man/man4/ +drwxr-xr-x root/root usr/local/share/man/man5/ +drwxr-xr-x root/root usr/local/share/man/man6/ +drwxr-xr-x root/root usr/local/share/man/man7/ +drwxr-xr-x root/root usr/local/share/man/man8/ +drwxr-xr-x root/root usr/local/src/ +drwxr-xr-x root/root usr/sbin/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +drwxr-xr-x root/root usr/share/man/man2/ +drwxr-xr-x root/root usr/share/man/man3/ +drwxr-xr-x root/root usr/share/man/man4/ +drwxr-xr-x root/root usr/share/man/man5/ +drwxr-xr-x root/root usr/share/man/man6/ +drwxr-xr-x root/root usr/share/man/man7/ +drwxr-xr-x root/root usr/share/man/man8/ +drwxr-xr-x root/root usr/src/ +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/cache/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/misc/ +drwxr-xr-x root/root var/local/ +drwxr-xr-x root/root var/lock/ +drwxr-xr-x root/root var/log/ +-rw------- root/root var/log/btmp +-rw-r--r-- root/root var/log/faillog +-rw-rw-r-- root/utmp var/log/lastlog +-rw-r--r-- root/root var/log/wtmp +drwxr-xr-x root/root var/opt/ +lrwxrwxrwx root/root var/run -> ../run +drwxr-xr-x root/root var/spool/ +drwxr-xr-x root/root var/spool/mail/ +drwxrwxrwt root/root var/tmp/ diff --git a/baselayout/abuild b/baselayout/abuild new file mode 100644 index 00000000..da10179f --- /dev/null +++ b/baselayout/abuild @@ -0,0 +1,72 @@ +name=baselayout +version=1 +release=1 +source="fstab + group + hostname + hosts + issue + os-release + passwd + resolv.conf + shells + profile" + +build() { + cd $SRC + + # root dirs + for d in proc sys run dev bin boot etc/opt home lib mnt \ + opt sbin srv var; do + mkdir -p $PKG/$d + done + install -d -m 0750 $PKG/root + install -d -m 1777 $PKG/tmp $PKG/var/tmp + + # /usr and /usr/local dirs + for d in bin include lib sbin src; do + mkdir -p $PKG/usr/$d + mkdir -p $PKG/usr/local/$d + done + + # man page dirs + for d in 1 2 3 4 5 6 7 8; do + mkdir -p $PKG/usr/share/man/man$d + mkdir -p $PKG/usr/local/share/man/man$d + done + + # /var dirs + for d in log spool/mail opt cache lib/misc local; do + mkdir -p $PKG/var/$d + done + + ln -s ../run $PKG/var/run + #ln -s ../run/lock $PKG/var/lock + install -d $PKG/var/lock + + ln -s ../proc/self/mounts $PKG/etc/mtab + + # log files + for f in btmp lastlog faillog wtmp; do + touch $PKG/var/log/$f + done + chgrp utmp $PKG/var/log/lastlog + chmod 664 $PKG/var/log/lastlog + chmod 600 $PKG/var/log/btmp + + install -m644 passwd $PKG/etc + install -m644 group $PKG/etc + install -m644 resolv.conf $PKG/etc + install -m644 hosts $PKG/etc + install -m644 hostname $PKG/etc + install -m644 shells $PKG/etc + install -m644 fstab $PKG/etc + + install -dm0755 $PKG/etc/profile.d + + install -d $PKG/etc/skel + install -m644 issue $PKG/etc + install -m644 profile $PKG/etc + + cat os-release > $PKG/etc/os-release +} diff --git a/baselayout/fstab b/baselayout/fstab new file mode 100644 index 00000000..abe0e850 --- /dev/null +++ b/baselayout/fstab @@ -0,0 +1,3 @@ +# /etc/fstab + +# diff --git a/baselayout/group b/baselayout/group new file mode 100644 index 00000000..a8a09743 --- /dev/null +++ b/baselayout/group @@ -0,0 +1,24 @@ +root:x:0: +bin:x:1:daemon +sys:x:2: +kmem:x:3: +tape:x:4: +tty:x:5: +daemon:x:6: +floppy:x:7: +disk:x:8: +lp:x:9: +dialout:x:10: +audio:x:11: +video:x:12: +utmp:x:13: +usb:x:14: +cdrom:x:15: +adm:x:16: +wheel:x:17: +messagebus:x:18: +input:x:24: +mail:x:34: +kvm:x:61: +nogroup:x:99: +users:x:999: diff --git a/baselayout/hostname b/baselayout/hostname new file mode 100644 index 00000000..2fbb50c4 --- /dev/null +++ b/baselayout/hostname @@ -0,0 +1 @@ +localhost diff --git a/baselayout/hosts b/baselayout/hosts new file mode 100644 index 00000000..a126a53e --- /dev/null +++ b/baselayout/hosts @@ -0,0 +1,4 @@ +# /etc/hosts + +127.0.0.1 localhost +::1 localhost diff --git a/baselayout/issue b/baselayout/issue new file mode 100644 index 00000000..0157745b --- /dev/null +++ b/baselayout/issue @@ -0,0 +1,2 @@ +Alice Linux \r (\l) + diff --git a/baselayout/os-release b/baselayout/os-release new file mode 100644 index 00000000..0752c0f5 --- /dev/null +++ b/baselayout/os-release @@ -0,0 +1,4 @@ +NAME="Alice Linux" +PRETTY_NAME="Alice Linux" +VERSION="One" +ID="alice" diff --git a/baselayout/passwd b/baselayout/passwd new file mode 100644 index 00000000..1edbef6c --- /dev/null +++ b/baselayout/passwd @@ -0,0 +1,2 @@ +root:x:0:0:root:/root:/bin/sh +nobody:x:99:99:Unprivileged User:/dev/null:/bin/false diff --git a/baselayout/profile b/baselayout/profile new file mode 100644 index 00000000..1d327a82 --- /dev/null +++ b/baselayout/profile @@ -0,0 +1,14 @@ +# /etc/profile + +# Set the initial path +export PATH=/bin:/usr/bin:/sbin:/usr/sbin + +# Set umask +umask 022 + +for script in /etc/profile.d/*.sh ; do + if [ -r $script ] ; then + . $script + fi + unset script +done diff --git a/baselayout/resolv.conf b/baselayout/resolv.conf new file mode 100644 index 00000000..c69c1524 --- /dev/null +++ b/baselayout/resolv.conf @@ -0,0 +1,4 @@ +# /etc/resolv.conf + +nameserver 8.8.8.8 +nameserver 8.8.4.4 diff --git a/baselayout/shells b/baselayout/shells new file mode 100644 index 00000000..f0c4a8db --- /dev/null +++ b/baselayout/shells @@ -0,0 +1,5 @@ +# /etc/shells + +/bin/sh +/bin/dash +/bin/bash diff --git a/bison/.checksum b/bison/.checksum new file mode 100644 index 00000000..b1319dcb --- /dev/null +++ b/bison/.checksum @@ -0,0 +1 @@ +9dd90be8df4d0474b941e2ca14ac76d11b7ccb46edb26344b60d866178bbcc98 bison-3.8.2.tar.xz diff --git a/bison/.files b/bison/.files new file mode 100644 index 00000000..abfa8b89 --- /dev/null +++ b/bison/.files @@ -0,0 +1,47 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bison +-rwxr-xr-x root/root usr/bin/yacc +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/bison-i18n.m4 +drwxr-xr-x root/root usr/share/bison/ +-rw-r--r-- root/root usr/share/bison/README.md +-rw-r--r-- root/root usr/share/bison/bison-default.css +drwxr-xr-x root/root usr/share/bison/m4sugar/ +-rw-r--r-- root/root usr/share/bison/m4sugar/foreach.m4 +-rw-r--r-- root/root usr/share/bison/m4sugar/m4sugar.m4 +drwxr-xr-x root/root usr/share/bison/skeletons/ +-rw-r--r-- root/root usr/share/bison/skeletons/bison.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c++-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c++.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c-like.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/c.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/d-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/d.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/glr.c +-rw-r--r-- root/root usr/share/bison/skeletons/glr.cc +-rw-r--r-- root/root usr/share/bison/skeletons/glr2.cc +-rw-r--r-- root/root usr/share/bison/skeletons/java-skel.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/java.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/lalr1.cc +-rw-r--r-- root/root usr/share/bison/skeletons/lalr1.d +-rw-r--r-- root/root usr/share/bison/skeletons/lalr1.java +-rw-r--r-- root/root usr/share/bison/skeletons/location.cc +-rw-r--r-- root/root usr/share/bison/skeletons/stack.hh +-rw-r--r-- root/root usr/share/bison/skeletons/traceon.m4 +-rw-r--r-- root/root usr/share/bison/skeletons/variant.hh +-rw-r--r-- root/root usr/share/bison/skeletons/yacc.c +drwxr-xr-x root/root usr/share/bison/xslt/ +-rw-r--r-- root/root usr/share/bison/xslt/bison.xsl +-rw-r--r-- root/root usr/share/bison/xslt/xml2dot.xsl +-rw-r--r-- root/root usr/share/bison/xslt/xml2text.xsl +-rw-r--r-- root/root usr/share/bison/xslt/xml2xhtml.xsl +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/bison.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bison.1.gz +-rw-r--r-- root/root usr/share/man/man1/yacc.1.gz diff --git a/bison/abuild b/bison/abuild new file mode 100644 index 00000000..e19bde49 --- /dev/null +++ b/bison/abuild @@ -0,0 +1,4 @@ +name=bison +version=3.8.2 +release=1 +source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz" diff --git a/busybox/.checksum b/busybox/.checksum new file mode 100644 index 00000000..2344f1b0 --- /dev/null +++ b/busybox/.checksum @@ -0,0 +1,26 @@ +6499c4a3d5379e4e34e30a84f7ef9ae513b696694a07d1f4fbd9de9a998d0da1 0001-awk-fix-handling-of-literal-backslashes-in-replaceme.patch +8c364768319aa2f68f480fe1fb4679af38cd692c5e7c66c8e0c2e0e0c7464e4c 0016-ping-make-ping-work-without-root-privileges.patch +d7fef12ae5c778a12294be5da8ff8ffcc4a3ff3e0a5dca5885964626a47c2a0f acpid.run +f62969ee1426bea40ffd603cb01aa4f6e264930ce29a0266b776f5d08253772a adduser-no-setgid.patch +179c4567a112635be6cb442fd8e3ff95dd0e718facd0666f2426d94322110a8f busybox-1.37.0.tar.bz2 +c8e25401863bfdecb4f3a5d4b68ef0507bac74dd69782ce3abdd7e49fecc4a80 busybox-suidwrapper.c +48b8a6cc6f4aa539de48f5c4d405a4400239215fe3dc7f30df370951e51743ca crond.run +2fc84cd00bba1a27bb692fb61f7b06307bd2a618161c1f019efd5a8432b0f3c5 fsck-resolve-uuid.patch +91df6065aec94c67f59f0d10e7beb1cd05286d8739bf57f478382a98d2ef90a5 httpd.run +1e7ca4ffd2de2182a591c0c9eb8f1f2d792342db96a44762a4ef022253aaaa5c inetd.run +46d81cd7a5096e997051729d6d5de2735bbb71864c86778fb79202ef6feef881 kernel-6.8-tca.patch +e8fa37d2abb51c4d75d473b0b495b245afee37e48e80b8a4fd5b3539bc06ad68 klogd.run +a8be467d592f549df6405baa7e6228fd4363c759200161222a4b23e72ebd65f2 mdev.conf +12e52732c806aaebd01f6ca9a88594d3be568eb157e44208dde64237b5cfd8af mdev.run +0e7127f64ee6760d433ceff02e3c6300c5cbf35ac0172037c68725538babd32c modprobe-kernel-version.patch +8901b39de476372c4701ba88df0872818252b638e74922a22a483db41b487016 ntpd.run +71446b4690cd21f8e5fddd85f6fbf70c4bfbe1998988764e572021ee674d6790 pause.1 +8a3b2dc28757685ce69dd472483127d47703f4f7995395f1980745f3b1bf88b0 pause.c +fd866b53f9d1ca305c15b93bc2699caaf1c930f093326bb737cc33fa2455787e print-unicode.patch +0c3c5db99153d1017813c8b119bc317969a945360cfb83b41d13de4e2d0d47b3 syslogd.run +f220e64f2c99e5fae0bf764a750dcab6b91568f8afbee791949b43bc189cc8c0 tty1.run +885c30ed1f30e988f33336318e60b8b340a0772243860103a14274a388c63590 tty2.run +6d4d3465dcd4f82114eefdb4cc20703bc1cb53b36a494e558e4f749fd2d7e0a7 tty3.run +308c64afb0fac11a04ca7acdbd03d376ef3fc034ce60e0aff5cf639cd0a2844a tty4.run +7c60f858969c374e06d03c1d649696d4242f43676ef8e7dd6cdf606a4e583592 tty5.run +e1fb7d9b56a24067762dd7a931e95a2c6b271134d90b9dc10a57502e2b05dae2 ttyS0.run diff --git a/busybox/.files b/busybox/.files new file mode 100644 index 00000000..e8ef6101 --- /dev/null +++ b/busybox/.files @@ -0,0 +1,429 @@ +drwxr-xr-x root/root bin/ +lrwxrwxrwx root/root bin/arch -> busybox +lrwxrwxrwx root/root bin/ash -> busybox +lrwxrwxrwx root/root bin/base32 -> busybox +lrwxrwxrwx root/root bin/base64 -> busybox +-rwxr-xr-x root/root bin/busybox +-rwsr-xr-x root/root bin/busybox-suidwrapper +lrwxrwxrwx root/root bin/cat -> busybox +lrwxrwxrwx root/root bin/chgrp -> busybox +lrwxrwxrwx root/root bin/chmod -> busybox +lrwxrwxrwx root/root bin/chown -> busybox +lrwxrwxrwx root/root bin/conspy -> busybox +lrwxrwxrwx root/root bin/cp -> busybox +lrwxrwxrwx root/root bin/cpio -> busybox +lrwxrwxrwx root/root bin/cttyhack -> busybox +lrwxrwxrwx root/root bin/date -> busybox +lrwxrwxrwx root/root bin/dd -> busybox +lrwxrwxrwx root/root bin/df -> busybox +lrwxrwxrwx root/root bin/diff -> busybox +lrwxrwxrwx root/root bin/dmesg -> busybox +lrwxrwxrwx root/root bin/dnsdomainname -> busybox +lrwxrwxrwx root/root bin/dumpkmap -> busybox +lrwxrwxrwx root/root bin/echo -> busybox +lrwxrwxrwx root/root bin/ed -> busybox +lrwxrwxrwx root/root bin/egrep -> busybox +lrwxrwxrwx root/root bin/false -> busybox +lrwxrwxrwx root/root bin/fatattr -> busybox +lrwxrwxrwx root/root bin/fdflush -> busybox +lrwxrwxrwx root/root bin/fgrep -> busybox +lrwxrwxrwx root/root bin/fsync -> busybox +lrwxrwxrwx root/root bin/getopt -> busybox +lrwxrwxrwx root/root bin/grep -> busybox +lrwxrwxrwx root/root bin/gunzip -> busybox +lrwxrwxrwx root/root bin/gzip -> busybox +lrwxrwxrwx root/root bin/hostname -> busybox +lrwxrwxrwx root/root bin/ionice -> busybox +lrwxrwxrwx root/root bin/iostat -> busybox +lrwxrwxrwx root/root bin/ipcalc -> busybox +lrwxrwxrwx root/root bin/kbd_mode -> busybox +lrwxrwxrwx root/root bin/kill -> busybox +lrwxrwxrwx root/root bin/link -> busybox +lrwxrwxrwx root/root bin/linux32 -> busybox +lrwxrwxrwx root/root bin/linux64 -> busybox +lrwxrwxrwx root/root bin/ln -> busybox +lrwxrwxrwx root/root bin/login -> busybox-suidwrapper +lrwxrwxrwx root/root bin/ls -> busybox +lrwxrwxrwx root/root bin/lzop -> busybox +lrwxrwxrwx root/root bin/makemime -> busybox +lrwxrwxrwx root/root bin/mkdir -> busybox +lrwxrwxrwx root/root bin/mknod -> busybox +lrwxrwxrwx root/root bin/mktemp -> busybox +lrwxrwxrwx root/root bin/more -> busybox +lrwxrwxrwx root/root bin/mount -> busybox +lrwxrwxrwx root/root bin/mountpoint -> busybox +lrwxrwxrwx root/root bin/mpstat -> busybox +lrwxrwxrwx root/root bin/mt -> busybox +lrwxrwxrwx root/root bin/mv -> busybox +lrwxrwxrwx root/root bin/netstat -> busybox +lrwxrwxrwx root/root bin/nice -> busybox +lrwxrwxrwx root/root bin/pidof -> busybox +lrwxrwxrwx root/root bin/ping -> busybox-suidwrapper +lrwxrwxrwx root/root bin/ping6 -> busybox-suidwrapper +lrwxrwxrwx root/root bin/pipe_progress -> busybox +lrwxrwxrwx root/root bin/printenv -> busybox +lrwxrwxrwx root/root bin/ps -> busybox +lrwxrwxrwx root/root bin/pwd -> busybox +lrwxrwxrwx root/root bin/reformime -> busybox +lrwxrwxrwx root/root bin/resume -> busybox +lrwxrwxrwx root/root bin/rev -> busybox +lrwxrwxrwx root/root bin/rm -> busybox +lrwxrwxrwx root/root bin/rmdir -> busybox +lrwxrwxrwx root/root bin/scriptreplay -> busybox +lrwxrwxrwx root/root bin/sed -> busybox +lrwxrwxrwx root/root bin/setarch -> busybox +lrwxrwxrwx root/root bin/setpriv -> busybox +lrwxrwxrwx root/root bin/setserial -> busybox +lrwxrwxrwx root/root bin/sh -> busybox +lrwxrwxrwx root/root bin/sleep -> busybox +lrwxrwxrwx root/root bin/stat -> busybox +lrwxrwxrwx root/root bin/stty -> busybox +lrwxrwxrwx root/root bin/su -> busybox-suidwrapper +lrwxrwxrwx root/root bin/sync -> busybox +lrwxrwxrwx root/root bin/tar -> busybox +lrwxrwxrwx root/root bin/touch -> busybox +lrwxrwxrwx root/root bin/true -> busybox +lrwxrwxrwx root/root bin/umount -> busybox +lrwxrwxrwx root/root bin/uname -> busybox +lrwxrwxrwx root/root bin/usleep -> busybox +lrwxrwxrwx root/root bin/vi -> busybox +lrwxrwxrwx root/root bin/watch -> busybox +lrwxrwxrwx root/root bin/zcat -> busybox +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/mdev.conf.new +drwxr-xr-x root/root etc/sv/ +drwxr-xr-x root/root etc/sv/acpid/ +-rwxr-xr-x root/root etc/sv/acpid/run.new +lrwxrwxrwx root/root etc/sv/acpid/supervise -> ../../../run/runit/supervise.acpid +drwxr-xr-x root/root etc/sv/crond/ +-rwxr-xr-x root/root etc/sv/crond/run.new +lrwxrwxrwx root/root etc/sv/crond/supervise -> ../../../run/runit/supervise.crond +drwxr-xr-x root/root etc/sv/httpd/ +-rwxr-xr-x root/root etc/sv/httpd/run.new +lrwxrwxrwx root/root etc/sv/httpd/supervise -> ../../../run/runit/supervise.httpd +drwxr-xr-x root/root etc/sv/inetd/ +-rwxr-xr-x root/root etc/sv/inetd/run.new +lrwxrwxrwx root/root etc/sv/inetd/supervise -> ../../../run/runit/supervise.inetd +drwxr-xr-x root/root etc/sv/klogd/ +-rwxr-xr-x root/root etc/sv/klogd/run.new +lrwxrwxrwx root/root etc/sv/klogd/supervise -> ../../../run/runit/supervise.klogd +drwxr-xr-x root/root etc/sv/mdev/ +-rwxr-xr-x root/root etc/sv/mdev/run.new +lrwxrwxrwx root/root etc/sv/mdev/supervise -> ../../../run/runit/supervise.mdev +drwxr-xr-x root/root etc/sv/ntpd/ +-rwxr-xr-x root/root etc/sv/ntpd/run.new +lrwxrwxrwx root/root etc/sv/ntpd/supervise -> ../../../run/runit/supervise.ntpd +drwxr-xr-x root/root etc/sv/syslogd/ +-rwxr-xr-x root/root etc/sv/syslogd/run.new +lrwxrwxrwx root/root etc/sv/syslogd/supervise -> ../../../run/runit/supervise.syslogd +drwxr-xr-x root/root etc/sv/tty1/ +-rwxr-xr-x root/root etc/sv/tty1/run.new +lrwxrwxrwx root/root etc/sv/tty1/supervise -> ../../../run/runit/supervise.tty1 +drwxr-xr-x root/root etc/sv/tty2/ +-rwxr-xr-x root/root etc/sv/tty2/run.new +lrwxrwxrwx root/root etc/sv/tty2/supervise -> ../../../run/runit/supervise.tty2 +drwxr-xr-x root/root etc/sv/tty3/ +-rwxr-xr-x root/root etc/sv/tty3/run.new +lrwxrwxrwx root/root etc/sv/tty3/supervise -> ../../../run/runit/supervise.tty3 +drwxr-xr-x root/root etc/sv/tty4/ +-rwxr-xr-x root/root etc/sv/tty4/run.new +lrwxrwxrwx root/root etc/sv/tty4/supervise -> ../../../run/runit/supervise.tty4 +drwxr-xr-x root/root etc/sv/tty5/ +-rwxr-xr-x root/root etc/sv/tty5/run.new +lrwxrwxrwx root/root etc/sv/tty5/supervise -> ../../../run/runit/supervise.tty5 +drwxr-xr-x root/root etc/sv/ttyS0/ +-rwxr-xr-x root/root etc/sv/ttyS0/run.new +lrwxrwxrwx root/root etc/sv/ttyS0/supervise -> ../../../run/runit/supervise.ttyS0 +drwxr-xr-x root/root sbin/ +lrwxrwxrwx root/root sbin/acpid -> ../bin/busybox +lrwxrwxrwx root/root sbin/adjtimex -> ../bin/busybox +lrwxrwxrwx root/root sbin/arp -> ../bin/busybox +lrwxrwxrwx root/root sbin/blockdev -> ../bin/busybox +lrwxrwxrwx root/root sbin/bootchartd -> ../bin/busybox +lrwxrwxrwx root/root sbin/depmod -> ../bin/busybox +lrwxrwxrwx root/root sbin/devmem -> ../bin/busybox +lrwxrwxrwx root/root sbin/fbsplash -> ../bin/busybox +lrwxrwxrwx root/root sbin/fdisk -> ../bin/busybox +lrwxrwxrwx root/root sbin/freeramdisk -> ../bin/busybox +lrwxrwxrwx root/root sbin/fsck -> ../bin/busybox +lrwxrwxrwx root/root sbin/fstrim -> ../bin/busybox +lrwxrwxrwx root/root sbin/getty -> ../bin/busybox +lrwxrwxrwx root/root sbin/halt -> ../bin/busybox +lrwxrwxrwx root/root sbin/hdparm -> ../bin/busybox +lrwxrwxrwx root/root sbin/hwclock -> ../bin/busybox +lrwxrwxrwx root/root sbin/ifconfig -> ../bin/busybox +lrwxrwxrwx root/root sbin/ifdown -> ../bin/busybox +lrwxrwxrwx root/root sbin/ifenslave -> ../bin/busybox +lrwxrwxrwx root/root sbin/ifup -> ../bin/busybox +lrwxrwxrwx root/root sbin/init -> ../bin/busybox +lrwxrwxrwx root/root sbin/insmod -> ../bin/busybox +lrwxrwxrwx root/root sbin/ip -> ../bin/busybox +lrwxrwxrwx root/root sbin/ipaddr -> ../bin/busybox +lrwxrwxrwx root/root sbin/iplink -> ../bin/busybox +lrwxrwxrwx root/root sbin/ipneigh -> ../bin/busybox +lrwxrwxrwx root/root sbin/iproute -> ../bin/busybox +lrwxrwxrwx root/root sbin/iprule -> ../bin/busybox +lrwxrwxrwx root/root sbin/iptunnel -> ../bin/busybox +lrwxrwxrwx root/root sbin/klogd -> ../bin/busybox +lrwxrwxrwx root/root sbin/loadkmap -> ../bin/busybox +lrwxrwxrwx root/root sbin/logread -> ../bin/busybox +lrwxrwxrwx root/root sbin/losetup -> ../bin/busybox +lrwxrwxrwx root/root sbin/lsmod -> ../bin/busybox +lrwxrwxrwx root/root sbin/makedevs -> ../bin/busybox +lrwxrwxrwx root/root sbin/mdev -> ../bin/busybox +lrwxrwxrwx root/root sbin/mkswap -> ../bin/busybox +lrwxrwxrwx root/root sbin/modinfo -> ../bin/busybox +lrwxrwxrwx root/root sbin/modprobe -> ../bin/busybox +lrwxrwxrwx root/root sbin/nameif -> ../bin/busybox +lrwxrwxrwx root/root sbin/nologin -> ../bin/busybox +lrwxrwxrwx root/root sbin/pivot_root -> ../bin/busybox +lrwxrwxrwx root/root sbin/poweroff -> ../bin/busybox +lrwxrwxrwx root/root sbin/raidautorun -> ../bin/busybox +lrwxrwxrwx root/root sbin/reboot -> ../bin/busybox +lrwxrwxrwx root/root sbin/rmmod -> ../bin/busybox +lrwxrwxrwx root/root sbin/route -> ../bin/busybox +lrwxrwxrwx root/root sbin/run-init -> ../bin/busybox +lrwxrwxrwx root/root sbin/runlevel -> ../bin/busybox +lrwxrwxrwx root/root sbin/setconsole -> ../bin/busybox +lrwxrwxrwx root/root sbin/slattach -> ../bin/busybox +lrwxrwxrwx root/root sbin/start-stop-daemon -> ../bin/busybox +lrwxrwxrwx root/root sbin/sulogin -> ../bin/busybox +lrwxrwxrwx root/root sbin/swapoff -> ../bin/busybox +lrwxrwxrwx root/root sbin/swapon -> ../bin/busybox +lrwxrwxrwx root/root sbin/switch_root -> ../bin/busybox +lrwxrwxrwx root/root sbin/sysctl -> ../bin/busybox +lrwxrwxrwx root/root sbin/syslogd -> ../bin/busybox +lrwxrwxrwx root/root sbin/tc -> ../bin/busybox +lrwxrwxrwx root/root sbin/tunctl -> ../bin/busybox +lrwxrwxrwx root/root sbin/udhcpc -> ../bin/busybox +lrwxrwxrwx root/root sbin/uevent -> ../bin/busybox +lrwxrwxrwx root/root sbin/vconfig -> ../bin/busybox +lrwxrwxrwx root/root sbin/watchdog -> ../bin/busybox +lrwxrwxrwx root/root sbin/zcip -> ../bin/busybox +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/[ -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/[[ -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ascii -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/awk -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/basename -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/bc -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/beep -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/blkdiscard -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/cal -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/chpst -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/chrt -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/chvt -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/cksum -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/cmp -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/comm -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/crc32 -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/crontab -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/cryptpw -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/cut -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/dc -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/deallocvt -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/dirname -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/dos2unix -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/du -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/dumpleases -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/eject -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/env -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/envdir -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/envuidgid -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/expand -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/expr -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/factor -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/fallocate -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/fgconsole -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/find -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/flock -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/fold -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/free -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ftpget -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ftpput -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/fuser -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/getfattr -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/groups -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/hd -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/head -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/hexdump -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/hexedit -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/hostid -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/id -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/install -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ipcrm -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ipcs -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/killall -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/last -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/less -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/logger -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/logname -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/lpq -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/lpr -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/lsof -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/lspci -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/lsscsi -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/lsusb -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/md5sum -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/mesg -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/microcom -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/mkfifo -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/mkpasswd -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/nc -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/nl -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/nmeter -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/nohup -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/nproc -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/nsenter -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/nslookup -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/od -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/openvt -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/passwd -> ../../bin/busybox-suidwrapper +lrwxrwxrwx root/root usr/bin/paste -> ../../bin/busybox +-rwxr-xr-x root/root usr/bin/pause +lrwxrwxrwx root/root usr/bin/pgrep -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/pkill -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/pmap -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/printf -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/pscan -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/pstree -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/pwdx -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/readlink -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/realpath -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/renice -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/resize -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/runsv -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/runsvdir -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/script -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/seq -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/setfattr -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/setkeycodes -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/setsid -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/setuidgid -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/sha1sum -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/sha256sum -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/sha3sum -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/sha512sum -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/showkey -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/shred -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/shuf -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/smemcap -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/softlimit -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/sort -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/split -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ssl_client -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/sum -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/sv -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/svc -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/svok -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tac -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tail -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/taskset -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tcpsvd -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tee -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/telnet -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/test -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tftp -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/time -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/timeout -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/top -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tr -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/traceroute -> ../../bin/busybox-suidwrapper +lrwxrwxrwx root/root usr/bin/traceroute6 -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tree -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/truncate -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ts -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tsort -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/tty -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/ttysize -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/udhcpc6 -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/udpsvd -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/unexpand -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/uniq -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/unix2dos -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/unlink -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/unshare -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/unzip -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/uptime -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/users -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/uudecode -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/uuencode -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/vlock -> ../../bin/busybox-suidwrapper +lrwxrwxrwx root/root usr/bin/volname -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/w -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/wall -> ../../bin/busybox-suidwrapper +lrwxrwxrwx root/root usr/bin/wc -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/wget -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/which -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/who -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/whoami -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/whois -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/xargs -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/xxd -> ../../bin/busybox +lrwxrwxrwx root/root usr/bin/yes -> ../../bin/busybox +drwxr-xr-x root/root usr/sbin/ +lrwxrwxrwx root/root usr/sbin/add-shell -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/addgroup -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/adduser -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/arping -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/brctl -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/chpasswd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/chroot -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/crond -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/delgroup -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/deluser -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/dhcprelay -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/dnsd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ether-wake -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/fakeidentd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/fbset -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/fdformat -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/fsfreeze -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ftpd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/httpd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/i2cdetect -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/i2cdump -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/i2cget -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/i2cset -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/i2ctransfer -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ifplugd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/inetd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/killall5 -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/loadfont -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/lpd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/mim -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/nanddump -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/nandwrite -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/nbd-client -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ntpd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/partprobe -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/popmaildir -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/powertop -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/rdate -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/rdev -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/readahead -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/readprofile -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/remove-shell -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/rtcwake -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/seedrng -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/sendmail -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/setfont -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/setlogcons -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/svlogd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/telnetd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/tftpd -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ubiattach -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ubidetach -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ubimkvol -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ubirename -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ubirmvol -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ubirsvol -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/ubiupdatevol -> ../../bin/busybox +lrwxrwxrwx root/root usr/sbin/udhcpd -> ../../bin/busybox +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/busybox/ +-rw-r--r-- root/root usr/share/busybox/config +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pause.1.gz diff --git a/busybox/0001-awk-fix-handling-of-literal-backslashes-in-replaceme.patch b/busybox/0001-awk-fix-handling-of-literal-backslashes-in-replaceme.patch new file mode 100644 index 00000000..3ff61ace --- /dev/null +++ b/busybox/0001-awk-fix-handling-of-literal-backslashes-in-replaceme.patch @@ -0,0 +1,64 @@ +From c281b87c89918c05eddbb1101fb87999437a2505 Mon Sep 17 00:00:00 2001 +From: Yao Zi +Date: Thu, 14 Nov 2024 11:11:50 +0000 +Subject: [PATCH] awk: fix handling of literal backslashes in replacement + +According to POSIX standard, a backslash in the replacement of sub() +should be treated as a literal backslash if it is not preceded by a '&' +or another backslash. But busybox awk skips it unconditionally, +regardless of the following character. For example, + + $ echo "abc" | busybox awk 'sub(/abc/, "\\d")' + d + +where \d is expected here. This is known to break rsync's documentation +converter. + +Let's check the next character before skipping the backslash, following +POSIX standard and behavior of GNU awk. + +Link: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html +Link: https://github.com/RsyncProject/rsync/blob/62bb9bba022ce6a29f8c92307d5569c338b2f711/help-from-md.awk#L22 +Fixes: 5f84c5633 ("awk: fix backslash handling in sub() builtins") +Signed-off-by: Yao Zi +--- + editors/awk.c | 7 ++++++- + testsuite/awk.tests | 5 +++++ + 2 files changed, 11 insertions(+), 1 deletion(-) + +diff --git a/editors/awk.c b/editors/awk.c +index 64e752f4b..40f5ba7f7 100644 +--- a/editors/awk.c ++++ b/editors/awk.c +@@ -2636,8 +2636,13 @@ static int awk_sub(node *rn, const char *repl, int nm, var *src, var *dest /*,in + resbuf = qrealloc(resbuf, residx + replen + n, &resbufsize); + memcpy(resbuf + residx, sp + pmatch[j].rm_so - start_ofs, n); + residx += n; +- } else ++ } else { ++/* '\\' and '&' following a backslash keep its original meaning, any other ++ * occurrence of a '\\' should be treated as literal */ ++ if (bslash && c != '\\' && c != '&') ++ resbuf[residx++] = '\\'; + resbuf[residx++] = c; ++ } + bslash = 0; + } + } +diff --git a/testsuite/awk.tests b/testsuite/awk.tests +index be25f6696..61b3bc7d6 100755 +--- a/testsuite/awk.tests ++++ b/testsuite/awk.tests +@@ -617,4 +617,9 @@ testing 'awk gsub erroneous word start match' \ + 'abc\n' \ + '' '' + ++testing 'awk sub literal backslash in replacement' \ ++ 'awk '$sq'sub(/abc/, "\\\d")'$sq \ ++ '\d\n' \ ++ '' 'abc\n' ++ + exit $FAILCOUNT +-- +2.47.1 + diff --git a/busybox/0016-ping-make-ping-work-without-root-privileges.patch b/busybox/0016-ping-make-ping-work-without-root-privileges.patch new file mode 100644 index 00000000..661f0469 --- /dev/null +++ b/busybox/0016-ping-make-ping-work-without-root-privileges.patch @@ -0,0 +1,209 @@ +From 19c6c34fb6318605e58a9b209cf742d559c0d467 Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Tue, 29 Mar 2016 09:23:08 +0200 +Subject: [PATCH] ping: make ping work without root privileges +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + networking/ping.c | 115 +++++++++++++++++++++++++++++++++++++--------- + 1 file changed, 94 insertions(+), 21 deletions(-) + +diff --git a/networking/ping.c b/networking/ping.c +index 9805695a1..5e4488abd 100644 +--- a/networking/ping.c ++++ b/networking/ping.c +@@ -208,6 +208,7 @@ enum { + pingsock = 0, + }; + ++static int using_dgram; + static void + #if ENABLE_PING6 + create_icmp_socket(len_and_sockaddr *lsa) +@@ -224,9 +225,23 @@ create_icmp_socket(void) + #endif + sock = socket(AF_INET, SOCK_RAW, 1); /* 1 == ICMP */ + if (sock < 0) { +- if (errno == EPERM) +- bb_simple_error_msg_and_die(bb_msg_perm_denied_are_you_root); +- bb_simple_perror_msg_and_die(bb_msg_can_not_create_raw_socket); ++ if (errno != EPERM) ++ bb_simple_perror_msg_and_die(bb_msg_can_not_create_raw_socket); ++#if defined(__linux__) || defined(__APPLE__) ++ /* We don't have root privileges. Try SOCK_DGRAM instead. ++ * Linux needs net.ipv4.ping_group_range for this to work. ++ * MacOSX allows ICMP_ECHO, ICMP_TSTAMP or ICMP_MASKREQ ++ */ ++#if ENABLE_PING6 ++ if (lsa->u.sa.sa_family == AF_INET6) ++ sock = socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6); ++ else ++#endif ++ sock = socket(AF_INET, SOCK_DGRAM, 1); /* 1 == ICMP */ ++ if (sock < 0) ++#endif ++ bb_simple_error_msg_and_die(bb_msg_perm_denied_are_you_root); ++ using_dgram = 1; + } + + xmove_fd(sock, pingsock); +@@ -279,10 +294,12 @@ static void ping4(len_and_sockaddr *lsa) + bb_simple_perror_msg("recvfrom"); + continue; + } +- if (c >= 76) { /* ip + icmp */ +- struct iphdr *iphdr = (struct iphdr *) G.packet; ++ if (c >= 76 || using_dgram && (c == 64)) { /* ip + icmp */ ++ if(!using_dgram) { ++ struct iphdr *iphdr = (struct iphdr *) G.packet; + +- pkt = (struct icmp *) (G.packet + (iphdr->ihl << 2)); /* skip ip hdr */ ++ pkt = (struct icmp *) (G.packet + (iphdr->ihl << 2)); /* skip ip hdr */ ++ } else pkt = (struct icmp *) G.packet; + if (pkt->icmp_id != G.myid) + continue; /* not our ping */ + if (pkt->icmp_type == ICMP_ECHOREPLY) +@@ -691,19 +708,21 @@ static void unpack_tail(int sz, uint32_t *tp, + } + static int unpack4(char *buf, int sz, struct sockaddr_in *from) + { +- struct icmp *icmppkt; + struct iphdr *iphdr; ++ struct icmp *icmppkt; + int hlen; + + /* discard if too short */ + if (sz < (datalen + ICMP_MINLEN)) + return 0; ++ if(!using_dgram) { ++ /* check IP header */ ++ iphdr = (struct iphdr *) buf; ++ hlen = iphdr->ihl << 2; ++ sz -= hlen; ++ icmppkt = (struct icmp *) (buf + hlen); ++ } else icmppkt = (struct icmp *) buf; + +- /* check IP header */ +- iphdr = (struct iphdr *) buf; +- hlen = iphdr->ihl << 2; +- sz -= hlen; +- icmppkt = (struct icmp *) (buf + hlen); + if (icmppkt->icmp_id != myid) + return 0; /* not our ping */ + +@@ -715,7 +734,7 @@ static int unpack4(char *buf, int sz, struct sockaddr_in *from) + tp = (uint32_t *) icmppkt->icmp_data; + unpack_tail(sz, tp, + inet_ntoa(*(struct in_addr *) &from->sin_addr.s_addr), +- recv_seq, iphdr->ttl); ++ recv_seq, using_dgram ? 42 : iphdr->ttl); + return 1; + } + if (icmppkt->icmp_type != ICMP_ECHO) { +@@ -765,11 +784,31 @@ static void ping4(len_and_sockaddr *lsa) + int sockopt; + + pingaddr.sin = lsa->u.sin; +- if (source_lsa) { ++ if (source_lsa && !using_dgram) { + if (setsockopt(pingsock, IPPROTO_IP, IP_MULTICAST_IF, + &source_lsa->u.sa, source_lsa->len)) + bb_simple_error_msg_and_die("can't set multicast source interface"); + xbind(pingsock, &source_lsa->u.sa, source_lsa->len); ++ } else if(using_dgram) { ++ struct sockaddr_in sa; ++ socklen_t sl; ++ ++ sa.sin_family = AF_INET; ++ sa.sin_port = 0; ++ sa.sin_addr.s_addr = source_lsa ? ++ source_lsa->u.sin.sin_addr.s_addr : 0; ++ sl = sizeof(sa); ++ ++ if (bind(pingsock, (struct sockaddr *) &sa, sl) == -1) { ++ perror("bind"); ++ exit(2); ++ } ++ ++ if (getsockname(pingsock, (struct sockaddr *) &sa, &sl) == -1) { ++ perror("getsockname"); ++ exit(2); ++ } ++ myid = sa.sin_port; + } + + /* enable broadcast pings */ +@@ -786,6 +825,15 @@ static void ping4(len_and_sockaddr *lsa) + setsockopt_int(pingsock, IPPROTO_IP, IP_MULTICAST_TTL, opt_ttl); + } + ++ if(using_dgram) { ++ int hold = 65536; ++ if (setsockopt(pingsock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold))) ++ perror("WARNING: setsockopt(IP_RECVTTL)"); ++ if (setsockopt(pingsock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold))) ++ perror("WARNING: setsockopt(IP_RETOPTS)"); ++ ++ } ++ + signal(SIGINT, print_stats_and_exit); + + /* start the ping's going ... */ +@@ -823,10 +871,33 @@ static void ping6(len_and_sockaddr *lsa) + char control_buf[CMSG_SPACE(36)]; + + pingaddr.sin6 = lsa->u.sin6; +- if (source_lsa) ++ if (source_lsa && !using_dgram) + xbind(pingsock, &source_lsa->u.sa, source_lsa->len); ++ else if(using_dgram) { ++ struct sockaddr_in6 sa = {0}; ++ socklen_t sl; ++ ++ sa.sin6_family = AF_INET6; ++ sa.sin6_port = 0; ++ if(source_lsa) { ++ memcpy(&sa.sin6_addr, &source_lsa->u.sin6.sin6_addr, sizeof(struct in6_addr)); ++ } ++ sl = sizeof(sa); ++ ++ if (bind(pingsock, (struct sockaddr *) &sa, sl) == -1) { ++ perror("bind"); ++ exit(2); ++ } ++ ++ if (getsockname(pingsock, (struct sockaddr *) &sa, &sl) == -1) { ++ perror("getsockname"); ++ exit(2); ++ } ++ myid = sa.sin6_port; ++ } + + #ifdef ICMP6_FILTER ++ if(!using_dgram) + { + struct icmp6_filter filt; + if (!(option_mask32 & OPT_VERBOSE)) { +@@ -972,12 +1043,14 @@ static int common_ping_main(int opt, char **argv) + interval = INT_MAX/1000000; + G.interval_us = interval * 1000000; + +- myid = (uint16_t) getpid(); +- /* we can use native-endian ident, but other Unix ping/traceroute +- * utils use *big-endian pid*, and e.g. traceroute on our machine may be +- * *not* from busybox, idents may collide. Follow the convention: +- */ +- myid = htons(myid); ++ if (!using_dgram) { ++ myid = (uint16_t) getpid(); ++ /* we can use native-endian ident, but other Unix ping/traceroute ++ * utils use *big-endian pid*, and e.g. traceroute on our machine may be ++ * *not* from busybox, idents may collide. Follow the convention: ++ */ ++ myid = htons(myid); ++ } + hostname = argv[optind]; + #if ENABLE_PING6 + { diff --git a/busybox/abuild b/busybox/abuild new file mode 100644 index 00000000..b1b92271 --- /dev/null +++ b/busybox/abuild @@ -0,0 +1,102 @@ +name=busybox +version=1.37.0 +release=1 +source="https://${name}.net/downloads/${name}-${version}.tar.bz2 + 0001-awk-fix-handling-of-literal-backslashes-in-replaceme.patch + 0016-ping-make-ping-work-without-root-privileges.patch + kernel-6.8-tca.patch + fsck-resolve-uuid.patch + adduser-no-setgid.patch + print-unicode.patch + modprobe-kernel-version.patch + busybox-suidwrapper.c + mdev.conf + acpid.run + crond.run + ntpd.run + syslogd.run + klogd.run + inetd.run + httpd.run + mdev.run + tty1.run + tty2.run + tty3.run + tty4.run + tty5.run + ttyS0.run + pause.c + pause.1" +sv="acpid.run + crond.run + ntpd.run + syslogd.run + klogd.run + inetd.run + httpd.run + mdev.run + tty1.run + tty2.run + tty3.run + tty4.run + tty5.run + ttyS0.run" + +_disable() { + while [ "$1" ]; do + sed "s/^CONFIG_${1}=y/# CONFIG_${1} is not set/" -i .config + shift + done +} + +_enable() { + while [ "$1" ]; do + sed "s/^# CONFIG_${1}.*/CONFIG_${1}=y/" -i .config + shift + done +} + +build() { + make defconfig + + _disable XZCAT XZ UNXZ UNLZMA LZCAT LZMA # provided by xz + _disable STRINGS # provided by llvm + _disable CLEAR RESET # provided by ncurses + _disable PATCH # provided by patch (GNU patch works better) + _disable BZCAT BUNZIP2 BZIP2 # provided by bzip2 + _disable CHATTR LSATTR MKE2FS FINDFS MKFS_EXT2 BLKID # provided by e2fsprogs + _disable MKDOSFS MKFS_VFAT # provided by dosfstools + + _disable FSCK_MINIX MKFS_MINIX DPKG DPKG_DEB MAN # + _disable MODPROBE_SMALL HUSH SHELL_HUSH RPM2CPIO # JUNKS + _disable RX CHAT LINUXRC RPM RUN_PARTS # + + _enable STATIC # enable static build + _enable FEATURE_MODUTILS_ALIAS FEATURE_MODUTILS_SYMBOLS # enable some kmod features + + # install nologin to /sbin + sed 's/BB_DIR_USR_SBIN/BB_DIR_SBIN/' -i util-linux/nologin.c + + # install diff to /bin + sed 's/BB_DIR_USR_BIN/BB_DIR_BIN/' -i editors/diff.c + + make + make CONFIG_PREFIX=$PKG install + mkdir -p $PKG/usr/share/busybox + cat .config > $PKG/usr/share/busybox/config + + ${CC:-cc} -o $PKG/bin/busybox-suidwrapper $SRC/busybox-suidwrapper.c + chmod u+s $PKG/bin/busybox-suidwrapper + + for i in $($PKG/bin/busybox-suidwrapper -l); do + [ -e /bin/$i ] && ln -svf busybox-suidwrapper $PKG/bin/$i + [ -e /usr/bin/$i ] && ln -svf ../../bin/busybox-suidwrapper $PKG/usr/bin/$i + done + + mkdir -p $PKG/etc + install -m644 $SRC/mdev.conf $PKG/etc/mdev.conf + + ${CC:-gcc} ${CFLAGS} $SRC/pause.c -o $PKG/usr/bin/pause + install -d $PKG/usr/share/man/man1 + install -m644 $SRC/pause.1 $PKG/usr/share/man/man1/pause.1 +} diff --git a/busybox/acpid.run b/busybox/acpid.run new file mode 100755 index 00000000..000f312e --- /dev/null +++ b/busybox/acpid.run @@ -0,0 +1,3 @@ +#!/bin/sh +exec acpid -f 2>&1 + diff --git a/busybox/adduser-no-setgid.patch b/busybox/adduser-no-setgid.patch new file mode 100644 index 00000000..613c2adb --- /dev/null +++ b/busybox/adduser-no-setgid.patch @@ -0,0 +1,12 @@ +diff --git a/loginutils/adduser.c b/loginutils/adduser.c +index 850c810..68db3cb 100644 +--- a/loginutils/adduser.c ++++ b/loginutils/adduser.c +@@ -299,7 +299,6 @@ int adduser_main(int argc UNUSED_PARAM, char **argv) + } + if ((mkdir_err != 0 && errno != EEXIST) + || chown(pw.pw_dir, pw.pw_uid, pw.pw_gid) != 0 +- || chmod(pw.pw_dir, 02755) != 0 /* set setgid bit on homedir */ + ) { + bb_simple_perror_msg(pw.pw_dir); + } diff --git a/busybox/busybox-suidwrapper.c b/busybox/busybox-suidwrapper.c new file mode 100644 index 00000000..e1f91069 --- /dev/null +++ b/busybox/busybox-suidwrapper.c @@ -0,0 +1,57 @@ +#include +#include +#include +#include +#include + +int main(int argc, char **argv) +{ + const char * cmds[] = { + "su", + "ping", + "ping6", + "traceroute", + "passwd", + "login", + "vlock", + "wall" + }; + + const char * baseexec = basename(argv[0]); + + if (!strcmp("busybox-suidwrapper", baseexec)) + { + if (argc > 1 && !strcmp("-l", argv[1])){ + for (int i = 0; i < sizeof(cmds) / sizeof(cmds[0]); ++i) + { + printf("%s ", cmds[i]); + } + printf("\n"); + } else { + printf("busybox SUID wrapper\n\nSupported commands:\n"); + printf("Usage:\n -l\tList available SUID commands\n"); + if (argc > 1) return 1; + } + return 0; + } + + for (int i = 0; i < sizeof(cmds) / sizeof(cmds[0]); ++i) + { + if (!strcmp(cmds[i], baseexec)) + { + char **newargv = malloc(sizeof(char *) * (argc + 2)); + newargv[0] = "/bin/busybox"; + newargv[1] = (char *)baseexec; + for (int i = 1; i < argc; i++) + newargv[i + 1] = argv[i]; + newargv[argc + 1] = NULL; + + int ret = execv("/bin/busybox", newargv); + free(newargv); + perror(argv[0]); + return ret; + } + } + fprintf(stderr, "%s","error: command not in suid whitelist!\n"); + return 1; +} diff --git a/busybox/crond.run b/busybox/crond.run new file mode 100755 index 00000000..aac79c16 --- /dev/null +++ b/busybox/crond.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec crond -f -d8 2>&1 diff --git a/busybox/fsck-resolve-uuid.patch b/busybox/fsck-resolve-uuid.patch new file mode 100644 index 00000000..fd2503e7 --- /dev/null +++ b/busybox/fsck-resolve-uuid.patch @@ -0,0 +1,56 @@ +From 2e673aac06d661038001286fd389d1b45c511c66 Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Tue, 28 Nov 2017 13:23:17 +0100 +Subject: [PATCH] fsck: resolve LABEL=.../UUID=... spec to device + +--- + e2fsprogs/fsck.c | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c +index f5aa3dbe4..e2edc9747 100644 +--- a/e2fsprogs/fsck.c ++++ b/e2fsprogs/fsck.c +@@ -60,6 +60,7 @@ + //usage: "\n -t TYPE List of filesystem types to check" + + #include "libbb.h" ++#include "volume_id.h" + #include "common_bufsiz.h" + + /* "progress indicator" code is somewhat buggy and ext[23] specific. +@@ -524,12 +525,13 @@ static int wait_many(int flags) + * Execute a particular fsck program, and link it into the list of + * child processes we are waiting for. + */ +-static void execute(const char *type, const char *device, ++static void execute(const char *type, const char *spec, + const char *mntpt /*, int interactive */) + { + int i; + struct fsck_instance *inst; + pid_t pid; ++ char *device = (char *)spec; + + G.args[0] = xasprintf("fsck.%s", type); + +@@ -544,7 +546,8 @@ static void execute(const char *type, const char *device, + } + #endif + +- G.args[G.num_args - 2] = (char*)device; ++ resolve_mount_spec(&device); ++ G.args[G.num_args - 2] = device; + /* G.args[G.num_args - 1] = NULL; - already is */ + + if (G.verbose || G.noexecute) { +@@ -973,9 +976,6 @@ int fsck_main(int argc UNUSED_PARAM, char **argv) + + /* "/dev/blk" or "/path" or "UUID=xxx" or "LABEL=xxx" */ + if ((arg[0] == '/' && !opts_for_fsck) || strchr(arg, '=')) { +-// FIXME: must check that arg is a blkdev, or resolve +-// "/path", "UUID=xxx" or "LABEL=xxx" into block device name +-// ("UUID=xxx"/"LABEL=xxx" can probably shifted to fsck.auto duties) + devices = xrealloc_vector(devices, 2, num_devices); + devices[num_devices++] = arg; + continue; diff --git a/busybox/httpd.run b/busybox/httpd.run new file mode 100755 index 00000000..1a2bb998 --- /dev/null +++ b/busybox/httpd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec httpd -f 2>&1 diff --git a/busybox/inetd.run b/busybox/inetd.run new file mode 100755 index 00000000..7c902fc1 --- /dev/null +++ b/busybox/inetd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec inetd -f 2>&1 diff --git a/busybox/kernel-6.8-tca.patch b/busybox/kernel-6.8-tca.patch new file mode 100644 index 00000000..b040e7bf --- /dev/null +++ b/busybox/kernel-6.8-tca.patch @@ -0,0 +1,43 @@ +diff --git a/networking/tc.c b/networking/tc.c +index 3a79fd2..3020bfb 100644 +--- a/networking/tc.c ++++ b/networking/tc.c +@@ -231,6 +231,7 @@ static int cbq_parse_opt(int argc, char **argv, struct nlmsghdr *n) + return 0; + } + #endif ++#ifdef TCA_CBQ_MAX + static int cbq_print_opt(struct rtattr *opt) + { + struct rtattr *tb[TCA_CBQ_MAX+1]; +@@ -322,6 +323,7 @@ static int cbq_print_opt(struct rtattr *opt) + done: + return 0; + } ++#endif + + static FAST_FUNC int print_qdisc( + const struct sockaddr_nl *who UNUSED_PARAM, +@@ -372,8 +374,10 @@ static FAST_FUNC int print_qdisc( + int qqq = index_in_strings(_q_, name); + if (qqq == 0) { /* pfifo_fast aka prio */ + prio_print_opt(tb[TCA_OPTIONS]); ++#ifdef TCA_CBQ_MAX + } else if (qqq == 1) { /* class based queuing */ + cbq_print_opt(tb[TCA_OPTIONS]); ++#endif + } else { + /* don't know how to print options for this qdisc */ + printf("(options for %s)", name); +@@ -442,9 +446,11 @@ static FAST_FUNC int print_class( + int qqq = index_in_strings(_q_, name); + if (qqq == 0) { /* pfifo_fast aka prio */ + /* nothing. */ /*prio_print_opt(tb[TCA_OPTIONS]);*/ ++#ifdef TCA_CBQ_MAX + } else if (qqq == 1) { /* class based queuing */ + /* cbq_print_copt() is identical to cbq_print_opt(). */ + cbq_print_opt(tb[TCA_OPTIONS]); ++#endif + } else { + /* don't know how to print options for this class */ + printf("(options for %s)", name); diff --git a/busybox/klogd.run b/busybox/klogd.run new file mode 100755 index 00000000..3b20a375 --- /dev/null +++ b/busybox/klogd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec klogd -n 2>&1 diff --git a/busybox/mdev.conf b/busybox/mdev.conf new file mode 100644 index 00000000..2ea01809 --- /dev/null +++ b/busybox/mdev.conf @@ -0,0 +1,111 @@ +# mdev.conf based on https://github.com/slashbeast/mdev-like-a-boss +# mdev-like-a-boss + +# Syntax: +# [-]devicename_regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...] +# [-]$ENVVAR=regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...] +# [-]@maj,min[-min2] user:group mode [=path]|[>path]|[!] [@|$|*cmd args...] +# +# [-]: do not stop on this match, continue reading mdev.conf +# =: move, >: move and create a symlink +# !: do not create device node +# @|$|*: run cmd if $ACTION=remove, @cmd if $ACTION=add, *cmd in all cases + +# support module loading on hotplug +$MODALIAS=.* root:root 660 @modprobe -b "$MODALIAS" + +# null may already exist; therefore ownership has to be changed with command +null root:root 666 @chmod 666 $MDEV +zero root:root 666 +full root:root 666 +random root:root 444 +urandom root:root 444 +hwrandom root:root 444 +grsec root:root 660 + +# webcam +video[0-9] root:video 660 + +# Kernel-based Virtual Machine. +kvm root:kvm 660 + +# vhost-net, to be used with kvm. +vhost-net root:kvm 660 + +kmem root:root 640 +mem root:root 640 +port root:root 640 +# console may already exist; therefore ownership has to be changed with command +console root:tty 600 @chmod 600 $MDEV +ptmx root:tty 666 +pty.* root:tty 660 + +# Typical devices +tty root:tty 666 +tty[0-9]* root:tty 660 +vcsa*[0-9]* root:tty 660 +ttyS[0-9]* root:dialout 660 + +# block devices +ram([0-9]*) root:disk 660 >rd/%1 +loop([0-9]+) root:disk 660 >loop/%1 +sr[0-9]* root:cdrom 660 @ln -sf $MDEV cdrom +fd[0-9]* root:floppy 660 + +net/tun[0-9]* root:kvm 660 +net/tap[0-9]* root:root 600 + +# alsa sound devices and audio stuff +pcm.* root:audio 0660 =snd/ +control.* root:audio 0660 =snd/ +midi.* root:audio 0660 =snd/ +seq root:audio 0660 =snd/ +timer root:audio 0660 =snd/ + +adsp root:audio 660 >sound/ +audio root:audio 660 >sound/ +dsp root:audio 660 >sound/ +mixer root:audio 660 >sound/ +sequencer.* root:audio 660 >sound/ +snd/.* root:audio 660 + +# raid controllers +cciss!(.*) root:disk 660 =cciss/%1 +ida!(.*) root:disk 660 =ida/%1 +rd!(.*) root:disk 660 =rd/%1 + +fuse root:root 666 + +card[0-9] root:video 660 =dri/ + +agpgart root:root 660 >misc/ +psaux root:root 660 >misc/ +rtc root:root 664 >misc/ + +# input stuff +SUBSYSTEM=input;.* root:input 660 + +# v4l stuff +vbi[0-9] root:video 660 >v4l/ +video[0-9] root:video 660 >v4l/ + +# dvb stuff +dvb.* root:video 660 + +# drm etc +dri/.* root:video 660 + +# Don't create old usbdev* devices. +usbdev[0-9].[0-9]* root:root 660 ! + +# Stop creating x:x:x:x which looks like /dev/dm-* +[0-9]+\:[0-9]+\:[0-9]+\:[0-9]+ root:root 660 ! + +# /dev/cpu support. +microcode root:root 600 =cpu/ +cpu([0-9]+) root:root 600 =cpu/%1/cpuid +msr([0-9]+) root:root 600 =cpu/%1/msr + +# libudev-zero hotplug. +SUBSYSTEM=drm;.* root:video 660 *libudev-zero-helper +SUBSYSTEM=input;.* root:input 660 *libudev-zero-helper diff --git a/busybox/mdev.run b/busybox/mdev.run new file mode 100755 index 00000000..af9a3abf --- /dev/null +++ b/busybox/mdev.run @@ -0,0 +1,3 @@ +#!/bin/sh +printf '\n' 2>/dev/null > /proc/sys/kernel/hotplug +exec mdev -df 2>&1 diff --git a/busybox/modprobe-kernel-version.patch b/busybox/modprobe-kernel-version.patch new file mode 100644 index 00000000..2d4274ad --- /dev/null +++ b/busybox/modprobe-kernel-version.patch @@ -0,0 +1,71 @@ +diff --git a/modutils/modprobe.c b/modutils/modprobe.c +index 0a372a049..ecb29a8fd 100644 +--- a/modutils/modprobe.c ++++ b/modutils/modprobe.c +@@ -111,7 +111,7 @@ + //usage: " from the command line\n" + //usage: + //usage:#define modprobe_trivial_usage +-//usage: "[-alrqvsD" IF_FEATURE_MODPROBE_BLACKLIST("b") "]" ++//usage: "[-alrqvsD" IF_FEATURE_MODPROBE_BLACKLIST("b") "]" " [-S VERSION]" + //usage: " MODULE" IF_FEATURE_CMDLINE_MODULE_OPTIONS(" [SYMBOL=VALUE]...") + //usage:#define modprobe_full_usage "\n\n" + //usage: " -a Load multiple MODULEs" +@@ -121,6 +121,7 @@ + //usage: "\n -v Verbose" + //usage: "\n -s Log to syslog" + //usage: "\n -D Show dependencies" ++//usage: "\n -S Set kernel version" + //usage: IF_FEATURE_MODPROBE_BLACKLIST( + //usage: "\n -b Apply blacklist to module names too" + //usage: ) +@@ -131,7 +132,7 @@ + * Note2: -b is always accepted, but if !FEATURE_MODPROBE_BLACKLIST, + * it is a no-op. + */ +-#define MODPROBE_OPTS "alrDb" ++#define MODPROBE_OPTS "alrDS:b" + /* -a and -D _are_ in fact compatible */ + #define MODPROBE_COMPLEMENTARY "q-v:v-q:l--arD:r--alD:a--lr:D--rl" + //#define MODPROBE_OPTS "acd:lnrt:C:b" +@@ -147,7 +148,8 @@ enum { + //OPT_VERONLY = (INSMOD_OPT_UNUSED << x), /* V */ + //OPT_CONFIGFILE = (INSMOD_OPT_UNUSED << x), /* C */ + OPT_SHOW_DEPS = (INSMOD_OPT_UNUSED << 3), /* D */ +- OPT_BLACKLIST = (INSMOD_OPT_UNUSED << 4) * ENABLE_FEATURE_MODPROBE_BLACKLIST, ++ OPT_KERNEL = (INSMOD_OPT_UNUSED << 4), /* S */ ++ OPT_BLACKLIST = (INSMOD_OPT_UNUSED << 5) * ENABLE_FEATURE_MODPROBE_BLACKLIST, + }; + #if ENABLE_LONG_OPTS + static const char modprobe_longopts[] ALIGN1 = +@@ -560,6 +562,7 @@ int modprobe_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; + int modprobe_main(int argc UNUSED_PARAM, char **argv) + { + int rc; ++ char *kernel; + unsigned opt; + struct module_entry *me; + +@@ -567,13 +570,20 @@ int modprobe_main(int argc UNUSED_PARAM, char **argv) + + opt = getopt32long(argv, "^" INSMOD_OPTS MODPROBE_OPTS "\0" MODPROBE_COMPLEMENTARY, + modprobe_longopts +- INSMOD_ARGS ++ INSMOD_ARGS, ++ &kernel + ); + argv += optind; + ++ /* Set user specified kernel version */ ++ if (opt & OPT_KERNEL) { ++ safe_strncpy(G.uts.release, kernel, sizeof(G.uts.release)); ++ } else { ++ uname(&G.uts); ++ } ++ + /* Goto modules location */ + xchdir(CONFIG_DEFAULT_MODULES_DIR); +- uname(&G.uts); + xchdir(G.uts.release); + + if (opt & OPT_LIST_ONLY) { \ No newline at end of file diff --git a/busybox/ntpd.run b/busybox/ntpd.run new file mode 100755 index 00000000..34d2ab20 --- /dev/null +++ b/busybox/ntpd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec ntpd -n 2>&1 diff --git a/busybox/pause.1 b/busybox/pause.1 new file mode 100644 index 00000000..1e56f20a --- /dev/null +++ b/busybox/pause.1 @@ -0,0 +1,39 @@ +.Dd September 27, 2012 +.Dt PAUSE 1 +.Os Linux +.Sh NAME +.Nm pause +.Nd don't exit, efficiently +.Sh SYNOPSIS +.Nm pause +.Sh DESCRIPTION +.Nm pause +waits to be terminated by a signal. +It can be used when service supervision is used but there is no +long-running program to supervise. +.Nm pause +uses minimal system resources. +.Sh EXAMPLES +Setting up a static IP address with +.Xr plugsv 8 . +.Pp +.Pa /etc/netsv/eth0/run : +.Bd -literal -offset indent +#!/bin/sh +ip link set eth0 up +ip addr add 192.0.2.1/24 dev eth0 +exec pause +.Ed +.Pp +.Pa /etc/netsv/eth0/finish : +.Bd -literal -offset indent +#!/bin/sh +ip addr del 192.0.2.1/24 dev eth0 +ip link set eth0 down +.Ed +.Sh SEE ALSO +.Xr sleep 1 , +.Xr pause 2 +.Sh AUTHOR +.An Leah Neukirchen , +.Mt leah@vuxu.org . diff --git a/busybox/pause.c b/busybox/pause.c new file mode 100644 index 00000000..4825df6b --- /dev/null +++ b/busybox/pause.c @@ -0,0 +1,20 @@ +#include +#include + +static void +nop(int sig) +{ +} + +int +main() +{ + signal(SIGTERM, nop); + signal(SIGINT, nop); + signal(SIGHUP, SIG_IGN); + + pause(); + + return 0; +} + diff --git a/busybox/print-unicode.patch b/busybox/print-unicode.patch new file mode 100644 index 00000000..178fb938 --- /dev/null +++ b/busybox/print-unicode.patch @@ -0,0 +1,22 @@ +diff --git a/libbb/printable_string.c b/libbb/printable_string.c +index a814fd0..f4c7b00 100644 +--- a/libbb/printable_string.c ++++ b/libbb/printable_string.c +@@ -28,8 +28,6 @@ const char* FAST_FUNC printable_string2(uni_stat_t *stats, const char *str) + } + if (c < ' ') + break; +- if (c >= 0x7f) +- break; + s++; + } + +@@ -42,7 +40,7 @@ const char* FAST_FUNC printable_string2(uni_stat_t *stats, const char *str) + unsigned char c = *d; + if (c == '\0') + break; +- if (c < ' ' || c >= 0x7f) ++ if (c < ' ') + *d = '?'; + d++; + } diff --git a/busybox/syslogd.run b/busybox/syslogd.run new file mode 100755 index 00000000..65a7b972 --- /dev/null +++ b/busybox/syslogd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec syslogd -s -m0 2>&1 diff --git a/busybox/tty1.run b/busybox/tty1.run new file mode 100755 index 00000000..284385d5 --- /dev/null +++ b/busybox/tty1.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec getty -L 38400 tty1 linux diff --git a/busybox/tty2.run b/busybox/tty2.run new file mode 100755 index 00000000..2e49f8db --- /dev/null +++ b/busybox/tty2.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec getty -L 38400 tty2 linux diff --git a/busybox/tty3.run b/busybox/tty3.run new file mode 100755 index 00000000..ce2a32a0 --- /dev/null +++ b/busybox/tty3.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec getty -L 38400 tty3 linux diff --git a/busybox/tty4.run b/busybox/tty4.run new file mode 100755 index 00000000..65a9beb3 --- /dev/null +++ b/busybox/tty4.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec getty -L 38400 tty4 linux diff --git a/busybox/tty5.run b/busybox/tty5.run new file mode 100755 index 00000000..7f91eb13 --- /dev/null +++ b/busybox/tty5.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec getty -L 38400 tty5 linux diff --git a/busybox/ttyS0.run b/busybox/ttyS0.run new file mode 100755 index 00000000..e4aadabe --- /dev/null +++ b/busybox/ttyS0.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec getty -L 38400 ttyS0 vt100 diff --git a/bzip2/.checksum b/bzip2/.checksum new file mode 100644 index 00000000..17aca4f1 --- /dev/null +++ b/bzip2/.checksum @@ -0,0 +1 @@ +97af3f520629c65fe41292f77e6ca798fe594d7987bfb2aebe7c6fcdc7ab5ed2 bzip2-1.0.8.tar.gz diff --git a/bzip2/.files b/bzip2/.files new file mode 100644 index 00000000..60147284 --- /dev/null +++ b/bzip2/.files @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/bunzip2 -> bzip2 +lrwxrwxrwx root/root usr/bin/bzcat -> bzip2 +lrwxrwxrwx root/root usr/bin/bzcmp -> bzdiff +-rwxr-xr-x root/root usr/bin/bzdiff +lrwxrwxrwx root/root usr/bin/bzegrep -> bzgrep +lrwxrwxrwx root/root usr/bin/bzfgrep -> bzgrep +-rwxr-xr-x root/root usr/bin/bzgrep +-rwxr-xr-x root/root usr/bin/bzip2 +-rwxr-xr-x root/root usr/bin/bzip2recover +lrwxrwxrwx root/root usr/bin/bzless -> bzmore +-rwxr-xr-x root/root usr/bin/bzmore +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/bzlib.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libbz2.so -> libbz2.so.1.0.8 +lrwxrwxrwx root/root usr/lib/libbz2.so.1.0 -> libbz2.so.1.0.8 +-rwxr-xr-x root/root usr/lib/libbz2.so.1.0.8 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bzcmp.1.gz +-rw-r--r-- root/root usr/share/man/man1/bzdiff.1.gz +-rw-r--r-- root/root usr/share/man/man1/bzegrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/bzfgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/bzgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/bzip2.1.gz +-rw-r--r-- root/root usr/share/man/man1/bzless.1.gz +-rw-r--r-- root/root usr/share/man/man1/bzmore.1.gz diff --git a/bzip2/abuild b/bzip2/abuild new file mode 100644 index 00000000..1f523e04 --- /dev/null +++ b/bzip2/abuild @@ -0,0 +1,28 @@ +name=bzip2 +version=1.0.8 +release=1 +source="https://www.sourceware.org/pub/$name/$name-$version.tar.gz" + +build() { + sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile + sed -i "s@(PREFIX)/man@(PREFIX)/share/man@g" Makefile + + [ "${CFLAGS}" ] && sed -i "s|-O2|${CFLAGS}|g" Makefile + [ "${CFLAGS}" ] && sed -i "s|-O2|${CFLAGS}|g" Makefile-libbz2_so + + make -f Makefile-libbz2_so + mkdir -p $PKG/usr/lib + install libbz2.so.$version $PKG/usr/lib + ln -s libbz2.so.$version $PKG/usr/lib/libbz2.so + ln -s libbz2.so.$version $PKG/usr/lib/libbz2.so.1.0 + + make clean + make + make PREFIX=$PKG/usr install + + cp -v bzip2-shared $PKG/usr/bin/bzip2 + ln -sf bzip2 $PKG/usr/bin/bzcat + ln -sf bzip2 $PKG/usr/bin/bunzip2 + + install -Dm 0644 bzlib.h $PKG/usr/include/bzlib.h +} diff --git a/ca-certificates/.checksum b/ca-certificates/.checksum new file mode 100644 index 00000000..a28ebff0 --- /dev/null +++ b/ca-certificates/.checksum @@ -0,0 +1 @@ +5b2f4186acbf99473c64cb0023d243d927538df0a744d464e549794602a8aa91 cacert-2025-02-25.pem diff --git a/ca-certificates/.files b/ca-certificates/.files new file mode 100644 index 00000000..acbbd264 --- /dev/null +++ b/ca-certificates/.files @@ -0,0 +1,6 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ssl/ +lrwxrwxrwx root/root etc/ssl/ca-bundle.crt -> cert.pem +-rw-r--r-- root/root etc/ssl/cert.pem.new +drwxr-xr-x root/root etc/ssl/certs/ +lrwxrwxrwx root/root etc/ssl/certs/ca-certificates.crt -> ../cert.pem diff --git a/ca-certificates/abuild b/ca-certificates/abuild new file mode 100644 index 00000000..6dad6637 --- /dev/null +++ b/ca-certificates/abuild @@ -0,0 +1,13 @@ +name=ca-certificates +version=20250225 +_noyear=${version#????} +export _version=${version%????}-${_noyear%??}-${version#??????} +release=1 +source="https://curl.se/ca/cacert-$_version.pem" + +build() { + install -Dm644 $SRC/cacert-$_version.pem $PKG/etc/ssl/cert.pem + install -d $PKG/etc/ssl/certs + ln -s ../cert.pem $PKG/etc/ssl/certs/ca-certificates.crt + ln -s cert.pem $PKG/etc/ssl/ca-bundle.crt +} diff --git a/ca-certificates/outdated b/ca-certificates/outdated new file mode 100644 index 00000000..79f2d38a --- /dev/null +++ b/ca-certificates/outdated @@ -0,0 +1,3 @@ +newver() { + newver=$(echo $newver | sed 's/\.//g') +} diff --git a/curl/.checksum b/curl/.checksum new file mode 100644 index 00000000..dcb0d979 --- /dev/null +++ b/curl/.checksum @@ -0,0 +1 @@ +827d0b311dee85fcb2224bc3c7bce5f856e6968adb903852076389021bb5b3f8 curl-8.13.0.tar.xz diff --git a/curl/.files b/curl/.files new file mode 100644 index 00000000..ee6e2c89 --- /dev/null +++ b/curl/.files @@ -0,0 +1,538 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/curl +-rwxr-xr-x root/root usr/bin/curl-config +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/curl/ +-rw-r--r-- root/root usr/include/curl/curl.h +-rw-r--r-- root/root usr/include/curl/curlver.h +-rw-r--r-- root/root usr/include/curl/easy.h +-rw-r--r-- root/root usr/include/curl/header.h +-rw-r--r-- root/root usr/include/curl/mprintf.h +-rw-r--r-- root/root usr/include/curl/multi.h +-rw-r--r-- root/root usr/include/curl/options.h +-rw-r--r-- root/root usr/include/curl/stdcheaders.h +-rw-r--r-- root/root usr/include/curl/system.h +-rw-r--r-- root/root usr/include/curl/typecheck-gcc.h +-rw-r--r-- root/root usr/include/curl/urlapi.h +-rw-r--r-- root/root usr/include/curl/websockets.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libcurl.so -> libcurl.so.4.8.0 +lrwxrwxrwx root/root usr/lib/libcurl.so.4 -> libcurl.so.4.8.0 +-rwxr-xr-x root/root usr/lib/libcurl.so.4.8.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libcurl.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/libcurl.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/curl-config.1.gz +-rw-r--r-- root/root usr/share/man/man1/curl.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_ACTIVESOCKET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_APPCONNECT_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_APPCONNECT_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CAINFO.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CAPATH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CERTINFO.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONDITION_UNMET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONNECT_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONNECT_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONN_ID.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONTENT_LENGTH_UPLOAD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_CONTENT_TYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_COOKIELIST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_EARLYDATA_SENT_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_EFFECTIVE_METHOD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_EFFECTIVE_URL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_FILETIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_FILETIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_FTP_ENTRY_PATH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_HEADER_SIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_HTTPAUTH_AVAIL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_HTTPAUTH_USED.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_HTTP_CONNECTCODE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_HTTP_VERSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_LASTSOCKET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_LOCAL_IP.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_LOCAL_PORT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_NAMELOOKUP_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_NAMELOOKUP_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_NUM_CONNECTS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_OS_ERRNO.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_POSTTRANSFER_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PRETRANSFER_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PRETRANSFER_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PRIMARY_IP.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PRIMARY_PORT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PRIVATE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PROTOCOL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PROXYAUTH_AVAIL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PROXYAUTH_USED.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PROXY_ERROR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_PROXY_SSL_VERIFYRESULT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_QUEUE_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REDIRECT_COUNT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REDIRECT_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REDIRECT_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REDIRECT_URL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REFERER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REQUEST_SIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RESPONSE_CODE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RETRY_AFTER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RTSP_CLIENT_CSEQ.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RTSP_CSEQ_RECV.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RTSP_SERVER_CSEQ.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RTSP_SESSION_ID.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SCHEME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SIZE_DOWNLOAD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SIZE_DOWNLOAD_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SIZE_UPLOAD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SIZE_UPLOAD_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SPEED_DOWNLOAD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SPEED_DOWNLOAD_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SPEED_UPLOAD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SPEED_UPLOAD_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SSL_ENGINES.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_SSL_VERIFYRESULT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_STARTTRANSFER_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_STARTTRANSFER_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_TLS_SESSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_TLS_SSL_PTR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_TOTAL_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_TOTAL_TIME_T.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_USED_PROXY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLINFO_XFER_ID.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAXCONNECTS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAX_CONCURRENT_STREAMS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAX_HOST_CONNECTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAX_PIPELINE_LENGTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PIPELINING.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PIPELINING_SERVER_BL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PIPELINING_SITE_BL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PUSHDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_PUSHFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_SOCKETDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_SOCKETFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_TIMERDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLMOPT_TIMERFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ABSTRACT_UNIX_SOCKET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ACCEPT_ENCODING.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ADDRESS_SCOPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ALTSVC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ALTSVC_CTRL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_APPEND.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_AUTOREFERER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_AWS_SIGV4.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_BUFFERSIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CAINFO.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CAINFO_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CAPATH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CA_CACHE_TIMEOUT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CERTINFO.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CHUNK_BGN_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CHUNK_DATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CHUNK_END_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CLOSESOCKETDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CLOSESOCKETFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CONNECTTIMEOUT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CONNECTTIMEOUT_MS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CONNECT_ONLY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CONNECT_TO.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CONV_FROM_UTF8_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CONV_TO_NETWORK_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_COOKIE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_COOKIEFILE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_COOKIEJAR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_COOKIELIST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_COOKIESESSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_COPYPOSTFIELDS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CRLF.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CRLFILE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CURLU.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_CUSTOMREQUEST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DEBUGDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DEBUGFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DEFAULT_PROTOCOL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DIRLISTONLY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DISALLOW_USERNAME_IN_URL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DNS_CACHE_TIMEOUT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DNS_INTERFACE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DNS_LOCAL_IP4.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DNS_LOCAL_IP6.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DNS_SERVERS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DNS_SHUFFLE_ADDRESSES.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DNS_USE_GLOBAL_CACHE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYHOST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYPEER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYSTATUS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_DOH_URL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ECH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_EGDSOCKET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ERRORBUFFER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_EXPECT_100_TIMEOUT_MS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FAILONERROR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FILETIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FNMATCH_DATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FNMATCH_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FOLLOWLOCATION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FORBID_REUSE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FRESH_CONNECT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTPPORT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTPSSLAUTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_ACCOUNT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_ALTERNATIVE_TO_USER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_FILEMETHOD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_SKIP_PASV_IP.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_SSL_CCC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_USE_EPRT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_USE_EPSV.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_FTP_USE_PRET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_GSSAPI_DELEGATION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HAPROXYPROTOCOL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HAPROXY_CLIENT_IP.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HEADER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HEADERDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HEADERFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HEADEROPT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HSTS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HSTSREADDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HSTSREADFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HSTSWRITEDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HSTSWRITEFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HSTS_CTRL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTP09_ALLOWED.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTP200ALIASES.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTPAUTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTPGET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTPHEADER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTPPOST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTPPROXYTUNNEL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTP_CONTENT_DECODING.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTP_TRANSFER_DECODING.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_HTTP_VERSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_IGNORE_CONTENT_LENGTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_INFILESIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_INFILESIZE_LARGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_INTERFACE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_INTERLEAVEDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_INTERLEAVEFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_IOCTLDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_IOCTLFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_IPRESOLVE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ISSUERCERT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_ISSUERCERT_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_KEEP_SENDING_ON_ERROR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_KEYPASSWD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_KRBLEVEL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_LOCALPORT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_LOCALPORTRANGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_LOGIN_OPTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_LOW_SPEED_LIMIT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_LOW_SPEED_TIME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_AUTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_FROM.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_RCPT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_RCPT_ALLOWFAILS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXAGE_CONN.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXCONNECTS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXFILESIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXFILESIZE_LARGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXLIFETIME_CONN.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXREDIRS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MIMEPOST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MIME_OPTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NETRC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NETRC_FILE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NEW_FILE_PERMS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NOBODY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NOPROGRESS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NOPROXY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_NOSIGNAL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_OPENSOCKETDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_OPENSOCKETFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PASSWORD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PATH_AS_IS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PINNEDPUBLICKEY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PIPEWAIT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PORT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_POST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_POSTFIELDS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_POSTFIELDSIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_POSTFIELDSIZE_LARGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_POSTQUOTE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_POSTREDIR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PREQUOTE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PREREQDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PREREQFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PRE_PROXY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PRIVATE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROGRESSDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROGRESSFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROTOCOLS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROTOCOLS_STR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXYAUTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXYHEADER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXYPASSWORD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXYPORT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXYTYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXYUSERNAME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXYUSERPWD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_CAINFO.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_CAINFO_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_CAPATH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_CRLFILE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_ISSUERCERT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_ISSUERCERT_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_KEYPASSWD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_PINNEDPUBLICKEY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SERVICE_NAME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSLCERT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSLCERTTYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSLCERT_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSLKEY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSLKEYTYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSLKEY_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSLVERSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSL_CIPHER_LIST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSL_OPTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYHOST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYPEER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_TLS13_CIPHERS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_PASSWORD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_TYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_USERNAME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PROXY_TRANSFER_MODE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_PUT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_QUICK_EXIT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_QUOTE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RANDOM_FILE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RANGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_READDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_READFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_REDIR_PROTOCOLS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_REDIR_PROTOCOLS_STR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_REFERER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_REQUEST_TARGET.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RESOLVE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RESOLVER_START_DATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RESOLVER_START_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RESUME_FROM.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RESUME_FROM_LARGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_CLIENT_CSEQ.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_REQUEST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_SERVER_CSEQ.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_SESSION_ID.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_STREAM_URI.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_TRANSPORT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SASL_AUTHZID.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SASL_IR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SEEKDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SEEKFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SERVER_RESPONSE_TIMEOUT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SERVICE_NAME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SHARE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SOCKOPTDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SOCKOPTFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SOCKS5_AUTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_AUTH_TYPES.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_COMPRESSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_HOSTKEYDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_HOSTKEYFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_KEYDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_KEYFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_KNOWNHOSTS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_PRIVATE_KEYFILE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSH_PUBLIC_KEYFILE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLCERT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLCERTTYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLCERT_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLENGINE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLENGINE_DEFAULT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLKEY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLKEYTYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLKEY_BLOB.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSLVERSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_CIPHER_LIST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_CTX_DATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_CTX_FUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_EC_CURVES.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_ENABLE_ALPN.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_ENABLE_NPN.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_FALSESTART.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_OPTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_SESSIONID_CACHE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_VERIFYHOST.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_VERIFYPEER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SSL_VERIFYSTATUS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_STDERR.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_STREAM_DEPENDS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_STREAM_DEPENDS_E.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_STREAM_WEIGHT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SUPPRESS_CONNECT_HEADERS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_FASTOPEN.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPALIVE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPCNT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPIDLE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_KEEPINTVL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TCP_NODELAY.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TELNETOPTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TFTP_BLKSIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TFTP_NO_OPTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TIMECONDITION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TIMEOUT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TIMEOUT_MS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TIMEVALUE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TIMEVALUE_LARGE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TLS13_CIPHERS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TLSAUTH_PASSWORD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TLSAUTH_TYPE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TLSAUTH_USERNAME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TRAILERDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TRAILERFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TRANSFERTEXT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_TRANSFER_ENCODING.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_UNIX_SOCKET_PATH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_UNRESTRICTED_AUTH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_UPKEEP_INTERVAL_MS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_UPLOAD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_UPLOAD_BUFFERSIZE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_UPLOAD_FLAGS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_URL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_USERAGENT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_USERNAME.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_USERPWD.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_USE_SSL.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_VERBOSE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_WILDCARDMATCH.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_WRITEDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_WRITEFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_WS_OPTIONS.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_XFERINFODATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_XFERINFOFUNCTION.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_XOAUTH2_BEARER.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_LOCKFUNC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_SHARE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_UNLOCKFUNC.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_UNSHARE.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLSHOPT_USERDATA.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_cleanup.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_duphandle.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_escape.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_getinfo.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_header.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_nextheader.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_option_by_id.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_option_by_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_option_next.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_pause.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_perform.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_recv.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_reset.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_send.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_setopt.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_ssls_export.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_ssls_import.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_strerror.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_unescape.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_easy_upkeep.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_escape.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_formadd.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_formfree.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_formget.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_getdate.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_getenv.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_global_cleanup.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_global_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_global_init_mem.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_global_sslset.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_global_trace.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_addpart.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_data_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_encoder.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_filedata.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_filename.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_headers.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_subparts.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mime_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_mprintf.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_add_handle.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_assign.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_cleanup.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_fdset.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_get_handles.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_info_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_perform.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_poll.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_remove_handle.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_setopt.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_socket.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_socket_action.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_socket_all.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_strerror.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_timeout.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_wait.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_waitfds.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_multi_wakeup.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_pushheader_byname.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_pushheader_bynum.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_share_cleanup.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_share_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_share_setopt.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_share_strerror.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_slist_append.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_slist_free_all.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_strequal.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_strnequal.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_unescape.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_url.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_url_cleanup.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_url_dup.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_url_get.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_url_set.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_url_strerror.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_version_info.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_ws_meta.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_ws_recv.3.gz +-rw-r--r-- root/root usr/share/man/man3/curl_ws_send.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-easy.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-env-dbg.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-env.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-errors.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-multi.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-security.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-share.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-symbols.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-thread.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-tutorial.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-url.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl-ws.3.gz +-rw-r--r-- root/root usr/share/man/man3/libcurl.3.gz diff --git a/curl/abuild b/curl/abuild new file mode 100644 index 00000000..6853392e --- /dev/null +++ b/curl/abuild @@ -0,0 +1,41 @@ +name=curl +version=8.13.0 +release=1 +source="https://$name.se/download/$name-$version.tar.xz" +build_opt=" + --with-openssl + --enable-threaded-resolver + --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt + --without-brotli + --without-libidn2 + --without-libpsl + --without-librtmp + --without-nghttp2 + --without-zstd + --disable-manual" + +build() { + mkdir bin + echo "#!/bin/sh + /bin/true + " > bin/perl + chmod +x bin/perl + export PATH=$PWD/bin:$PATH + + ./configure \ + --prefix=/usr \ + --with-openssl \ + --enable-threaded-resolver \ + --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \ + --without-brotli \ + --without-libidn2 \ + --without-libpsl \ + --without-librtmp \ + --without-nghttp2 \ + --without-zstd \ + --disable-ldap \ + --disable-manual \ + --disable-ares + make + make install +} diff --git a/file/.checksum b/file/.checksum new file mode 100644 index 00000000..855507cd --- /dev/null +++ b/file/.checksum @@ -0,0 +1 @@ +b90f74a21efef2d49572add801a2dd450c61e886f9d56af76f9dcb656268edbc file-5.46.tar.gz diff --git a/file/.files b/file/.files new file mode 100644 index 00000000..5c381617 --- /dev/null +++ b/file/.files @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/file +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/magic.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libmagic.so -> libmagic.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libmagic.so.1 -> libmagic.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libmagic.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmagic.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/file.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libmagic.3.gz +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/magic.4.gz +drwxr-xr-x root/root usr/share/man/man5/ +drwxr-xr-x root/root usr/share/misc/ +-rw-r--r-- root/root usr/share/misc/magic.mgc diff --git a/file/abuild b/file/abuild new file mode 100644 index 00000000..9361e1a9 --- /dev/null +++ b/file/abuild @@ -0,0 +1,5 @@ +name=file +version=5.46 +release=1 +source="https://astron.com/pub/$name/$name-$version.tar.gz" +build_opt="--disable-zstdlib" diff --git a/git/.checksum b/git/.checksum new file mode 100644 index 00000000..eaf3c8f0 --- /dev/null +++ b/git/.checksum @@ -0,0 +1 @@ +4106ba1248ddd8be82702827ac4b003600b9b985751e92c6942c62768873c213 git-2.49.0.tar.xz diff --git a/git/.files b/git/.files new file mode 100644 index 00000000..23386d79 --- /dev/null +++ b/git/.files @@ -0,0 +1,229 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/git +-rwxr-xr-x root/root usr/bin/git-cvsserver +lrwxrwxrwx root/root usr/bin/git-receive-pack -> git +-rwxr-xr-x root/root usr/bin/git-shell +lrwxrwxrwx root/root usr/bin/git-upload-archive -> git +lrwxrwxrwx root/root usr/bin/git-upload-pack -> git +-rwxr-xr-x root/root usr/bin/scalar +drwxr-xr-x root/root usr/libexec/ +drwxr-xr-x root/root usr/libexec/git-core/ +-rwxr-xr-x root/root usr/libexec/git-core/git +lrwxrwxrwx root/root usr/libexec/git-core/git-add -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-am -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-annotate -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-apply -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-archimport +lrwxrwxrwx root/root usr/libexec/git-core/git-archive -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-backfill -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-bisect -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-blame -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-branch -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-bugreport -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-bundle -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-cat-file -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-check-attr -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-check-ignore -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-check-mailmap -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-check-ref-format -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-checkout -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-checkout--worker -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-checkout-index -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-cherry -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-cherry-pick -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-clean -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-clone -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-column -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-commit -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-commit-graph -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-commit-tree -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-config -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-count-objects -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-credential -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-credential-cache -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-credential-cache--daemon -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-credential-store -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-cvsexportcommit +-rwxr-xr-x root/root usr/libexec/git-core/git-cvsimport +-rwxr-xr-x root/root usr/libexec/git-core/git-cvsserver +-rwxr-xr-x root/root usr/libexec/git-core/git-daemon +lrwxrwxrwx root/root usr/libexec/git-core/git-describe -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-diagnose -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-diff -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-diff-files -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-diff-index -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-diff-tree -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-difftool -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-difftool--helper +lrwxrwxrwx root/root usr/libexec/git-core/git-fast-export -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-fast-import -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-fetch -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-fetch-pack -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-filter-branch +lrwxrwxrwx root/root usr/libexec/git-core/git-fmt-merge-msg -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-for-each-ref -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-for-each-repo -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-format-patch -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-fsck -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-fsck-objects -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-fsmonitor--daemon -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-gc -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-get-tar-commit-id -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-grep -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-hash-object -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-help -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-hook -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-http-backend +-rwxr-xr-x root/root usr/libexec/git-core/git-http-fetch +-rwxr-xr-x root/root usr/libexec/git-core/git-imap-send +lrwxrwxrwx root/root usr/libexec/git-core/git-index-pack -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-init -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-init-db -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-instaweb +lrwxrwxrwx root/root usr/libexec/git-core/git-interpret-trailers -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-log -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-ls-files -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-ls-remote -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-ls-tree -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-mailinfo -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-mailsplit -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-maintenance -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-merge -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-merge-base -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-merge-file -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-merge-index -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-merge-octopus +-rwxr-xr-x root/root usr/libexec/git-core/git-merge-one-file +lrwxrwxrwx root/root usr/libexec/git-core/git-merge-ours -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-merge-recursive -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-merge-resolve +lrwxrwxrwx root/root usr/libexec/git-core/git-merge-subtree -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-merge-tree -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-mergetool +-rw-r--r-- root/root usr/libexec/git-core/git-mergetool--lib +lrwxrwxrwx root/root usr/libexec/git-core/git-mktag -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-mktree -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-multi-pack-index -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-mv -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-name-rev -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-notes -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-p4 +lrwxrwxrwx root/root usr/libexec/git-core/git-pack-objects -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-pack-redundant -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-pack-refs -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-patch-id -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-prune -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-prune-packed -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-pull -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-push -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-quiltimport +lrwxrwxrwx root/root usr/libexec/git-core/git-range-diff -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-read-tree -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-rebase -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-receive-pack -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-reflog -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-refs -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-remote -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-remote-ext -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-remote-fd -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-remote-ftp -> git-remote-http +lrwxrwxrwx root/root usr/libexec/git-core/git-remote-ftps -> git-remote-http +-rwxr-xr-x root/root usr/libexec/git-core/git-remote-http +lrwxrwxrwx root/root usr/libexec/git-core/git-remote-https -> git-remote-http +lrwxrwxrwx root/root usr/libexec/git-core/git-repack -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-replace -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-replay -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-request-pull +lrwxrwxrwx root/root usr/libexec/git-core/git-rerere -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-reset -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-restore -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-rev-list -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-rev-parse -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-revert -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-rm -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-send-email +lrwxrwxrwx root/root usr/libexec/git-core/git-send-pack -> git +-rw-r--r-- root/root usr/libexec/git-core/git-sh-i18n +-rwxr-xr-x root/root usr/libexec/git-core/git-sh-i18n--envsubst +-rw-r--r-- root/root usr/libexec/git-core/git-sh-setup +-rwxr-xr-x root/root usr/libexec/git-core/git-shell +lrwxrwxrwx root/root usr/libexec/git-core/git-shortlog -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-show -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-show-branch -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-show-index -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-show-ref -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-sparse-checkout -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-stage -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-stash -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-status -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-stripspace -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-submodule +lrwxrwxrwx root/root usr/libexec/git-core/git-submodule--helper -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-svn +lrwxrwxrwx root/root usr/libexec/git-core/git-switch -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-symbolic-ref -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-tag -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-unpack-file -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-unpack-objects -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-update-index -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-update-ref -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-update-server-info -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-upload-archive -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-upload-pack -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-var -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-verify-commit -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-verify-pack -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-verify-tag -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-version -> git +-rwxr-xr-x root/root usr/libexec/git-core/git-web--browse +lrwxrwxrwx root/root usr/libexec/git-core/git-whatchanged -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-worktree -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-write-tree -> git +drwxr-xr-x root/root usr/libexec/git-core/mergetools/ +-rw-r--r-- root/root usr/libexec/git-core/mergetools/araxis +-rw-r--r-- root/root usr/libexec/git-core/mergetools/bc +-rw-r--r-- root/root usr/libexec/git-core/mergetools/codecompare +-rw-r--r-- root/root usr/libexec/git-core/mergetools/deltawalker +-rw-r--r-- root/root usr/libexec/git-core/mergetools/diffmerge +-rw-r--r-- root/root usr/libexec/git-core/mergetools/diffuse +-rw-r--r-- root/root usr/libexec/git-core/mergetools/ecmerge +-rw-r--r-- root/root usr/libexec/git-core/mergetools/emerge +-rw-r--r-- root/root usr/libexec/git-core/mergetools/examdiff +-rw-r--r-- root/root usr/libexec/git-core/mergetools/guiffy +-rw-r--r-- root/root usr/libexec/git-core/mergetools/gvimdiff +-rw-r--r-- root/root usr/libexec/git-core/mergetools/kdiff3 +-rw-r--r-- root/root usr/libexec/git-core/mergetools/kompare +-rw-r--r-- root/root usr/libexec/git-core/mergetools/meld +-rw-r--r-- root/root usr/libexec/git-core/mergetools/nvimdiff +-rw-r--r-- root/root usr/libexec/git-core/mergetools/opendiff +-rw-r--r-- root/root usr/libexec/git-core/mergetools/p4merge +-rw-r--r-- root/root usr/libexec/git-core/mergetools/smerge +-rw-r--r-- root/root usr/libexec/git-core/mergetools/tkdiff +-rw-r--r-- root/root usr/libexec/git-core/mergetools/tortoisemerge +-rw-r--r-- root/root usr/libexec/git-core/mergetools/vimdiff +-rw-r--r-- root/root usr/libexec/git-core/mergetools/vscode +-rw-r--r-- root/root usr/libexec/git-core/mergetools/winmerge +-rw-r--r-- root/root usr/libexec/git-core/mergetools/xxdiff +-rwxr-xr-x root/root usr/libexec/git-core/scalar +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/git-core/ +drwxr-xr-x root/root usr/share/git-core/templates/ +-rw-r--r-- root/root usr/share/git-core/templates/description +drwxr-xr-x root/root usr/share/git-core/templates/hooks/ +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/applypatch-msg.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/commit-msg.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/fsmonitor-watchman.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/post-update.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-applypatch.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-commit.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-merge-commit.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-push.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-rebase.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-receive.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/prepare-commit-msg.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/push-to-checkout.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/sendemail-validate.sample +-rwxr-xr-x root/root usr/share/git-core/templates/hooks/update.sample +drwxr-xr-x root/root usr/share/git-core/templates/info/ +-rw-r--r-- root/root usr/share/git-core/templates/info/exclude diff --git a/git/abuild b/git/abuild new file mode 100644 index 00000000..290cd1ba --- /dev/null +++ b/git/abuild @@ -0,0 +1,20 @@ +name=git +version=2.49.0 +release=1 +source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz" +build_type=configure_build + +prebuild() { +cat > config.mak </dev/null 2>&1 || mount -t devpts devpts /dev/pts -o mode=0620,gid=5,nosuid,noexec +mountpoint -q /dev/shm || mount /dev/shm >/dev/null 2>&1 || mount -t tmpfs shm /dev/shm -o mode=1777,nosuid,nodev + +if [ "$(command -v udevd)" ]; then + udevd --daemon + udevadm trigger --action=add --type=subsystems + udevadm trigger --action=add --type=devices + udevadm settle +else + # In the case the user may preffer mdevd as opposed to busybox mdev + if [ ! -d "/var/service/mdevd" ]; then + echo "/sbin/mdev" > /proc/sys/kernel/hotplug + mdev -s + fi + find /sys -name 'modalias' -type f -exec cat '{}' + | sort -u | xargs modprobe -b -a 2>/dev/null + ln -s /proc/self/fd /dev/fd + ln -s fd/0 /dev/stdin + ln -s fd/1 /dev/stdout + ln -s fd/2 /dev/stderr +fi + +swapon -a +ip link set lo up +mount -o remount,ro / + +for arg in $(cat /proc/cmdline); do + case $arg in + fastboot) FASTBOOT=1;; + forcefsck) FORCEFSCK="-f";; + esac +done + +if [ ! "$FASTBOOT" ]; then + fsck $FORCEFSCK -ATat noopts=_netdev + if [ "$?" -gt 1 ]; then + echo "*******************************************" + echo "** Filesystem check failed **" + echo "** You been dropped to maintenance shell **" + echo "*******************************************" + sulogin -p + fi +fi + +mount -o remount,rw / +mount -a + +if [ ! -f /etc/hostname ]; then + echo alice > /etc/hostname +fi +hostname -F /etc/hostname + +find /var/run -name "*.pid" -delete +find /tmp -xdev -mindepth 1 ! -name lost+found -delete + +if [ -f "/etc/sysctl.conf" ]; then + sysctl -q -p +fi + +hwclock -s -u + +if [ -f "/var/lib/random-seed" ]; then + cat /var/lib/random-seed >/dev/urandom + rm -f /var/lib/random-seed +fi + +if [ -d /sys/firmware/efi/efivars ]; then + mount -t efivarfs none /sys/firmware/efi/efivars +fi + +dmesg >/var/log/dmesg.log + +if [ -x /etc/rc.boot.local ]; then + /etc/rc.boot.local +fi + +IFS=. read -r boottime _ < /proc/uptime +echo "booted in ${boottime}s..." diff --git a/initscripts/rc.boot.local b/initscripts/rc.boot.local new file mode 100644 index 00000000..13f47935 --- /dev/null +++ b/initscripts/rc.boot.local @@ -0,0 +1,2 @@ +#!/bin/sh + diff --git a/initscripts/rc.shutdown b/initscripts/rc.shutdown new file mode 100644 index 00000000..68b47022 --- /dev/null +++ b/initscripts/rc.shutdown @@ -0,0 +1,27 @@ +#!/bin/sh + +echo "shutting down" + +if [ -x /etc/rc.shutdown.local ]; then + /etc/rc.shutdown.local +fi + +if [ "$(command -v udevadm)" ]; then + udevadm control --exit +fi + +sv down /var/service/* +dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null +hwclock -w -u +kill -s TERM -1 +sleep 2 +kill -s KILL -1 +swapoff -a +ip link set lo down +umount -a -r -t noproc +mount -o remount,ro / +sync +sleep 1 +wait + +echo bye diff --git a/initscripts/rc.shutdown.local b/initscripts/rc.shutdown.local new file mode 100644 index 00000000..13f47935 --- /dev/null +++ b/initscripts/rc.shutdown.local @@ -0,0 +1,2 @@ +#!/bin/sh + diff --git a/libressl/.checksum b/libressl/.checksum new file mode 100644 index 00000000..e4873699 --- /dev/null +++ b/libressl/.checksum @@ -0,0 +1 @@ +53ecd8b306e962966fcbec10417e18eeab669990533e4b2984e7ae3e3c49128c libressl-4.1.0.tar.gz diff --git a/libressl/.files b/libressl/.files new file mode 100644 index 00000000..8755684e --- /dev/null +++ b/libressl/.files @@ -0,0 +1,3453 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ssl/ +drwxr-xr-x root/root etc/ssl/certs/ +-rw-r--r-- root/root etc/ssl/openssl.cnf.new +-rw-r--r-- root/root etc/ssl/x509v3.cnf.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ocspcheck +-rwxr-xr-x root/root usr/bin/openssl +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/openssl/ +-rw-r--r-- root/root usr/include/openssl/aes.h +-rw-r--r-- root/root usr/include/openssl/asn1.h +-rw-r--r-- root/root usr/include/openssl/asn1t.h +-rw-r--r-- root/root usr/include/openssl/bio.h +-rw-r--r-- root/root usr/include/openssl/blowfish.h +-rw-r--r-- root/root usr/include/openssl/bn.h +-rw-r--r-- root/root usr/include/openssl/buffer.h +-rw-r--r-- root/root usr/include/openssl/camellia.h +-rw-r--r-- root/root usr/include/openssl/cast.h +-rw-r--r-- root/root usr/include/openssl/chacha.h +-rw-r--r-- root/root usr/include/openssl/cmac.h +-rw-r--r-- root/root usr/include/openssl/cms.h +-rw-r--r-- root/root usr/include/openssl/comp.h +-rw-r--r-- root/root usr/include/openssl/conf.h +-rw-r--r-- root/root usr/include/openssl/crypto.h +-rw-r--r-- root/root usr/include/openssl/ct.h +-rw-r--r-- root/root usr/include/openssl/curve25519.h +-rw-r--r-- root/root usr/include/openssl/des.h +-rw-r--r-- root/root usr/include/openssl/dh.h +-rw-r--r-- root/root usr/include/openssl/dsa.h +-rw-r--r-- root/root usr/include/openssl/dtls1.h +-rw-r--r-- root/root usr/include/openssl/ec.h +-rw-r--r-- root/root usr/include/openssl/ecdh.h +-rw-r--r-- root/root usr/include/openssl/ecdsa.h +-rw-r--r-- root/root usr/include/openssl/engine.h +-rw-r--r-- root/root usr/include/openssl/err.h +-rw-r--r-- root/root usr/include/openssl/evp.h +-rw-r--r-- root/root usr/include/openssl/hkdf.h +-rw-r--r-- root/root usr/include/openssl/hmac.h +-rw-r--r-- root/root usr/include/openssl/idea.h +-rw-r--r-- root/root usr/include/openssl/kdf.h +-rw-r--r-- root/root usr/include/openssl/lhash.h +-rw-r--r-- root/root usr/include/openssl/md4.h +-rw-r--r-- root/root usr/include/openssl/md5.h +-rw-r--r-- root/root usr/include/openssl/modes.h +-rw-r--r-- root/root usr/include/openssl/obj_mac.h +-rw-r--r-- root/root usr/include/openssl/objects.h +-rw-r--r-- root/root usr/include/openssl/ocsp.h +-rw-r--r-- root/root usr/include/openssl/opensslconf.h +-rw-r--r-- root/root usr/include/openssl/opensslfeatures.h +-rw-r--r-- root/root usr/include/openssl/opensslv.h +-rw-r--r-- root/root usr/include/openssl/ossl_typ.h +-rw-r--r-- root/root usr/include/openssl/pem.h +-rw-r--r-- root/root usr/include/openssl/pkcs12.h +-rw-r--r-- root/root usr/include/openssl/pkcs7.h +-rw-r--r-- root/root usr/include/openssl/poly1305.h +-rw-r--r-- root/root usr/include/openssl/posix_time.h +-rw-r--r-- root/root usr/include/openssl/rand.h +-rw-r--r-- root/root usr/include/openssl/rc2.h +-rw-r--r-- root/root usr/include/openssl/rc4.h +-rw-r--r-- root/root usr/include/openssl/ripemd.h +-rw-r--r-- root/root usr/include/openssl/rsa.h +-rw-r--r-- root/root usr/include/openssl/safestack.h +-rw-r--r-- root/root usr/include/openssl/sha.h +-rw-r--r-- root/root usr/include/openssl/sm3.h +-rw-r--r-- root/root usr/include/openssl/sm4.h +-rw-r--r-- root/root usr/include/openssl/srtp.h +-rw-r--r-- root/root usr/include/openssl/ssl.h +-rw-r--r-- root/root usr/include/openssl/ssl3.h +-rw-r--r-- root/root usr/include/openssl/stack.h +-rw-r--r-- root/root usr/include/openssl/tls1.h +-rw-r--r-- root/root usr/include/openssl/ts.h +-rw-r--r-- root/root usr/include/openssl/txt_db.h +-rw-r--r-- root/root usr/include/openssl/ui.h +-rw-r--r-- root/root usr/include/openssl/x509.h +-rw-r--r-- root/root usr/include/openssl/x509_vfy.h +-rw-r--r-- root/root usr/include/openssl/x509v3.h +-rw-r--r-- root/root usr/include/tls.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libcrypto.so -> libcrypto.so.56.0.0 +lrwxrwxrwx root/root usr/lib/libcrypto.so.56 -> libcrypto.so.56.0.0 +-rw-r--r-- root/root usr/lib/libcrypto.so.56.0.0 +lrwxrwxrwx root/root usr/lib/libssl.so -> libssl.so.59.0.1 +lrwxrwxrwx root/root usr/lib/libssl.so.59 -> libssl.so.59.0.1 +-rw-r--r-- root/root usr/lib/libssl.so.59.0.1 +lrwxrwxrwx root/root usr/lib/libtls.so -> libtls.so.32.0.1 +lrwxrwxrwx root/root usr/lib/libtls.so.32 -> libtls.so.32.0.1 +-rw-r--r-- root/root usr/lib/libtls.so.32.0.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libcrypto.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libssl.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libtls.pc +-rw-r--r-- root/root usr/lib/pkgconfig/openssl.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/openssl.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +lrwxrwxrwx root/root usr/share/man/man3/ACCESS_DESCRIPTION_free.3.gz -> ACCESS_DESCRIPTION_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ACCESS_DESCRIPTION_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/AES_cbc_encrypt.3.gz -> AES_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/AES_decrypt.3.gz -> AES_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/AES_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/AES_set_decrypt_key.3.gz -> AES_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/AES_set_encrypt_key.3.gz -> AES_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASIdOrRange_free.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASIdOrRange_new.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASIdentifierChoice_free.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASIdentifierChoice_new.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASIdentifiers_free.3.gz -> ASIdentifiers_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASIdentifiers_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_BIT_STRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_BIT_STRING_get_bit.3.gz -> ASN1_BIT_STRING_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_BIT_STRING_new.3.gz -> ASN1_STRING_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_BIT_STRING_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_BIT_STRING_set_bit.3.gz -> ASN1_BIT_STRING_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_BMPSTRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_BMPSTRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_ENUMERATED_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_ENUMERATED_get.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_ENUMERATED_get_int64.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_ENUMERATED_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_ENUMERATED_set.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_ENUMERATED_set_int64.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_ENUMERATED_to_BN.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALIZEDTIME_adj.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALIZEDTIME_check.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALIZEDTIME_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALIZEDTIME_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALIZEDTIME_print.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALIZEDTIME_set.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALIZEDTIME_set_string.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALSTRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_GENERALSTRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_IA5STRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_IA5STRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_cmp.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_dup.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_free.3.gz -> ASN1_STRING_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_get_int64.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_get_uint64.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_set.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_set_int64.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_set_uint64.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_INTEGER_to_BN.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_NULL_free.3.gz -> ASN1_NULL_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_NULL_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_OBJECT_create.3.gz -> ASN1_OBJECT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_OBJECT_free.3.gz -> ASN1_OBJECT_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_OBJECT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_OCTET_STRING_cmp.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_OCTET_STRING_dup.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_OCTET_STRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_OCTET_STRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_OCTET_STRING_set.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_PRINTABLESTRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_PRINTABLESTRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_PRINTABLE_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_PRINTABLE_new.3.gz -> ASN1_STRING_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_PRINTABLE_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_STRING_TABLE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_cmp.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_copy.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_data.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_dup.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_get0_data.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_get_default_mask.3.gz -> ASN1_mbstring_copy.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_length_set.3.gz -> ASN1_STRING_length.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_print.3.gz -> ASN1_STRING_print_ex.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_STRING_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_print_ex_fp.3.gz -> ASN1_STRING_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_set.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_set0.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_set_by_NID.3.gz -> ASN1_mbstring_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_set_default_mask.3.gz -> ASN1_mbstring_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_set_default_mask_asc.3.gz -> ASN1_mbstring_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_to_UTF8.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_type.3.gz -> ASN1_STRING_length.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_STRING_type_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_T61STRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_T61STRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_adj.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_check.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_cmp_time_t.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_compare.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_diff.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_normalize.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_print.3.gz -> ASN1_TIME_set.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_set_string.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_set_string_X509.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_to_generalizedtime.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TIME_to_tm.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_cmp.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_free.3.gz -> ASN1_TYPE_get.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_get_int_octetstring.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_get_octetstring.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_new.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_set.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_set1.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_set_int_octetstring.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_TYPE_set_octetstring.3.gz -> ASN1_TYPE_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UNIVERSALSTRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UNIVERSALSTRING_new.3.gz -> ASN1_STRING_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_UNIVERSALSTRING_to_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_adj.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_check.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_cmp_time_t.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_print.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_set.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTCTIME_set_string.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTF8STRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_UTF8STRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_VISIBLESTRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_VISIBLESTRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_add_oid_module.3.gz -> OPENSSL_load_builtin_modules.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_generate_nconf.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_generate_v3.3.gz -> ASN1_generate_nconf.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_get_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_item_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_d2i_bio.3.gz -> ASN1_item_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_d2i_fp.3.gz -> ASN1_item_d2i.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_item_digest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_dup.3.gz -> ASN1_item_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_free.3.gz -> ASN1_item_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_i2d.3.gz -> ASN1_item_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_i2d_bio.3.gz -> ASN1_item_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_i2d_fp.3.gz -> ASN1_item_d2i.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_item_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_item_pack.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_print.3.gz -> ASN1_item_d2i.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_item_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_sign_ctx.3.gz -> ASN1_item_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_item_unpack.3.gz -> ASN1_item_pack.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_item_verify.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_mbstring_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_mbstring_ncopy.3.gz -> ASN1_mbstring_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_object_size.3.gz -> ASN1_put_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_parse.3.gz -> ASN1_parse_dump.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_parse_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_put_eoc.3.gz -> ASN1_put_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASN1_put_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_tag2bit.3.gz -> ASN1_mbstring_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASN1_tag2str.3.gz -> ASN1_STRING_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ASRange_free.3.gz -> ASRange_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/AUTHORITY_INFO_ACCESS_free.3.gz -> ACCESS_DESCRIPTION_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/AUTHORITY_INFO_ACCESS_new.3.gz -> ACCESS_DESCRIPTION_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/AUTHORITY_KEYID_free.3.gz -> AUTHORITY_KEYID_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/AUTHORITY_KEYID_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BASIC_CONSTRAINTS_free.3.gz -> BASIC_CONSTRAINTS_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/BASIC_CONSTRAINTS_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BF_cbc_encrypt.3.gz -> BF_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BF_cfb64_encrypt.3.gz -> BF_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BF_decrypt.3.gz -> BF_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BF_ecb_encrypt.3.gz -> BF_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BF_encrypt.3.gz -> BF_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BF_ofb64_encrypt.3.gz -> BF_set_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/BF_set_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_append_filename.3.gz -> BIO_s_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_callback_ctrl.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_callback_fn.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_callback_fn_ex.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_clear_flags.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_clear_retry_flags.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_copy_next_retry.3.gz -> BIO_get_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ctrl_dgram_connect.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ctrl_get_read_request.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ctrl_get_write_guarantee.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ctrl_pending.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ctrl_reset_read_request.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ctrl_set_connected.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ctrl_wpending.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_debug_callback.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_destroy_bio_pair.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dgram_get_peer.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dgram_non_fatal_error.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dgram_recv_timedout.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dgram_send_timedout.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dgram_set_peer.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_do_accept.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_do_connect.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_do_handshake.3.gz -> BIO_f_ssl.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dump_fp.3.gz -> BIO_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dump_indent.3.gz -> BIO_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dump_indent_fp.3.gz -> BIO_dump.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_dup_chain.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_dup_state.3.gz -> BIO_dup_chain.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_eof.3.gz -> BIO_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_f_base64.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_f_buffer.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_f_cipher.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_f_md.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_f_null.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_fd_non_fatal_error.3.gz -> BIO_s_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_fd_should_retry.3.gz -> BIO_s_fd.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_find_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_flush.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_free.3.gz -> BIO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_free_all.3.gz -> BIO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_accept_port.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_accept_socket.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_app_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_bind_mode.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_buffer_num_lines.3.gz -> BIO_f_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_callback.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_callback_arg.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_callback_ex.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_cipher_ctx.3.gz -> BIO_f_cipher.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_cipher_status.3.gz -> BIO_f_cipher.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_close.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_conn_hostname.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_conn_int_port.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_conn_ip.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_conn_port.3.gz -> BIO_s_connect.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_fd.3.gz -> BIO_s_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_flags.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_fp.3.gz -> BIO_s_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_host_ip.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_info_callback.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_init.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_md.3.gz -> BIO_f_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_md_ctx.3.gz -> BIO_f_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_mem_data.3.gz -> BIO_s_mem.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_mem_ptr.3.gz -> BIO_s_mem.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_new_index.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_num_renegotiates.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_port.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_read_request.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_retry_BIO.3.gz -> BIO_should_retry.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_retry_flags.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_retry_reason.3.gz -> BIO_should_retry.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_shutdown.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_ssl.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_write_buf_size.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_get_write_guarantee.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_gets.3.gz -> BIO_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_indent.3.gz -> BIO_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_info_cb.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_int_ctrl.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_make_bio_pair.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_free.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_callback_ctrl.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_create.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_ctrl.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_destroy.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_gets.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_puts.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_read.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_get_write.3.gz -> BIO_meth_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_callback_ctrl.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_create.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_ctrl.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_destroy.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_gets.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_puts.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_read.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_meth_set_write.3.gz -> BIO_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_method_name.3.gz -> BIO_find_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_method_type.3.gz -> BIO_find_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_new_CMS.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_accept.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_bio_pair.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_buffer_ssl_connect.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_connect.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_dgram.3.gz -> BIO_s_datagram.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_fd.3.gz -> BIO_s_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_file.3.gz -> BIO_s_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_fp.3.gz -> BIO_s_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_mem_buf.3.gz -> BIO_s_mem.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_socket.3.gz -> BIO_s_socket.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_ssl.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_new_ssl_connect.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_next.3.gz -> BIO_find_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_number_read.3.gz -> BIO_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_number_written.3.gz -> BIO_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_pending.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_pop.3.gz -> BIO_push.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_printf.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ptr_ctrl.3.gz -> BIO_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_push.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_puts.3.gz -> BIO_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_read_filename.3.gz -> BIO_s_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_reset.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_retry_type.3.gz -> BIO_should_retry.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_rw_filename.3.gz -> BIO_s_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_accept.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_bio.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_connect.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_datagram.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_fd.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_mem.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_null.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_s_socket.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_seek.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set.3.gz -> BIO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_accept_bios.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_accept_port.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_app_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_bind_mode.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_buffer_read_data.3.gz -> BIO_f_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_buffer_size.3.gz -> BIO_f_buffer.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_callback_arg.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_callback_ex.3.gz -> BIO_set_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_cipher.3.gz -> BIO_f_cipher.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_close.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_conn_hostname.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_conn_int_port.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_conn_ip.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_conn_port.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_data.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_fd.3.gz -> BIO_s_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_flags.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_fp.3.gz -> BIO_s_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_info_callback.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_init.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_md.3.gz -> BIO_f_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_md_ctx.3.gz -> BIO_f_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_mem_buf.3.gz -> BIO_s_mem.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_mem_eof_return.3.gz -> BIO_s_mem.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_nbio.3.gz -> BIO_s_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_nbio_accept.3.gz -> BIO_s_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_next.3.gz -> BIO_push.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_read_buffer_size.3.gz -> BIO_f_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_retry_read.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_retry_reason.3.gz -> BIO_should_retry.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_retry_special.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_retry_write.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_shutdown.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_ssl.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_ssl_mode.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_ssl_renegotiate_bytes.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_ssl_renegotiate_timeout.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_tcp_ndelay.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_write_buf_size.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_set_write_buffer_size.3.gz -> BIO_f_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_should_io_special.3.gz -> BIO_should_retry.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_should_read.3.gz -> BIO_should_retry.3.gz +-rw-r--r-- root/root usr/share/man/man3/BIO_should_retry.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_should_write.3.gz -> BIO_should_retry.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_shutdown_wr.3.gz -> BIO_s_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_sock_error.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_sock_non_fatal_error.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_sock_should_retry.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_socket_nbio.3.gz -> BIO_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ssl_copy_session_id.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_ssl_shutdown.3.gz -> BIO_f_ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_tell.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_test_flags.3.gz -> BIO_get_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_up_ref.3.gz -> BIO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_vfree.3.gz -> BIO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_wpending.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_write.3.gz -> BIO_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BIO_write_filename.3.gz -> BIO_s_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_CTX_end.3.gz -> BN_CTX_start.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_CTX_free.3.gz -> BN_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_CTX_get.3.gz -> BN_CTX_start.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_CTX_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_CTX_start.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_GENCB_call.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_GENCB_free.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_GENCB_get_arg.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_GENCB_new.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_GENCB_set.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_GENCB_set_old.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_MONT_CTX_copy.3.gz -> BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_MONT_CTX_free.3.gz -> BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_MONT_CTX_new.3.gz -> BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_MONT_CTX_set.3.gz -> BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_MONT_CTX_set_locked.3.gz -> BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_abs_is_word.3.gz -> BN_cmp.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_add_word.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_asc2bn.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_bin2bn.3.gz -> BN_bn2bin.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_bn2binpad.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_bn2dec.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_bn2hex.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_bn2lebinpad.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_bn2mpi.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_clear.3.gz -> BN_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_clear_bit.3.gz -> BN_set_bit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_clear_free.3.gz -> BN_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_consttime_swap.3.gz -> BN_swap.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_dec2bn.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_div.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_div_word.3.gz -> BN_add_word.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_dup.3.gz -> BN_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_exp.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_free.3.gz -> BN_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_from_montgomery.3.gz -> BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_gcd.3.gz -> BN_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_generate_prime_ex.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_flags.3.gz -> BN_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_rfc2409_prime_1024.3.gz -> BN_get_rfc3526_prime_8192.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_rfc2409_prime_768.3.gz -> BN_get_rfc3526_prime_8192.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_rfc3526_prime_1536.3.gz -> BN_get_rfc3526_prime_8192.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_rfc3526_prime_2048.3.gz -> BN_get_rfc3526_prime_8192.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_rfc3526_prime_3072.3.gz -> BN_get_rfc3526_prime_8192.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_rfc3526_prime_4096.3.gz -> BN_get_rfc3526_prime_8192.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_rfc3526_prime_6144.3.gz -> BN_get_rfc3526_prime_8192.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_get_rfc3526_prime_8192.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_get_word.3.gz -> BN_zero.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_hex2bn.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_bit_set.3.gz -> BN_set_bit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_negative.3.gz -> BN_set_negative.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_odd.3.gz -> BN_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_one.3.gz -> BN_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_prime_ex.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_prime_fasttest_ex.3.gz -> BN_generate_prime.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_word.3.gz -> BN_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_is_zero.3.gz -> BN_cmp.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_kronecker.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_lebin2bn.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_lshift.3.gz -> BN_set_bit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_lshift1.3.gz -> BN_set_bit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mask_bits.3.gz -> BN_set_bit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_add.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_add_quick.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_exp.3.gz -> BN_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_mod_inverse.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_lshift.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_lshift1.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_lshift1_quick.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_lshift_quick.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_mul.3.gz -> BN_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_sqr.3.gz -> BN_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_mod_sqrt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_sub.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_sub_quick.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mod_word.3.gz -> BN_add_word.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mpi2bn.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mul.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_mul_word.3.gz -> BN_add_word.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_nnmod.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_num_bits.3.gz -> BN_num_bytes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_num_bits_word.3.gz -> BN_num_bytes.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_num_bytes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_one.3.gz -> BN_zero.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_print.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_print_fp.3.gz -> BN_bn2bin.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_pseudo_rand.3.gz -> BN_rand.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_pseudo_rand_range.3.gz -> BN_rand.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_rand.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_rand_range.3.gz -> BN_rand.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_rshift.3.gz -> BN_set_bit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_rshift1.3.gz -> BN_set_bit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_security_bits.3.gz -> RSA_security_bits.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_set_bit.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_set_flags.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_set_negative.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_set_word.3.gz -> BN_zero.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_sqr.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_sub.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_sub_word.3.gz -> BN_add_word.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_swap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_to_ASN1_ENUMERATED.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_to_ASN1_INTEGER.3.gz -> ASN1_INTEGER_get.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_to_montgomery.3.gz -> BN_mod_mul_montgomery.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_uadd.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_ucmp.3.gz -> BN_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_usub.3.gz -> BN_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_value_one.3.gz -> BN_zero.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BN_with_flags.3.gz -> BN_copy.3.gz +-rw-r--r-- root/root usr/share/man/man3/BN_zero.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BUF_MEM_free.3.gz -> BUF_MEM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BUF_MEM_grow.3.gz -> BUF_MEM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/BUF_MEM_grow_clean.3.gz -> BUF_MEM_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/BUF_MEM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CERTIFICATEPOLICIES_free.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CERTIFICATEPOLICIES_new.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMAC_CTX_cleanup.3.gz -> CMAC_Init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMAC_CTX_copy.3.gz -> CMAC_Init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMAC_CTX_free.3.gz -> CMAC_Init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMAC_CTX_get0_cipher_ctx.3.gz -> CMAC_Init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMAC_CTX_new.3.gz -> CMAC_Init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMAC_Final.3.gz -> CMAC_Init.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMAC_Init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMAC_Update.3.gz -> CMAC_Init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_ContentInfo_free.3.gz -> CMS_ContentInfo_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_ContentInfo_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_ContentInfo_print_ctx.3.gz -> CMS_ContentInfo_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_ReceiptRequest_create0.3.gz -> CMS_get1_ReceiptRequest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_ReceiptRequest_free.3.gz -> CMS_ContentInfo_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_ReceiptRequest_get0_values.3.gz -> CMS_get1_ReceiptRequest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_ReceiptRequest_new.3.gz -> CMS_ContentInfo_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_decrypt.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_encrypt.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_kekri_get0_id.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_kekri_id_cmp.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_ktri_cert_cmp.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_ktri_get0_signer_id.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_set0_key.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_set0_pkey.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_RecipientInfo_type.3.gz -> CMS_get0_RecipientInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_SignerInfo_cert_cmp.3.gz -> CMS_get0_SignerInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_SignerInfo_get0_signature.3.gz -> CMS_get0_SignerInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_SignerInfo_get0_signer_id.3.gz -> CMS_get0_SignerInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_SignerInfo_get_version.3.gz -> CMS_get0_SignerInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_SignerInfo_set1_signer_cert.3.gz -> CMS_get0_SignerInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_SignerInfo_sign.3.gz -> CMS_add1_signer.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_add0_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_add0_crl.3.gz -> CMS_add0_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_add0_recipient_key.3.gz -> CMS_add1_recipient_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_add1_ReceiptRequest.3.gz -> CMS_get1_ReceiptRequest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_add1_cert.3.gz -> CMS_add0_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_add1_crl.3.gz -> CMS_add0_cert.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_add1_recipient_cert.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_add1_signer.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_compress.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_decrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_decrypt_set1_key.3.gz -> CMS_decrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_decrypt_set1_pkey.3.gz -> CMS_decrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_final.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_get0_RecipientInfos.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_get0_SignerInfos.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_get0_content.3.gz -> CMS_get0_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_get0_eContentType.3.gz -> CMS_get0_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_get0_signers.3.gz -> CMS_verify.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_get0_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_get1_ReceiptRequest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_get1_certs.3.gz -> CMS_add0_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_get1_crls.3.gz -> CMS_add0_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_get_version.3.gz -> CMS_get0_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_set1_eContentType.3.gz -> CMS_get0_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_sign_receipt.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_add1_attr_by_NID.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_add1_attr_by_OBJ.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_add1_attr_by_txt.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_delete_attr.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_get0_data_by_OBJ.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_get_attr.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_get_attr_by_NID.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_get_attr_by_OBJ.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_signed_get_attr_count.3.gz -> CMS_signed_add1_attr.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_uncompress.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_add1_attr.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_add1_attr_by_NID.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_add1_attr_by_OBJ.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_add1_attr_by_txt.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_delete_attr.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_get0_data_by_OBJ.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_get_attr.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_get_attr_by_NID.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_get_attr_by_OBJ.3.gz -> CMS_signed_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CMS_unsigned_get_attr_count.3.gz -> CMS_signed_add1_attr.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_verify.3.gz +-rw-r--r-- root/root usr/share/man/man3/CMS_verify_receipt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CONF_modules_finish.3.gz -> CONF_modules_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/CONF_modules_free.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CONF_modules_load.3.gz -> CONF_modules_load_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/CONF_modules_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CONF_modules_unload.3.gz -> CONF_modules_free.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRL_DIST_POINTS_free.3.gz -> DIST_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRL_DIST_POINTS_new.3.gz -> DIST_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_EX_dup.3.gz -> CRYPTO_set_ex_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_EX_free.3.gz -> CRYPTO_set_ex_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_EX_new.3.gz -> CRYPTO_set_ex_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_MEM_LEAK_CB.3.gz -> CRYPTO_set_mem_functions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_add.3.gz -> CRYPTO_lock.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_chacha_20.3.gz -> ChaCha.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_free.3.gz -> OPENSSL_malloc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_free_ex_data.3.gz -> CRYPTO_set_ex_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_get_ex_data.3.gz -> CRYPTO_set_ex_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_get_ex_new_index.3.gz -> CRYPTO_set_ex_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_hchacha_20.3.gz -> ChaCha.3.gz +-rw-r--r-- root/root usr/share/man/man3/CRYPTO_lock.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_malloc.3.gz -> OPENSSL_malloc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_mem_ctrl.3.gz -> CRYPTO_set_mem_functions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_mem_leaks.3.gz -> CRYPTO_set_mem_functions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_mem_leaks_cb.3.gz -> CRYPTO_set_mem_functions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_mem_leaks_fp.3.gz -> CRYPTO_set_mem_functions.3.gz +-rw-r--r-- root/root usr/share/man/man3/CRYPTO_memcmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_new_ex_data.3.gz -> CRYPTO_set_ex_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_r_lock.3.gz -> CRYPTO_lock.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_r_unlock.3.gz -> CRYPTO_lock.3.gz +-rw-r--r-- root/root usr/share/man/man3/CRYPTO_set_ex_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/CRYPTO_set_mem_functions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_strdup.3.gz -> OPENSSL_malloc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_w_lock.3.gz -> CRYPTO_lock.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_w_unlock.3.gz -> CRYPTO_lock.3.gz +lrwxrwxrwx root/root usr/share/man/man3/CRYPTO_xchacha_20.3.gz -> ChaCha.3.gz +-rw-r--r-- root/root usr/share/man/man3/ChaCha.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ChaCha_set_iv.3.gz -> ChaCha.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ChaCha_set_key.3.gz -> ChaCha.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DECLARE_LHASH_OF.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_cbc_cksum.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_cfb64_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_cfb_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_crypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ecb2_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ecb3_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ecb_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ede2_cbc_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ede2_cfb64_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ede2_ofb64_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ede3_cbc_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ede3_cbcm_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ede3_cfb64_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ede3_ofb64_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_fcrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_is_weak_key.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_key_sched.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ncbc_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ofb64_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_ofb_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_pcbc_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_quad_cksum.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_random_key.3.gz -> DES_set_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_set_key_checked.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_set_key_unchecked.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_set_odd_parity.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_string_to_2keys.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_string_to_key.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DES_xcbc_encrypt.3.gz -> DES_set_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_OpenSSL.3.gz -> DH_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_bits.3.gz -> DH_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_check.3.gz -> DH_generate_parameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_check_pub_key.3.gz -> DH_generate_parameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_clear_flags.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_compute_key.3.gz -> DH_generate_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_free.3.gz -> DH_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/DH_generate_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/DH_generate_parameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_generate_parameters_ex.3.gz -> DH_generate_parameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get0_engine.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get0_g.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get0_key.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get0_p.3.gz -> DH_get0_pqg.3.gz +-rw-r--r-- root/root usr/share/man/man3/DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get0_priv_key.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get0_pub_key.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get0_q.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get_default_method.3.gz -> DH_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_get_ex_data.3.gz -> DH_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/DH_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/DH_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_new_method.3.gz -> DH_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_security_bits.3.gz -> RSA_security_bits.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_set0_key.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_set0_pqg.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_set_default_method.3.gz -> DH_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_set_ex_data.3.gz -> DH_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_set_flags.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_set_length.3.gz -> DH_get0_pqg.3.gz +-rw-r--r-- root/root usr/share/man/man3/DH_set_method.3.gz +-rw-r--r-- root/root usr/share/man/man3/DH_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_test_flags.3.gz -> DH_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DH_up_ref.3.gz -> DH_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DHparams_print.3.gz -> RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DHparams_print_fp.3.gz -> RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DIRECTORYSTRING_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DIRECTORYSTRING_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DISPLAYTEXT_free.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DISPLAYTEXT_new.3.gz -> ASN1_STRING_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DIST_POINT_NAME_free.3.gz -> DIST_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DIST_POINT_NAME_new.3.gz -> DIST_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DIST_POINT_free.3.gz -> DIST_POINT_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/DIST_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_OpenSSL.3.gz -> DSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_SIG_free.3.gz -> DSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_SIG_get0.3.gz -> DSA_SIG_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_SIG_set0.3.gz -> DSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_bits.3.gz -> DSA_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_clear_flags.3.gz -> DSA_get0_pqg.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_do_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_do_verify.3.gz -> DSA_do_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_dup_DH.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_free.3.gz -> DSA_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_generate_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_generate_parameters_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get0_engine.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get0_g.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get0_key.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get0_p.3.gz -> DSA_get0_pqg.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get0_priv_key.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get0_pub_key.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get0_q.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get_default_method.3.gz -> DSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_get_ex_data.3.gz -> DSA_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_meth_dup.3.gz -> DSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_meth_free.3.gz -> DSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_meth_get0_name.3.gz -> DSA_meth_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_meth_set1_name.3.gz -> DSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_meth_set_finish.3.gz -> DSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_meth_set_sign.3.gz -> DSA_meth_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_new_method.3.gz -> DSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_print.3.gz -> RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_print_fp.3.gz -> RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_security_bits.3.gz -> RSA_security_bits.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_set0_key.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_set0_pqg.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_set_default_method.3.gz -> DSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_set_ex_data.3.gz -> DSA_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_set_flags.3.gz -> DSA_get0_pqg.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_set_method.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_sign_setup.3.gz -> DSA_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/DSA_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_test_flags.3.gz -> DSA_get0_pqg.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_up_ref.3.gz -> DSA_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSA_verify.3.gz -> DSA_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSAparams_dup.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSAparams_print.3.gz -> RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DSAparams_print_fp.3.gz -> RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLS_client_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLS_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLS_server_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLSv1_2_client_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLSv1_2_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLSv1_2_server_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLSv1_client_method.3.gz -> SSL_CTX_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/DTLSv1_listen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLSv1_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/DTLSv1_server_method.3.gz -> SSL_CTX_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ECDH_compute_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDH_size.3.gz -> ECDH_compute_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_SIG_free.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_SIG_get0.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_SIG_get0_r.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_SIG_get0_s.3.gz -> ECDSA_SIG_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_SIG_set0.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_do_sign.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_do_verify.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_sign.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_size.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECDSA_verify.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECPKParameters_print.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECPKParameters_print_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECParameters_dup.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECParameters_print.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ECParameters_print_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_check.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_check_discriminant.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_clear_free.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_cmp.3.gz -> EC_GROUP_copy.3.gz +-rw-r--r-- root/root usr/share/man/man3/EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_dup.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_free.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get0_generator.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get0_seed.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_asn1_flag.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_basis_type.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_cofactor.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_curve.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_curve_GFp.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_curve_name.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_degree.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_order.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_point_conversion_form.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_get_seed_len.3.gz -> EC_GROUP_copy.3.gz +-rw-r--r-- root/root usr/share/man/man3/EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_new_by_curve_name.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_new_curve_GFp.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_order_bits.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_set_asn1_flag.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_set_curve.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_set_curve_GFp.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_set_curve_name.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_set_generator.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_set_point_conversion_form.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_GROUP_set_seed.3.gz -> EC_GROUP_copy.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_free.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_get_compute_key.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_get_init.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_get_keygen.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_get_sign.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_get_verify.3.gz -> EC_KEY_METHOD_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_set_compute_key.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_set_init.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_set_keygen.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_set_sign.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_METHOD_set_verify.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_OpenSSL.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_check_key.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_clear_flags.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_copy.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_dup.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_free.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_generate_key.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get0_group.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get0_private_key.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get0_public_key.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get_conv_form.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get_default_method.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get_enc_flags.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get_ex_new_index.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get_flags.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_get_method.3.gz -> EC_KEY_METHOD_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_new_by_curve_name.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_new_method.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_precompute_mult.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_print.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_print_fp.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_asn1_flag.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_conv_form.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_default_method.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_enc_flags.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_flags.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_group.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_method.3.gz -> EC_KEY_METHOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_private_key.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_public_key.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_set_public_key_affine_coordinates.3.gz -> EC_KEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_KEY_up_ref.3.gz -> EC_KEY_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/EC_POINT_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_bn2point.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_clear_free.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_cmp.3.gz -> EC_POINT_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_copy.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_dbl.3.gz -> EC_POINT_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_dup.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_free.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_get_affine_coordinates.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_get_affine_coordinates_GFp.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_hex2point.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_invert.3.gz -> EC_POINT_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_is_at_infinity.3.gz -> EC_POINT_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_is_on_curve.3.gz -> EC_POINT_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_make_affine.3.gz -> EC_POINT_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_mul.3.gz -> EC_POINT_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_oct2point.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_point2bn.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_point2hex.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_point2oct.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_set_affine_coordinates.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_set_affine_coordinates_GFp.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_set_compressed_coordinates.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_set_compressed_coordinates_GFp.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_POINT_set_to_infinity.3.gz -> EC_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_curve_nid2nist.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_curve_nist2nid.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EC_get_builtin_curves.3.gz -> EC_GROUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ED25519_keypair.3.gz -> X25519.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ED25519_sign.3.gz -> X25519.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ED25519_verify.3.gz -> X25519.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EDIPARTYNAME_free.3.gz -> GENERAL_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EDIPARTYNAME_new.3.gz -> GENERAL_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_by_id.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_cleanup.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_ctrl_cmd.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_ctrl_cmd_string.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_finish.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_free.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_get_default_RSA.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_get_id.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_get_name.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_init.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_load_builtin_engines.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_load_dynamic.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_load_openssl.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_load_private_key.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_load_public_key.3.gz -> ENGINE_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_register_all_complete.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_set_default.3.gz -> ENGINE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ENGINE_set_default_RSA.3.gz -> ENGINE_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_FATAL_ERROR.3.gz -> ERR_GET_LIB.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_GET_FUNC.3.gz -> ERR_GET_LIB.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_GET_LIB.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_GET_REASON.3.gz -> ERR_GET_LIB.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_PACK.3.gz -> ERR_load_strings.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_asprintf_error_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_clear_error.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_error_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_error_string_n.3.gz -> ERR_error_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_free_strings.3.gz -> ERR_load_crypto_strings.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_func_error_string.3.gz -> ERR_error_string.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_get_error_line.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_get_error_line_data.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_get_next_error_library.3.gz -> ERR_load_strings.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_lib_error_string.3.gz -> ERR_error_string.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_load_crypto_strings.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_load_strings.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_peek_error.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_peek_error_line.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_peek_error_line_data.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_peek_last_error.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_peek_last_error_line.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_peek_last_error_line_data.3.gz -> ERR_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_pop_to_mark.3.gz -> ERR_set_mark.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_print_errors.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_print_errors_cb.3.gz -> ERR_print_errors.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_print_errors_fp.3.gz -> ERR_print_errors.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_put_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_reason_error_string.3.gz -> ERR_error_string.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_remove_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ERR_remove_thread_state.3.gz -> ERR_remove_state.3.gz +-rw-r--r-- root/root usr/share/man/man3/ERR_set_mark.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ESS_CERT_ID_free.3.gz -> ESS_SIGNING_CERT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ESS_CERT_ID_new.3.gz -> ESS_SIGNING_CERT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ESS_ISSUER_SERIAL_free.3.gz -> ESS_SIGNING_CERT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ESS_ISSUER_SERIAL_new.3.gz -> ESS_SIGNING_CERT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ESS_SIGNING_CERT_free.3.gz -> ESS_SIGNING_CERT_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ESS_SIGNING_CERT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_CTX_cleanup.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_CTX_free.3.gz -> EVP_AEAD_CTX_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_CTX_new.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_CTX_open.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_CTX_seal.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_key_length.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_max_overhead.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_max_tag_len.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_AEAD_nonce_length.3.gz -> EVP_AEAD_CTX_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_BytesToKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_block_size.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_buf_noconst.3.gz -> EVP_CIPHER_CTX_get_cipher_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_cipher.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_cleanup.3.gz -> EVP_CIPHER_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_clear_flags.3.gz -> EVP_CIPHER_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_copy.3.gz -> EVP_EncryptInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_encrypting.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_flags.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_free.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_get_app_data.3.gz -> EVP_CIPHER_CTX_set_flags.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_CIPHER_CTX_get_cipher_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_get_iv.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_CIPHER_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_iv_length.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_key_length.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_mode.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_new.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_nid.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_rand_key.3.gz -> EVP_CIPHER_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_reset.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_set_app_data.3.gz -> EVP_CIPHER_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_set_cipher_data.3.gz -> EVP_CIPHER_CTX_get_cipher_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_CIPHER_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_set_iv.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_set_key_length.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_set_padding.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_test_flags.3.gz -> EVP_CIPHER_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_CTX_type.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_asn1_to_param.3.gz -> EVP_CIPHER_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_block_size.3.gz -> EVP_CIPHER_nid.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_CIPHER_do_all.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_do_all_sorted.3.gz -> EVP_CIPHER_do_all.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_flags.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_iv_length.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_key_length.3.gz -> EVP_CIPHER_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_dup.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_free.3.gz -> EVP_CIPHER_meth_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_cleanup.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_ctrl.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_do_cipher.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_flags.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_get_asn1_params.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_impl_ctx_size.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_init.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_iv_length.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_meth_set_set_asn1_params.3.gz -> EVP_CIPHER_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_mode.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_name.3.gz -> EVP_CIPHER_nid.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_param_to_asn1.3.gz -> EVP_CIPHER_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CIPHER_type.3.gz -> EVP_CIPHER_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_Cipher.3.gz -> EVP_CIPHER_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CipherFinal.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CipherFinal_ex.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CipherInit.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CipherInit_ex.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_CipherUpdate.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecodeBlock.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecodeFinal.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecodeInit.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecodeUpdate.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecryptFinal.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecryptFinal_ex.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecryptInit.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecryptInit_ex.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DecryptUpdate.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_Digest.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestFinal.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestFinal_ex.3.gz -> EVP_DigestInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestInit_ex.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestSign.3.gz -> EVP_DigestSignInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestSignFinal.3.gz -> EVP_DigestSignInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_DigestSignInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestSignUpdate.3.gz -> EVP_DigestSignInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestUpdate.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestVerify.3.gz -> EVP_DigestVerifyInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestVerifyFinal.3.gz -> EVP_DigestVerifyInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_DigestVerifyInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_DigestVerifyUpdate.3.gz -> EVP_DigestVerifyInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_ENCODE_CTX_free.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_ENCODE_CTX_new.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_EncodeBlock.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_EncodeFinal.3.gz -> EVP_EncodeInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_EncodeUpdate.3.gz -> EVP_EncodeInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_EncryptFinal.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_EncryptFinal_ex.3.gz -> EVP_EncryptInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_EncryptInit_ex.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_EncryptUpdate.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_block_size.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_cleanup.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_clear_flags.3.gz -> EVP_MD_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_copy.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_copy_ex.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_create.3.gz -> EVP_DigestInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_MD_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_destroy.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_free.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_init.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_md.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_md_data.3.gz -> EVP_MD_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_new.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_pkey_ctx.3.gz -> EVP_MD_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_reset.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_set_flags.3.gz -> EVP_MD_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_set_pkey_ctx.3.gz -> EVP_MD_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_size.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_test_flags.3.gz -> EVP_MD_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_CTX_type.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_block_size.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_do_all.3.gz -> EVP_CIPHER_do_all.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_do_all_sorted.3.gz -> EVP_CIPHER_do_all.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_flags.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_name.3.gz -> EVP_MD_nid.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_pkey_type.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_size.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_MD_type.3.gz -> EVP_MD_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_OpenFinal.3.gz -> EVP_OpenInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_OpenInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_OpenUpdate.3.gz -> EVP_OpenInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKCS82PKEY.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY2PKCS8.3.gz -> EVP_PKCS82PKEY.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_add1_hkdf_info.3.gz -> EVP_PKEY_CTX_set_hkdf_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_add1_tls1_prf_seed.3.gz -> EVP_PKEY_CTX_set_tls1_prf_md.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_ctrl_str.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_dup.3.gz -> EVP_PKEY_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_free.3.gz -> EVP_PKEY_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get0_ecdh_kdf_ukm.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get0_peerkey.3.gz -> EVP_PKEY_derive.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get0_pkey.3.gz -> EVP_PKEY_CTX_get_operation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get0_rsa_oaep_label.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get1_id.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get1_id_len.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_app_data.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_cb.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_data.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_cofactor_mode.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_kdf_md.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_kdf_outlen.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_ecdh_kdf_type.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_keygen_info.3.gz -> EVP_PKEY_keygen.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_CTX_get_operation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_rsa_mgf1_md.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_rsa_oaep_md.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_rsa_padding.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_rsa_pss_saltlen.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_get_signature_md.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_hkdf_mode.3.gz -> EVP_PKEY_CTX_set_hkdf_md.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_new_id.3.gz -> EVP_PKEY_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set0_ecdh_kdf_ukm.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set0_keygen_info.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set0_rsa_oaep_label.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set1_hkdf_key.3.gz -> EVP_PKEY_CTX_set_hkdf_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set1_hkdf_salt.3.gz -> EVP_PKEY_CTX_set_hkdf_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set1_id.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set1_tls1_prf_secret.3.gz -> EVP_PKEY_CTX_set_tls1_prf_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_app_data.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_cb.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_data.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_generator.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_prime_len.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_dsa_paramgen_bits.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_ec_param_enc.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_ec_paramgen_curve_nid.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_cofactor_mode.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_kdf_md.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_kdf_outlen.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_ecdh_kdf_type.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_CTX_set_hkdf_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_keygen_bits.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_keygen_pubexp.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_mgf1_md.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_oaep_md.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_padding.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_saltlen.3.gz -> RSA_pkey_ctx_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_CTX_set_signature_md.3.gz -> EVP_PKEY_CTX_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_asn1_find.3.gz -> EVP_PKEY_asn1_get_count.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_asn1_find_str.3.gz -> EVP_PKEY_asn1_get_count.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_asn1_get0.3.gz -> EVP_PKEY_asn1_get_count.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_asn1_get0_info.3.gz -> EVP_PKEY_asn1_get_count.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_asn1_get_count.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_assign.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_assign_DH.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_assign_DSA.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_assign_EC_KEY.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_assign_RSA.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_base_id.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_bits.3.gz -> EVP_PKEY_size.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_cmp_parameters.3.gz -> EVP_PKEY_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_copy_parameters.3.gz -> EVP_PKEY_cmp.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_decrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_decrypt_init.3.gz -> EVP_PKEY_decrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_decrypt_old.3.gz -> RSA_public_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_derive.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_derive_init.3.gz -> EVP_PKEY_derive.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_derive_set_peer.3.gz -> EVP_PKEY_derive.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_encrypt_init.3.gz -> EVP_PKEY_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_encrypt_old.3.gz -> RSA_public_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_free.3.gz -> EVP_PKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_gen_cb.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get0.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get0_DH.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get0_DSA.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get0_EC_KEY.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get0_RSA.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get0_asn1.3.gz -> EVP_PKEY_asn1_get_count.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get0_hmac.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get1_DH.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get1_DSA.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get1_EC_KEY.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get1_RSA.3.gz -> EVP_PKEY_set1_RSA.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_get_default_digest_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get_raw_private_key.3.gz -> EVP_PKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_get_raw_public_key.3.gz -> EVP_PKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_id.3.gz -> EVP_PKEY_set1_RSA.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_keygen_init.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_missing_parameters.3.gz -> EVP_PKEY_cmp.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_new_CMAC_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_new_mac_key.3.gz -> EVP_PKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_new_raw_private_key.3.gz -> EVP_PKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_new_raw_public_key.3.gz -> EVP_PKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_paramgen.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_paramgen_init.3.gz -> EVP_PKEY_keygen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_print_params.3.gz -> EVP_PKEY_print_private.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_print_private.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_print_public.3.gz -> EVP_PKEY_print_private.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_security_bits.3.gz -> EVP_PKEY_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_set1_DH.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_set1_DSA.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_set1_EC_KEY.3.gz -> EVP_PKEY_set1_RSA.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_set_type.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_set_type_str.3.gz -> EVP_PKEY_set1_RSA.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_sign_init.3.gz -> EVP_PKEY_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_type.3.gz -> EVP_PKEY_set1_RSA.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_up_ref.3.gz -> EVP_PKEY_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_verify_init.3.gz -> EVP_PKEY_verify.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_PKEY_verify_recover.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_PKEY_verify_recover_init.3.gz -> EVP_PKEY_verify_recover.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_SealFinal.3.gz -> EVP_SealInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_SealInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_SealUpdate.3.gz -> EVP_SealInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_SignFinal.3.gz -> EVP_SignInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_SignInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_SignInit_ex.3.gz -> EVP_SignInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_SignUpdate.3.gz -> EVP_SignInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_VerifyFinal.3.gz -> EVP_VerifyInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_VerifyInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_VerifyInit_ex.3.gz -> EVP_VerifyInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_VerifyUpdate.3.gz -> EVP_VerifyInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aead_aes_128_gcm.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aead_aes_256_gcm.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aead_chacha20_poly1305.3.gz -> EVP_AEAD_CTX_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aead_xchacha20_poly1305.3.gz -> EVP_AEAD_CTX_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_cbc_hmac_sha1.3.gz -> EVP_aes_128_cbc.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_aes_128_ccm.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_cfb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_cfb1.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_cfb128.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_cfb8.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_ctr.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_ecb.3.gz -> EVP_aes_128_cbc.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_aes_128_gcm.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_ofb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_wrap.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_128_xts.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_cbc.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_ccm.3.gz -> EVP_aes_128_ccm.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_cfb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_cfb1.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_cfb128.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_cfb8.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_ctr.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_ecb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_gcm.3.gz -> EVP_aes_128_gcm.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_ofb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_192_wrap.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_cbc.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_cbc_hmac_sha1.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_ccm.3.gz -> EVP_aes_128_ccm.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_cfb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_cfb1.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_cfb128.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_cfb8.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_ctr.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_ecb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_gcm.3.gz -> EVP_aes_128_gcm.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_ofb.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_wrap.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_aes_256_xts.3.gz -> EVP_aes_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_bf_cbc.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_bf_cfb.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_bf_cfb64.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_bf_ecb.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_bf_ofb.3.gz -> EVP_EncryptInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_128_cfb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_128_cfb1.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_128_cfb128.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_128_cfb8.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_128_ecb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_128_ofb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_192_cbc.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_192_cfb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_192_cfb1.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_192_cfb128.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_192_cfb8.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_192_ecb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_192_ofb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_256_cbc.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_256_cfb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_256_cfb1.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_256_cfb128.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_256_cfb8.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_256_ecb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_camellia_256_ofb.3.gz -> EVP_camellia_128_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_cast5_cbc.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_cast5_cfb.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_cast5_cfb64.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_cast5_ecb.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_cast5_ofb.3.gz -> EVP_EncryptInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_chacha20.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_chacha20_poly1305.3.gz -> EVP_chacha20.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_cleanup.3.gz -> OpenSSL_add_all_algorithms.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_cfb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_cfb1.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_cfb64.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_cfb8.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ecb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3_cbc.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3_cfb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3_cfb1.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3_cfb64.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3_cfb8.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3_ecb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede3_ofb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede_cbc.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede_cfb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede_cfb64.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede_ecb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ede_ofb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_des_ofb.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_desx_cbc.3.gz -> EVP_des_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_enc_null.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_get_cipherbyname.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_get_cipherbynid.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_get_cipherbyobj.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_get_digestbyname.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_get_digestbynid.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_get_digestbyobj.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_get_pw_prompt.3.gz -> des_read_pw.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_idea_cbc.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_idea_cfb.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_idea_cfb64.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_idea_ecb.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_idea_ofb.3.gz -> EVP_EncryptInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_md4.3.gz -> EVP_sha1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_md5.3.gz -> EVP_sha1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_md5_sha1.3.gz -> EVP_sha1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_md_null.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc2_40_cbc.3.gz -> EVP_rc2_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc2_64_cbc.3.gz -> EVP_rc2_cbc.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_rc2_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc2_cfb.3.gz -> EVP_rc2_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc2_cfb64.3.gz -> EVP_rc2_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc2_ecb.3.gz -> EVP_rc2_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc2_ofb.3.gz -> EVP_rc2_cbc.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_rc4.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc4_40.3.gz -> EVP_rc4.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_rc4_hmac_md5.3.gz -> EVP_rc4.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_read_pw_string.3.gz -> des_read_pw.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_read_pw_string_min.3.gz -> des_read_pw.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_ripemd160.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_set_pw_prompt.3.gz -> des_read_pw.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_sha1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha224.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha256.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha384.3.gz -> EVP_DigestInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_sha3_224.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha3_256.3.gz -> EVP_sha3_224.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha3_384.3.gz -> EVP_sha3_224.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha3_512.3.gz -> EVP_sha3_224.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha512.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha512_224.3.gz -> EVP_DigestInit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sha512_256.3.gz -> EVP_DigestInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_sm3.3.gz +-rw-r--r-- root/root usr/share/man/man3/EVP_sm4_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sm4_cfb.3.gz -> EVP_sm4_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sm4_cfb128.3.gz -> EVP_sm4_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sm4_ctr.3.gz -> EVP_sm4_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sm4_ecb.3.gz -> EVP_sm4_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EVP_sm4_ofb.3.gz -> EVP_sm4_cbc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/EXTENDED_KEY_USAGE_free.3.gz -> EXTENDED_KEY_USAGE_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/EXTENDED_KEY_USAGE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/GENERAL_NAMES_free.3.gz -> GENERAL_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/GENERAL_NAMES_new.3.gz -> GENERAL_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/GENERAL_NAME_free.3.gz -> GENERAL_NAME_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/GENERAL_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/GENERAL_SUBTREE_free.3.gz -> NAME_CONSTRAINTS_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/GENERAL_SUBTREE_new.3.gz -> NAME_CONSTRAINTS_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/GEN_SESSION_CB.3.gz -> SSL_CTX_set_generate_session_id.3.gz +-rw-r--r-- root/root usr/share/man/man3/HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_CTX_copy.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_CTX_free.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_CTX_get_md.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_CTX_new.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_CTX_reset.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_CTX_set_flags.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_Final.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_Init_ex.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_Update.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/HMAC_size.3.gz -> HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/IPAddressChoice_free.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/IPAddressChoice_new.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/IPAddressFamily_free.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/IPAddressFamily_new.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/IPAddressOrRange_free.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/IPAddressOrRange_new.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/IPAddressRange_free.3.gz -> IPAddressRange_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ISSUING_DIST_POINT_free.3.gz -> DIST_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ISSUING_DIST_POINT_new.3.gz -> DIST_POINT_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/LHASH_COMP_FN_TYPE.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/LHASH_DOALL_ARG_FN_TYPE.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/LHASH_DOALL_FN_TYPE.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/LHASH_HASH_FN_TYPE.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/LIBRESSL_VERSION_NUMBER.3.gz -> OPENSSL_VERSION_NUMBER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/LIBRESSL_VERSION_TEXT.3.gz -> OPENSSL_VERSION_NUMBER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/MD4.3.gz -> MD5.3.gz +lrwxrwxrwx root/root usr/share/man/man3/MD4_Final.3.gz -> MD5.3.gz +lrwxrwxrwx root/root usr/share/man/man3/MD4_Init.3.gz -> MD5.3.gz +lrwxrwxrwx root/root usr/share/man/man3/MD4_Update.3.gz -> MD5.3.gz +-rw-r--r-- root/root usr/share/man/man3/MD5.3.gz +lrwxrwxrwx root/root usr/share/man/man3/MD5_Final.3.gz -> MD5.3.gz +lrwxrwxrwx root/root usr/share/man/man3/MD5_Init.3.gz -> MD5.3.gz +lrwxrwxrwx root/root usr/share/man/man3/MD5_Update.3.gz -> MD5.3.gz +lrwxrwxrwx root/root usr/share/man/man3/NAME_CONSTRAINTS_free.3.gz -> NAME_CONSTRAINTS_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/NAME_CONSTRAINTS_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/NOTICEREF_free.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/NOTICEREF_new.3.gz -> POLICYINFO_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OBJ_NAME_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_NAME_cleanup.3.gz -> OBJ_NAME_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_NAME_do_all.3.gz -> EVP_CIPHER_do_all.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_NAME_do_all_sorted.3.gz -> EVP_CIPHER_do_all.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_NAME_get.3.gz -> OBJ_NAME_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_NAME_init.3.gz -> OBJ_NAME_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_NAME_new_index.3.gz -> OBJ_NAME_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_NAME_remove.3.gz -> OBJ_NAME_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_add_object.3.gz -> OBJ_create.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_cleanup.3.gz -> OBJ_create.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_cmp.3.gz -> OBJ_nid2obj.3.gz +-rw-r--r-- root/root usr/share/man/man3/OBJ_create.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_create_objects.3.gz -> OBJ_create.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_dup.3.gz -> OBJ_nid2obj.3.gz +-rw-r--r-- root/root usr/share/man/man3/OBJ_find_sigid_algs.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_find_sigid_by_algs.3.gz -> OBJ_find_sigid_algs.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_get0_data.3.gz -> d2i_ASN1_OBJECT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_length.3.gz -> d2i_ASN1_OBJECT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_ln2nid.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_new_nid.3.gz -> OBJ_create.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_nid2ln.3.gz -> OBJ_nid2obj.3.gz +-rw-r--r-- root/root usr/share/man/man3/OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_nid2sn.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_obj2nid.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_obj2txt.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_sn2nid.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_txt2nid.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OBJ_txt2obj.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_BASICRESP_free.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_BASICRESP_new.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_CERTID_free.3.gz -> OCSP_cert_to_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_CERTID_new.3.gz -> OCSP_cert_to_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_CERTSTATUS_free.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_CERTSTATUS_new.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_CRLID_free.3.gz -> OCSP_CRLID_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_CRLID_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_ONEREQ_free.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_ONEREQ_new.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REQINFO_free.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REQINFO_new.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REQUEST_free.3.gz -> OCSP_REQUEST_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REQ_CTX_add1_header.3.gz -> OCSP_sendreq_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REQ_CTX_free.3.gz -> OCSP_sendreq_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REQ_CTX_set1_req.3.gz -> OCSP_sendreq_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPBYTES_free.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPBYTES_new.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPDATA_free.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPDATA_new.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPID_free.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPID_new.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPONSE_free.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_RESPONSE_new.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REVOKEDINFO_free.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_REVOKEDINFO_new.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_SERVICELOC_free.3.gz -> OCSP_SERVICELOC_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_SERVICELOC_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_SIGNATURE_free.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_SIGNATURE_new.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_SINGLERESP_free.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_SINGLERESP_get0_id.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_SINGLERESP_new.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_basic_add1_nonce.3.gz -> OCSP_request_add1_nonce.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_basic_sign.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_basic_verify.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_cert_id_new.3.gz -> OCSP_cert_to_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_cert_status_str.3.gz -> OCSP_resp_find_status.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_cert_to_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_check_nonce.3.gz -> OCSP_request_add1_nonce.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_check_validity.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_copy_nonce.3.gz -> OCSP_request_add1_nonce.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_id_cmp.3.gz -> OCSP_cert_to_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_id_get0_info.3.gz -> OCSP_cert_to_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_id_issuer_cmp.3.gz -> OCSP_cert_to_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_parse_url.3.gz -> OCSP_sendreq_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_request_add0_id.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_request_add1_cert.3.gz -> OCSP_REQUEST_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_request_add1_nonce.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_request_onereq_count.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_request_onereq_get0.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_request_sign.3.gz -> OCSP_REQUEST_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_resp_count.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_resp_find.3.gz -> OCSP_resp_find_status.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_resp_get0.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_response_create.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_response_get1_basic.3.gz -> OCSP_response_status.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_response_status_str.3.gz -> OCSP_response_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_sendreq_bio.3.gz -> OCSP_sendreq_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_sendreq_nbio.3.gz -> OCSP_sendreq_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OCSP_sendreq_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_single_get0_status.3.gz -> OCSP_resp_find_status.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OCSP_url_svcloc_new.3.gz -> OCSP_SERVICELOC_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_VERSION_NUMBER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_VERSION_TEXT.3.gz -> OPENSSL_VERSION_NUMBER.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_cleanse.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_config.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_free.3.gz -> OPENSSL_malloc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_gmtime.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_init.3.gz -> OPENSSL_init_crypto.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_init_crypto.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_init_ssl.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_load_builtin_modules.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_malloc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_no_config.3.gz -> OPENSSL_config.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_posix_to_tm.3.gz -> ASN1_TIME_set.3.gz +-rw-r--r-- root/root usr/share/man/man3/OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_strdup.3.gz -> OPENSSL_malloc.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_timegm.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OPENSSL_tm_to_posix.3.gz -> ASN1_TIME_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OTHERNAME_free.3.gz -> GENERAL_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OTHERNAME_new.3.gz -> GENERAL_NAME_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/OpenSSL_add_all_algorithms.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OpenSSL_add_all_ciphers.3.gz -> OpenSSL_add_all_algorithms.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OpenSSL_add_all_digests.3.gz -> OpenSSL_add_all_algorithms.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OpenSSL_add_ssl_algorithms.3.gz -> SSL_library_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OpenSSL_version.3.gz -> OPENSSL_VERSION_NUMBER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/OpenSSL_version_num.3.gz -> OPENSSL_VERSION_NUMBER.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_ASN1_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_ASN1_read_bio.3.gz -> PEM_ASN1_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_X509_INFO_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_X509_INFO_read_bio.3.gz -> PEM_X509_INFO_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_bytes_read_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_def_callback.3.gz -> PEM_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_do_header.3.gz -> PEM_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_get_EVP_CIPHER_INFO.3.gz -> PEM_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_CMS.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_DHparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_DSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_DSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_DSAparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_ECPKParameters.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_ECPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_EC_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_PKCS7.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_PKCS8.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_PKCS8_PRIV_KEY_INFO.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_PrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_RSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_RSAPublicKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_RSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_read_SSL_SESSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_X509.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_X509_AUX.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_X509_CRL.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_X509_REQ.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio.3.gz -> PEM_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_CMS.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_DHparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_DSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_DSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_DSAparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_ECPKParameters.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_ECPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_EC_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_PKCS7.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_PKCS8.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_PKCS8_PRIV_KEY_INFO.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_RSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_RSAPublicKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_RSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_SSL_SESSION.3.gz -> PEM_read_SSL_SESSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_X509.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_X509_AUX.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_X509_CRL.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_read_bio_X509_REQ.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write.3.gz -> PEM_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_CMS.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_DHparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_DSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_DSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_DSAparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_ECPKParameters.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_ECPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_EC_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_PKCS7.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_PKCS8.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_PKCS8PrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_PKCS8PrivateKey_nid.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_PKCS8_PRIV_KEY_INFO.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_PrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_RSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_RSAPublicKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_RSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_SSL_SESSION.3.gz -> PEM_read_SSL_SESSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_X509.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_X509_AUX.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_X509_CRL.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_X509_REQ.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_X509_REQ_NEW.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio.3.gz -> PEM_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_CMS.3.gz -> PEM_read_bio_PrivateKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_write_bio_CMS_stream.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_DHparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_DSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_DSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_DSAparams.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_ECPKParameters.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_ECPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_EC_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_PKCS7.3.gz -> PEM_read_bio_PrivateKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/PEM_write_bio_PKCS7_stream.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_PKCS8.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_PKCS8PrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_PKCS8PrivateKey_nid.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_PKCS8_PRIV_KEY_INFO.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_PrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_RSAPrivateKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_RSAPublicKey.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_RSA_PUBKEY.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_SSL_SESSION.3.gz -> PEM_read_SSL_SESSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_X509.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_X509_AUX.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_X509_CRL.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_X509_REQ.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PEM_write_bio_X509_REQ_NEW.3.gz -> PEM_read_bio_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS12_BAGS_free.3.gz -> PKCS12_SAFEBAG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS12_BAGS_new.3.gz -> PKCS12_SAFEBAG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS12_MAC_DATA_free.3.gz -> PKCS12_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS12_MAC_DATA_new.3.gz -> PKCS12_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS12_SAFEBAG_free.3.gz -> PKCS12_SAFEBAG_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS12_SAFEBAG_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS12_create.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS12_free.3.gz -> PKCS12_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS12_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS12_newpass.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS12_parse.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS5_PBKDF2_HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS5_PBKDF2_HMAC_SHA1.3.gz -> PKCS5_PBKDF2_HMAC.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_DIGEST_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_DIGEST_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ENCRYPT_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ENCRYPT_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ENC_CONTENT_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ENC_CONTENT_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ENVELOPE_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ENVELOPE_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ISSUER_AND_SERIAL_digest.3.gz -> X509_digest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ISSUER_AND_SERIAL_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_ISSUER_AND_SERIAL_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_RECIP_INFO_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_RECIP_INFO_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_SIGNED_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_SIGNED_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_SIGNER_INFO_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_SIGNER_INFO_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_SIGN_ENVELOPE_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_SIGN_ENVELOPE_new.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_add0_attrib_signing_time.3.gz -> PKCS7_add_attribute.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_add1_attrib_digest.3.gz -> PKCS7_add_attribute.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_add_attrib_content_type.3.gz -> PKCS7_add_attribute.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_add_attrib_smimecap.3.gz -> PKCS7_add_attribute.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_add_attribute.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_add_signed_attribute.3.gz -> PKCS7_add_attribute.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_content_new.3.gz -> PKCS7_set_content.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_dataFinal.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_dataInit.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_decrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_final.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_free.3.gz -> PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_get0_signers.3.gz -> PKCS7_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_get_attribute.3.gz -> PKCS7_add_attribute.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_get_signed_attribute.3.gz -> PKCS7_add_attribute.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_get_signer_info.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_set0_type_other.3.gz -> PKCS7_set_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_set_attributes.3.gz -> PKCS7_add_attribute.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_set_content.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS7_set_signed_attributes.3.gz -> PKCS7_add_attribute.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_set_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_sign_add_signer.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS7_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS8_PRIV_KEY_INFO_free.3.gz -> PKCS8_PRIV_KEY_INFO_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS8_PRIV_KEY_INFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS8_pkey_add1_attr_by_NID.3.gz -> PKCS8_pkey_set0.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS8_pkey_get0.3.gz -> PKCS8_pkey_set0.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKCS8_pkey_get0_attrs.3.gz -> PKCS8_pkey_set0.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKCS8_pkey_set0.3.gz +lrwxrwxrwx root/root usr/share/man/man3/PKEY_USAGE_PERIOD_free.3.gz -> PKEY_USAGE_PERIOD_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/PKEY_USAGE_PERIOD_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/POLICYINFO_free.3.gz -> POLICYINFO_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/POLICYQUALINFO_free.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/POLICYQUALINFO_new.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/POLICY_CONSTRAINTS_free.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/POLICY_CONSTRAINTS_new.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/POLICY_MAPPING_free.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/POLICY_MAPPING_new.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_SSLeay.3.gz -> RAND_set_rand_method.3.gz +-rw-r--r-- root/root usr/share/man/man3/RAND_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/RAND_bytes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_cleanup.3.gz -> RAND_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_file_name.3.gz -> RAND_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_get_rand_method.3.gz -> RAND_set_rand_method.3.gz +-rw-r--r-- root/root usr/share/man/man3/RAND_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_poll.3.gz -> RAND_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_pseudo_bytes.3.gz -> RAND_bytes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_seed.3.gz -> RAND_add.3.gz +-rw-r--r-- root/root usr/share/man/man3/RAND_set_rand_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_status.3.gz -> RAND_add.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RAND_write_file.3.gz -> RAND_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RC2_cbc_encrypt.3.gz -> RC2_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RC2_cfb64_encrypt.3.gz -> RC2_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RC2_decrypt.3.gz -> RC2_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RC2_ecb_encrypt.3.gz -> RC2_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/RC2_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RC2_ofb64_encrypt.3.gz -> RC2_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RC2_set_key.3.gz -> RC2_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/RC4.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RC4_set_key.3.gz -> RC4.3.gz +-rw-r--r-- root/root usr/share/man/man3/RIPEMD160.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RIPEMD160_Final.3.gz -> RIPEMD160.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RIPEMD160_Init.3.gz -> RIPEMD160.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RIPEMD160_Update.3.gz -> RIPEMD160.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSAPrivateKey_dup.3.gz -> RSA_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSAPublicKey_dup.3.gz -> RSA_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_PKCS1_SSLeay.3.gz -> RSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_PSS_PARAMS_free.3.gz -> RSA_PSS_PARAMS_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_PSS_PARAMS_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_bits.3.gz -> RSA_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_blinding_off.3.gz -> RSA_blinding_on.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_blinding_on.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_check_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_clear_flags.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_flags.3.gz -> RSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_free.3.gz -> RSA_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_generate_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_generate_key_ex.3.gz -> RSA_generate_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_crt_params.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_d.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_dmp1.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_dmq1.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_e.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_factors.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_iqmp.3.gz -> RSA_get0_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_n.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_p.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get0_q.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get_default_method.3.gz -> RSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get_ex_data.3.gz -> RSA_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_get_method.3.gz -> RSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_dup.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_free.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get0_app_data.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get0_name.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_bn_mod_exp.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_finish.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_flags.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_init.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_keygen.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_mod_exp.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_priv_dec.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_priv_enc.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_pub_dec.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_pub_enc.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_sign.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_get_verify.3.gz -> RSA_meth_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set0_app_data.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set1_name.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_bn_mod_exp.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_finish.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_flags.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_init.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_keygen.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_mod_exp.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_priv_dec.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_priv_enc.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_pub_dec.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_pub_enc.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_sign.3.gz -> RSA_meth_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_meth_set_verify.3.gz -> RSA_meth_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_new_method.3.gz -> RSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_padding_add_PKCS1_OAEP.3.gz -> RSA_padding_add_PKCS1_type_1.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_padding_add_PKCS1_type_1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_padding_add_PKCS1_type_2.3.gz -> RSA_padding_add_PKCS1_type_1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_padding_add_none.3.gz -> RSA_padding_add_PKCS1_type_1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_padding_check_PKCS1_OAEP.3.gz -> RSA_padding_add_PKCS1_type_1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_padding_check_PKCS1_type_1.3.gz -> RSA_padding_add_PKCS1_type_1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_padding_check_PKCS1_type_2.3.gz -> RSA_padding_add_PKCS1_type_1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_padding_check_none.3.gz -> RSA_padding_add_PKCS1_type_1.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_pkey_ctx_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_print_fp.3.gz -> RSA_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_private_decrypt.3.gz -> RSA_public_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_private_encrypt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_public_decrypt.3.gz -> RSA_private_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_public_encrypt.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_security_bits.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_set0_crt_params.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_set0_factors.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_set0_key.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_set_default_method.3.gz -> RSA_set_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_set_ex_data.3.gz -> RSA_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_set_flags.3.gz -> RSA_get0_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_set_method.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_sign_ASN1_OCTET_STRING.3.gz +-rw-r--r-- root/root usr/share/man/man3/RSA_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_test_flags.3.gz -> RSA_get0_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_up_ref.3.gz -> RSA_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_verify.3.gz -> RSA_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/RSA_verify_ASN1_OCTET_STRING.3.gz -> RSA_sign_ASN1_OCTET_STRING.3.gz +-rw-r--r-- root/root usr/share/man/man3/SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA1_Final.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA1_Init.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA1_Update.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA224.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA224_Final.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA224_Init.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA224_Update.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA256.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA256_Final.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA256_Init.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA256_Update.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA384.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA384_Final.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA384_Init.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA384_Update.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA512.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA512_Final.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA512_Init.3.gz -> SHA1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SHA512_Update.3.gz -> SHA1.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_crlf_copy.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_read_ASN1.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_read_CMS.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_read_PKCS7.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_text.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_write_ASN1.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_write_CMS.3.gz +-rw-r--r-- root/root usr/share/man/man3/SMIME_write_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_description.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_find.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_auth_nid.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_bits.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_cipher_nid.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_digest_nid.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_handshake_digest.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_id.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_kx_nid.3.gz -> SSL_CIPHER_get_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_get_version.3.gz -> SSL_CIPHER_get_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CIPHER_is_aead.3.gz -> SSL_CIPHER_get_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_COMP_add_compression_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_COMP_get_compression_methods.3.gz -> SSL_COMP_add_compression_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_add0_chain_cert.3.gz -> SSL_CTX_add1_chain_cert.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_add_client_CA.3.gz -> SSL_CTX_set_client_CA_list.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_add_extra_chain_cert.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_add_session.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_callback_ctrl.3.gz -> SSL_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_check_private_key.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_clear_chain_certs.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_clear_extra_chain_certs.3.gz -> SSL_CTX_add_extra_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_clear_mode.3.gz -> SSL_CTX_set_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_clear_options.3.gz -> SSL_CTX_set_options.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_flush_sessions.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_get0_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get0_chain_certs.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get0_param.3.gz -> SSL_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_cert_store.3.gz -> SSL_CTX_set_cert_store.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_ciphers.3.gz -> SSL_get_ciphers.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_client_CA_list.3.gz -> SSL_get_client_CA_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_client_cert_cb.3.gz -> SSL_CTX_set_client_cert_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_default_passwd_cb.3.gz -> SSL_CTX_set_default_passwd_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_default_passwd_cb_userdata.3.gz -> SSL_CTX_set_default_passwd_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_default_read_ahead.3.gz -> SSL_CTX_set_read_ahead.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_ex_data.3.gz -> SSL_CTX_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_extra_chain_certs.3.gz -> SSL_CTX_add_extra_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_extra_chain_certs_only.3.gz -> SSL_CTX_add_extra_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_info_callback.3.gz -> SSL_CTX_set_info_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_keylog_callback.3.gz -> SSL_CTX_set_keylog_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_max_cert_list.3.gz -> SSL_CTX_set_max_cert_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_max_early_data.3.gz -> SSL_read_early_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_max_proto_version.3.gz -> SSL_CTX_set_min_proto_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_min_proto_version.3.gz -> SSL_CTX_set_min_proto_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_mode.3.gz -> SSL_CTX_set_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_num_tickets.3.gz -> SSL_CTX_set_num_tickets.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_options.3.gz -> SSL_CTX_set_options.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_quiet_shutdown.3.gz -> SSL_CTX_set_quiet_shutdown.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_read_ahead.3.gz -> SSL_CTX_set_read_ahead.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_security_level.3.gz -> SSL_CTX_set_security_level.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_session_cache_mode.3.gz -> SSL_CTX_set_session_cache_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_ssl_method.3.gz -> SSL_CTX_set_ssl_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_timeout.3.gz -> SSL_CTX_set_timeout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_tlsext_status_arg.3.gz -> SSL_CTX_set_tlsext_status_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_tlsext_status_cb.3.gz -> SSL_CTX_set_tlsext_status_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_verify_callback.3.gz -> SSL_CTX_get_verify_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_get_verify_depth.3.gz -> SSL_CTX_get_verify_mode.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_get_verify_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_keylog_cb_func.3.gz -> SSL_CTX_set_keylog_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_load_verify_locations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_need_tmp_RSA.3.gz -> SSL_CTX_set_tmp_rsa_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_remove_session.3.gz -> SSL_CTX_add_session.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_accept.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_accept_good.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_accept_renegotiate.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_cache_full.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_cb_hits.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_connect.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_connect_good.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_connect_renegotiate.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_get_cache_size.3.gz -> SSL_CTX_sess_set_cache_size.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_get_get_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_get_new_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_get_remove_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_hits.3.gz -> SSL_CTX_sess_number.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_misses.3.gz -> SSL_CTX_sess_number.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_sess_number.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_sess_set_cache_size.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_set_new_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_set_remove_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_sess_timeouts.3.gz -> SSL_CTX_sess_number.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_sessions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set0_chain.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set1_cert_store.3.gz -> SSL_CTX_set_cert_store.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set1_chain.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set1_curves.3.gz -> SSL_CTX_set1_groups.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set1_curves_list.3.gz -> SSL_CTX_set1_groups.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set1_groups.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set1_groups_list.3.gz -> SSL_CTX_set1_groups.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set1_param.3.gz -> SSL_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_alpn_protos.3.gz -> SSL_CTX_set_alpn_select_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_alpn_select_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_cert_store.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_cert_verify_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_cipher_list.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_client_CA_list.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_client_cert_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_default_passwd_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_default_passwd_cb_userdata.3.gz -> SSL_CTX_set_default_passwd_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_default_verify_paths.3.gz -> SSL_CTX_load_verify_locations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_ecdh_auto.3.gz -> SSL_set_tmp_ecdh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_ex_data.3.gz -> SSL_CTX_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_generate_session_id.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_info_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_keylog_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_max_cert_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_max_early_data.3.gz -> SSL_read_early_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_max_proto_version.3.gz -> SSL_CTX_set_min_proto_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_max_send_fragment.3.gz -> SSL_set_max_send_fragment.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_min_proto_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_mode.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_msg_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_msg_callback_arg.3.gz -> SSL_CTX_set_msg_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_num_tickets.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_options.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_quiet_shutdown.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_read_ahead.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_security_level.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_session_cache_mode.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_session_id_context.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_ssl_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_timeout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_tlsext_servername_arg.3.gz -> SSL_CTX_set_tlsext_servername_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_tlsext_servername_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_tlsext_status_arg.3.gz -> SSL_CTX_set_tlsext_status_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_tlsext_status_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_tlsext_use_srtp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_tmp_dh.3.gz -> SSL_CTX_set_tmp_dh_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_tmp_dh_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_tmp_ecdh.3.gz -> SSL_set_tmp_ecdh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_tmp_ecdh_callback.3.gz -> SSL_set_tmp_ecdh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_tmp_rsa.3.gz -> SSL_CTX_set_tmp_rsa_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_tmp_rsa_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_set_verify_depth.3.gz -> SSL_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_up_ref.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_PrivateKey.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_PrivateKey_ASN1.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_PrivateKey_file.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_RSAPrivateKey.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_RSAPrivateKey_ASN1.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_RSAPrivateKey_file.3.gz -> SSL_CTX_use_certificate.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_certificate_ASN1.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_certificate_chain_file.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_certificate_chain_mem.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_CTX_use_certificate_file.3.gz -> SSL_CTX_use_certificate.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_get0_cipher.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_get0_id_context.3.gz -> SSL_SESSION_set1_id_context.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_get0_peer.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_get_compress_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_get_ex_data.3.gz -> SSL_SESSION_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_get_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_get_master_key.3.gz -> SSL_get_client_random.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_get_max_early_data.3.gz -> SSL_read_early_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_get_protocol_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_get_ticket_lifetime_hint.3.gz -> SSL_SESSION_has_ticket.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_get_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_get_timeout.3.gz -> SSL_SESSION_get_time.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_has_ticket.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_is_resumable.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_print_fp.3.gz -> SSL_SESSION_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_set1_id.3.gz -> SSL_SESSION_get_id.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_SESSION_set1_id_context.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_set_ex_data.3.gz -> SSL_SESSION_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_set_max_early_data.3.gz -> SSL_read_early_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_set_time.3.gz -> SSL_SESSION_get_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_set_timeout.3.gz -> SSL_SESSION_get_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_SESSION_up_ref.3.gz -> SSL_SESSION_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_accept.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_add0_chain_cert.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_add1_chain_cert.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_add_client_CA.3.gz -> SSL_CTX_set_client_CA_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_add_dir_cert_subjects_to_stack.3.gz -> SSL_load_client_CA_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_add_file_cert_subjects_to_stack.3.gz -> SSL_load_client_CA_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_alert_desc_string.3.gz -> SSL_alert_type_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_alert_desc_string_long.3.gz -> SSL_alert_type_string.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_alert_type_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_alert_type_string_long.3.gz -> SSL_alert_type_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_callback_ctrl.3.gz -> SSL_CTX_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_check_private_key.3.gz -> SSL_CTX_use_certificate.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_clear_chain_certs.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_clear_mode.3.gz -> SSL_CTX_set_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_clear_num_renegotiations.3.gz -> SSL_num_renegotiations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_clear_options.3.gz -> SSL_CTX_set_options.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_connect.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_copy_session_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_ctrl.3.gz -> SSL_CTX_ctrl.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_do_handshake.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_dup.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_dup_CA_list.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_export_keying_material.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_free.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get0_alpn_selected.3.gz -> SSL_CTX_set_alpn_select_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get0_chain_certs.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get0_param.3.gz -> SSL_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get0_peername.3.gz -> SSL_set1_host.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get0_session.3.gz -> SSL_get_session.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get1_session.3.gz -> SSL_get_session.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get1_supported_ciphers.3.gz -> SSL_get_ciphers.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_SSL_CTX.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_cipher.3.gz -> SSL_get_current_cipher.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_cipher_bits.3.gz -> SSL_get_current_cipher.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_cipher_list.3.gz -> SSL_get_ciphers.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_cipher_name.3.gz -> SSL_get_current_cipher.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_cipher_version.3.gz -> SSL_get_current_cipher.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_ciphers.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_client_CA_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_client_ciphers.3.gz -> SSL_get_ciphers.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_client_random.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_current_cipher.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_default_timeout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_early_data_status.3.gz -> SSL_read_early_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_ex_data.3.gz -> SSL_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_fd.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_finished.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_info_callback.3.gz -> SSL_CTX_set_info_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_max_cert_list.3.gz -> SSL_CTX_set_max_cert_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_max_early_data.3.gz -> SSL_read_early_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_max_proto_version.3.gz -> SSL_CTX_set_min_proto_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_min_proto_version.3.gz -> SSL_CTX_set_min_proto_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_mode.3.gz -> SSL_CTX_set_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_num_tickets.3.gz -> SSL_CTX_set_num_tickets.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_options.3.gz -> SSL_CTX_set_options.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_peer_cert_chain.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_peer_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_peer_finished.3.gz -> SSL_get_finished.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_privatekey.3.gz -> SSL_get_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_quiet_shutdown.3.gz -> SSL_CTX_set_quiet_shutdown.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_rbio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_read_ahead.3.gz -> SSL_CTX_set_read_ahead.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_rfd.3.gz -> SSL_get_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_secure_renegotiation_support.3.gz -> SSL_CTX_set_options.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_security_level.3.gz -> SSL_CTX_set_security_level.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_selected_srtp_profile.3.gz -> SSL_CTX_set_tlsext_use_srtp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_server_random.3.gz -> SSL_get_client_random.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_server_tmp_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_servername.3.gz -> SSL_CTX_set_tlsext_servername_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_servername_type.3.gz -> SSL_CTX_set_tlsext_servername_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_session.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_shared_ciphers.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_shutdown.3.gz -> SSL_set_shutdown.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_srtp_profiles.3.gz -> SSL_CTX_set_tlsext_use_srtp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_ssl_method.3.gz -> SSL_CTX_set_ssl_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_time.3.gz -> SSL_SESSION_get_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_timeout.3.gz -> SSL_SESSION_get_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_tlsext_status_ocsp_resp.3.gz -> SSL_CTX_set_tlsext_status_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_tlsext_status_type.3.gz -> SSL_CTX_set_tlsext_status_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_verify_callback.3.gz -> SSL_CTX_get_verify_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_verify_depth.3.gz -> SSL_CTX_get_verify_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_verify_mode.3.gz -> SSL_CTX_get_verify_mode.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_verify_result.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_get_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_wbio.3.gz -> SSL_get_rbio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_get_wfd.3.gz -> SSL_get_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_has_matching_session_id.3.gz -> SSL_CTX_set_generate_session_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_in_accept_init.3.gz -> SSL_get_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_in_before.3.gz -> SSL_get_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_in_connect_init.3.gz -> SSL_get_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_in_init.3.gz -> SSL_get_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_is_dtls.3.gz -> SSL_get_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_is_init_finished.3.gz -> SSL_get_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_is_server.3.gz -> SSL_set_connect_state.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_library_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_load_client_CA_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_load_error_strings.3.gz -> ERR_load_crypto_strings.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_need_tmp_RSA.3.gz -> SSL_CTX_set_tmp_rsa_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_num_renegotiations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_peek.3.gz -> SSL_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_peek_ex.3.gz -> SSL_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_pending.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_psk_use_session_cb_func.3.gz -> SSL_set_psk_use_session_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_read_early_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_read_ex.3.gz -> SSL_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_renegotiate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_renegotiate_abbreviated.3.gz -> SSL_renegotiate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_renegotiate_pending.3.gz -> SSL_renegotiate.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_rstate_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_rstate_string_long.3.gz -> SSL_rstate_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_select_next_proto.3.gz -> SSL_CTX_set_alpn_select_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_session_reused.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set0_chain.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set1_chain.3.gz -> SSL_CTX_add1_chain_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set1_curves.3.gz -> SSL_CTX_set1_groups.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set1_curves_list.3.gz -> SSL_CTX_set1_groups.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set1_groups.3.gz -> SSL_CTX_set1_groups.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set1_groups_list.3.gz -> SSL_CTX_set1_groups.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set1_host.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set1_param.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_SSL_CTX.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_accept_state.3.gz -> SSL_set_connect_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_alpn_protos.3.gz -> SSL_CTX_set_alpn_select_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_cipher_list.3.gz -> SSL_CTX_set_cipher_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_client_CA_list.3.gz -> SSL_CTX_set_client_CA_list.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_connect_state.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_ecdh_auto.3.gz -> SSL_set_tmp_ecdh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_ex_data.3.gz -> SSL_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_generate_session_id.3.gz -> SSL_CTX_set_generate_session_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_hostflags.3.gz -> SSL_set1_host.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_info_callback.3.gz -> SSL_CTX_set_info_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_max_cert_list.3.gz -> SSL_CTX_set_max_cert_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_max_early_data.3.gz -> SSL_read_early_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_max_proto_version.3.gz -> SSL_CTX_set_min_proto_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_max_send_fragment.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_min_proto_version.3.gz -> SSL_CTX_set_min_proto_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_mode.3.gz -> SSL_CTX_set_mode.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_msg_callback.3.gz -> SSL_CTX_set_msg_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_msg_callback_arg.3.gz -> SSL_CTX_set_msg_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_num_tickets.3.gz -> SSL_CTX_set_num_tickets.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_options.3.gz -> SSL_CTX_set_options.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_psk_use_session_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_quiet_shutdown.3.gz -> SSL_CTX_set_quiet_shutdown.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_read_ahead.3.gz -> SSL_CTX_set_read_ahead.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_rfd.3.gz -> SSL_set_fd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_security_level.3.gz -> SSL_CTX_set_security_level.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_session.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_session_id_context.3.gz -> SSL_CTX_set_session_id_context.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_shutdown.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_ssl_method.3.gz -> SSL_CTX_set_ssl_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_time.3.gz -> SSL_SESSION_get_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_timeout.3.gz -> SSL_SESSION_get_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tlsext_host_name.3.gz -> SSL_CTX_set_tlsext_servername_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tlsext_status_ocsp_resp.3.gz -> SSL_CTX_set_tlsext_status_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tlsext_status_type.3.gz -> SSL_CTX_set_tlsext_status_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tlsext_use_srtp.3.gz -> SSL_CTX_set_tlsext_use_srtp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tmp_dh.3.gz -> SSL_CTX_set_tmp_dh_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tmp_dh_callback.3.gz -> SSL_CTX_set_tmp_dh_callback.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_tmp_ecdh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tmp_ecdh_callback.3.gz -> SSL_set_tmp_ecdh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tmp_rsa.3.gz -> SSL_CTX_set_tmp_rsa_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_tmp_rsa_callback.3.gz -> SSL_CTX_set_tmp_rsa_callback.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_verify.3.gz -> SSL_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_verify_depth.3.gz -> SSL_CTX_set_verify.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_set_verify_result.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_set_wfd.3.gz -> SSL_set_fd.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_shutdown.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_state.3.gz -> SSL_get_state.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_state_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_state_string_long.3.gz -> SSL_state_string.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_total_renegotiations.3.gz -> SSL_num_renegotiations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_up_ref.3.gz -> SSL_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_PrivateKey.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_PrivateKey_ASN1.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_PrivateKey_file.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_RSAPrivateKey.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_RSAPrivateKey_ASN1.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_RSAPrivateKey_file.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_certificate.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_certificate_ASN1.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_certificate_chain_file.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_use_certificate_file.3.gz -> SSL_CTX_use_certificate.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_version.3.gz -> SSL_get_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_want.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_want_nothing.3.gz -> SSL_want.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_want_read.3.gz -> SSL_want.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_want_write.3.gz -> SSL_want.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_want_x509_lookup.3.gz -> SSL_want.3.gz +-rw-r--r-- root/root usr/share/man/man3/SSL_write.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_write_early_data.3.gz -> SSL_read_early_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSL_write_ex.3.gz -> SSL_write.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSLeay.3.gz -> OPENSSL_VERSION_NUMBER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSLeay_add_all_algorithms.3.gz -> OpenSSL_add_all_algorithms.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSLeay_add_ssl_algorithms.3.gz -> SSL_library_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSLeay_version.3.gz -> OPENSSL_VERSION_NUMBER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSLv23_client_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSLv23_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/SSLv23_server_method.3.gz -> SSL_CTX_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/STACK_OF.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLS_client_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLS_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLS_server_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_1_client_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_1_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_1_server_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_2_client_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_2_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_2_server_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_client_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TLSv1_server_method.3.gz -> SSL_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_ACCURACY_free.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_ACCURACY_new.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_MSG_IMPRINT_free.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_MSG_IMPRINT_new.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_REQ_free.3.gz -> TS_REQ_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_RESP_free.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_RESP_new.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_STATUS_INFO_free.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_STATUS_INFO_new.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_TST_INFO_free.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TS_TST_INFO_new.3.gz -> TS_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TYPE_get_app_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TYPE_get_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TYPE_get_ex_new_index.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TYPE_set_app_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/TYPE_set_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_OpenSSL.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_add_error_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_add_info_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_add_input_boolean.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_add_input_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_add_user_data.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_add_verify_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_construct_prompt.3.gz -> UI_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_ctrl.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_destroy_method.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_dup_error_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_dup_info_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_dup_input_boolean.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_dup_input_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_dup_verify_string.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_free.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get0_action_string.3.gz -> UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get0_output_string.3.gz -> UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get0_result.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get0_result_string.3.gz -> UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get0_test_string.3.gz -> UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get0_user_data.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get_default_method.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get_ex_new_index.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get_input_flags.3.gz -> UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get_method.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get_result_maxsize.3.gz -> UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_get_result_minsize.3.gz -> UI_get_string_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_get_closer.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_get_flusher.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_get_opener.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_get_prompt_constructor.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_get_reader.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_get_writer.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_set_closer.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_set_flusher.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_set_opener.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_set_prompt_constructor.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_set_reader.3.gz -> UI_create_method.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_method_set_writer.3.gz -> UI_create_method.3.gz +-rw-r--r-- root/root usr/share/man/man3/UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_new_method.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_null.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_process.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_set_default_method.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_set_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_set_method.3.gz -> UI_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/UI_set_result.3.gz -> UI_get_string_type.3.gz +lrwxrwxrwx root/root usr/share/man/man3/USERNOTICE_free.3.gz -> POLICYINFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/USERNOTICE_new.3.gz -> POLICYINFO_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X25519.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X25519_keypair.3.gz -> X25519.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509V3_EXT_d2i.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509V3_EXT_get.3.gz -> X509V3_EXT_get_nid.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509V3_EXT_get_nid.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509V3_EXT_i2d.3.gz -> X509V3_get_d2i.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509V3_EXT_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509V3_EXT_print_fp.3.gz -> X509V3_EXT_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509V3_add1_i2d.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509V3_conf_free.3.gz -> X509V3_parse_list.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509V3_extensions_print.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509V3_get_d2i.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509V3_parse_list.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ALGOR_cmp.3.gz -> X509_ALGOR_dup.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_ALGOR_dup.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ALGOR_free.3.gz -> X509_ALGOR_dup.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ALGOR_get0.3.gz -> X509_ALGOR_dup.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ALGOR_new.3.gz -> X509_ALGOR_dup.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ALGOR_set0.3.gz -> X509_ALGOR_dup.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_count.3.gz -> X509_ATTRIBUTE_get0_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_create.3.gz -> X509_ATTRIBUTE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_create_by_NID.3.gz -> X509_ATTRIBUTE_set1_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_create_by_OBJ.3.gz -> X509_ATTRIBUTE_set1_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_create_by_txt.3.gz -> X509_ATTRIBUTE_set1_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_dup.3.gz -> X509_ATTRIBUTE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_free.3.gz -> X509_ATTRIBUTE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_get0_data.3.gz -> X509_ATTRIBUTE_get0_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_ATTRIBUTE_get0_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_get0_type.3.gz -> X509_ATTRIBUTE_get0_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_ATTRIBUTE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_ATTRIBUTE_set1_data.3.gz -> X509_ATTRIBUTE_set1_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_ATTRIBUTE_set1_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CERT_AUX_free.3.gz -> X509_CINF_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CERT_AUX_new.3.gz -> X509_CINF_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CERT_AUX_print.3.gz -> X509_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CINF_free.3.gz -> X509_CINF_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_CINF_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_INFO_free.3.gz -> X509_CRL_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_INFO_new.3.gz -> X509_CRL_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_add0_revoked.3.gz -> X509_CRL_get0_by_serial.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_add1_ext_i2d.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_add_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_cmp.3.gz -> X509_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_delete_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_digest.3.gz -> X509_digest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_dup.3.gz -> X509_CRL_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_free.3.gz -> X509_CRL_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get0_by_cert.3.gz -> X509_CRL_get0_by_serial.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_CRL_get0_by_serial.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get0_extensions.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get0_lastUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get0_nextUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get0_signature.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get0_tbs_sigalg.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_REVOKED.3.gz -> X509_CRL_get0_by_serial.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_ext_by_NID.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_ext_by_OBJ.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_ext_by_critical.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_ext_count.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_ext_d2i.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_issuer.3.gz -> X509_get_subject_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_lastUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_nextUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_signature_nid.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_get_version.3.gz -> X509_get_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_match.3.gz -> X509_cmp.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_CRL_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_CRL_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_print_fp.3.gz -> X509_CRL_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_set1_lastUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_set1_nextUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_set_issuer_name.3.gz -> X509_get_subject_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_set_lastUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_set_nextUpdate.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_set_version.3.gz -> X509_get_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_sign.3.gz -> X509_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_sign_ctx.3.gz -> X509_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_sort.3.gz -> X509_CRL_get0_by_serial.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_up_ref.3.gz -> X509_CRL_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_CRL_verify.3.gz -> X509_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_create_by_NID.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_create_by_OBJ.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_dup.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_free.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_get_critical.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_get_data.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_get_object.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_new.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_set_critical.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_EXTENSION_set_data.3.gz -> X509_EXTENSION_set_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_INFO_free.3.gz -> X509_INFO_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_INFO_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_LOOKUP_add_dir.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_LOOKUP_add_mem.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_LOOKUP_ctrl.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_LOOKUP_file.3.gz -> X509_LOOKUP_hash_dir.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_LOOKUP_free.3.gz -> X509_LOOKUP_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_LOOKUP_hash_dir.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_LOOKUP_load_file.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_LOOKUP_mem.3.gz -> X509_LOOKUP_hash_dir.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_create_by_NID.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_create_by_OBJ.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_create_by_txt.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_dup.3.gz -> d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_free.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_get_data.3.gz -> X509_NAME_ENTRY_get_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_new.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_set.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_set_data.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_ENTRY_set_object.3.gz -> X509_NAME_ENTRY_get_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_add_entry.3.gz -> X509_NAME_add_entry_by_txt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_add_entry_by_NID.3.gz -> X509_NAME_add_entry_by_txt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_add_entry_by_OBJ.3.gz -> X509_NAME_add_entry_by_txt.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_NAME_add_entry_by_txt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_cmp.3.gz -> X509_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_delete_entry.3.gz -> X509_NAME_add_entry_by_txt.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_digest.3.gz -> X509_digest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_dup.3.gz -> d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_entry_count.3.gz -> X509_NAME_get_index_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_free.3.gz -> X509_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_get0_der.3.gz -> d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_get_entry.3.gz -> X509_NAME_get_index_by_NID.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_NAME_get_index_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_get_index_by_OBJ.3.gz -> X509_NAME_get_index_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_get_text_by_NID.3.gz -> X509_NAME_get_index_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_get_text_by_OBJ.3.gz -> X509_NAME_get_index_by_NID.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_NAME_hash.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_hash_old.3.gz -> X509_NAME_hash.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_NAME_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_oneline.3.gz -> X509_NAME_print_ex.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_NAME_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_print_ex_fp.3.gz -> X509_NAME_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_NAME_set.3.gz -> d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_OBJECT_free.3.gz -> X509_OBJECT_get0_X509.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_OBJECT_get0_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_OBJECT_get0_X509_CRL.3.gz -> X509_OBJECT_get0_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_OBJECT_get_type.3.gz -> X509_OBJECT_get0_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_OBJECT_idx_by_subject.3.gz -> X509_OBJECT_get0_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_OBJECT_new.3.gz -> X509_OBJECT_get0_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_OBJECT_retrieve_by_subject.3.gz -> X509_OBJECT_get0_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_OBJECT_retrieve_match.3.gz -> X509_OBJECT_get0_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PKEY_free.3.gz -> X509_PKEY_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_PKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PUBKEY_free.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PUBKEY_get.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PUBKEY_get0.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PUBKEY_get0_param.3.gz -> X509_PUBKEY_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PUBKEY_set.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PUBKEY_set0_param.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_add.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_cleanup.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get0.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get0_name.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get0_sname.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get_by_id.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get_by_sname.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get_count.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get_id.3.gz -> X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_PURPOSE_get_trust.3.gz -> X509_PURPOSE_set.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_PURPOSE_set.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_INFO_free.3.gz -> X509_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_INFO_new.3.gz -> X509_REQ_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_add1_attr_by_NID.3.gz -> X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_add1_attr_by_OBJ.3.gz -> X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_add1_attr_by_txt.3.gz -> X509_REQ_add1_attr.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_REQ_add_extensions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_add_extensions_nid.3.gz -> X509_REQ_add_extensions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_check_private_key.3.gz -> X509_check_private_key.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_delete_attr.3.gz -> X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_digest.3.gz -> X509_digest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_dup.3.gz -> X509_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_extension_nid.3.gz -> X509_REQ_add_extensions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_extract_key.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_free.3.gz -> X509_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get0_pubkey.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get0_signature.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_attr.3.gz -> X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_attr_by_NID.3.gz -> X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_attr_by_OBJ.3.gz -> X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_attr_count.3.gz -> X509_REQ_add1_attr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_extensions.3.gz -> X509_REQ_add_extensions.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_pubkey.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_signature_nid.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_subject_name.3.gz -> X509_get_subject_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_get_version.3.gz -> X509_get_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_print.3.gz -> X509_REQ_print_ex.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_REQ_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_print_fp.3.gz -> X509_REQ_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_set_pubkey.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_set_subject_name.3.gz -> X509_get_subject_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_set_version.3.gz -> X509_get_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_sign.3.gz -> X509_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_sign_ctx.3.gz -> X509_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_to_X509.3.gz -> X509_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REQ_verify.3.gz -> X509_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_add1_ext_i2d.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_add_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_delete_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_dup.3.gz -> X509_REVOKED_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_free.3.gz -> X509_REVOKED_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get0_extensions.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get0_revocationDate.3.gz -> X509_REVOKED_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get0_serialNumber.3.gz -> X509_REVOKED_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get_ext_by_NID.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get_ext_by_OBJ.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get_ext_by_critical.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get_ext_count.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_get_ext_d2i.3.gz -> X509V3_get_d2i.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_REVOKED_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_set_revocationDate.3.gz -> X509_REVOKED_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_REVOKED_set_serialNumber.3.gz -> X509_REVOKED_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_SIG_free.3.gz -> X509_SIG_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_SIG_get0.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_SIG_getm.3.gz -> X509_SIG_get0.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_check_issued_fn.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_cleanup.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_free.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_cert.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_chain.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_current_crl.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_current_issuer.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_param.3.gz -> X509_STORE_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_parent_ctx.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_store.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get0_untrusted.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get1_certs.3.gz -> X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get1_chain.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get1_crls.3.gz -> X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get1_issuer.3.gz -> X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_app_data.3.gz -> X509_STORE_CTX_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_by_subject.3.gz -> X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_chain.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_check_issued.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_current_cert.3.gz -> X509_STORE_CTX_get_error.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_error_depth.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_ex_data.3.gz -> X509_STORE_CTX_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_CTX_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_num_untrusted.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_obj_by_subject.3.gz -> X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_verify.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_get_verify_cb.3.gz -> X509_STORE_CTX_set_verify_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_init.3.gz -> X509_STORE_CTX_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set0_crls.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set0_param.3.gz -> X509_STORE_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set0_trusted_stack.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set0_untrusted.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set0_verified_chain.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_app_data.3.gz -> X509_STORE_CTX_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_cert.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_chain.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_current_cert.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_default.3.gz -> X509_STORE_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_depth.3.gz -> X509_STORE_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_error.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_error_depth.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_ex_data.3.gz -> X509_STORE_CTX_get_ex_new_index.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_purpose.3.gz -> X509_STORE_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_time.3.gz -> X509_STORE_CTX_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_set_trust.3.gz -> X509_STORE_CTX_set_flags.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_CTX_set_verify.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_CTX_set_verify_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_trusted_stack.3.gz -> X509_STORE_CTX_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_verify_cb.3.gz -> X509_STORE_CTX_set_verify_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_CTX_verify_fn.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_add_cert.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_add_crl.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_add_lookup.3.gz -> X509_STORE_load_locations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_free.3.gz -> X509_STORE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get0_objects.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get0_param.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get1_certs.3.gz -> X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get1_crls.3.gz -> X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get1_objects.3.gz -> X509_STORE_set1_param.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_get_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get_check_issued.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get_ex_data.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get_ex_new_index.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get_verify.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_get_verify_cb.3.gz -> X509_STORE_set_verify_cb_func.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_load_locations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_load_mem.3.gz -> X509_STORE_load_locations.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_check_issued.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_default_paths.3.gz -> X509_STORE_load_locations.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_depth.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_ex_data.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_flags.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_purpose.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_trust.3.gz -> X509_STORE_set1_param.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_verify.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_verify_cb.3.gz -> X509_STORE_set_verify_cb_func.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_STORE_set_verify_cb_func.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_set_verify_func.3.gz -> X509_STORE_CTX_set_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_STORE_up_ref.3.gz -> X509_STORE_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VAL_free.3.gz -> X509_CINF_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VAL_new.3.gz -> X509_CINF_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_add0_policy.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_add0_table.3.gz -> X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_add1_host.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_clear_flags.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_free.3.gz -> X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_get0.3.gz -> X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_get0_name.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_get0_peername.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_get_count.3.gz -> X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_get_depth.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_get_flags.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_get_time.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_inherit.3.gz -> X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_lookup.3.gz -> X509_VERIFY_PARAM_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set1.3.gz -> X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set1_email.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set1_host.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set1_ip.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set1_ip_asc.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set1_name.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set1_policies.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set_auth_level.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set_depth.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set_hostflags.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set_purpose.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set_time.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_set_trust.3.gz -> X509_VERIFY_PARAM_set_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_VERIFY_PARAM_table_cleanup.3.gz -> X509_VERIFY_PARAM_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_add1_ext_i2d.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_add1_reject_object.3.gz -> X509_add1_trust_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_add1_trust_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_add_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_alias_get0.3.gz -> X509_keyid_set1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_alias_set1.3.gz -> X509_keyid_set1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_chain_up_ref.3.gz -> X509_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_check_ca.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_check_email.3.gz -> X509_check_host.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_check_host.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_check_ip.3.gz -> X509_check_host.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_check_ip_asc.3.gz -> X509_check_host.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_check_issued.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_check_private_key.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_check_purpose.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_cmp_current_time.3.gz -> X509_cmp_time.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_cmp_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_delete_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_digest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_dup.3.gz -> X509_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_email_free.3.gz -> X509_get1_email.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_extract_key.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_find_by_issuer_and_serial.3.gz -> X509_find_by_subject.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_find_by_subject.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_free.3.gz -> X509_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get0_extensions.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get0_notAfter.3.gz -> X509_get0_notBefore.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get0_pubkey.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get0_pubkey_bitstr.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get0_serialNumber.3.gz -> X509_get_serialNumber.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get0_tbs_sigalg.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get0_uids.3.gz -> X509V3_get_d2i.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get1_email.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get1_ocsp.3.gz -> X509_get1_email.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_X509_PUBKEY.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_default_cert_area.3.gz -> CONF_modules_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_default_cert_dir.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_default_cert_dir_env.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_default_cert_file.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_default_cert_file_env.3.gz -> X509_LOOKUP_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ex_new_index.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ext_by_NID.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ext_by_OBJ.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ext_by_critical.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ext_count.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_ext_d2i.3.gz -> X509V3_get_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_extended_key_usage.3.gz -> X509_get_extension_flags.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get_extension_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_issuer_name.3.gz -> X509_get_subject_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_key_usage.3.gz -> X509_get_extension_flags.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_notAfter.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_notBefore.3.gz -> X509_get0_notBefore.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get_pubkey.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get_pubkey_parameters.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get_serialNumber.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_signature_info.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_signature_nid.3.gz -> X509_get0_signature.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_get_signature_type.3.gz -> X509_get0_signature.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get_subject_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_get_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_getm_notAfter.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_getm_notBefore.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_gmtime_adj.3.gz -> X509_cmp_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_issuer_and_serial_cmp.3.gz -> X509_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_issuer_name_cmp.3.gz -> X509_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_issuer_name_hash.3.gz -> X509_NAME_hash.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_issuer_name_hash_old.3.gz -> X509_NAME_hash.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_keyid_get0.3.gz -> X509_keyid_set1.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_keyid_set1.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_load_cert_crl_file.3.gz -> X509_load_cert_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_load_cert_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_load_crl_file.3.gz -> X509_load_cert_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_ocspid_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_print.3.gz -> X509_print_ex.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_print_ex_fp.3.gz -> X509_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_print_fp.3.gz -> X509_print_ex.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_pubkey_digest.3.gz -> X509_digest.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_reject_clear.3.gz -> X509_add1_trust_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set1_notAfter.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set1_notBefore.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_ex_data.3.gz -> BIO_get_ex_new_index.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_issuer_name.3.gz -> X509_get_subject_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_notAfter.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_notBefore.3.gz -> X509_get0_notBefore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_pubkey.3.gz -> X509_get_pubkey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_serialNumber.3.gz -> X509_get_serialNumber.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_subject_name.3.gz -> X509_get_subject_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_set_version.3.gz -> X509_get_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_sign.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_sign_ctx.3.gz -> X509_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_signature_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_signature_print.3.gz -> X509_signature_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_subject_name_cmp.3.gz -> X509_cmp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_subject_name_hash.3.gz -> X509_NAME_hash.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_subject_name_hash_old.3.gz -> X509_NAME_hash.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_supported_extension.3.gz -> X509_EXTENSION_set_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_time_adj.3.gz -> X509_cmp_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_time_adj_ex.3.gz -> X509_cmp_time.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_to_X509_REQ.3.gz -> X509_REQ_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_trust_clear.3.gz -> X509_add1_trust_object.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_up_ref.3.gz -> X509_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_verify.3.gz -> X509_sign.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509_verify_cert.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509_verify_cert_error_string.3.gz -> X509_STORE_CTX_get_error.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_add_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509v3_addr_add_inherit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_addr_add_prefix.3.gz -> X509v3_addr_add_inherit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_addr_add_range.3.gz -> X509v3_addr_add_inherit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_addr_canonize.3.gz -> X509v3_addr_add_inherit.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_addr_get_afi.3.gz -> X509v3_addr_get_range.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509v3_addr_get_range.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509v3_addr_inherits.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_addr_is_canonical.3.gz -> X509v3_addr_add_inherit.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509v3_addr_subset.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509v3_addr_validate_path.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_addr_validate_resource_set.3.gz -> X509v3_addr_validate_path.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509v3_asid_add_id_or_range.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_asid_add_inherit.3.gz -> X509v3_asid_add_id_or_range.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_asid_canonize.3.gz -> X509v3_asid_add_id_or_range.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_asid_inherits.3.gz -> X509v3_addr_inherits.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_asid_is_canonical.3.gz -> X509v3_asid_add_id_or_range.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_asid_subset.3.gz -> X509v3_addr_subset.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_asid_validate_path.3.gz -> X509v3_addr_validate_path.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_asid_validate_resource_set.3.gz -> X509v3_addr_validate_path.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_delete_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_get_ext.3.gz -> X509v3_get_ext_by_NID.3.gz +-rw-r--r-- root/root usr/share/man/man3/X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_get_ext_by_OBJ.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_get_ext_by_critical.3.gz -> X509v3_get_ext_by_NID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/X509v3_get_ext_count.3.gz -> X509v3_get_ext_by_NID.3.gz +-rw-r--r-- root/root usr/share/man/man3/a2d_ASN1_OBJECT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/a2i_ASN1_ENUMERATED.3.gz -> i2a_ASN1_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/a2i_ASN1_INTEGER.3.gz -> i2a_ASN1_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/a2i_ASN1_STRING.3.gz -> i2a_ASN1_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/a2i_IPADDRESS.3.gz -> a2i_ipadd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/a2i_IPADDRESS_NC.3.gz -> a2i_ipadd.3.gz +-rw-r--r-- root/root usr/share/man/man3/a2i_ipadd.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bio_info_cb.3.gz -> BIO_ctrl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_add_words.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_div_words.3.gz -> bn_dump.3.gz +-rw-r--r-- root/root usr/share/man/man3/bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_expand.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_mul_add_words.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_mul_comba4.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_mul_comba8.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_mul_normal.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_mul_words.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_sqr_comba4.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_sqr_comba8.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_sqr_words.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_sub_words.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bn_wexpand.3.gz -> bn_dump.3.gz +lrwxrwxrwx root/root usr/share/man/man3/client_cert_cb.3.gz -> SSL_CTX_set_client_cert_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/crypto.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ACCESS_DESCRIPTION.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASIdOrRange.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASIdentifierChoice.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASIdentifiers.3.gz -> ASIdentifiers_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_BIT_STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_BMPSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_ENUMERATED.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_GENERALIZEDTIME.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_GENERALSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_IA5STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_INTEGER.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_ASN1_NULL.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_ASN1_OBJECT.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_PRINTABLE.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_PRINTABLESTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_ASN1_SEQUENCE_ANY.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_SET_ANY.3.gz -> d2i_ASN1_SEQUENCE_ANY.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_T61STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_TIME.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_TYPE.3.gz -> ASN1_item_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_UINTEGER.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_UNIVERSALSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_UTCTIME.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_UTF8STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASN1_VISIBLESTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ASRange.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_AUTHORITY_INFO_ACCESS.3.gz -> d2i_DIST_POINT.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_AUTHORITY_KEYID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_AutoPrivateKey.3.gz -> d2i_PrivateKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_BASIC_CONSTRAINTS.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_CERTIFICATEPOLICIES.3.gz -> d2i_POLICYINFO.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_CMS_ContentInfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_CMS_ReceiptRequest.3.gz -> d2i_CMS_ContentInfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_CMS_bio.3.gz -> d2i_CMS_ContentInfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_CRL_DIST_POINTS.3.gz -> d2i_DIST_POINT.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_DHparams.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DIRECTORYSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DISPLAYTEXT.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DIST_POINT_NAME.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSAPrivateKey.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSAPrivateKey_bio.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSAPrivateKey_fp.3.gz -> d2i_DSAPublicKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSA_PUBKEY.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSA_PUBKEY_bio.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSA_PUBKEY_fp.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSA_SIG.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSAparams.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSAparams_bio.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_DSAparams_fp.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ECDSA_SIG.3.gz -> ECDSA_SIG_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ECPKParameters_bio.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ECPKParameters_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ECParameters.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ECPrivateKey.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ECPrivateKey_bio.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ECPrivateKey_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_EC_PUBKEY.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_EC_PUBKEY_bio.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_EC_PUBKEY_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_EDIPARTYNAME.3.gz -> d2i_GENERAL_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ESS_CERT_ID.3.gz -> d2i_ESS_SIGNING_CERT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ESS_ISSUER_SERIAL.3.gz -> d2i_ESS_SIGNING_CERT.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_ESS_SIGNING_CERT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_EXTENDED_KEY_USAGE.3.gz -> d2i_BASIC_CONSTRAINTS.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_GENERAL_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_GENERAL_NAMES.3.gz -> d2i_GENERAL_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_IPAddressChoice.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_IPAddressFamily.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_IPAddressOrRange.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_IPAddressRange.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_ISSUING_DIST_POINT.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_NOTICEREF.3.gz -> d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_Netscape_RSA.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_BASICRESP.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_CERTID.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_CERTSTATUS.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_CRLID.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_ONEREQ.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_REQINFO.3.gz -> d2i_OCSP_REQUEST.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_RESPBYTES.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_RESPDATA.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_RESPID.3.gz -> d2i_OCSP_RESPONSE.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_REVOKEDINFO.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_SERVICELOC.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_SIGNATURE.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OCSP_SINGLERESP.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_OTHERNAME.3.gz -> d2i_GENERAL_NAME.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS12_BAGS.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS12_MAC_DATA.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS12_SAFEBAG.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS12_bio.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS12_fp.3.gz -> d2i_PKCS12.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_DIGEST.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_ENCRYPT.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_ENC_CONTENT.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_ENVELOPE.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_ISSUER_AND_SERIAL.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_RECIP_INFO.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_SIGNED.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_SIGNER_INFO.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_SIGN_ENVELOPE.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_bio.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS7_fp.3.gz -> d2i_PKCS7.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_PKCS8PrivateKey_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS8PrivateKey_fp.3.gz -> d2i_PKCS8PrivateKey_bio.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_PKCS8_PRIV_KEY_INFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS8_PRIV_KEY_INFO_bio.3.gz -> d2i_PKCS8_PRIV_KEY_INFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS8_PRIV_KEY_INFO_fp.3.gz -> d2i_PKCS8_PRIV_KEY_INFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS8_bio.3.gz -> d2i_X509_SIG.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PKCS8_fp.3.gz -> d2i_X509_SIG.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_PKEY_USAGE_PERIOD.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_POLICYQUALINFO.3.gz -> d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PUBKEY.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PUBKEY_bio.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PUBKEY_fp.3.gz -> X509_PUBKEY_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PrivateKey_bio.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PrivateKey_fp.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_PublicKey.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSAPrivateKey.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSAPrivateKey_bio.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSAPrivateKey_fp.3.gz -> d2i_RSAPublicKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSAPublicKey_bio.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSAPublicKey_fp.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSA_PSS_PARAMS.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSA_PUBKEY.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSA_PUBKEY_bio.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_RSA_PUBKEY_fp.3.gz -> d2i_RSAPublicKey.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_SSL_SESSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_ACCURACY.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_MSG_IMPRINT.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_MSG_IMPRINT_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_MSG_IMPRINT_fp.3.gz -> d2i_TS_REQ.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_REQ_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_REQ_fp.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_RESP.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_RESP_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_RESP_fp.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_STATUS_INFO.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_TST_INFO.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_TST_INFO_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_TS_TST_INFO_fp.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_USERNOTICE.3.gz -> d2i_POLICYINFO.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509_ALGOR.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_ALGORS.3.gz -> d2i_X509_ALGOR.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509_ATTRIBUTE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_AUX.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_CERT_AUX.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_CINF.3.gz -> d2i_X509.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_CRL_INFO.3.gz -> d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_CRL_bio.3.gz -> d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_CRL_fp.3.gz -> d2i_X509_CRL.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509_EXTENSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_EXTENSIONS.3.gz -> d2i_X509_EXTENSION.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_NAME_ENTRY.3.gz -> d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_PUBKEY.3.gz -> X509_PUBKEY_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_REQ_INFO.3.gz -> d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_REQ_bio.3.gz -> d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_REQ_fp.3.gz -> d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_REVOKED.3.gz -> d2i_X509_CRL.3.gz +-rw-r--r-- root/root usr/share/man/man3/d2i_X509_SIG.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_VAL.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_bio.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_X509_fp.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/d2i_of_void.3.gz -> PEM_ASN1_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/des_read_pw.3.gz +-rw-r--r-- root/root usr/share/man/man3/evp.3.gz +lrwxrwxrwx root/root usr/share/man/man3/get_session_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2a_ASN1_ENUMERATED.3.gz -> i2a_ASN1_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2a_ASN1_INTEGER.3.gz -> i2a_ASN1_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2a_ASN1_OBJECT.3.gz -> OBJ_nid2obj.3.gz +-rw-r--r-- root/root usr/share/man/man3/i2a_ASN1_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ACCESS_DESCRIPTION.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASIdOrRange.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASIdentifierChoice.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASIdentifiers.3.gz -> ASIdentifiers_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_BIT_STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_BMPSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_ENUMERATED.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_GENERALIZEDTIME.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_GENERALSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_IA5STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_INTEGER.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_NULL.3.gz -> d2i_ASN1_NULL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_OBJECT.3.gz -> d2i_ASN1_OBJECT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_OCTET_STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_PRINTABLE.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_PRINTABLESTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_SEQUENCE_ANY.3.gz -> d2i_ASN1_SEQUENCE_ANY.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_SET_ANY.3.gz -> d2i_ASN1_SEQUENCE_ANY.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_T61STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_TIME.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_TYPE.3.gz -> ASN1_item_d2i.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_UNIVERSALSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_UTCTIME.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_UTF8STRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASN1_VISIBLESTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ASRange.3.gz -> ASRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_AUTHORITY_INFO_ACCESS.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_AUTHORITY_KEYID.3.gz -> d2i_AUTHORITY_KEYID.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_BASIC_CONSTRAINTS.3.gz -> d2i_BASIC_CONSTRAINTS.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_CERTIFICATEPOLICIES.3.gz -> d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_CMS_ContentInfo.3.gz -> d2i_CMS_ContentInfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_CMS_ReceiptRequest.3.gz -> d2i_CMS_ContentInfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_CMS_bio.3.gz -> d2i_CMS_ContentInfo.3.gz +-rw-r--r-- root/root usr/share/man/man3/i2d_CMS_bio_stream.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_CRL_DIST_POINTS.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DHparams.3.gz -> d2i_DHparams.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DIRECTORYSTRING.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DISPLAYTEXT.3.gz -> d2i_ASN1_OCTET_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DIST_POINT.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DIST_POINT_NAME.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSAPrivateKey.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSAPrivateKey_bio.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSAPrivateKey_fp.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSAPublicKey.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSA_PUBKEY.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSA_PUBKEY_bio.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSA_PUBKEY_fp.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSA_SIG.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSAparams.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSAparams_bio.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_DSAparams_fp.3.gz -> d2i_DSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECDSA_SIG.3.gz -> ECDSA_SIG_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECPKParameters.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECPKParameters_bio.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECPKParameters_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECParameters.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECPrivateKey.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECPrivateKey_bio.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ECPrivateKey_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_EC_PUBKEY.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_EC_PUBKEY_bio.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_EC_PUBKEY_fp.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_EDIPARTYNAME.3.gz -> d2i_GENERAL_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ESS_CERT_ID.3.gz -> d2i_ESS_SIGNING_CERT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ESS_ISSUER_SERIAL.3.gz -> d2i_ESS_SIGNING_CERT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ESS_SIGNING_CERT.3.gz -> d2i_ESS_SIGNING_CERT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_EXTENDED_KEY_USAGE.3.gz -> d2i_BASIC_CONSTRAINTS.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_GENERAL_NAME.3.gz -> d2i_GENERAL_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_GENERAL_NAMES.3.gz -> d2i_GENERAL_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_IPAddressChoice.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_IPAddressFamily.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_IPAddressOrRange.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_IPAddressRange.3.gz -> IPAddressRange_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_ISSUING_DIST_POINT.3.gz -> d2i_DIST_POINT.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_NOTICEREF.3.gz -> d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_Netscape_RSA.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_BASICRESP.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_CERTID.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_CERTSTATUS.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_CRLID.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_ONEREQ.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_REQINFO.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_REQUEST.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_RESPBYTES.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_RESPDATA.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_RESPID.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_RESPONSE.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_REVOKEDINFO.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_SERVICELOC.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_SIGNATURE.3.gz -> d2i_OCSP_REQUEST.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OCSP_SINGLERESP.3.gz -> d2i_OCSP_RESPONSE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_OTHERNAME.3.gz -> d2i_GENERAL_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS12.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS12_BAGS.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS12_MAC_DATA.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS12_SAFEBAG.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS12_bio.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS12_fp.3.gz -> d2i_PKCS12.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_DIGEST.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_ENCRYPT.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_ENC_CONTENT.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_ENVELOPE.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_ISSUER_AND_SERIAL.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_RECIP_INFO.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_SIGNED.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_SIGNER_INFO.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_SIGN_ENVELOPE.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_bio.3.gz -> d2i_PKCS7.3.gz +-rw-r--r-- root/root usr/share/man/man3/i2d_PKCS7_bio_stream.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS7_fp.3.gz -> d2i_PKCS7.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8PrivateKeyInfo_bio.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8PrivateKeyInfo_fp.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8PrivateKey_bio.3.gz -> d2i_PKCS8PrivateKey_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8PrivateKey_fp.3.gz -> d2i_PKCS8PrivateKey_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8PrivateKey_nid_bio.3.gz -> d2i_PKCS8PrivateKey_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8PrivateKey_nid_fp.3.gz -> d2i_PKCS8PrivateKey_bio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8_PRIV_KEY_INFO.3.gz -> d2i_PKCS8_PRIV_KEY_INFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8_PRIV_KEY_INFO_bio.3.gz -> d2i_PKCS8_PRIV_KEY_INFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8_PRIV_KEY_INFO_fp.3.gz -> d2i_PKCS8_PRIV_KEY_INFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8_bio.3.gz -> d2i_X509_SIG.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKCS8_fp.3.gz -> d2i_X509_SIG.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PKEY_USAGE_PERIOD.3.gz -> d2i_PKEY_USAGE_PERIOD.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_POLICYINFO.3.gz -> d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_POLICYQUALINFO.3.gz -> d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PUBKEY.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PUBKEY_bio.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PUBKEY_fp.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PrivateKey.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PrivateKey_bio.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PrivateKey_fp.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_PublicKey.3.gz -> d2i_PrivateKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSAPrivateKey.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSAPrivateKey_bio.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSAPrivateKey_fp.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSAPublicKey.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSAPublicKey_bio.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSAPublicKey_fp.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSA_PSS_PARAMS.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSA_PUBKEY.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSA_PUBKEY_bio.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_RSA_PUBKEY_fp.3.gz -> d2i_RSAPublicKey.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_SSL_SESSION.3.gz -> d2i_SSL_SESSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_ACCURACY.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_MSG_IMPRINT.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_MSG_IMPRINT_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_MSG_IMPRINT_fp.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_REQ.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_REQ_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_REQ_fp.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_RESP.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_RESP_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_RESP_fp.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_STATUS_INFO.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_TST_INFO.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_TST_INFO_bio.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_TS_TST_INFO_fp.3.gz -> d2i_TS_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_USERNOTICE.3.gz -> d2i_POLICYINFO.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_ALGOR.3.gz -> d2i_X509_ALGOR.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_ALGORS.3.gz -> d2i_X509_ALGOR.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_ATTRIBUTE.3.gz -> d2i_X509_ATTRIBUTE.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_AUX.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_CERT_AUX.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_CINF.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_CRL.3.gz -> d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_CRL_INFO.3.gz -> d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_CRL_bio.3.gz -> d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_CRL_fp.3.gz -> d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_EXTENSION.3.gz -> d2i_X509_EXTENSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_EXTENSIONS.3.gz -> d2i_X509_EXTENSION.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_NAME.3.gz -> d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_NAME_ENTRY.3.gz -> d2i_X509_NAME.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_PUBKEY.3.gz -> X509_PUBKEY_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_REQ.3.gz -> d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_REQ_INFO.3.gz -> d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_REQ_bio.3.gz -> d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_REQ_fp.3.gz -> d2i_X509_REQ.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_REVOKED.3.gz -> d2i_X509_CRL.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_SIG.3.gz -> d2i_X509_SIG.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_VAL.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_bio.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_X509_fp.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_re_X509_CRL_tbs.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_re_X509_REQ_tbs.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2d_re_X509_tbs.3.gz -> d2i_X509.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2o_ECPublicKey.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2s_ASN1_ENUMERATED.3.gz -> s2i_ASN1_INTEGER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2s_ASN1_ENUMERATED_TABLE.3.gz -> s2i_ASN1_INTEGER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2s_ASN1_INTEGER.3.gz -> s2i_ASN1_INTEGER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2s_ASN1_OCTET_STRING.3.gz -> s2i_ASN1_INTEGER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2t_ASN1_OBJECT.3.gz -> OBJ_nid2obj.3.gz +lrwxrwxrwx root/root usr/share/man/man3/i2v_ASN1_BIT_STRING.3.gz -> v2i_ASN1_BIT_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_delete.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_doall.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_doall_arg.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_error.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_free.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_insert.3.gz -> lh_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_retrieve.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/lh_strhash.3.gz -> lh_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_session_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +lrwxrwxrwx root/root usr/share/man/man3/o2i_ECPublicKey.3.gz -> d2i_ECPKParameters.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pem_password_cb.3.gz -> PEM_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/remove_session_cb.3.gz -> SSL_CTX_sess_set_get_cb.3.gz +-rw-r--r-- root/root usr/share/man/man3/s2i_ASN1_INTEGER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/s2i_ASN1_OCTET_STRING.3.gz -> s2i_ASN1_INTEGER.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_delete.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_delete_ptr.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_dup.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_find.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_free.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_insert.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_is_sorted.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_new.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_new_null.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_num.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_pop.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_pop_free.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_push.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_set.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_set_cmp_func.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_shift.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_sort.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_unshift.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_value.3.gz -> OPENSSL_sk_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/sk_zero.3.gz -> OPENSSL_sk_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/ssl.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_accept_cbs.3.gz -> tls_accept_socket.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_accept_fds.3.gz -> tls_accept_socket.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_accept_socket.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_client.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_close.3.gz -> tls_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_add_keypair_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_add_keypair_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_add_keypair_ocsp_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_add_keypair_ocsp_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_add_ticket_key.3.gz -> tls_config_set_session_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_clear_keys.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_error.3.gz -> tls_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_free.3.gz -> tls_init.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_insecure_noverifycert.3.gz -> tls_config_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_insecure_noverifyname.3.gz -> tls_config_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_insecure_noverifytime.3.gz -> tls_config_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_new.3.gz -> tls_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_config_ocsp_require_stapling.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_parse_protocols.3.gz -> tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_prefer_ciphers_client.3.gz -> tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_prefer_ciphers_server.3.gz -> tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_alpn.3.gz -> tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_ca_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_ca_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_ca_path.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_cert_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_cert_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_ciphers.3.gz -> tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_crl_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_crl_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_dheparams.3.gz -> tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_ecdhecurves.3.gz -> tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_key_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_key_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_keypair_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_keypair_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_keypair_ocsp_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_keypair_ocsp_mem.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_ocsp_staple_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_ocsp_staple_mem.3.gz -> tls_load_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_config_set_protocols.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_session_fd.3.gz -> tls_config_set_session_id.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_config_set_session_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_session_lifetime.3.gz -> tls_config_set_session_id.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_set_verify_depth.3.gz -> tls_load_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_config_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_verify_client.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_config_verify_client_optional.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_configure.3.gz -> tls_client.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_conn_alpn_selected.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_conn_cipher.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_conn_cipher_strength.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_conn_servername.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_conn_session_resumed.3.gz -> tls_conn_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_conn_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_connect_cbs.3.gz -> tls_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_connect_fds.3.gz -> tls_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_connect_servername.3.gz -> tls_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_connect_socket.3.gz -> tls_connect.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_default_ca_cert_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_error.3.gz -> tls_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_free.3.gz -> tls_client.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_handshake.3.gz -> tls_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_load_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_chain_pem.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_common_name.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_contains_name.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_hash.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_issuer.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_notafter.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_notbefore.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_provided.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_cert_subject.3.gz -> tls_conn_version.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_cert_status.3.gz -> tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_crl_reason.3.gz -> tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_next_update.3.gz -> tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_response_status.3.gz -> tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_result.3.gz -> tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_revocation_time.3.gz -> tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_this_update.3.gz -> tls_ocsp_process_response.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_peer_ocsp_url.3.gz -> tls_ocsp_process_response.3.gz +-rw-r--r-- root/root usr/share/man/man3/tls_read.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_reset.3.gz -> tls_client.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_server.3.gz -> tls_client.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_unload_file.3.gz -> tls_load_file.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tls_write.3.gz -> tls_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/v2i_ASN1_BIT_STRING.3.gz +lrwxrwxrwx root/root usr/share/man/man3/verify_callback.3.gz -> SSL_CTX_set_verify.3.gz +-rw-r--r-- root/root usr/share/man/man3/x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_chain.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_error_depth.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_error_string.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_free.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_new.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_set_intermediates.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_set_max_chains.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_set_max_depth.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_set_max_signatures.3.gz -> x509_verify.3.gz +lrwxrwxrwx root/root usr/share/man/man3/x509_verify_ctx_set_purpose.3.gz -> x509_verify.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/openssl.cnf.5.gz +-rw-r--r-- root/root usr/share/man/man5/x509v3.cnf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ocspcheck.8.gz diff --git a/libressl/abuild b/libressl/abuild new file mode 100644 index 00000000..7d802b44 --- /dev/null +++ b/libressl/abuild @@ -0,0 +1,8 @@ +name=libressl +version=4.1.0 +release=1 +source="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${name}-${version}.tar.gz" + +postbuild() { + rm $PKG/etc/ssl/cert.pem +} diff --git a/linux-headers/.checksum b/linux-headers/.checksum new file mode 100644 index 00000000..2352147d --- /dev/null +++ b/linux-headers/.checksum @@ -0,0 +1 @@ +c23ef4c731da9603a3c63fdea12d61be82ea28894cc662dfd1843c71bf71338d linux-6.12.30.tar.xz diff --git a/linux-headers/.files b/linux-headers/.files new file mode 100644 index 00000000..b74ac660 --- /dev/null +++ b/linux-headers/.files @@ -0,0 +1,1051 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/asm-generic/ +-rw-r--r-- root/root usr/include/asm-generic/auxvec.h +-rw-r--r-- root/root usr/include/asm-generic/bitsperlong.h +-rw-r--r-- root/root usr/include/asm-generic/bpf_perf_event.h +-rw-r--r-- root/root usr/include/asm-generic/errno-base.h +-rw-r--r-- root/root usr/include/asm-generic/errno.h +-rw-r--r-- root/root usr/include/asm-generic/fcntl.h +-rw-r--r-- root/root usr/include/asm-generic/hugetlb_encode.h +-rw-r--r-- root/root usr/include/asm-generic/int-l64.h +-rw-r--r-- root/root usr/include/asm-generic/int-ll64.h +-rw-r--r-- root/root usr/include/asm-generic/ioctl.h +-rw-r--r-- root/root usr/include/asm-generic/ioctls.h +-rw-r--r-- root/root usr/include/asm-generic/ipcbuf.h +-rw-r--r-- root/root usr/include/asm-generic/kvm_para.h +-rw-r--r-- root/root usr/include/asm-generic/mman-common.h +-rw-r--r-- root/root usr/include/asm-generic/mman.h +-rw-r--r-- root/root usr/include/asm-generic/msgbuf.h +-rw-r--r-- root/root usr/include/asm-generic/param.h +-rw-r--r-- root/root usr/include/asm-generic/poll.h +-rw-r--r-- root/root usr/include/asm-generic/posix_types.h +-rw-r--r-- root/root usr/include/asm-generic/resource.h +-rw-r--r-- root/root usr/include/asm-generic/sembuf.h +-rw-r--r-- root/root usr/include/asm-generic/setup.h +-rw-r--r-- root/root usr/include/asm-generic/shmbuf.h +-rw-r--r-- root/root usr/include/asm-generic/siginfo.h +-rw-r--r-- root/root usr/include/asm-generic/signal-defs.h +-rw-r--r-- root/root usr/include/asm-generic/signal.h +-rw-r--r-- root/root usr/include/asm-generic/socket.h +-rw-r--r-- root/root usr/include/asm-generic/sockios.h +-rw-r--r-- root/root usr/include/asm-generic/stat.h +-rw-r--r-- root/root usr/include/asm-generic/statfs.h +-rw-r--r-- root/root usr/include/asm-generic/swab.h +-rw-r--r-- root/root usr/include/asm-generic/termbits-common.h +-rw-r--r-- root/root usr/include/asm-generic/termbits.h +-rw-r--r-- root/root usr/include/asm-generic/termios.h +-rw-r--r-- root/root usr/include/asm-generic/types.h +-rw-r--r-- root/root usr/include/asm-generic/ucontext.h +-rw-r--r-- root/root usr/include/asm-generic/unistd.h +drwxr-xr-x root/root usr/include/asm/ +-rw-r--r-- root/root usr/include/asm/a.out.h +-rw-r--r-- root/root usr/include/asm/amd_hsmp.h +-rw-r--r-- root/root usr/include/asm/auxvec.h +-rw-r--r-- root/root usr/include/asm/bitsperlong.h +-rw-r--r-- root/root usr/include/asm/boot.h +-rw-r--r-- root/root usr/include/asm/bootparam.h +-rw-r--r-- root/root usr/include/asm/bpf_perf_event.h +-rw-r--r-- root/root usr/include/asm/byteorder.h +-rw-r--r-- root/root usr/include/asm/debugreg.h +-rw-r--r-- root/root usr/include/asm/e820.h +-rw-r--r-- root/root usr/include/asm/elf.h +-rw-r--r-- root/root usr/include/asm/errno.h +-rw-r--r-- root/root usr/include/asm/fcntl.h +-rw-r--r-- root/root usr/include/asm/hw_breakpoint.h +-rw-r--r-- root/root usr/include/asm/hwcap2.h +-rw-r--r-- root/root usr/include/asm/ioctl.h +-rw-r--r-- root/root usr/include/asm/ioctls.h +-rw-r--r-- root/root usr/include/asm/ipcbuf.h +-rw-r--r-- root/root usr/include/asm/ist.h +-rw-r--r-- root/root usr/include/asm/kvm.h +-rw-r--r-- root/root usr/include/asm/kvm_para.h +-rw-r--r-- root/root usr/include/asm/kvm_perf.h +-rw-r--r-- root/root usr/include/asm/ldt.h +-rw-r--r-- root/root usr/include/asm/mce.h +-rw-r--r-- root/root usr/include/asm/mman.h +-rw-r--r-- root/root usr/include/asm/msgbuf.h +-rw-r--r-- root/root usr/include/asm/msr.h +-rw-r--r-- root/root usr/include/asm/mtrr.h +-rw-r--r-- root/root usr/include/asm/param.h +-rw-r--r-- root/root usr/include/asm/perf_regs.h +-rw-r--r-- root/root usr/include/asm/poll.h +-rw-r--r-- root/root usr/include/asm/posix_types.h +-rw-r--r-- root/root usr/include/asm/posix_types_32.h +-rw-r--r-- root/root usr/include/asm/posix_types_64.h +-rw-r--r-- root/root usr/include/asm/posix_types_x32.h +-rw-r--r-- root/root usr/include/asm/prctl.h +-rw-r--r-- root/root usr/include/asm/processor-flags.h +-rw-r--r-- root/root usr/include/asm/ptrace-abi.h +-rw-r--r-- root/root usr/include/asm/ptrace.h +-rw-r--r-- root/root usr/include/asm/resource.h +-rw-r--r-- root/root usr/include/asm/sembuf.h +-rw-r--r-- root/root usr/include/asm/setup.h +-rw-r--r-- root/root usr/include/asm/setup_data.h +-rw-r--r-- root/root usr/include/asm/sgx.h +-rw-r--r-- root/root usr/include/asm/shmbuf.h +-rw-r--r-- root/root usr/include/asm/sigcontext.h +-rw-r--r-- root/root usr/include/asm/sigcontext32.h +-rw-r--r-- root/root usr/include/asm/siginfo.h +-rw-r--r-- root/root usr/include/asm/signal.h +-rw-r--r-- root/root usr/include/asm/socket.h +-rw-r--r-- root/root usr/include/asm/sockios.h +-rw-r--r-- root/root usr/include/asm/stat.h +-rw-r--r-- root/root usr/include/asm/statfs.h +-rw-r--r-- root/root usr/include/asm/svm.h +-rw-r--r-- root/root usr/include/asm/swab.h +-rw-r--r-- root/root usr/include/asm/termbits.h +-rw-r--r-- root/root usr/include/asm/termios.h +-rw-r--r-- root/root usr/include/asm/types.h +-rw-r--r-- root/root usr/include/asm/ucontext.h +-rw-r--r-- root/root usr/include/asm/unistd.h +-rw-r--r-- root/root usr/include/asm/unistd_32.h +-rw-r--r-- root/root usr/include/asm/unistd_64.h +-rw-r--r-- root/root usr/include/asm/unistd_x32.h +-rw-r--r-- root/root usr/include/asm/vm86.h +-rw-r--r-- root/root usr/include/asm/vmx.h +-rw-r--r-- root/root usr/include/asm/vsyscall.h +drwxr-xr-x root/root usr/include/drm/ +-rw-r--r-- root/root usr/include/drm/amdgpu_drm.h +-rw-r--r-- root/root usr/include/drm/armada_drm.h +-rw-r--r-- root/root usr/include/drm/drm.h +-rw-r--r-- root/root usr/include/drm/drm_fourcc.h +-rw-r--r-- root/root usr/include/drm/drm_mode.h +-rw-r--r-- root/root usr/include/drm/drm_sarea.h +-rw-r--r-- root/root usr/include/drm/etnaviv_drm.h +-rw-r--r-- root/root usr/include/drm/exynos_drm.h +-rw-r--r-- root/root usr/include/drm/habanalabs_accel.h +-rw-r--r-- root/root usr/include/drm/i915_drm.h +-rw-r--r-- root/root usr/include/drm/ivpu_accel.h +-rw-r--r-- root/root usr/include/drm/lima_drm.h +-rw-r--r-- root/root usr/include/drm/msm_drm.h +-rw-r--r-- root/root usr/include/drm/nouveau_drm.h +-rw-r--r-- root/root usr/include/drm/omap_drm.h +-rw-r--r-- root/root usr/include/drm/panfrost_drm.h +-rw-r--r-- root/root usr/include/drm/panthor_drm.h +-rw-r--r-- root/root usr/include/drm/pvr_drm.h +-rw-r--r-- root/root usr/include/drm/qaic_accel.h +-rw-r--r-- root/root usr/include/drm/qxl_drm.h +-rw-r--r-- root/root usr/include/drm/radeon_drm.h +-rw-r--r-- root/root usr/include/drm/tegra_drm.h +-rw-r--r-- root/root usr/include/drm/v3d_drm.h +-rw-r--r-- root/root usr/include/drm/vc4_drm.h +-rw-r--r-- root/root usr/include/drm/vgem_drm.h +-rw-r--r-- root/root usr/include/drm/virtgpu_drm.h +-rw-r--r-- root/root usr/include/drm/vmwgfx_drm.h +-rw-r--r-- root/root usr/include/drm/xe_drm.h +-rwxr-xr-x root/root usr/include/headers_check.pl +drwxr-xr-x root/root usr/include/linux/ +-rw-r--r-- root/root usr/include/linux/a.out.h +-rw-r--r-- root/root usr/include/linux/acct.h +-rw-r--r-- root/root usr/include/linux/acrn.h +-rw-r--r-- root/root usr/include/linux/adb.h +-rw-r--r-- root/root usr/include/linux/adfs_fs.h +-rw-r--r-- root/root usr/include/linux/affs_hardblocks.h +-rw-r--r-- root/root usr/include/linux/agpgart.h +-rw-r--r-- root/root usr/include/linux/aio_abi.h +-rw-r--r-- root/root usr/include/linux/am437x-vpfe.h +-rw-r--r-- root/root usr/include/linux/amt.h +drwxr-xr-x root/root usr/include/linux/android/ +-rw-r--r-- root/root usr/include/linux/android/binder.h +-rw-r--r-- root/root usr/include/linux/android/binderfs.h +-rw-r--r-- root/root usr/include/linux/apm_bios.h +-rw-r--r-- root/root usr/include/linux/arcfb.h +-rw-r--r-- root/root usr/include/linux/arm_sdei.h +-rw-r--r-- root/root usr/include/linux/aspeed-lpc-ctrl.h +-rw-r--r-- root/root usr/include/linux/aspeed-p2a-ctrl.h +-rw-r--r-- root/root usr/include/linux/aspeed-video.h +-rw-r--r-- root/root usr/include/linux/atalk.h +-rw-r--r-- root/root usr/include/linux/atm.h +-rw-r--r-- root/root usr/include/linux/atm_eni.h +-rw-r--r-- root/root usr/include/linux/atm_he.h +-rw-r--r-- root/root usr/include/linux/atm_idt77105.h +-rw-r--r-- root/root usr/include/linux/atm_nicstar.h +-rw-r--r-- root/root usr/include/linux/atm_tcp.h +-rw-r--r-- root/root usr/include/linux/atm_zatm.h +-rw-r--r-- root/root usr/include/linux/atmapi.h +-rw-r--r-- root/root usr/include/linux/atmarp.h +-rw-r--r-- root/root usr/include/linux/atmbr2684.h +-rw-r--r-- root/root usr/include/linux/atmclip.h +-rw-r--r-- root/root usr/include/linux/atmdev.h +-rw-r--r-- root/root usr/include/linux/atmioc.h +-rw-r--r-- root/root usr/include/linux/atmlec.h +-rw-r--r-- root/root usr/include/linux/atmmpc.h +-rw-r--r-- root/root usr/include/linux/atmppp.h +-rw-r--r-- root/root usr/include/linux/atmsap.h +-rw-r--r-- root/root usr/include/linux/atmsvc.h +-rw-r--r-- root/root usr/include/linux/audit.h +-rw-r--r-- root/root usr/include/linux/auto_dev-ioctl.h +-rw-r--r-- root/root usr/include/linux/auto_fs.h +-rw-r--r-- root/root usr/include/linux/auto_fs4.h +-rw-r--r-- root/root usr/include/linux/auxvec.h +-rw-r--r-- root/root usr/include/linux/ax25.h +-rw-r--r-- root/root usr/include/linux/batadv_packet.h +-rw-r--r-- root/root usr/include/linux/batman_adv.h +-rw-r--r-- root/root usr/include/linux/baycom.h +-rw-r--r-- root/root usr/include/linux/bcm933xx_hcs.h +-rw-r--r-- root/root usr/include/linux/bfs_fs.h +-rw-r--r-- root/root usr/include/linux/binfmts.h +-rw-r--r-- root/root usr/include/linux/bits.h +-rw-r--r-- root/root usr/include/linux/blkdev.h +-rw-r--r-- root/root usr/include/linux/blkpg.h +-rw-r--r-- root/root usr/include/linux/blktrace_api.h +-rw-r--r-- root/root usr/include/linux/blkzoned.h +-rw-r--r-- root/root usr/include/linux/bpf.h +-rw-r--r-- root/root usr/include/linux/bpf_common.h +-rw-r--r-- root/root usr/include/linux/bpf_perf_event.h +-rw-r--r-- root/root usr/include/linux/bpqether.h +-rw-r--r-- root/root usr/include/linux/bsg.h +-rw-r--r-- root/root usr/include/linux/bt-bmc.h +-rw-r--r-- root/root usr/include/linux/btf.h +-rw-r--r-- root/root usr/include/linux/btrfs.h +-rw-r--r-- root/root usr/include/linux/btrfs_tree.h +drwxr-xr-x root/root usr/include/linux/byteorder/ +-rw-r--r-- root/root usr/include/linux/byteorder/big_endian.h +-rw-r--r-- root/root usr/include/linux/byteorder/little_endian.h +-rw-r--r-- root/root usr/include/linux/cachefiles.h +drwxr-xr-x root/root usr/include/linux/caif/ +-rw-r--r-- root/root usr/include/linux/caif/caif_socket.h +-rw-r--r-- root/root usr/include/linux/caif/if_caif.h +-rw-r--r-- root/root usr/include/linux/can.h +drwxr-xr-x root/root usr/include/linux/can/ +-rw-r--r-- root/root usr/include/linux/can/bcm.h +-rw-r--r-- root/root usr/include/linux/can/error.h +-rw-r--r-- root/root usr/include/linux/can/gw.h +-rw-r--r-- root/root usr/include/linux/can/isotp.h +-rw-r--r-- root/root usr/include/linux/can/j1939.h +-rw-r--r-- root/root usr/include/linux/can/netlink.h +-rw-r--r-- root/root usr/include/linux/can/raw.h +-rw-r--r-- root/root usr/include/linux/can/vxcan.h +-rw-r--r-- root/root usr/include/linux/capability.h +-rw-r--r-- root/root usr/include/linux/capi.h +-rw-r--r-- root/root usr/include/linux/cciss_defs.h +-rw-r--r-- root/root usr/include/linux/cciss_ioctl.h +-rw-r--r-- root/root usr/include/linux/ccs.h +-rw-r--r-- root/root usr/include/linux/cdrom.h +-rw-r--r-- root/root usr/include/linux/cec-funcs.h +-rw-r--r-- root/root usr/include/linux/cec.h +-rw-r--r-- root/root usr/include/linux/cfm_bridge.h +-rw-r--r-- root/root usr/include/linux/cgroupstats.h +-rw-r--r-- root/root usr/include/linux/chio.h +drwxr-xr-x root/root usr/include/linux/cifs/ +-rw-r--r-- root/root usr/include/linux/cifs/cifs_mount.h +-rw-r--r-- root/root usr/include/linux/cifs/cifs_netlink.h +-rw-r--r-- root/root usr/include/linux/close_range.h +-rw-r--r-- root/root usr/include/linux/cn_proc.h +-rw-r--r-- root/root usr/include/linux/coda.h +-rw-r--r-- root/root usr/include/linux/coff.h +-rw-r--r-- root/root usr/include/linux/comedi.h +-rw-r--r-- root/root usr/include/linux/connector.h +-rw-r--r-- root/root usr/include/linux/const.h +-rw-r--r-- root/root usr/include/linux/coresight-stm.h +-rw-r--r-- root/root usr/include/linux/counter.h +-rw-r--r-- root/root usr/include/linux/cramfs_fs.h +-rw-r--r-- root/root usr/include/linux/cryptouser.h +-rw-r--r-- root/root usr/include/linux/cuda.h +-rw-r--r-- root/root usr/include/linux/cxl_mem.h +-rw-r--r-- root/root usr/include/linux/cyclades.h +-rw-r--r-- root/root usr/include/linux/cycx_cfm.h +-rw-r--r-- root/root usr/include/linux/dcbnl.h +-rw-r--r-- root/root usr/include/linux/dccp.h +-rw-r--r-- root/root usr/include/linux/devlink.h +-rw-r--r-- root/root usr/include/linux/dlm.h +-rw-r--r-- root/root usr/include/linux/dlm_device.h +-rw-r--r-- root/root usr/include/linux/dlm_plock.h +-rw-r--r-- root/root usr/include/linux/dlmconstants.h +-rw-r--r-- root/root usr/include/linux/dm-ioctl.h +-rw-r--r-- root/root usr/include/linux/dm-log-userspace.h +-rw-r--r-- root/root usr/include/linux/dma-buf.h +-rw-r--r-- root/root usr/include/linux/dma-heap.h +-rw-r--r-- root/root usr/include/linux/dns_resolver.h +-rw-r--r-- root/root usr/include/linux/dpll.h +-rw-r--r-- root/root usr/include/linux/dqblk_xfs.h +drwxr-xr-x root/root usr/include/linux/dvb/ +-rw-r--r-- root/root usr/include/linux/dvb/audio.h +-rw-r--r-- root/root usr/include/linux/dvb/ca.h +-rw-r--r-- root/root usr/include/linux/dvb/dmx.h +-rw-r--r-- root/root usr/include/linux/dvb/frontend.h +-rw-r--r-- root/root usr/include/linux/dvb/net.h +-rw-r--r-- root/root usr/include/linux/dvb/osd.h +-rw-r--r-- root/root usr/include/linux/dvb/version.h +-rw-r--r-- root/root usr/include/linux/dvb/video.h +-rw-r--r-- root/root usr/include/linux/dw100.h +-rw-r--r-- root/root usr/include/linux/edd.h +-rw-r--r-- root/root usr/include/linux/efs_fs_sb.h +-rw-r--r-- root/root usr/include/linux/elf-em.h +-rw-r--r-- root/root usr/include/linux/elf-fdpic.h +-rw-r--r-- root/root usr/include/linux/elf.h +-rw-r--r-- root/root usr/include/linux/errno.h +-rw-r--r-- root/root usr/include/linux/errqueue.h +-rw-r--r-- root/root usr/include/linux/erspan.h +-rw-r--r-- root/root usr/include/linux/ethtool.h +-rw-r--r-- root/root usr/include/linux/ethtool_netlink.h +-rw-r--r-- root/root usr/include/linux/eventfd.h +-rw-r--r-- root/root usr/include/linux/eventpoll.h +-rw-r--r-- root/root usr/include/linux/exfat.h +-rw-r--r-- root/root usr/include/linux/ext4.h +-rw-r--r-- root/root usr/include/linux/f2fs.h +-rw-r--r-- root/root usr/include/linux/fadvise.h +-rw-r--r-- root/root usr/include/linux/falloc.h +-rw-r--r-- root/root usr/include/linux/fanotify.h +-rw-r--r-- root/root usr/include/linux/fb.h +-rw-r--r-- root/root usr/include/linux/fcntl.h +-rw-r--r-- root/root usr/include/linux/fd.h +-rw-r--r-- root/root usr/include/linux/fdreg.h +-rw-r--r-- root/root usr/include/linux/fib_rules.h +-rw-r--r-- root/root usr/include/linux/fiemap.h +-rw-r--r-- root/root usr/include/linux/filter.h +-rw-r--r-- root/root usr/include/linux/firewire-cdev.h +-rw-r--r-- root/root usr/include/linux/firewire-constants.h +-rw-r--r-- root/root usr/include/linux/fou.h +-rw-r--r-- root/root usr/include/linux/fpga-dfl.h +-rw-r--r-- root/root usr/include/linux/fs.h +-rw-r--r-- root/root usr/include/linux/fscrypt.h +-rw-r--r-- root/root usr/include/linux/fsi.h +-rw-r--r-- root/root usr/include/linux/fsl_hypervisor.h +-rw-r--r-- root/root usr/include/linux/fsl_mc.h +-rw-r--r-- root/root usr/include/linux/fsmap.h +-rw-r--r-- root/root usr/include/linux/fsverity.h +-rw-r--r-- root/root usr/include/linux/fuse.h +-rw-r--r-- root/root usr/include/linux/futex.h +-rw-r--r-- root/root usr/include/linux/gameport.h +-rw-r--r-- root/root usr/include/linux/gen_stats.h +-rw-r--r-- root/root usr/include/linux/genetlink.h +drwxr-xr-x root/root usr/include/linux/genwqe/ +-rw-r--r-- root/root usr/include/linux/genwqe/genwqe_card.h +-rw-r--r-- root/root usr/include/linux/gfs2_ondisk.h +-rw-r--r-- root/root usr/include/linux/gpio.h +-rw-r--r-- root/root usr/include/linux/gsmmux.h +-rw-r--r-- root/root usr/include/linux/gtp.h +-rw-r--r-- root/root usr/include/linux/handshake.h +-rw-r--r-- root/root usr/include/linux/hash_info.h +-rw-r--r-- root/root usr/include/linux/hdlc.h +drwxr-xr-x root/root usr/include/linux/hdlc/ +-rw-r--r-- root/root usr/include/linux/hdlc/ioctl.h +-rw-r--r-- root/root usr/include/linux/hdlcdrv.h +-rw-r--r-- root/root usr/include/linux/hdreg.h +-rw-r--r-- root/root usr/include/linux/hid.h +-rw-r--r-- root/root usr/include/linux/hiddev.h +-rw-r--r-- root/root usr/include/linux/hidraw.h +-rw-r--r-- root/root usr/include/linux/hpet.h +drwxr-xr-x root/root usr/include/linux/hsi/ +-rw-r--r-- root/root usr/include/linux/hsi/cs-protocol.h +-rw-r--r-- root/root usr/include/linux/hsi/hsi_char.h +-rw-r--r-- root/root usr/include/linux/hsr_netlink.h +-rw-r--r-- root/root usr/include/linux/hw_breakpoint.h +-rw-r--r-- root/root usr/include/linux/hyperv.h +-rw-r--r-- root/root usr/include/linux/i2c-dev.h +-rw-r--r-- root/root usr/include/linux/i2c.h +-rw-r--r-- root/root usr/include/linux/i2o-dev.h +-rw-r--r-- root/root usr/include/linux/i8k.h +-rw-r--r-- root/root usr/include/linux/icmp.h +-rw-r--r-- root/root usr/include/linux/icmpv6.h +-rw-r--r-- root/root usr/include/linux/idxd.h +-rw-r--r-- root/root usr/include/linux/if.h +-rw-r--r-- root/root usr/include/linux/if_addr.h +-rw-r--r-- root/root usr/include/linux/if_addrlabel.h +-rw-r--r-- root/root usr/include/linux/if_alg.h +-rw-r--r-- root/root usr/include/linux/if_arcnet.h +-rw-r--r-- root/root usr/include/linux/if_arp.h +-rw-r--r-- root/root usr/include/linux/if_bonding.h +-rw-r--r-- root/root usr/include/linux/if_bridge.h +-rw-r--r-- root/root usr/include/linux/if_cablemodem.h +-rw-r--r-- root/root usr/include/linux/if_eql.h +-rw-r--r-- root/root usr/include/linux/if_ether.h +-rw-r--r-- root/root usr/include/linux/if_fc.h +-rw-r--r-- root/root usr/include/linux/if_fddi.h +-rw-r--r-- root/root usr/include/linux/if_hippi.h +-rw-r--r-- root/root usr/include/linux/if_infiniband.h +-rw-r--r-- root/root usr/include/linux/if_link.h +-rw-r--r-- root/root usr/include/linux/if_ltalk.h +-rw-r--r-- root/root usr/include/linux/if_macsec.h +-rw-r--r-- root/root usr/include/linux/if_packet.h +-rw-r--r-- root/root usr/include/linux/if_phonet.h +-rw-r--r-- root/root usr/include/linux/if_plip.h +-rw-r--r-- root/root usr/include/linux/if_ppp.h +-rw-r--r-- root/root usr/include/linux/if_pppol2tp.h +-rw-r--r-- root/root usr/include/linux/if_pppox.h +-rw-r--r-- root/root usr/include/linux/if_slip.h +-rw-r--r-- root/root usr/include/linux/if_team.h +-rw-r--r-- root/root usr/include/linux/if_tun.h +-rw-r--r-- root/root usr/include/linux/if_tunnel.h +-rw-r--r-- root/root usr/include/linux/if_vlan.h +-rw-r--r-- root/root usr/include/linux/if_x25.h +-rw-r--r-- root/root usr/include/linux/if_xdp.h +-rw-r--r-- root/root usr/include/linux/ife.h +-rw-r--r-- root/root usr/include/linux/igmp.h +drwxr-xr-x root/root usr/include/linux/iio/ +-rw-r--r-- root/root usr/include/linux/iio/buffer.h +-rw-r--r-- root/root usr/include/linux/iio/events.h +-rw-r--r-- root/root usr/include/linux/iio/types.h +-rw-r--r-- root/root usr/include/linux/ila.h +-rw-r--r-- root/root usr/include/linux/in.h +-rw-r--r-- root/root usr/include/linux/in6.h +-rw-r--r-- root/root usr/include/linux/in_route.h +-rw-r--r-- root/root usr/include/linux/inet_diag.h +-rw-r--r-- root/root usr/include/linux/inotify.h +-rw-r--r-- root/root usr/include/linux/input-event-codes.h +-rw-r--r-- root/root usr/include/linux/input.h +-rw-r--r-- root/root usr/include/linux/io_uring.h +-rw-r--r-- root/root usr/include/linux/ioam6.h +-rw-r--r-- root/root usr/include/linux/ioam6_genl.h +-rw-r--r-- root/root usr/include/linux/ioam6_iptunnel.h +-rw-r--r-- root/root usr/include/linux/ioctl.h +-rw-r--r-- root/root usr/include/linux/iommufd.h +-rw-r--r-- root/root usr/include/linux/ioprio.h +-rw-r--r-- root/root usr/include/linux/ip.h +-rw-r--r-- root/root usr/include/linux/ip6_tunnel.h +-rw-r--r-- root/root usr/include/linux/ip_vs.h +-rw-r--r-- root/root usr/include/linux/ipc.h +-rw-r--r-- root/root usr/include/linux/ipmi.h +-rw-r--r-- root/root usr/include/linux/ipmi_bmc.h +-rw-r--r-- root/root usr/include/linux/ipmi_msgdefs.h +-rw-r--r-- root/root usr/include/linux/ipmi_ssif_bmc.h +-rw-r--r-- root/root usr/include/linux/ipsec.h +-rw-r--r-- root/root usr/include/linux/ipv6.h +-rw-r--r-- root/root usr/include/linux/ipv6_route.h +-rw-r--r-- root/root usr/include/linux/irqnr.h +drwxr-xr-x root/root usr/include/linux/isdn/ +-rw-r--r-- root/root usr/include/linux/isdn/capicmd.h +-rw-r--r-- root/root usr/include/linux/iso_fs.h +-rw-r--r-- root/root usr/include/linux/isst_if.h +-rw-r--r-- root/root usr/include/linux/ivtv.h +-rw-r--r-- root/root usr/include/linux/ivtvfb.h +-rw-r--r-- root/root usr/include/linux/jffs2.h +-rw-r--r-- root/root usr/include/linux/joystick.h +-rw-r--r-- root/root usr/include/linux/kcm.h +-rw-r--r-- root/root usr/include/linux/kcmp.h +-rw-r--r-- root/root usr/include/linux/kcov.h +-rw-r--r-- root/root usr/include/linux/kd.h +-rw-r--r-- root/root usr/include/linux/kdev_t.h +-rw-r--r-- root/root usr/include/linux/kernel-page-flags.h +-rw-r--r-- root/root usr/include/linux/kernel.h +-rw-r--r-- root/root usr/include/linux/kernelcapi.h +-rw-r--r-- root/root usr/include/linux/kexec.h +-rw-r--r-- root/root usr/include/linux/keyboard.h +-rw-r--r-- root/root usr/include/linux/keyctl.h +-rw-r--r-- root/root usr/include/linux/kfd_ioctl.h +-rw-r--r-- root/root usr/include/linux/kfd_sysfs.h +-rw-r--r-- root/root usr/include/linux/kvm.h +-rw-r--r-- root/root usr/include/linux/kvm_para.h +-rw-r--r-- root/root usr/include/linux/l2tp.h +-rw-r--r-- root/root usr/include/linux/landlock.h +-rw-r--r-- root/root usr/include/linux/libc-compat.h +-rw-r--r-- root/root usr/include/linux/limits.h +-rw-r--r-- root/root usr/include/linux/lirc.h +-rw-r--r-- root/root usr/include/linux/llc.h +-rw-r--r-- root/root usr/include/linux/loadpin.h +-rw-r--r-- root/root usr/include/linux/loop.h +-rw-r--r-- root/root usr/include/linux/lp.h +-rw-r--r-- root/root usr/include/linux/lsm.h +-rw-r--r-- root/root usr/include/linux/lwtunnel.h +-rw-r--r-- root/root usr/include/linux/magic.h +-rw-r--r-- root/root usr/include/linux/major.h +-rw-r--r-- root/root usr/include/linux/map_to_14segment.h +-rw-r--r-- root/root usr/include/linux/map_to_7segment.h +-rw-r--r-- root/root usr/include/linux/matroxfb.h +-rw-r--r-- root/root usr/include/linux/max2175.h +-rw-r--r-- root/root usr/include/linux/mctp.h +-rw-r--r-- root/root usr/include/linux/mdio.h +-rw-r--r-- root/root usr/include/linux/media-bus-format.h +-rw-r--r-- root/root usr/include/linux/media.h +drwxr-xr-x root/root usr/include/linux/media/ +drwxr-xr-x root/root usr/include/linux/media/raspberrypi/ +-rw-r--r-- root/root usr/include/linux/media/raspberrypi/pisp_be_config.h +-rw-r--r-- root/root usr/include/linux/media/raspberrypi/pisp_common.h +-rw-r--r-- root/root usr/include/linux/mei.h +-rw-r--r-- root/root usr/include/linux/mei_uuid.h +-rw-r--r-- root/root usr/include/linux/membarrier.h +-rw-r--r-- root/root usr/include/linux/memfd.h +-rw-r--r-- root/root usr/include/linux/mempolicy.h +-rw-r--r-- root/root usr/include/linux/mii.h +-rw-r--r-- root/root usr/include/linux/minix_fs.h +drwxr-xr-x root/root usr/include/linux/misc/ +-rw-r--r-- root/root usr/include/linux/misc/bcm_vk.h +-rw-r--r-- root/root usr/include/linux/mman.h +drwxr-xr-x root/root usr/include/linux/mmc/ +-rw-r--r-- root/root usr/include/linux/mmc/ioctl.h +-rw-r--r-- root/root usr/include/linux/mmtimer.h +-rw-r--r-- root/root usr/include/linux/module.h +-rw-r--r-- root/root usr/include/linux/mount.h +-rw-r--r-- root/root usr/include/linux/mpls.h +-rw-r--r-- root/root usr/include/linux/mpls_iptunnel.h +-rw-r--r-- root/root usr/include/linux/mptcp.h +-rw-r--r-- root/root usr/include/linux/mptcp_pm.h +-rw-r--r-- root/root usr/include/linux/mqueue.h +-rw-r--r-- root/root usr/include/linux/mroute.h +-rw-r--r-- root/root usr/include/linux/mroute6.h +-rw-r--r-- root/root usr/include/linux/mrp_bridge.h +-rw-r--r-- root/root usr/include/linux/msdos_fs.h +-rw-r--r-- root/root usr/include/linux/msg.h +-rw-r--r-- root/root usr/include/linux/mtio.h +-rw-r--r-- root/root usr/include/linux/nbd-netlink.h +-rw-r--r-- root/root usr/include/linux/nbd.h +-rw-r--r-- root/root usr/include/linux/ncsi.h +-rw-r--r-- root/root usr/include/linux/ndctl.h +-rw-r--r-- root/root usr/include/linux/neighbour.h +-rw-r--r-- root/root usr/include/linux/net.h +-rw-r--r-- root/root usr/include/linux/net_dropmon.h +-rw-r--r-- root/root usr/include/linux/net_namespace.h +-rw-r--r-- root/root usr/include/linux/net_tstamp.h +-rw-r--r-- root/root usr/include/linux/netconf.h +-rw-r--r-- root/root usr/include/linux/netdev.h +-rw-r--r-- root/root usr/include/linux/netdevice.h +-rw-r--r-- root/root usr/include/linux/netfilter.h +drwxr-xr-x root/root usr/include/linux/netfilter/ +drwxr-xr-x root/root usr/include/linux/netfilter/ipset/ +-rw-r--r-- root/root usr/include/linux/netfilter/ipset/ip_set.h +-rw-r--r-- root/root usr/include/linux/netfilter/ipset/ip_set_bitmap.h +-rw-r--r-- root/root usr/include/linux/netfilter/ipset/ip_set_hash.h +-rw-r--r-- root/root usr/include/linux/netfilter/ipset/ip_set_list.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_conntrack_common.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_conntrack_ftp.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_conntrack_sctp.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_conntrack_tcp.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_conntrack_tuple_common.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_log.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_nat.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_synproxy.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_tables.h +-rw-r--r-- root/root usr/include/linux/netfilter/nf_tables_compat.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_acct.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_compat.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_conntrack.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_cthelper.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_cttimeout.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_hook.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_log.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_osf.h +-rw-r--r-- root/root usr/include/linux/netfilter/nfnetlink_queue.h +-rw-r--r-- root/root usr/include/linux/netfilter/x_tables.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_AUDIT.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_CHECKSUM.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_CLASSIFY.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_CONNMARK.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_CONNSECMARK.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_CT.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_DSCP.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_HMARK.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_IDLETIMER.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_LED.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_LOG.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_MARK.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_NFLOG.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_NFQUEUE.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_RATEEST.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_SECMARK.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_SYNPROXY.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_TCPMSS.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_TCPOPTSTRIP.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_TEE.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_TPROXY.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_addrtype.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_bpf.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_cgroup.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_cluster.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_comment.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_connbytes.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_connlabel.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_connlimit.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_connmark.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_conntrack.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_cpu.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_dccp.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_devgroup.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_dscp.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_ecn.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_esp.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_hashlimit.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_helper.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_ipcomp.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_iprange.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_ipvs.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_l2tp.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_length.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_limit.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_mac.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_mark.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_multiport.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_nfacct.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_osf.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_owner.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_physdev.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_pkttype.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_policy.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_quota.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_rateest.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_realm.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_recent.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_rpfilter.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_sctp.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_set.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_socket.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_state.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_statistic.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_string.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_tcpmss.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_tcpudp.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_time.h +-rw-r--r-- root/root usr/include/linux/netfilter/xt_u32.h +-rw-r--r-- root/root usr/include/linux/netfilter_arp.h +drwxr-xr-x root/root usr/include/linux/netfilter_arp/ +-rw-r--r-- root/root usr/include/linux/netfilter_arp/arp_tables.h +-rw-r--r-- root/root usr/include/linux/netfilter_arp/arpt_mangle.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge.h +drwxr-xr-x root/root usr/include/linux/netfilter_bridge/ +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_802_3.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_among.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_arp.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_arpreply.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_ip.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_ip6.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_limit.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_log.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_mark_m.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_mark_t.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_nat.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_nflog.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_pkttype.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_redirect.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_stp.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebt_vlan.h +-rw-r--r-- root/root usr/include/linux/netfilter_bridge/ebtables.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4.h +drwxr-xr-x root/root usr/include/linux/netfilter_ipv4/ +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ip_tables.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_ECN.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_LOG.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_REJECT.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_TTL.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_ah.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_ecn.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv4/ipt_ttl.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6.h +drwxr-xr-x root/root usr/include/linux/netfilter_ipv6/ +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6_tables.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_HL.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_LOG.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_NPT.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_REJECT.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_ah.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_frag.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_hl.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_mh.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_opts.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_rt.h +-rw-r--r-- root/root usr/include/linux/netfilter_ipv6/ip6t_srh.h +-rw-r--r-- root/root usr/include/linux/netlink.h +-rw-r--r-- root/root usr/include/linux/netlink_diag.h +-rw-r--r-- root/root usr/include/linux/netrom.h +-rw-r--r-- root/root usr/include/linux/nexthop.h +-rw-r--r-- root/root usr/include/linux/nfc.h +-rw-r--r-- root/root usr/include/linux/nfs.h +-rw-r--r-- root/root usr/include/linux/nfs2.h +-rw-r--r-- root/root usr/include/linux/nfs3.h +-rw-r--r-- root/root usr/include/linux/nfs4.h +-rw-r--r-- root/root usr/include/linux/nfs4_mount.h +-rw-r--r-- root/root usr/include/linux/nfs_fs.h +-rw-r--r-- root/root usr/include/linux/nfs_idmap.h +-rw-r--r-- root/root usr/include/linux/nfs_mount.h +-rw-r--r-- root/root usr/include/linux/nfsacl.h +drwxr-xr-x root/root usr/include/linux/nfsd/ +-rw-r--r-- root/root usr/include/linux/nfsd/cld.h +-rw-r--r-- root/root usr/include/linux/nfsd/debug.h +-rw-r--r-- root/root usr/include/linux/nfsd/export.h +-rw-r--r-- root/root usr/include/linux/nfsd/stats.h +-rw-r--r-- root/root usr/include/linux/nfsd_netlink.h +-rw-r--r-- root/root usr/include/linux/nilfs2_api.h +-rw-r--r-- root/root usr/include/linux/nilfs2_ondisk.h +-rw-r--r-- root/root usr/include/linux/nitro_enclaves.h +-rw-r--r-- root/root usr/include/linux/nl80211-vnd-intel.h +-rw-r--r-- root/root usr/include/linux/nl80211.h +-rw-r--r-- root/root usr/include/linux/npcm-video.h +-rw-r--r-- root/root usr/include/linux/nsfs.h +-rw-r--r-- root/root usr/include/linux/nsm.h +-rw-r--r-- root/root usr/include/linux/ntsync.h +-rw-r--r-- root/root usr/include/linux/nubus.h +-rw-r--r-- root/root usr/include/linux/nvme_ioctl.h +-rw-r--r-- root/root usr/include/linux/nvram.h +-rw-r--r-- root/root usr/include/linux/omap3isp.h +-rw-r--r-- root/root usr/include/linux/omapfb.h +-rw-r--r-- root/root usr/include/linux/oom.h +-rw-r--r-- root/root usr/include/linux/openat2.h +-rw-r--r-- root/root usr/include/linux/openvswitch.h +-rw-r--r-- root/root usr/include/linux/packet_diag.h +-rw-r--r-- root/root usr/include/linux/papr_pdsm.h +-rw-r--r-- root/root usr/include/linux/param.h +-rw-r--r-- root/root usr/include/linux/parport.h +-rw-r--r-- root/root usr/include/linux/patchkey.h +-rw-r--r-- root/root usr/include/linux/pci.h +-rw-r--r-- root/root usr/include/linux/pci_regs.h +-rw-r--r-- root/root usr/include/linux/pcitest.h +-rw-r--r-- root/root usr/include/linux/perf_event.h +-rw-r--r-- root/root usr/include/linux/personality.h +-rw-r--r-- root/root usr/include/linux/pfkeyv2.h +-rw-r--r-- root/root usr/include/linux/pfrut.h +-rw-r--r-- root/root usr/include/linux/pg.h +-rw-r--r-- root/root usr/include/linux/phantom.h +-rw-r--r-- root/root usr/include/linux/phonet.h +-rw-r--r-- root/root usr/include/linux/pidfd.h +-rw-r--r-- root/root usr/include/linux/pkt_cls.h +-rw-r--r-- root/root usr/include/linux/pkt_sched.h +-rw-r--r-- root/root usr/include/linux/pktcdvd.h +-rw-r--r-- root/root usr/include/linux/pmu.h +-rw-r--r-- root/root usr/include/linux/poll.h +-rw-r--r-- root/root usr/include/linux/posix_acl.h +-rw-r--r-- root/root usr/include/linux/posix_acl_xattr.h +-rw-r--r-- root/root usr/include/linux/posix_types.h +-rw-r--r-- root/root usr/include/linux/ppdev.h +-rw-r--r-- root/root usr/include/linux/ppp-comp.h +-rw-r--r-- root/root usr/include/linux/ppp-ioctl.h +-rw-r--r-- root/root usr/include/linux/ppp_defs.h +-rw-r--r-- root/root usr/include/linux/pps.h +-rw-r--r-- root/root usr/include/linux/pr.h +-rw-r--r-- root/root usr/include/linux/prctl.h +-rw-r--r-- root/root usr/include/linux/psample.h +-rw-r--r-- root/root usr/include/linux/psci.h +-rw-r--r-- root/root usr/include/linux/psp-dbc.h +-rw-r--r-- root/root usr/include/linux/psp-sev.h +-rw-r--r-- root/root usr/include/linux/ptp_clock.h +-rw-r--r-- root/root usr/include/linux/ptrace.h +-rw-r--r-- root/root usr/include/linux/qemu_fw_cfg.h +-rw-r--r-- root/root usr/include/linux/qnx4_fs.h +-rw-r--r-- root/root usr/include/linux/qnxtypes.h +-rw-r--r-- root/root usr/include/linux/qrtr.h +-rw-r--r-- root/root usr/include/linux/quota.h +-rw-r--r-- root/root usr/include/linux/radeonfb.h +drwxr-xr-x root/root usr/include/linux/raid/ +-rw-r--r-- root/root usr/include/linux/raid/md_p.h +-rw-r--r-- root/root usr/include/linux/raid/md_u.h +-rw-r--r-- root/root usr/include/linux/random.h +-rw-r--r-- root/root usr/include/linux/rds.h +-rw-r--r-- root/root usr/include/linux/reboot.h +-rw-r--r-- root/root usr/include/linux/reiserfs_fs.h +-rw-r--r-- root/root usr/include/linux/reiserfs_xattr.h +-rw-r--r-- root/root usr/include/linux/remoteproc_cdev.h +-rw-r--r-- root/root usr/include/linux/resource.h +-rw-r--r-- root/root usr/include/linux/rfkill.h +-rw-r--r-- root/root usr/include/linux/rio_cm_cdev.h +-rw-r--r-- root/root usr/include/linux/rio_mport_cdev.h +-rw-r--r-- root/root usr/include/linux/rkisp1-config.h +-rw-r--r-- root/root usr/include/linux/romfs_fs.h +-rw-r--r-- root/root usr/include/linux/rose.h +-rw-r--r-- root/root usr/include/linux/route.h +-rw-r--r-- root/root usr/include/linux/rpl.h +-rw-r--r-- root/root usr/include/linux/rpl_iptunnel.h +-rw-r--r-- root/root usr/include/linux/rpmsg.h +-rw-r--r-- root/root usr/include/linux/rpmsg_types.h +-rw-r--r-- root/root usr/include/linux/rseq.h +-rw-r--r-- root/root usr/include/linux/rtc.h +-rw-r--r-- root/root usr/include/linux/rtnetlink.h +-rw-r--r-- root/root usr/include/linux/rxrpc.h +-rw-r--r-- root/root usr/include/linux/scc.h +-rw-r--r-- root/root usr/include/linux/sched.h +drwxr-xr-x root/root usr/include/linux/sched/ +-rw-r--r-- root/root usr/include/linux/sched/types.h +-rw-r--r-- root/root usr/include/linux/scif_ioctl.h +-rw-r--r-- root/root usr/include/linux/screen_info.h +-rw-r--r-- root/root usr/include/linux/sctp.h +-rw-r--r-- root/root usr/include/linux/seccomp.h +-rw-r--r-- root/root usr/include/linux/securebits.h +-rw-r--r-- root/root usr/include/linux/sed-opal.h +-rw-r--r-- root/root usr/include/linux/seg6.h +-rw-r--r-- root/root usr/include/linux/seg6_genl.h +-rw-r--r-- root/root usr/include/linux/seg6_hmac.h +-rw-r--r-- root/root usr/include/linux/seg6_iptunnel.h +-rw-r--r-- root/root usr/include/linux/seg6_local.h +-rw-r--r-- root/root usr/include/linux/selinux_netlink.h +-rw-r--r-- root/root usr/include/linux/sem.h +-rw-r--r-- root/root usr/include/linux/serial.h +-rw-r--r-- root/root usr/include/linux/serial_core.h +-rw-r--r-- root/root usr/include/linux/serial_reg.h +-rw-r--r-- root/root usr/include/linux/serio.h +-rw-r--r-- root/root usr/include/linux/sev-guest.h +-rw-r--r-- root/root usr/include/linux/shm.h +-rw-r--r-- root/root usr/include/linux/signal.h +-rw-r--r-- root/root usr/include/linux/signalfd.h +-rw-r--r-- root/root usr/include/linux/smc.h +-rw-r--r-- root/root usr/include/linux/smc_diag.h +-rw-r--r-- root/root usr/include/linux/smiapp.h +-rw-r--r-- root/root usr/include/linux/snmp.h +-rw-r--r-- root/root usr/include/linux/sock_diag.h +-rw-r--r-- root/root usr/include/linux/socket.h +-rw-r--r-- root/root usr/include/linux/sockios.h +-rw-r--r-- root/root usr/include/linux/sonet.h +-rw-r--r-- root/root usr/include/linux/sonypi.h +-rw-r--r-- root/root usr/include/linux/sound.h +-rw-r--r-- root/root usr/include/linux/soundcard.h +drwxr-xr-x root/root usr/include/linux/spi/ +-rw-r--r-- root/root usr/include/linux/spi/spi.h +-rw-r--r-- root/root usr/include/linux/spi/spidev.h +-rw-r--r-- root/root usr/include/linux/stat.h +-rw-r--r-- root/root usr/include/linux/stddef.h +-rw-r--r-- root/root usr/include/linux/stm.h +-rw-r--r-- root/root usr/include/linux/string.h +drwxr-xr-x root/root usr/include/linux/sunrpc/ +-rw-r--r-- root/root usr/include/linux/sunrpc/debug.h +drwxr-xr-x root/root usr/include/linux/surface_aggregator/ +-rw-r--r-- root/root usr/include/linux/surface_aggregator/cdev.h +-rw-r--r-- root/root usr/include/linux/surface_aggregator/dtx.h +-rw-r--r-- root/root usr/include/linux/suspend_ioctls.h +-rw-r--r-- root/root usr/include/linux/swab.h +-rw-r--r-- root/root usr/include/linux/switchtec_ioctl.h +-rw-r--r-- root/root usr/include/linux/sync_file.h +-rw-r--r-- root/root usr/include/linux/synclink.h +-rw-r--r-- root/root usr/include/linux/sysctl.h +-rw-r--r-- root/root usr/include/linux/sysinfo.h +-rw-r--r-- root/root usr/include/linux/target_core_user.h +-rw-r--r-- root/root usr/include/linux/taskstats.h +drwxr-xr-x root/root usr/include/linux/tc_act/ +-rw-r--r-- root/root usr/include/linux/tc_act/tc_bpf.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_connmark.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_csum.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_ct.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_ctinfo.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_defact.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_gact.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_gate.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_ife.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_mirred.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_mpls.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_nat.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_pedit.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_sample.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_skbedit.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_skbmod.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_tunnel_key.h +-rw-r--r-- root/root usr/include/linux/tc_act/tc_vlan.h +drwxr-xr-x root/root usr/include/linux/tc_ematch/ +-rw-r--r-- root/root usr/include/linux/tc_ematch/tc_em_cmp.h +-rw-r--r-- root/root usr/include/linux/tc_ematch/tc_em_ipt.h +-rw-r--r-- root/root usr/include/linux/tc_ematch/tc_em_meta.h +-rw-r--r-- root/root usr/include/linux/tc_ematch/tc_em_nbyte.h +-rw-r--r-- root/root usr/include/linux/tc_ematch/tc_em_text.h +-rw-r--r-- root/root usr/include/linux/tcp.h +-rw-r--r-- root/root usr/include/linux/tcp_metrics.h +-rw-r--r-- root/root usr/include/linux/tdx-guest.h +-rw-r--r-- root/root usr/include/linux/tee.h +-rw-r--r-- root/root usr/include/linux/termios.h +-rw-r--r-- root/root usr/include/linux/thermal.h +-rw-r--r-- root/root usr/include/linux/thp7312.h +-rw-r--r-- root/root usr/include/linux/time.h +-rw-r--r-- root/root usr/include/linux/time_types.h +-rw-r--r-- root/root usr/include/linux/timerfd.h +-rw-r--r-- root/root usr/include/linux/times.h +-rw-r--r-- root/root usr/include/linux/timex.h +-rw-r--r-- root/root usr/include/linux/tiocl.h +-rw-r--r-- root/root usr/include/linux/tipc.h +-rw-r--r-- root/root usr/include/linux/tipc_config.h +-rw-r--r-- root/root usr/include/linux/tipc_netlink.h +-rw-r--r-- root/root usr/include/linux/tipc_sockets_diag.h +-rw-r--r-- root/root usr/include/linux/tls.h +-rw-r--r-- root/root usr/include/linux/toshiba.h +-rw-r--r-- root/root usr/include/linux/tps6594_pfsm.h +-rw-r--r-- root/root usr/include/linux/trace_mmap.h +-rw-r--r-- root/root usr/include/linux/tty.h +-rw-r--r-- root/root usr/include/linux/tty_flags.h +-rw-r--r-- root/root usr/include/linux/types.h +-rw-r--r-- root/root usr/include/linux/ublk_cmd.h +-rw-r--r-- root/root usr/include/linux/udf_fs_i.h +-rw-r--r-- root/root usr/include/linux/udmabuf.h +-rw-r--r-- root/root usr/include/linux/udp.h +-rw-r--r-- root/root usr/include/linux/uhid.h +-rw-r--r-- root/root usr/include/linux/uinput.h +-rw-r--r-- root/root usr/include/linux/uio.h +-rw-r--r-- root/root usr/include/linux/uleds.h +-rw-r--r-- root/root usr/include/linux/ultrasound.h +-rw-r--r-- root/root usr/include/linux/um_timetravel.h +-rw-r--r-- root/root usr/include/linux/un.h +-rw-r--r-- root/root usr/include/linux/unistd.h +-rw-r--r-- root/root usr/include/linux/unix_diag.h +drwxr-xr-x root/root usr/include/linux/usb/ +-rw-r--r-- root/root usr/include/linux/usb/audio.h +-rw-r--r-- root/root usr/include/linux/usb/cdc-wdm.h +-rw-r--r-- root/root usr/include/linux/usb/cdc.h +-rw-r--r-- root/root usr/include/linux/usb/ch11.h +-rw-r--r-- root/root usr/include/linux/usb/ch9.h +-rw-r--r-- root/root usr/include/linux/usb/charger.h +-rw-r--r-- root/root usr/include/linux/usb/functionfs.h +-rw-r--r-- root/root usr/include/linux/usb/g_hid.h +-rw-r--r-- root/root usr/include/linux/usb/g_printer.h +-rw-r--r-- root/root usr/include/linux/usb/g_uvc.h +-rw-r--r-- root/root usr/include/linux/usb/gadgetfs.h +-rw-r--r-- root/root usr/include/linux/usb/midi.h +-rw-r--r-- root/root usr/include/linux/usb/raw_gadget.h +-rw-r--r-- root/root usr/include/linux/usb/tmc.h +-rw-r--r-- root/root usr/include/linux/usb/video.h +-rw-r--r-- root/root usr/include/linux/usbdevice_fs.h +-rw-r--r-- root/root usr/include/linux/usbip.h +-rw-r--r-- root/root usr/include/linux/user_events.h +-rw-r--r-- root/root usr/include/linux/userfaultfd.h +-rw-r--r-- root/root usr/include/linux/userio.h +-rw-r--r-- root/root usr/include/linux/utime.h +-rw-r--r-- root/root usr/include/linux/utsname.h +-rw-r--r-- root/root usr/include/linux/uuid.h +-rw-r--r-- root/root usr/include/linux/uvcvideo.h +-rw-r--r-- root/root usr/include/linux/v4l2-common.h +-rw-r--r-- root/root usr/include/linux/v4l2-controls.h +-rw-r--r-- root/root usr/include/linux/v4l2-dv-timings.h +-rw-r--r-- root/root usr/include/linux/v4l2-mediabus.h +-rw-r--r-- root/root usr/include/linux/v4l2-subdev.h +-rw-r--r-- root/root usr/include/linux/vbox_err.h +-rw-r--r-- root/root usr/include/linux/vbox_vmmdev_types.h +-rw-r--r-- root/root usr/include/linux/vboxguest.h +-rw-r--r-- root/root usr/include/linux/vdpa.h +-rw-r--r-- root/root usr/include/linux/vduse.h +-rw-r--r-- root/root usr/include/linux/version.h +-rw-r--r-- root/root usr/include/linux/vesa.h +-rw-r--r-- root/root usr/include/linux/veth.h +-rw-r--r-- root/root usr/include/linux/vfio.h +-rw-r--r-- root/root usr/include/linux/vfio_ccw.h +-rw-r--r-- root/root usr/include/linux/vfio_zdev.h +-rw-r--r-- root/root usr/include/linux/vhost.h +-rw-r--r-- root/root usr/include/linux/vhost_types.h +-rw-r--r-- root/root usr/include/linux/videodev2.h +-rw-r--r-- root/root usr/include/linux/virtio_9p.h +-rw-r--r-- root/root usr/include/linux/virtio_balloon.h +-rw-r--r-- root/root usr/include/linux/virtio_blk.h +-rw-r--r-- root/root usr/include/linux/virtio_bt.h +-rw-r--r-- root/root usr/include/linux/virtio_config.h +-rw-r--r-- root/root usr/include/linux/virtio_console.h +-rw-r--r-- root/root usr/include/linux/virtio_crypto.h +-rw-r--r-- root/root usr/include/linux/virtio_fs.h +-rw-r--r-- root/root usr/include/linux/virtio_gpio.h +-rw-r--r-- root/root usr/include/linux/virtio_gpu.h +-rw-r--r-- root/root usr/include/linux/virtio_i2c.h +-rw-r--r-- root/root usr/include/linux/virtio_ids.h +-rw-r--r-- root/root usr/include/linux/virtio_input.h +-rw-r--r-- root/root usr/include/linux/virtio_iommu.h +-rw-r--r-- root/root usr/include/linux/virtio_mem.h +-rw-r--r-- root/root usr/include/linux/virtio_mmio.h +-rw-r--r-- root/root usr/include/linux/virtio_net.h +-rw-r--r-- root/root usr/include/linux/virtio_pci.h +-rw-r--r-- root/root usr/include/linux/virtio_pcidev.h +-rw-r--r-- root/root usr/include/linux/virtio_pmem.h +-rw-r--r-- root/root usr/include/linux/virtio_ring.h +-rw-r--r-- root/root usr/include/linux/virtio_rng.h +-rw-r--r-- root/root usr/include/linux/virtio_scmi.h +-rw-r--r-- root/root usr/include/linux/virtio_scsi.h +-rw-r--r-- root/root usr/include/linux/virtio_snd.h +-rw-r--r-- root/root usr/include/linux/virtio_types.h +-rw-r--r-- root/root usr/include/linux/virtio_vsock.h +-rw-r--r-- root/root usr/include/linux/vm_sockets.h +-rw-r--r-- root/root usr/include/linux/vm_sockets_diag.h +-rw-r--r-- root/root usr/include/linux/vmcore.h +-rw-r--r-- root/root usr/include/linux/vsockmon.h +-rw-r--r-- root/root usr/include/linux/vt.h +-rw-r--r-- root/root usr/include/linux/vtpm_proxy.h +-rw-r--r-- root/root usr/include/linux/wait.h +-rw-r--r-- root/root usr/include/linux/watch_queue.h +-rw-r--r-- root/root usr/include/linux/watchdog.h +-rw-r--r-- root/root usr/include/linux/wireguard.h +-rw-r--r-- root/root usr/include/linux/wireless.h +-rw-r--r-- root/root usr/include/linux/wmi.h +-rw-r--r-- root/root usr/include/linux/wwan.h +-rw-r--r-- root/root usr/include/linux/x25.h +-rw-r--r-- root/root usr/include/linux/xattr.h +-rw-r--r-- root/root usr/include/linux/xdp_diag.h +-rw-r--r-- root/root usr/include/linux/xfrm.h +-rw-r--r-- root/root usr/include/linux/xilinx-v4l2-controls.h +-rw-r--r-- root/root usr/include/linux/zorro.h +-rw-r--r-- root/root usr/include/linux/zorro_ids.h +drwxr-xr-x root/root usr/include/misc/ +-rw-r--r-- root/root usr/include/misc/cxl.h +-rw-r--r-- root/root usr/include/misc/fastrpc.h +-rw-r--r-- root/root usr/include/misc/mrvl_cn10k_dpi.h +-rw-r--r-- root/root usr/include/misc/ocxl.h +-rw-r--r-- root/root usr/include/misc/pvpanic.h +drwxr-xr-x root/root usr/include/misc/uacce/ +-rw-r--r-- root/root usr/include/misc/uacce/hisi_qm.h +-rw-r--r-- root/root usr/include/misc/uacce/uacce.h +-rw-r--r-- root/root usr/include/misc/xilinx_sdfec.h +drwxr-xr-x root/root usr/include/mtd/ +-rw-r--r-- root/root usr/include/mtd/inftl-user.h +-rw-r--r-- root/root usr/include/mtd/mtd-abi.h +-rw-r--r-- root/root usr/include/mtd/mtd-user.h +-rw-r--r-- root/root usr/include/mtd/nftl-user.h +-rw-r--r-- root/root usr/include/mtd/ubi-user.h +drwxr-xr-x root/root usr/include/rdma/ +-rw-r--r-- root/root usr/include/rdma/bnxt_re-abi.h +-rw-r--r-- root/root usr/include/rdma/cxgb4-abi.h +-rw-r--r-- root/root usr/include/rdma/efa-abi.h +-rw-r--r-- root/root usr/include/rdma/erdma-abi.h +drwxr-xr-x root/root usr/include/rdma/hfi/ +-rw-r--r-- root/root usr/include/rdma/hfi/hfi1_ioctl.h +-rw-r--r-- root/root usr/include/rdma/hfi/hfi1_user.h +-rw-r--r-- root/root usr/include/rdma/hns-abi.h +-rw-r--r-- root/root usr/include/rdma/ib_user_ioctl_cmds.h +-rw-r--r-- root/root usr/include/rdma/ib_user_ioctl_verbs.h +-rw-r--r-- root/root usr/include/rdma/ib_user_mad.h +-rw-r--r-- root/root usr/include/rdma/ib_user_sa.h +-rw-r--r-- root/root usr/include/rdma/ib_user_verbs.h +-rw-r--r-- root/root usr/include/rdma/irdma-abi.h +-rw-r--r-- root/root usr/include/rdma/mana-abi.h +-rw-r--r-- root/root usr/include/rdma/mlx4-abi.h +-rw-r--r-- root/root usr/include/rdma/mlx5-abi.h +-rw-r--r-- root/root usr/include/rdma/mlx5_user_ioctl_cmds.h +-rw-r--r-- root/root usr/include/rdma/mlx5_user_ioctl_verbs.h +-rw-r--r-- root/root usr/include/rdma/mthca-abi.h +-rw-r--r-- root/root usr/include/rdma/ocrdma-abi.h +-rw-r--r-- root/root usr/include/rdma/qedr-abi.h +-rw-r--r-- root/root usr/include/rdma/rdma_netlink.h +-rw-r--r-- root/root usr/include/rdma/rdma_user_cm.h +-rw-r--r-- root/root usr/include/rdma/rdma_user_ioctl.h +-rw-r--r-- root/root usr/include/rdma/rdma_user_ioctl_cmds.h +-rw-r--r-- root/root usr/include/rdma/rdma_user_rxe.h +-rw-r--r-- root/root usr/include/rdma/rvt-abi.h +-rw-r--r-- root/root usr/include/rdma/siw-abi.h +-rw-r--r-- root/root usr/include/rdma/vmw_pvrdma-abi.h +drwxr-xr-x root/root usr/include/regulator/ +-rw-r--r-- root/root usr/include/regulator/regulator.h +drwxr-xr-x root/root usr/include/scsi/ +-rw-r--r-- root/root usr/include/scsi/cxlflash_ioctl.h +drwxr-xr-x root/root usr/include/scsi/fc/ +-rw-r--r-- root/root usr/include/scsi/fc/fc_els.h +-rw-r--r-- root/root usr/include/scsi/fc/fc_fs.h +-rw-r--r-- root/root usr/include/scsi/fc/fc_gs.h +-rw-r--r-- root/root usr/include/scsi/fc/fc_ns.h +-rw-r--r-- root/root usr/include/scsi/scsi_bsg_fc.h +-rw-r--r-- root/root usr/include/scsi/scsi_bsg_mpi3mr.h +-rw-r--r-- root/root usr/include/scsi/scsi_bsg_ufs.h +-rw-r--r-- root/root usr/include/scsi/scsi_netlink.h +-rw-r--r-- root/root usr/include/scsi/scsi_netlink_fc.h +drwxr-xr-x root/root usr/include/sound/ +-rw-r--r-- root/root usr/include/sound/asequencer.h +-rw-r--r-- root/root usr/include/sound/asoc.h +-rw-r--r-- root/root usr/include/sound/asound.h +-rw-r--r-- root/root usr/include/sound/asound_fm.h +-rw-r--r-- root/root usr/include/sound/compress_offload.h +-rw-r--r-- root/root usr/include/sound/compress_params.h +-rw-r--r-- root/root usr/include/sound/emu10k1.h +-rw-r--r-- root/root usr/include/sound/firewire.h +-rw-r--r-- root/root usr/include/sound/hdsp.h +-rw-r--r-- root/root usr/include/sound/hdspm.h +drwxr-xr-x root/root usr/include/sound/intel/ +drwxr-xr-x root/root usr/include/sound/intel/avs/ +-rw-r--r-- root/root usr/include/sound/intel/avs/tokens.h +-rw-r--r-- root/root usr/include/sound/sb16_csp.h +-rw-r--r-- root/root usr/include/sound/scarlett2.h +-rw-r--r-- root/root usr/include/sound/sfnt_info.h +-rw-r--r-- root/root usr/include/sound/skl-tplg-interface.h +-rw-r--r-- root/root usr/include/sound/snd_ar_tokens.h +-rw-r--r-- root/root usr/include/sound/snd_sst_tokens.h +drwxr-xr-x root/root usr/include/sound/sof/ +-rw-r--r-- root/root usr/include/sound/sof/abi.h +-rw-r--r-- root/root usr/include/sound/sof/fw.h +-rw-r--r-- root/root usr/include/sound/sof/header.h +-rw-r--r-- root/root usr/include/sound/sof/tokens.h +-rw-r--r-- root/root usr/include/sound/tlv.h +-rw-r--r-- root/root usr/include/sound/usb_stream.h +drwxr-xr-x root/root usr/include/video/ +-rw-r--r-- root/root usr/include/video/edid.h +-rw-r--r-- root/root usr/include/video/sisfb.h +-rw-r--r-- root/root usr/include/video/uvesafb.h +drwxr-xr-x root/root usr/include/xen/ +-rw-r--r-- root/root usr/include/xen/evtchn.h +-rw-r--r-- root/root usr/include/xen/gntalloc.h +-rw-r--r-- root/root usr/include/xen/gntdev.h +-rw-r--r-- root/root usr/include/xen/privcmd.h diff --git a/linux-headers/abuild b/linux-headers/abuild new file mode 100644 index 00000000..838039e5 --- /dev/null +++ b/linux-headers/abuild @@ -0,0 +1,13 @@ +name=linux-headers +version=6.12.30 +release=1 +source="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$version.tar.xz" + +build() { + make mrproper + make headers + find usr/include -name '.*' -delete + rm usr/include/Makefile + mkdir -p $PKG/usr/include + cp -rv usr/include/* $PKG/usr/include +} diff --git a/llvm/.checksum b/llvm/.checksum new file mode 100644 index 00000000..12ecc896 --- /dev/null +++ b/llvm/.checksum @@ -0,0 +1,11 @@ +22efff9c8ed1a51e487aae43e525c424de9e1b18e6e0f0c9b0f50d79a67abf64 0012-libc-libc-abi-libunwind-disable-multiarch-locations.patch +fe545506e77506fee1a9197ec186f9ff406dd1df5836d89dc53738d56012dfa4 0014-clang-disable-multiarch-layout-on-musl.patch +9c6af487fec4cac4f87c26ba708c9335c66b95a97d473f4b855ae61da0046b10 0017-clang-use-as-needed-by-default.patch +cd3f5b14620f184f4e75e24f5fee118b89cb377c863105c86652c9871e4f9d56 0024-clang-link-libcxxabi-on-linux-when-using-libc.patch +1e175274232b52180177e2510b7777af6c004f50597ac43eed03f2973d7edad6 c89 +a0ad4df956974d89d02d5ca023157e00be067c47948b4c5af04b10dcd5fdcbd5 c99 +80138e469931386d617fa5da7a41cef5f33e900ec08d1062ab212c71303af2c9 compiler-rt-sanitizer-supported-arch.patch +8d1ba8db1a60a9b58e0acc7feef216f23b52ec0106b7681778f841529e7881ec fix-msan-with-musl.patch +fb46b9bd30b90da8f0e8aa2c722ea6179c99aca8a322f32943c5b796dbd95fe2 llvm-project-20.1.5.src.tar.xz +c975229979af06c139b27c56d42cb32a58b16aa5b0b74e28245a06e75be8f35e musl-stack-size.patch +4e36a6fa62dde7ffaa6bee55960e29c2e4cd761ec41405e0813ced50f28333a7 musl-targets.patch diff --git a/llvm/.files b/llvm/.files new file mode 100644 index 00000000..14de3868 --- /dev/null +++ b/llvm/.files @@ -0,0 +1,6792 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/addr2line -> llvm-symbolizer +-rwxr-xr-x root/root usr/bin/amdgpu-arch +-rwxr-xr-x root/root usr/bin/analyze-build +lrwxrwxrwx root/root usr/bin/ar -> llvm-ar +-rwxr-xr-x root/root usr/bin/bugpoint +lrwxrwxrwx root/root usr/bin/c++ -> clang++ +lrwxrwxrwx root/root usr/bin/c++filt -> llvm-cxxfilt +-rwxr-xr-x root/root usr/bin/c-index-test +-rwxr-xr-x root/root usr/bin/c89 +-rwxr-xr-x root/root usr/bin/c99 +lrwxrwxrwx root/root usr/bin/cc -> clang +lrwxrwxrwx root/root usr/bin/clang -> clang-20 +lrwxrwxrwx root/root usr/bin/clang++ -> clang +-rwxr-xr-x root/root usr/bin/clang-20 +-rwxr-xr-x root/root usr/bin/clang-apply-replacements +-rwxr-xr-x root/root usr/bin/clang-change-namespace +-rwxr-xr-x root/root usr/bin/clang-check +lrwxrwxrwx root/root usr/bin/clang-cl -> clang +lrwxrwxrwx root/root usr/bin/clang-cpp -> clang +-rwxr-xr-x root/root usr/bin/clang-doc +-rwxr-xr-x root/root usr/bin/clang-extdef-mapping +-rwxr-xr-x root/root usr/bin/clang-format +-rwxr-xr-x root/root usr/bin/clang-include-cleaner +-rwxr-xr-x root/root usr/bin/clang-include-fixer +-rwxr-xr-x root/root usr/bin/clang-installapi +-rwxr-xr-x root/root usr/bin/clang-linker-wrapper +-rwxr-xr-x root/root usr/bin/clang-move +-rwxr-xr-x root/root usr/bin/clang-nvlink-wrapper +-rwxr-xr-x root/root usr/bin/clang-offload-bundler +-rwxr-xr-x root/root usr/bin/clang-offload-packager +-rwxr-xr-x root/root usr/bin/clang-query +-rwxr-xr-x root/root usr/bin/clang-refactor +-rwxr-xr-x root/root usr/bin/clang-reorder-fields +-rwxr-xr-x root/root usr/bin/clang-repl +-rwxr-xr-x root/root usr/bin/clang-scan-deps +-rwxr-xr-x root/root usr/bin/clang-sycl-linker +-rwxr-xr-x root/root usr/bin/clang-tblgen +-rwxr-xr-x root/root usr/bin/clang-tidy +-rwxr-xr-x root/root usr/bin/clangd +lrwxrwxrwx root/root usr/bin/cpp -> clang +lrwxrwxrwx root/root usr/bin/debuginfod -> llvm-debuginfod +lrwxrwxrwx root/root usr/bin/debuginfod-find -> llvm-debuginfod-find +-rwxr-xr-x root/root usr/bin/diagtool +lrwxrwxrwx root/root usr/bin/dlltool -> llvm-ar +-rwxr-xr-x root/root usr/bin/dsymutil +lrwxrwxrwx root/root usr/bin/dwp -> llvm-dwp +-rwxr-xr-x root/root usr/bin/find-all-symbols +lrwxrwxrwx root/root usr/bin/g++ -> clang++ +lrwxrwxrwx root/root usr/bin/gcc -> clang +-rwxr-xr-x root/root usr/bin/git-clang-format +-rwxr-xr-x root/root usr/bin/hmaptool +-rwxr-xr-x root/root usr/bin/intercept-build +lrwxrwxrwx root/root usr/bin/ld -> lld +lrwxrwxrwx root/root usr/bin/ld.lld -> lld +lrwxrwxrwx root/root usr/bin/ld64.lld -> lld +-rwxr-xr-x root/root usr/bin/llc +-rwxr-xr-x root/root usr/bin/lld +lrwxrwxrwx root/root usr/bin/lld-link -> lld +-rwxr-xr-x root/root usr/bin/lli +lrwxrwxrwx root/root usr/bin/llvm-addr2line -> llvm-symbolizer +-rwxr-xr-x root/root usr/bin/llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-as +-rwxr-xr-x root/root usr/bin/llvm-bcanalyzer +lrwxrwxrwx root/root usr/bin/llvm-bitcode-strip -> llvm-objcopy +-rwxr-xr-x root/root usr/bin/llvm-c-test +-rwxr-xr-x root/root usr/bin/llvm-cat +-rwxr-xr-x root/root usr/bin/llvm-cfi-verify +-rwxr-xr-x root/root usr/bin/llvm-cgdata +-rwxr-xr-x root/root usr/bin/llvm-config +-rwxr-xr-x root/root usr/bin/llvm-cov +-rwxr-xr-x root/root usr/bin/llvm-ctxprof-util +-rwxr-xr-x root/root usr/bin/llvm-cvtres +-rwxr-xr-x root/root usr/bin/llvm-cxxdump +-rwxr-xr-x root/root usr/bin/llvm-cxxfilt +-rwxr-xr-x root/root usr/bin/llvm-cxxmap +-rwxr-xr-x root/root usr/bin/llvm-debuginfo-analyzer +-rwxr-xr-x root/root usr/bin/llvm-debuginfod +-rwxr-xr-x root/root usr/bin/llvm-debuginfod-find +-rwxr-xr-x root/root usr/bin/llvm-diff +-rwxr-xr-x root/root usr/bin/llvm-dis +lrwxrwxrwx root/root usr/bin/llvm-dlltool -> llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-dwarfdump +-rwxr-xr-x root/root usr/bin/llvm-dwarfutil +-rwxr-xr-x root/root usr/bin/llvm-dwp +-rwxr-xr-x root/root usr/bin/llvm-exegesis +-rwxr-xr-x root/root usr/bin/llvm-extract +-rwxr-xr-x root/root usr/bin/llvm-gsymutil +-rwxr-xr-x root/root usr/bin/llvm-ifs +lrwxrwxrwx root/root usr/bin/llvm-install-name-tool -> llvm-objcopy +-rwxr-xr-x root/root usr/bin/llvm-jitlink +lrwxrwxrwx root/root usr/bin/llvm-lib -> llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-libtool-darwin +-rwxr-xr-x root/root usr/bin/llvm-link +-rwxr-xr-x root/root usr/bin/llvm-lipo +-rwxr-xr-x root/root usr/bin/llvm-lto +-rwxr-xr-x root/root usr/bin/llvm-lto2 +-rwxr-xr-x root/root usr/bin/llvm-mc +-rwxr-xr-x root/root usr/bin/llvm-mca +-rwxr-xr-x root/root usr/bin/llvm-ml +-rwxr-xr-x root/root usr/bin/llvm-modextract +-rwxr-xr-x root/root usr/bin/llvm-mt +-rwxr-xr-x root/root usr/bin/llvm-nm +-rwxr-xr-x root/root usr/bin/llvm-objcopy +-rwxr-xr-x root/root usr/bin/llvm-objdump +-rwxr-xr-x root/root usr/bin/llvm-opt-report +lrwxrwxrwx root/root usr/bin/llvm-otool -> llvm-objdump +-rwxr-xr-x root/root usr/bin/llvm-pdbutil +-rwxr-xr-x root/root usr/bin/llvm-profdata +-rwxr-xr-x root/root usr/bin/llvm-profgen +lrwxrwxrwx root/root usr/bin/llvm-ranlib -> llvm-ar +-rwxr-xr-x root/root usr/bin/llvm-rc +lrwxrwxrwx root/root usr/bin/llvm-readelf -> llvm-readobj +-rwxr-xr-x root/root usr/bin/llvm-readobj +-rwxr-xr-x root/root usr/bin/llvm-readtapi +-rwxr-xr-x root/root usr/bin/llvm-reduce +-rwxr-xr-x root/root usr/bin/llvm-remarkutil +-rwxr-xr-x root/root usr/bin/llvm-rtdyld +-rwxr-xr-x root/root usr/bin/llvm-sim +-rwxr-xr-x root/root usr/bin/llvm-size +-rwxr-xr-x root/root usr/bin/llvm-split +-rwxr-xr-x root/root usr/bin/llvm-stress +-rwxr-xr-x root/root usr/bin/llvm-strings +lrwxrwxrwx root/root usr/bin/llvm-strip -> llvm-objcopy +-rwxr-xr-x root/root usr/bin/llvm-symbolizer +-rwxr-xr-x root/root usr/bin/llvm-tblgen +-rwxr-xr-x root/root usr/bin/llvm-tli-checker +-rwxr-xr-x root/root usr/bin/llvm-undname +lrwxrwxrwx root/root usr/bin/llvm-windres -> llvm-rc +-rwxr-xr-x root/root usr/bin/llvm-xray +-rwxr-xr-x root/root usr/bin/modularize +lrwxrwxrwx root/root usr/bin/nm -> llvm-nm +-rwxr-xr-x root/root usr/bin/nvptx-arch +lrwxrwxrwx root/root usr/bin/objcopy -> llvm-objcopy +lrwxrwxrwx root/root usr/bin/objdump -> llvm-objdump +-rwxr-xr-x root/root usr/bin/opt +-rwxr-xr-x root/root usr/bin/pp-trace +lrwxrwxrwx root/root usr/bin/ranlib -> llvm-ar +lrwxrwxrwx root/root usr/bin/readelf -> llvm-readobj +lrwxrwxrwx root/root usr/bin/readtapi -> llvm-readtapi +-rwxr-xr-x root/root usr/bin/reduce-chunk-list +-rwxr-xr-x root/root usr/bin/run-clang-tidy +-rwxr-xr-x root/root usr/bin/sancov +-rwxr-xr-x root/root usr/bin/sanstats +-rwxr-xr-x root/root usr/bin/scan-build +-rwxr-xr-x root/root usr/bin/scan-build-py +-rwxr-xr-x root/root usr/bin/scan-view +lrwxrwxrwx root/root usr/bin/size -> llvm-size +lrwxrwxrwx root/root usr/bin/strings -> llvm-strings +lrwxrwxrwx root/root usr/bin/strip -> llvm-objcopy +-rwxr-xr-x root/root usr/bin/verify-uselistorder +lrwxrwxrwx root/root usr/bin/wasm-ld -> lld +lrwxrwxrwx root/root usr/bin/windres -> llvm-rc +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/__libunwind_config.h +drwxr-xr-x root/root usr/include/c++/ +drwxr-xr-x root/root usr/include/c++/v1/ +drwxr-xr-x root/root usr/include/c++/v1/__algorithm/ +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/adjacent_find.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/all_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/any_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/binary_search.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/clamp.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/comp.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/comp_ref_type.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/copy_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/copy_move_common.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/copy_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/count.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/count_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/equal.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/equal_range.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/fill.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/fill_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/find.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/find_end.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/find_first_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/find_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/find_if_not.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/find_segment_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/for_each.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/for_each_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/for_each_segment.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/generate.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/generate_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/half_positive.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/in_found_result.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/in_fun_result.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/in_in_out_result.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/in_in_result.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/in_out_out_result.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/in_out_result.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/includes.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/inplace_merge.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/is_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/is_heap_until.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/is_partitioned.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/is_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/is_sorted.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/is_sorted_until.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/iter_swap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/iterator_operations.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/lexicographical_compare.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/lexicographical_compare_three_way.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/lower_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/make_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/make_projected.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/max.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/max_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/merge.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/min.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/min_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/min_max_result.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/minmax.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/minmax_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/mismatch.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/move.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/move_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/next_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/none_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/nth_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/partial_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/partial_sort_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/partition.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/partition_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/partition_point.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/pop_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/prev_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/pstl.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/push_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/radix_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_adjacent_find.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_all_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_any_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_binary_search.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_clamp.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_contains.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_contains_subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_copy_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_copy_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_count.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_count_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_ends_with.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_equal.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_equal_range.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_fill.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_fill_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_find.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_find_end.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_find_first_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_find_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_find_if_not.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_find_last.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_fold.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_for_each.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_for_each_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_generate.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_generate_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_includes.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_inplace_merge.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_is_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_is_heap_until.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_is_partitioned.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_is_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_is_sorted.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_is_sorted_until.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_iterator_concept.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_lexicographical_compare.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_lower_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_make_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_max.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_max_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_merge.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_min.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_min_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_minmax.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_minmax_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_mismatch.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_move.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_move_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_next_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_none_of.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_nth_element.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_partial_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_partial_sort_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_partition.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_partition_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_partition_point.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_pop_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_prev_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_push_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_remove.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_remove_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_remove_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_remove_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_replace.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_replace_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_replace_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_replace_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_reverse.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_reverse_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_rotate.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_rotate_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_sample.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_search.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_search_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_set_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_set_intersection.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_set_union.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_shuffle.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_sort_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_stable_partition.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_stable_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_starts_with.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_swap_ranges.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_transform.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_unique.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_unique_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/ranges_upper_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/remove.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/remove_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/remove_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/remove_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/replace.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/replace_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/replace_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/replace_if.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/reverse.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/reverse_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/rotate.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/rotate_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/sample.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/search.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/search_n.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/set_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/set_intersection.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/set_symmetric_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/set_union.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/shift_left.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/shift_right.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/shuffle.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/sift_down.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/simd_utils.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/sort.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/sort_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/stable_partition.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/stable_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/swap_ranges.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/three_way_comp_ref_type.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/transform.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/unique.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/unique_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/unwrap_iter.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/unwrap_range.h +-rw-r--r-- root/root usr/include/c++/v1/__algorithm/upper_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__assert +-rw-r--r-- root/root usr/include/c++/v1/__assertion_handler +drwxr-xr-x root/root usr/include/c++/v1/__atomic/ +-rw-r--r-- root/root usr/include/c++/v1/__atomic/aliases.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/atomic.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/atomic_flag.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/atomic_init.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/atomic_lock_free.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/atomic_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/atomic_sync.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/check_memory_order.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/contention_t.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/fence.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/is_always_lock_free.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/kill_dependency.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/memory_order.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/support.h +drwxr-xr-x root/root usr/include/c++/v1/__atomic/support/ +-rw-r--r-- root/root usr/include/c++/v1/__atomic/support/c11.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/support/gcc.h +-rw-r--r-- root/root usr/include/c++/v1/__atomic/to_gcc_order.h +drwxr-xr-x root/root usr/include/c++/v1/__bit/ +-rw-r--r-- root/root usr/include/c++/v1/__bit/bit_cast.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/bit_ceil.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/bit_floor.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/bit_log2.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/bit_width.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/blsr.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/byteswap.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/countl.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/countr.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/endian.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/has_single_bit.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/invert_if.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/popcount.h +-rw-r--r-- root/root usr/include/c++/v1/__bit/rotate.h +-rw-r--r-- root/root usr/include/c++/v1/__bit_reference +drwxr-xr-x root/root usr/include/c++/v1/__charconv/ +-rw-r--r-- root/root usr/include/c++/v1/__charconv/chars_format.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/from_chars_floating_point.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/from_chars_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/from_chars_result.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/tables.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/to_chars.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/to_chars_base_10.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/to_chars_floating_point.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/to_chars_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/to_chars_result.h +-rw-r--r-- root/root usr/include/c++/v1/__charconv/traits.h +drwxr-xr-x root/root usr/include/c++/v1/__chrono/ +-rw-r--r-- root/root usr/include/c++/v1/__chrono/calendar.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/convert_to_timespec.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/convert_to_tm.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/day.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/duration.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/exception.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/file_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/hh_mm_ss.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/high_resolution_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/leap_second.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/literals.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/local_info.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/month.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/month_weekday.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/monthday.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/ostream.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/parser_std_format_spec.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/statically_widen.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/steady_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/sys_info.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/system_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/time_point.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/time_zone.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/time_zone_link.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/tzdb.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/tzdb_list.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/utc_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/weekday.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/year.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/year_month.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/year_month_day.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/year_month_weekday.h +-rw-r--r-- root/root usr/include/c++/v1/__chrono/zoned_time.h +drwxr-xr-x root/root usr/include/c++/v1/__compare/ +-rw-r--r-- root/root usr/include/c++/v1/__compare/common_comparison_category.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/compare_partial_order_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/compare_strong_order_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/compare_three_way.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/compare_three_way_result.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/compare_weak_order_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/is_eq.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/ordering.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/partial_order.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/strong_order.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/synth_three_way.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/three_way_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__compare/weak_order.h +drwxr-xr-x root/root usr/include/c++/v1/__concepts/ +-rw-r--r-- root/root usr/include/c++/v1/__concepts/arithmetic.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/boolean_testable.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/class_or_enum.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/common_reference_with.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/common_with.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/convertible_to.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/copyable.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/derived_from.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/different_from.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/equality_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/invocable.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/movable.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/predicate.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/regular.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/relation.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/same_as.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/semiregular.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/swappable.h +-rw-r--r-- root/root usr/include/c++/v1/__concepts/totally_ordered.h +drwxr-xr-x root/root usr/include/c++/v1/__condition_variable/ +-rw-r--r-- root/root usr/include/c++/v1/__condition_variable/condition_variable.h +-rw-r--r-- root/root usr/include/c++/v1/__config +-rw-r--r-- root/root usr/include/c++/v1/__config_site +drwxr-xr-x root/root usr/include/c++/v1/__configuration/ +-rw-r--r-- root/root usr/include/c++/v1/__configuration/abi.h +-rw-r--r-- root/root usr/include/c++/v1/__configuration/availability.h +-rw-r--r-- root/root usr/include/c++/v1/__configuration/compiler.h +-rw-r--r-- root/root usr/include/c++/v1/__configuration/language.h +-rw-r--r-- root/root usr/include/c++/v1/__configuration/platform.h +drwxr-xr-x root/root usr/include/c++/v1/__coroutine/ +-rw-r--r-- root/root usr/include/c++/v1/__coroutine/coroutine_handle.h +-rw-r--r-- root/root usr/include/c++/v1/__coroutine/coroutine_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__coroutine/noop_coroutine_handle.h +-rw-r--r-- root/root usr/include/c++/v1/__coroutine/trivial_awaitables.h +drwxr-xr-x root/root usr/include/c++/v1/__cstddef/ +-rw-r--r-- root/root usr/include/c++/v1/__cstddef/byte.h +-rw-r--r-- root/root usr/include/c++/v1/__cstddef/max_align_t.h +-rw-r--r-- root/root usr/include/c++/v1/__cstddef/nullptr_t.h +-rw-r--r-- root/root usr/include/c++/v1/__cstddef/ptrdiff_t.h +-rw-r--r-- root/root usr/include/c++/v1/__cstddef/size_t.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/ +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__algorithm/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/adjacent_find.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/all_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/any_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/binary_search.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/clamp.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/comp.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/comp_ref_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/copy_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/copy_move_common.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/copy_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/count.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/count_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/equal.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/equal_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/fill.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/fill_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/find.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/find_end.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/find_first_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/find_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/find_if_not.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/find_segment_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/fold.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/for_each.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/for_each_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/for_each_segment.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/generate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/generate_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/half_positive.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/in_found_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/in_fun_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/in_in_out_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/in_in_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/in_out_out_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/in_out_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/includes.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/inplace_merge.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/is_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/is_heap_until.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/is_partitioned.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/is_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/is_sorted.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/is_sorted_until.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/iter_swap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/iterator_operations.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/lexicographical_compare.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/lexicographical_compare_three_way.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/lower_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/make_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/make_projected.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/max.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/max_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/merge.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/min.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/min_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/min_max_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/minmax.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/minmax_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/mismatch.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/move.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/move_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/next_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/none_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/nth_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/partial_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/partial_sort_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/partition.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/partition_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/partition_point.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/pop_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/prev_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/pstl.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/push_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_adjacent_find.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_all_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_any_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_binary_search.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_clamp.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_contains.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_contains_subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_copy_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_copy_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_count.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_count_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_ends_with.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_equal.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_equal_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_fill.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_fill_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_find.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_find_end.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_find_first_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_find_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_find_if_not.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_find_last.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_for_each.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_for_each_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_generate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_generate_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_includes.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_inplace_merge.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_is_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_is_heap_until.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_is_partitioned.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_is_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_is_sorted.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_is_sorted_until.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_iterator_concept.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_lexicographical_compare.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_lower_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_make_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_max.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_max_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_merge.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_min.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_min_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_minmax.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_minmax_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_mismatch.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_move.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_move_backward.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_next_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_none_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_nth_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_partial_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_partial_sort_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_partition.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_partition_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_partition_point.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_pop_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_prev_permutation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_push_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_remove.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_remove_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_remove_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_remove_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_replace.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_replace_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_replace_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_replace_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_reverse.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_reverse_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_rotate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_rotate_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_sample.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_search.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_search_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_set_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_set_intersection.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_set_symmetric_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_set_union.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_shuffle.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_sort_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_stable_partition.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_stable_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_starts_with.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_swap_ranges.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_transform.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_unique.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_unique_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/ranges_upper_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/remove.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/remove_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/remove_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/remove_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/replace.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/replace_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/replace_copy_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/replace_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/reverse.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/reverse_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/rotate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/rotate_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/sample.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/search.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/search_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/set_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/set_intersection.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/set_symmetric_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/set_union.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/shift_left.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/shift_right.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/shuffle.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/sift_down.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/simd_utils.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/sort.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/sort_heap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/stable_partition.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/stable_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/swap_ranges.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/three_way_comp_ref_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/transform.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/uniform_random_bit_generator_adaptor.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/unique.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/unique_copy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/unwrap_iter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/unwrap_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__algorithm/upper_bound.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__assert +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__atomic/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/aliases.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/atomic.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/atomic_base.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/atomic_flag.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/atomic_init.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/atomic_lock_free.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/atomic_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/atomic_sync.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/check_memory_order.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/contention_t.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/cxx_atomic_impl.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/fence.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/is_always_lock_free.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/kill_dependency.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/memory_order.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__atomic/to_gcc_order.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__bit/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/bit_cast.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/bit_ceil.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/bit_floor.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/bit_log2.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/bit_width.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/blsr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/byteswap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/countl.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/countr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/endian.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/has_single_bit.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/invert_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/popcount.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit/rotate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__bit_reference +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__charconv/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/chars_format.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/from_chars_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/from_chars_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/tables.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/to_chars.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/to_chars_base_10.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/to_chars_floating_point.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/to_chars_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/to_chars_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__charconv/traits.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__chrono/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/calendar.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/convert_to_timespec.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/convert_to_tm.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/day.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/duration.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/exception.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/file_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/hh_mm_ss.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/high_resolution_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/leap_second.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/literals.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/local_info.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/month.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/month_weekday.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/monthday.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/ostream.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/parser_std_format_spec.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/statically_widen.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/steady_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/sys_info.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/system_clock.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/time_point.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/time_zone.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/time_zone_link.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/tzdb.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/tzdb_list.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/weekday.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/year.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/year_month.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/year_month_day.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/year_month_weekday.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__chrono/zoned_time.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__compare/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/common_comparison_category.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/compare_partial_order_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/compare_strong_order_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/compare_three_way.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/compare_three_way_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/compare_weak_order_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/is_eq.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/ordering.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/partial_order.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/strong_order.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/synth_three_way.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/three_way_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__compare/weak_order.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__concepts/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/arithmetic.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/boolean_testable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/class_or_enum.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/common_reference_with.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/common_with.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/convertible_to.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/copyable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/derived_from.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/different_from.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/equality_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/invocable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/movable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/predicate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/regular.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/relation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/same_as.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/semiregular.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/swappable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__concepts/totally_ordered.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__condition_variable/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__condition_variable/condition_variable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__config +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__configuration/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__configuration/abi.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__configuration/availability.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__configuration/compiler.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__configuration/config_site_shim.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__configuration/language.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__configuration/platform.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__coroutine/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__coroutine/coroutine_handle.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__coroutine/coroutine_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__coroutine/noop_coroutine_handle.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__coroutine/trivial_awaitables.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__debug_utils/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__debug_utils/randomize_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__debug_utils/sanitizers.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__debug_utils/strict_weak_ordering_check.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__exception/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__exception/exception.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__exception/exception_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__exception/nested_exception.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__exception/operations.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__exception/terminate.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__expected/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__expected/bad_expected_access.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__expected/expected.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__expected/unexpect.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__expected/unexpected.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__filesystem/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/copy_options.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/directory_entry.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/directory_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/directory_options.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/file_status.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/file_time_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/file_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/filesystem_error.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/operations.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/path.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/path_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/perm_options.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/perms.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/recursive_directory_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/space_info.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__filesystem/u8path.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__format/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/buffer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/container_adaptor.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/enable_insertable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/escaped_output_table.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/extended_grapheme_cluster_table.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_arg.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_arg_store.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_args.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_context.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_error.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_parse_context.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_string.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/format_to_n_result.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_bool.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_char.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_floating_point.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_integer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_output.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_string.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/formatter_tuple.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/indic_conjunct_break_table.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/parser_std_format_spec.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/range_default_formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/range_formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/unicode.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/width_estimation_table.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__format/write_escaped.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__functional/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/binary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/binary_negate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/bind.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/bind_back.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/bind_front.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/binder1st.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/binder2nd.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/boyer_moore_searcher.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/compose.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/default_searcher.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/function.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/hash.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/identity.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/invoke.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/is_transparent.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/mem_fn.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/mem_fun_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/not_fn.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/operations.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/perfect_forward.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/pointer_to_binary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/pointer_to_unary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/ranges_operations.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/reference_wrapper.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/unary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/unary_negate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__functional/weak_result_type.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__fwd/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/array.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/bit_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/complex.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/deque.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/format.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/fstream.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/functional.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/ios.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/istream.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/mdspan.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/memory.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/memory_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/ostream.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/pair.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/queue.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/span.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/sstream.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/stack.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/streambuf.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/string.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/string_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/tuple.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__fwd/vector.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__hash_table +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__ios/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ios/fpos.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__iterator/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/access.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/advance.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/aliasing_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/back_insert_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/bounded_iter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/common_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/counted_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/cpp17_iterator_concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/data.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/default_sentinel.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/distance.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/empty.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/erase_if_container.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/front_insert_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/incrementable_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/indirectly_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/insert_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/istream_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/istreambuf_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/iter_move.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/iter_swap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/iterator_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/iterator_with_data.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/mergeable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/move_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/move_sentinel.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/next.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/ostream_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/ostreambuf_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/permutable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/prev.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/projected.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/ranges_iterator_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/readable_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/reverse_access.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/reverse_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/segmented_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/size.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/sortable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/unreachable_sentinel.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__iterator/wrap_iter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__locale_dir/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/android.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/bsd_locale_defaults.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/bsd_locale_fallbacks.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/fuchsia.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/ibm.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/locale_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/musl.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/newlib.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/openbsd.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__locale_dir/locale_base_api/win32.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__math/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/abs.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/copysign.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/error_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/exponential_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/fdim.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/fma.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/gamma.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/hyperbolic_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/hypot.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/inverse_hyperbolic_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/inverse_trigonometric_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/logarithms.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/min_max.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/modulo.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/remainder.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/roots.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/rounding_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/special_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__math/trigonometric_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mbstate_t.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__mdspan/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mdspan/default_accessor.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mdspan/extents.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mdspan/layout_left.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mdspan/layout_right.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mdspan/layout_stride.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mdspan/mdspan.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__memory/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/addressof.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/align.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/aligned_alloc.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/allocate_at_least.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/allocation_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/allocator_arg_t.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/allocator_destructor.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/allocator_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/assume_aligned.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/auto_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/builtin_new_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/compressed_pair.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/construct_at.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/destruct_n.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/inout_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/out_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/pointer_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/ranges_construct_at.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/ranges_uninitialized_algorithms.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/raw_storage_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/shared_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/swap_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/temp_value.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/temporary_buffer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/uninitialized_algorithms.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/unique_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/uses_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/uses_allocator_construction.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory/voidify.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__memory_resource/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory_resource/memory_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory_resource/monotonic_buffer_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory_resource/polymorphic_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory_resource/pool_options.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory_resource/synchronized_pool_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__memory_resource/unsynchronized_pool_resource.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__mutex/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mutex/lock_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mutex/mutex.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mutex/once_flag.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mutex/tag_types.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__mutex/unique_lock.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__node_handle +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__numeric/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/accumulate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/adjacent_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/exclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/gcd_lcm.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/inclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/inner_product.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/iota.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/midpoint.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/partial_sum.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/pstl.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/reduce.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/saturation_arithmetic.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/transform_exclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/transform_inclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__numeric/transform_reduce.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__ostream/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ostream/basic_ostream.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ostream/print.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__pstl/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/backend.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/backend_fwd.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__pstl/backends/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/backends/default.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/backends/libdispatch.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/backends/serial.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/backends/std_thread.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/any_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/cpu_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/fill.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/find_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/for_each.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/merge.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/stable_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/transform.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/cpu_algos/transform_reduce.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/dispatch.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__pstl/handle_exception.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__random/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/bernoulli_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/binomial_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/cauchy_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/chi_squared_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/clamp_to_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/default_random_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/discard_block_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/discrete_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/exponential_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/extreme_value_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/fisher_f_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/gamma_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/generate_canonical.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/geometric_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/independent_bits_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/is_seed_sequence.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/is_valid.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/knuth_b.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/linear_congruential_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/log2.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/lognormal_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/mersenne_twister_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/negative_binomial_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/normal_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/piecewise_constant_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/piecewise_linear_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/poisson_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/random_device.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/ranlux.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/seed_seq.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/shuffle_order_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/student_t_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/subtract_with_carry_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/uniform_int_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/uniform_random_bit_generator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/uniform_real_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__random/weibull_distribution.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__ranges/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/access.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/all.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/as_rvalue_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/chunk_by_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/common_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/container_compatible_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/counted.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/dangling.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/data.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/drop_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/drop_while_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/elements_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/empty.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/empty_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/enable_borrowed_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/enable_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/filter_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/from_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/iota_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/istream_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/join_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/lazy_split_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/movable_box.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/non_propagating_cache.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/owning_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/range_adaptor.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/rbegin.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/ref_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/rend.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/repeat_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/reverse_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/single_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/size.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/split_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/take_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/take_while_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/to.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/transform_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/view_interface.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/views.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__ranges/zip_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__split_buffer +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__std_clang_module +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__std_mbstate_t.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__stop_token/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__stop_token/atomic_unique_lock.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__stop_token/intrusive_list_view.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__stop_token/intrusive_shared_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__stop_token/stop_callback.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__stop_token/stop_source.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__stop_token/stop_state.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__stop_token/stop_token.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__string/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__string/char_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__string/constexpr_c_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__string/extern_template_lists.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__support/ +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__support/ibm/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__support/ibm/gettod_zos.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__support/ibm/locale_mgmt_zos.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__support/ibm/nanosleep.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__support/xlocale/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__support/xlocale/__nop_locale_mgmt.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__support/xlocale/__posix_l_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__support/xlocale/__strtonum_fallback.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__system_error/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__system_error/errc.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__system_error/error_category.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__system_error/error_code.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__system_error/error_condition.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__system_error/system_error.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__thread/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/id.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/jthread.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/poll_with_backoff.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/support.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__thread/support/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/support/c11.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/support/external.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/support/pthread.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/support/windows.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/this_thread.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/thread.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__thread/timed_backoff_policy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tree +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__tuple/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/find_index.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/ignore.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/make_tuple_types.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/sfinae_helpers.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/tuple_element.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/tuple_indices.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/tuple_like.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/tuple_like_ext.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/tuple_like_no_subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/tuple_size.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__tuple/tuple_types.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__type_traits/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/add_const.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/add_cv.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/add_lvalue_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/add_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/add_rvalue_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/add_volatile.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/aligned_storage.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/aligned_union.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/alignment_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/can_extract_key.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/common_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/common_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/conditional.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/conjunction.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/copy_cv.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/copy_cvref.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/datasizeof.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/decay.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/dependent_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/desugars_to.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/disjunction.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/enable_if.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/extent.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/has_unique_object_representation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/has_virtual_destructor.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/integral_constant.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/invoke.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_abstract.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_aggregate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_always_bitcastable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_arithmetic.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_array.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_base_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_bounded_array.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_callable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_char_like_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_class.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_compound.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_const.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_constant_evaluated.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_convertible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_core_convertible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_empty.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_enum.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_equality_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_execution_policy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_final.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_floating_point.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_function.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_fundamental.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_implicitly_default_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_literal_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_member_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_nothrow_assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_nothrow_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_nothrow_convertible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_nothrow_destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_null_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_object.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_pod.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_polymorphic.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_primary_template.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_reference_wrapper.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_referenceable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_same.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_scalar.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_signed.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_signed_integer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_specialization.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_standard_layout.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_swappable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_trivial.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_trivially_assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_trivially_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_trivially_copyable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_trivially_destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_trivially_lexicographically_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_trivially_relocatable.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_unbounded_array.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_union.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_unsigned.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_unsigned_integer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_valid_expansion.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_void.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/is_volatile.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/lazy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/make_32_64_or_128_bit.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/make_const_lvalue_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/make_signed.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/make_unsigned.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/maybe_const.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/nat.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/negation.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/noexcept_move_assign_container.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/promote.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/rank.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_all_extents.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_const.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_const_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_cv.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_cvref.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_extent.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/remove_volatile.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/result_of.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/strip_signature.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/type_identity.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/type_list.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/underlying_type.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/unwrap_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__type_traits/void_t.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__undef_macros +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__utility/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/as_const.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/as_lvalue.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/auto_cast.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/cmp.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/convert_to_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/declval.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/empty.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/exception_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/exchange.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/forward.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/forward_like.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/in_place.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/integer_sequence.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/is_pointer_in_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/is_valid_range.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/move.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/no_destroy.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/pair.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/piecewise_construct.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/priority_tag.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/private_constructor_tag.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/rel_ops.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/small_buffer.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/swap.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/to_underlying.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__utility/unreachable.h +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/__variant/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__variant/monostate.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/__verbose_abort +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/algorithm +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/any +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/array +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/atomic +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/barrier +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/bit +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/bitset +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cassert +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ccomplex +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cctype +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cerrno +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cfenv +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cfloat +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/charconv +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/chrono +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cinttypes +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ciso646 +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/climits +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/clocale +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cmath +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/codecvt +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/compare +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/complex +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/complex.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/concepts +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/condition_variable +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/coroutine +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/csetjmp +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/csignal +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cstdarg +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cstdbool +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cstddef +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cstdint +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cstdio +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cstdlib +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cstring +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ctgmath +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ctime +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ctype.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cuchar +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cwchar +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/cwctype +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/deque +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/errno.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/exception +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/execution +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/expected +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/experimental/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__config +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/experimental/__simd/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/aligned_tag.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/declaration.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/reference.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/scalar.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/simd.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/simd_mask.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/traits.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/utility.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/__simd/vec_ext.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/iterator +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/memory +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/propagate_const +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/simd +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/type_traits +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/experimental/utility +drwxr-xr-x root/root usr/include/c++/v1/__cxx03/ext/ +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ext/__hash +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ext/hash_map +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ext/hash_set +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/fenv.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/filesystem +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/float.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/format +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/forward_list +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/fstream +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/functional +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/future +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/initializer_list +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/inttypes.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/iomanip +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ios +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/iosfwd +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/iostream +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/istream +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/iterator +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/latch +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/limits +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/list +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/locale +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/locale.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/map +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/math.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/mdspan +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/memory +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/memory_resource +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/module.modulemap +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/mutex +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/new +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/numbers +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/numeric +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/optional +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ostream +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/print +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/queue +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/random +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ranges +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/ratio +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/regex +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/scoped_allocator +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/semaphore +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/set +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/shared_mutex +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/source_location +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/span +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/sstream +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stack +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stdatomic.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stdbool.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stddef.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stdexcept +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stdint.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stdio.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stdlib.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/stop_token +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/streambuf +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/string +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/string.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/string_view +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/strstream +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/syncstream +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/system_error +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/tgmath.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/thread +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/tuple +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/type_traits +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/typeindex +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/typeinfo +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/uchar.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/unordered_map +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/unordered_set +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/utility +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/valarray +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/variant +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/vector +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/version +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/wchar.h +-rw-r--r-- root/root usr/include/c++/v1/__cxx03/wctype.h +-rw-r--r-- root/root usr/include/c++/v1/__cxxabi_config.h +drwxr-xr-x root/root usr/include/c++/v1/__debug_utils/ +-rw-r--r-- root/root usr/include/c++/v1/__debug_utils/randomize_range.h +-rw-r--r-- root/root usr/include/c++/v1/__debug_utils/sanitizers.h +-rw-r--r-- root/root usr/include/c++/v1/__debug_utils/strict_weak_ordering_check.h +drwxr-xr-x root/root usr/include/c++/v1/__exception/ +-rw-r--r-- root/root usr/include/c++/v1/__exception/exception.h +-rw-r--r-- root/root usr/include/c++/v1/__exception/exception_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__exception/nested_exception.h +-rw-r--r-- root/root usr/include/c++/v1/__exception/operations.h +-rw-r--r-- root/root usr/include/c++/v1/__exception/terminate.h +drwxr-xr-x root/root usr/include/c++/v1/__expected/ +-rw-r--r-- root/root usr/include/c++/v1/__expected/bad_expected_access.h +-rw-r--r-- root/root usr/include/c++/v1/__expected/expected.h +-rw-r--r-- root/root usr/include/c++/v1/__expected/unexpect.h +-rw-r--r-- root/root usr/include/c++/v1/__expected/unexpected.h +drwxr-xr-x root/root usr/include/c++/v1/__filesystem/ +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/copy_options.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/directory_entry.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/directory_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/directory_options.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/file_status.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/file_time_type.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/file_type.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/filesystem_error.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/operations.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/path.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/path_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/perm_options.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/perms.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/recursive_directory_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/space_info.h +-rw-r--r-- root/root usr/include/c++/v1/__filesystem/u8path.h +drwxr-xr-x root/root usr/include/c++/v1/__flat_map/ +-rw-r--r-- root/root usr/include/c++/v1/__flat_map/flat_map.h +-rw-r--r-- root/root usr/include/c++/v1/__flat_map/flat_multimap.h +-rw-r--r-- root/root usr/include/c++/v1/__flat_map/key_value_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__flat_map/sorted_equivalent.h +-rw-r--r-- root/root usr/include/c++/v1/__flat_map/sorted_unique.h +-rw-r--r-- root/root usr/include/c++/v1/__flat_map/utils.h +drwxr-xr-x root/root usr/include/c++/v1/__format/ +-rw-r--r-- root/root usr/include/c++/v1/__format/buffer.h +-rw-r--r-- root/root usr/include/c++/v1/__format/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__format/container_adaptor.h +-rw-r--r-- root/root usr/include/c++/v1/__format/enable_insertable.h +-rw-r--r-- root/root usr/include/c++/v1/__format/escaped_output_table.h +-rw-r--r-- root/root usr/include/c++/v1/__format/extended_grapheme_cluster_table.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_arg.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_arg_store.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_args.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_context.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_error.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_parse_context.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_string.h +-rw-r--r-- root/root usr/include/c++/v1/__format/format_to_n_result.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_bool.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_char.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_floating_point.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_integer.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_output.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_string.h +-rw-r--r-- root/root usr/include/c++/v1/__format/formatter_tuple.h +-rw-r--r-- root/root usr/include/c++/v1/__format/indic_conjunct_break_table.h +-rw-r--r-- root/root usr/include/c++/v1/__format/parser_std_format_spec.h +-rw-r--r-- root/root usr/include/c++/v1/__format/range_default_formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__format/range_formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__format/unicode.h +-rw-r--r-- root/root usr/include/c++/v1/__format/width_estimation_table.h +-rw-r--r-- root/root usr/include/c++/v1/__format/write_escaped.h +drwxr-xr-x root/root usr/include/c++/v1/__functional/ +-rw-r--r-- root/root usr/include/c++/v1/__functional/binary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/binary_negate.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/bind.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/bind_back.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/bind_front.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/binder1st.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/binder2nd.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/boyer_moore_searcher.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/compose.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/default_searcher.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/function.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/hash.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/identity.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/invoke.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/is_transparent.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/mem_fn.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/mem_fun_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/not_fn.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/operations.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/perfect_forward.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/pointer_to_binary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/pointer_to_unary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/ranges_operations.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/reference_wrapper.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/unary_function.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/unary_negate.h +-rw-r--r-- root/root usr/include/c++/v1/__functional/weak_result_type.h +drwxr-xr-x root/root usr/include/c++/v1/__fwd/ +-rw-r--r-- root/root usr/include/c++/v1/__fwd/array.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/bit_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/byte.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/complex.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/deque.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/format.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/fstream.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/functional.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/get.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/ios.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/istream.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/mdspan.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/memory.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/memory_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/ostream.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/pair.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/queue.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/span.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/sstream.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/stack.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/streambuf.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/string.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/string_view.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/tuple.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/variant.h +-rw-r--r-- root/root usr/include/c++/v1/__fwd/vector.h +-rw-r--r-- root/root usr/include/c++/v1/__hash_table +drwxr-xr-x root/root usr/include/c++/v1/__ios/ +-rw-r--r-- root/root usr/include/c++/v1/__ios/fpos.h +drwxr-xr-x root/root usr/include/c++/v1/__iterator/ +-rw-r--r-- root/root usr/include/c++/v1/__iterator/access.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/advance.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/aliasing_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/back_insert_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/bounded_iter.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/common_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/counted_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/cpp17_iterator_concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/data.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/default_sentinel.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/distance.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/empty.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/erase_if_container.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/front_insert_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/incrementable_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/indirectly_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/insert_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/istream_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/istreambuf_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/iter_move.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/iter_swap.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/iterator_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/iterator_with_data.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/mergeable.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/move_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/move_sentinel.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/next.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/ostream_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/ostreambuf_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/permutable.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/prev.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/projected.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/ranges_iterator_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/readable_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/reverse_access.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/reverse_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/segmented_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/size.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/sortable.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/static_bounded_iter.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/unreachable_sentinel.h +-rw-r--r-- root/root usr/include/c++/v1/__iterator/wrap_iter.h +-rw-r--r-- root/root usr/include/c++/v1/__locale +drwxr-xr-x root/root usr/include/c++/v1/__locale_dir/ +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/locale_base_api.h +drwxr-xr-x root/root usr/include/c++/v1/__locale_dir/locale_base_api/ +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/locale_base_api/android.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/locale_base_api/bsd_locale_fallbacks.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/locale_base_api/ibm.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/locale_base_api/musl.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/locale_base_api/openbsd.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/pad_and_output.h +drwxr-xr-x root/root usr/include/c++/v1/__locale_dir/support/ +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/support/apple.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/support/bsd_like.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/support/freebsd.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/support/fuchsia.h +drwxr-xr-x root/root usr/include/c++/v1/__locale_dir/support/no_locale/ +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/support/no_locale/characters.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/support/no_locale/strtonum.h +-rw-r--r-- root/root usr/include/c++/v1/__locale_dir/support/windows.h +drwxr-xr-x root/root usr/include/c++/v1/__math/ +-rw-r--r-- root/root usr/include/c++/v1/__math/abs.h +-rw-r--r-- root/root usr/include/c++/v1/__math/copysign.h +-rw-r--r-- root/root usr/include/c++/v1/__math/error_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__math/exponential_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__math/fdim.h +-rw-r--r-- root/root usr/include/c++/v1/__math/fma.h +-rw-r--r-- root/root usr/include/c++/v1/__math/gamma.h +-rw-r--r-- root/root usr/include/c++/v1/__math/hyperbolic_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__math/hypot.h +-rw-r--r-- root/root usr/include/c++/v1/__math/inverse_hyperbolic_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__math/inverse_trigonometric_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__math/logarithms.h +-rw-r--r-- root/root usr/include/c++/v1/__math/min_max.h +-rw-r--r-- root/root usr/include/c++/v1/__math/modulo.h +-rw-r--r-- root/root usr/include/c++/v1/__math/remainder.h +-rw-r--r-- root/root usr/include/c++/v1/__math/roots.h +-rw-r--r-- root/root usr/include/c++/v1/__math/rounding_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__math/special_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__math/traits.h +-rw-r--r-- root/root usr/include/c++/v1/__math/trigonometric_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__mbstate_t.h +drwxr-xr-x root/root usr/include/c++/v1/__mdspan/ +-rw-r--r-- root/root usr/include/c++/v1/__mdspan/default_accessor.h +-rw-r--r-- root/root usr/include/c++/v1/__mdspan/extents.h +-rw-r--r-- root/root usr/include/c++/v1/__mdspan/layout_left.h +-rw-r--r-- root/root usr/include/c++/v1/__mdspan/layout_right.h +-rw-r--r-- root/root usr/include/c++/v1/__mdspan/layout_stride.h +-rw-r--r-- root/root usr/include/c++/v1/__mdspan/mdspan.h +drwxr-xr-x root/root usr/include/c++/v1/__memory/ +-rw-r--r-- root/root usr/include/c++/v1/__memory/addressof.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/align.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/aligned_alloc.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/allocate_at_least.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/allocation_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/allocator_arg_t.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/allocator_destructor.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/allocator_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/array_cookie.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/assume_aligned.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/auto_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/compressed_pair.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/construct_at.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/destruct_n.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/inout_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/noexcept_move_assign_container.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/out_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/pointer_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/ranges_construct_at.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/raw_storage_iterator.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/shared_count.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/shared_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/swap_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/temp_value.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/temporary_buffer.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/uninitialized_algorithms.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/unique_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/unique_temporary_buffer.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/uses_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__memory/uses_allocator_construction.h +drwxr-xr-x root/root usr/include/c++/v1/__memory_resource/ +-rw-r--r-- root/root usr/include/c++/v1/__memory_resource/memory_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__memory_resource/monotonic_buffer_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__memory_resource/polymorphic_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__memory_resource/pool_options.h +-rw-r--r-- root/root usr/include/c++/v1/__memory_resource/synchronized_pool_resource.h +-rw-r--r-- root/root usr/include/c++/v1/__memory_resource/unsynchronized_pool_resource.h +drwxr-xr-x root/root usr/include/c++/v1/__mutex/ +-rw-r--r-- root/root usr/include/c++/v1/__mutex/lock_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__mutex/mutex.h +-rw-r--r-- root/root usr/include/c++/v1/__mutex/once_flag.h +-rw-r--r-- root/root usr/include/c++/v1/__mutex/tag_types.h +-rw-r--r-- root/root usr/include/c++/v1/__mutex/unique_lock.h +drwxr-xr-x root/root usr/include/c++/v1/__new/ +-rw-r--r-- root/root usr/include/c++/v1/__new/align_val_t.h +-rw-r--r-- root/root usr/include/c++/v1/__new/allocate.h +-rw-r--r-- root/root usr/include/c++/v1/__new/destroying_delete_t.h +-rw-r--r-- root/root usr/include/c++/v1/__new/exceptions.h +-rw-r--r-- root/root usr/include/c++/v1/__new/global_new_delete.h +-rw-r--r-- root/root usr/include/c++/v1/__new/interference_size.h +-rw-r--r-- root/root usr/include/c++/v1/__new/launder.h +-rw-r--r-- root/root usr/include/c++/v1/__new/new_handler.h +-rw-r--r-- root/root usr/include/c++/v1/__new/nothrow_t.h +-rw-r--r-- root/root usr/include/c++/v1/__new/placement_new_delete.h +-rw-r--r-- root/root usr/include/c++/v1/__node_handle +drwxr-xr-x root/root usr/include/c++/v1/__numeric/ +-rw-r--r-- root/root usr/include/c++/v1/__numeric/accumulate.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/adjacent_difference.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/exclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/gcd_lcm.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/inclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/inner_product.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/iota.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/midpoint.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/partial_sum.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/pstl.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/reduce.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/saturation_arithmetic.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/transform_exclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/transform_inclusive_scan.h +-rw-r--r-- root/root usr/include/c++/v1/__numeric/transform_reduce.h +drwxr-xr-x root/root usr/include/c++/v1/__ostream/ +-rw-r--r-- root/root usr/include/c++/v1/__ostream/basic_ostream.h +-rw-r--r-- root/root usr/include/c++/v1/__ostream/print.h +-rw-r--r-- root/root usr/include/c++/v1/__ostream/put_character_sequence.h +drwxr-xr-x root/root usr/include/c++/v1/__pstl/ +-rw-r--r-- root/root usr/include/c++/v1/__pstl/backend.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/backend_fwd.h +drwxr-xr-x root/root usr/include/c++/v1/__pstl/backends/ +-rw-r--r-- root/root usr/include/c++/v1/__pstl/backends/default.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/backends/libdispatch.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/backends/serial.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/backends/std_thread.h +drwxr-xr-x root/root usr/include/c++/v1/__pstl/cpu_algos/ +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/any_of.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/cpu_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/fill.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/find_if.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/for_each.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/merge.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/stable_sort.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/transform.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/cpu_algos/transform_reduce.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/dispatch.h +-rw-r--r-- root/root usr/include/c++/v1/__pstl/handle_exception.h +drwxr-xr-x root/root usr/include/c++/v1/__random/ +-rw-r--r-- root/root usr/include/c++/v1/__random/bernoulli_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/binomial_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/cauchy_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/chi_squared_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/clamp_to_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__random/default_random_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__random/discard_block_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__random/discrete_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/exponential_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/extreme_value_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/fisher_f_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/gamma_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/generate_canonical.h +-rw-r--r-- root/root usr/include/c++/v1/__random/geometric_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/independent_bits_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__random/is_seed_sequence.h +-rw-r--r-- root/root usr/include/c++/v1/__random/is_valid.h +-rw-r--r-- root/root usr/include/c++/v1/__random/knuth_b.h +-rw-r--r-- root/root usr/include/c++/v1/__random/linear_congruential_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__random/log2.h +-rw-r--r-- root/root usr/include/c++/v1/__random/lognormal_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/mersenne_twister_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__random/negative_binomial_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/normal_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/piecewise_constant_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/piecewise_linear_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/poisson_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/random_device.h +-rw-r--r-- root/root usr/include/c++/v1/__random/ranlux.h +-rw-r--r-- root/root usr/include/c++/v1/__random/seed_seq.h +-rw-r--r-- root/root usr/include/c++/v1/__random/shuffle_order_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__random/student_t_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/subtract_with_carry_engine.h +-rw-r--r-- root/root usr/include/c++/v1/__random/uniform_int_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/uniform_random_bit_generator.h +-rw-r--r-- root/root usr/include/c++/v1/__random/uniform_real_distribution.h +-rw-r--r-- root/root usr/include/c++/v1/__random/weibull_distribution.h +drwxr-xr-x root/root usr/include/c++/v1/__ranges/ +-rw-r--r-- root/root usr/include/c++/v1/__ranges/access.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/all.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/as_rvalue_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/chunk_by_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/common_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/concepts.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/container_compatible_range.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/counted.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/dangling.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/data.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/drop_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/drop_while_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/elements_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/empty.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/empty_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/enable_borrowed_range.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/enable_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/filter_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/from_range.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/iota_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/istream_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/join_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/lazy_split_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/movable_box.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/non_propagating_cache.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/owning_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/range_adaptor.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/rbegin.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/ref_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/rend.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/repeat_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/reverse_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/single_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/size.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/split_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/take_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/take_while_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/to.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/transform_view.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/view_interface.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/views.h +-rw-r--r-- root/root usr/include/c++/v1/__ranges/zip_view.h +-rw-r--r-- root/root usr/include/c++/v1/__split_buffer +-rw-r--r-- root/root usr/include/c++/v1/__std_mbstate_t.h +drwxr-xr-x root/root usr/include/c++/v1/__stop_token/ +-rw-r--r-- root/root usr/include/c++/v1/__stop_token/atomic_unique_lock.h +-rw-r--r-- root/root usr/include/c++/v1/__stop_token/intrusive_list_view.h +-rw-r--r-- root/root usr/include/c++/v1/__stop_token/intrusive_shared_ptr.h +-rw-r--r-- root/root usr/include/c++/v1/__stop_token/stop_callback.h +-rw-r--r-- root/root usr/include/c++/v1/__stop_token/stop_source.h +-rw-r--r-- root/root usr/include/c++/v1/__stop_token/stop_state.h +-rw-r--r-- root/root usr/include/c++/v1/__stop_token/stop_token.h +drwxr-xr-x root/root usr/include/c++/v1/__string/ +-rw-r--r-- root/root usr/include/c++/v1/__string/char_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__string/constexpr_c_functions.h +-rw-r--r-- root/root usr/include/c++/v1/__string/extern_template_lists.h +drwxr-xr-x root/root usr/include/c++/v1/__support/ +drwxr-xr-x root/root usr/include/c++/v1/__support/ibm/ +-rw-r--r-- root/root usr/include/c++/v1/__support/ibm/gettod_zos.h +-rw-r--r-- root/root usr/include/c++/v1/__support/ibm/locale_mgmt_zos.h +-rw-r--r-- root/root usr/include/c++/v1/__support/ibm/nanosleep.h +drwxr-xr-x root/root usr/include/c++/v1/__support/xlocale/ +-rw-r--r-- root/root usr/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h +-rw-r--r-- root/root usr/include/c++/v1/__support/xlocale/__posix_l_fallback.h +-rw-r--r-- root/root usr/include/c++/v1/__support/xlocale/__strtonum_fallback.h +drwxr-xr-x root/root usr/include/c++/v1/__system_error/ +-rw-r--r-- root/root usr/include/c++/v1/__system_error/errc.h +-rw-r--r-- root/root usr/include/c++/v1/__system_error/error_category.h +-rw-r--r-- root/root usr/include/c++/v1/__system_error/error_code.h +-rw-r--r-- root/root usr/include/c++/v1/__system_error/error_condition.h +-rw-r--r-- root/root usr/include/c++/v1/__system_error/system_error.h +-rw-r--r-- root/root usr/include/c++/v1/__system_error/throw_system_error.h +drwxr-xr-x root/root usr/include/c++/v1/__thread/ +-rw-r--r-- root/root usr/include/c++/v1/__thread/formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/id.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/jthread.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/poll_with_backoff.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/support.h +drwxr-xr-x root/root usr/include/c++/v1/__thread/support/ +-rw-r--r-- root/root usr/include/c++/v1/__thread/support/c11.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/support/external.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/support/pthread.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/support/windows.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/this_thread.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/thread.h +-rw-r--r-- root/root usr/include/c++/v1/__thread/timed_backoff_policy.h +-rw-r--r-- root/root usr/include/c++/v1/__tree +drwxr-xr-x root/root usr/include/c++/v1/__tuple/ +-rw-r--r-- root/root usr/include/c++/v1/__tuple/find_index.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/ignore.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/make_tuple_types.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/sfinae_helpers.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/tuple_element.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/tuple_indices.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/tuple_like.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/tuple_like_ext.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/tuple_like_no_subrange.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/tuple_size.h +-rw-r--r-- root/root usr/include/c++/v1/__tuple/tuple_types.h +drwxr-xr-x root/root usr/include/c++/v1/__type_traits/ +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/add_cv_quals.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/add_lvalue_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/add_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/add_rvalue_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/aligned_storage.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/aligned_union.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/alignment_of.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/can_extract_key.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/common_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/common_type.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/conditional.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/conjunction.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/container_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/copy_cv.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/copy_cvref.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/datasizeof.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/decay.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/dependent_type.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/desugars_to.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/detected_or.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/disjunction.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/enable_if.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/extent.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/has_unique_object_representation.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/has_virtual_destructor.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/integral_constant.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/invoke.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_abstract.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_aggregate.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_allocator.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_always_bitcastable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_arithmetic.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_array.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_base_of.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_bounded_array.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_callable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_char_like_type.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_class.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_compound.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_const.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_constant_evaluated.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_convertible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_core_convertible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_empty.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_enum.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_equality_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_execution_policy.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_final.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_floating_point.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_function.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_fundamental.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_implicit_lifetime.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_implicitly_default_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_literal_type.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_member_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_nothrow_assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_nothrow_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_nothrow_convertible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_nothrow_destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_null_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_object.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_pod.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_polymorphic.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_primary_template.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_reference_wrapper.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_referenceable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_same.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_scalar.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_signed.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_signed_integer.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_specialization.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_standard_layout.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_swappable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_trivial.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_trivially_assignable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_trivially_constructible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_trivially_copyable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_trivially_destructible.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_trivially_lexicographically_comparable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_trivially_relocatable.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_unbounded_array.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_union.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_unsigned.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_unsigned_integer.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_valid_expansion.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_void.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/is_volatile.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/lazy.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/make_32_64_or_128_bit.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/make_const_lvalue_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/make_signed.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/make_unsigned.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/maybe_const.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/nat.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/negation.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/promote.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/rank.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_all_extents.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_const.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_const_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_cv.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_cvref.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_extent.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_pointer.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_reference.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/remove_volatile.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/result_of.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/strip_signature.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/type_identity.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/type_list.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/underlying_type.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/unwrap_ref.h +-rw-r--r-- root/root usr/include/c++/v1/__type_traits/void_t.h +-rw-r--r-- root/root usr/include/c++/v1/__undef_macros +drwxr-xr-x root/root usr/include/c++/v1/__utility/ +-rw-r--r-- root/root usr/include/c++/v1/__utility/as_const.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/as_lvalue.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/auto_cast.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/cmp.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/convert_to_integral.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/declval.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/element_count.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/empty.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/exception_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/exchange.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/forward.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/forward_like.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/in_place.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/integer_sequence.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/is_pointer_in_range.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/is_valid_range.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/move.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/no_destroy.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/pair.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/piecewise_construct.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/priority_tag.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/private_constructor_tag.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/rel_ops.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/scope_guard.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/small_buffer.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/swap.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/to_underlying.h +-rw-r--r-- root/root usr/include/c++/v1/__utility/unreachable.h +drwxr-xr-x root/root usr/include/c++/v1/__variant/ +-rw-r--r-- root/root usr/include/c++/v1/__variant/monostate.h +drwxr-xr-x root/root usr/include/c++/v1/__vector/ +-rw-r--r-- root/root usr/include/c++/v1/__vector/comparison.h +-rw-r--r-- root/root usr/include/c++/v1/__vector/container_traits.h +-rw-r--r-- root/root usr/include/c++/v1/__vector/erase.h +-rw-r--r-- root/root usr/include/c++/v1/__vector/pmr.h +-rw-r--r-- root/root usr/include/c++/v1/__vector/swap.h +-rw-r--r-- root/root usr/include/c++/v1/__vector/vector.h +-rw-r--r-- root/root usr/include/c++/v1/__vector/vector_bool.h +-rw-r--r-- root/root usr/include/c++/v1/__vector/vector_bool_formatter.h +-rw-r--r-- root/root usr/include/c++/v1/__verbose_abort +-rw-r--r-- root/root usr/include/c++/v1/algorithm +-rw-r--r-- root/root usr/include/c++/v1/any +-rw-r--r-- root/root usr/include/c++/v1/array +-rw-r--r-- root/root usr/include/c++/v1/atomic +-rw-r--r-- root/root usr/include/c++/v1/barrier +-rw-r--r-- root/root usr/include/c++/v1/bit +-rw-r--r-- root/root usr/include/c++/v1/bitset +-rw-r--r-- root/root usr/include/c++/v1/cassert +-rw-r--r-- root/root usr/include/c++/v1/ccomplex +-rw-r--r-- root/root usr/include/c++/v1/cctype +-rw-r--r-- root/root usr/include/c++/v1/cerrno +-rw-r--r-- root/root usr/include/c++/v1/cfenv +-rw-r--r-- root/root usr/include/c++/v1/cfloat +-rw-r--r-- root/root usr/include/c++/v1/charconv +-rw-r--r-- root/root usr/include/c++/v1/chrono +-rw-r--r-- root/root usr/include/c++/v1/cinttypes +-rw-r--r-- root/root usr/include/c++/v1/ciso646 +-rw-r--r-- root/root usr/include/c++/v1/climits +-rw-r--r-- root/root usr/include/c++/v1/clocale +-rw-r--r-- root/root usr/include/c++/v1/cmath +-rw-r--r-- root/root usr/include/c++/v1/codecvt +-rw-r--r-- root/root usr/include/c++/v1/compare +-rw-r--r-- root/root usr/include/c++/v1/complex +-rw-r--r-- root/root usr/include/c++/v1/complex.h +-rw-r--r-- root/root usr/include/c++/v1/concepts +-rw-r--r-- root/root usr/include/c++/v1/condition_variable +-rw-r--r-- root/root usr/include/c++/v1/coroutine +-rw-r--r-- root/root usr/include/c++/v1/csetjmp +-rw-r--r-- root/root usr/include/c++/v1/csignal +-rw-r--r-- root/root usr/include/c++/v1/cstdalign +-rw-r--r-- root/root usr/include/c++/v1/cstdarg +-rw-r--r-- root/root usr/include/c++/v1/cstdbool +-rw-r--r-- root/root usr/include/c++/v1/cstddef +-rw-r--r-- root/root usr/include/c++/v1/cstdint +-rw-r--r-- root/root usr/include/c++/v1/cstdio +-rw-r--r-- root/root usr/include/c++/v1/cstdlib +-rw-r--r-- root/root usr/include/c++/v1/cstring +-rw-r--r-- root/root usr/include/c++/v1/ctgmath +-rw-r--r-- root/root usr/include/c++/v1/ctime +-rw-r--r-- root/root usr/include/c++/v1/ctype.h +-rw-r--r-- root/root usr/include/c++/v1/cuchar +-rw-r--r-- root/root usr/include/c++/v1/cwchar +-rw-r--r-- root/root usr/include/c++/v1/cwctype +-rw-r--r-- root/root usr/include/c++/v1/cxxabi.h +-rw-r--r-- root/root usr/include/c++/v1/deque +-rw-r--r-- root/root usr/include/c++/v1/errno.h +-rw-r--r-- root/root usr/include/c++/v1/exception +-rw-r--r-- root/root usr/include/c++/v1/execution +-rw-r--r-- root/root usr/include/c++/v1/expected +drwxr-xr-x root/root usr/include/c++/v1/experimental/ +drwxr-xr-x root/root usr/include/c++/v1/experimental/__simd/ +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/aligned_tag.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/declaration.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/reference.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/scalar.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/simd.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/simd_mask.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/traits.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/utility.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/__simd/vec_ext.h +-rw-r--r-- root/root usr/include/c++/v1/experimental/iterator +-rw-r--r-- root/root usr/include/c++/v1/experimental/memory +-rw-r--r-- root/root usr/include/c++/v1/experimental/propagate_const +-rw-r--r-- root/root usr/include/c++/v1/experimental/simd +-rw-r--r-- root/root usr/include/c++/v1/experimental/type_traits +-rw-r--r-- root/root usr/include/c++/v1/experimental/utility +drwxr-xr-x root/root usr/include/c++/v1/ext/ +-rw-r--r-- root/root usr/include/c++/v1/ext/__hash +-rw-r--r-- root/root usr/include/c++/v1/ext/hash_map +-rw-r--r-- root/root usr/include/c++/v1/ext/hash_set +-rw-r--r-- root/root usr/include/c++/v1/fenv.h +-rw-r--r-- root/root usr/include/c++/v1/filesystem +-rw-r--r-- root/root usr/include/c++/v1/flat_map +-rw-r--r-- root/root usr/include/c++/v1/float.h +-rw-r--r-- root/root usr/include/c++/v1/format +-rw-r--r-- root/root usr/include/c++/v1/forward_list +-rw-r--r-- root/root usr/include/c++/v1/fstream +-rw-r--r-- root/root usr/include/c++/v1/functional +-rw-r--r-- root/root usr/include/c++/v1/future +-rw-r--r-- root/root usr/include/c++/v1/initializer_list +-rw-r--r-- root/root usr/include/c++/v1/inttypes.h +-rw-r--r-- root/root usr/include/c++/v1/iomanip +-rw-r--r-- root/root usr/include/c++/v1/ios +-rw-r--r-- root/root usr/include/c++/v1/iosfwd +-rw-r--r-- root/root usr/include/c++/v1/iostream +-rw-r--r-- root/root usr/include/c++/v1/istream +-rw-r--r-- root/root usr/include/c++/v1/iterator +-rw-r--r-- root/root usr/include/c++/v1/latch +-rw-r--r-- root/root usr/include/c++/v1/libcxx.imp +-rw-r--r-- root/root usr/include/c++/v1/limits +-rw-r--r-- root/root usr/include/c++/v1/list +-rw-r--r-- root/root usr/include/c++/v1/locale +-rw-r--r-- root/root usr/include/c++/v1/map +-rw-r--r-- root/root usr/include/c++/v1/math.h +-rw-r--r-- root/root usr/include/c++/v1/mdspan +-rw-r--r-- root/root usr/include/c++/v1/memory +-rw-r--r-- root/root usr/include/c++/v1/memory_resource +-rw-r--r-- root/root usr/include/c++/v1/module.modulemap +-rw-r--r-- root/root usr/include/c++/v1/mutex +-rw-r--r-- root/root usr/include/c++/v1/new +-rw-r--r-- root/root usr/include/c++/v1/numbers +-rw-r--r-- root/root usr/include/c++/v1/numeric +-rw-r--r-- root/root usr/include/c++/v1/optional +-rw-r--r-- root/root usr/include/c++/v1/ostream +-rw-r--r-- root/root usr/include/c++/v1/print +-rw-r--r-- root/root usr/include/c++/v1/queue +-rw-r--r-- root/root usr/include/c++/v1/random +-rw-r--r-- root/root usr/include/c++/v1/ranges +-rw-r--r-- root/root usr/include/c++/v1/ratio +-rw-r--r-- root/root usr/include/c++/v1/regex +-rw-r--r-- root/root usr/include/c++/v1/scoped_allocator +-rw-r--r-- root/root usr/include/c++/v1/semaphore +-rw-r--r-- root/root usr/include/c++/v1/set +-rw-r--r-- root/root usr/include/c++/v1/shared_mutex +-rw-r--r-- root/root usr/include/c++/v1/source_location +-rw-r--r-- root/root usr/include/c++/v1/span +-rw-r--r-- root/root usr/include/c++/v1/sstream +-rw-r--r-- root/root usr/include/c++/v1/stack +-rw-r--r-- root/root usr/include/c++/v1/stdatomic.h +-rw-r--r-- root/root usr/include/c++/v1/stdbool.h +-rw-r--r-- root/root usr/include/c++/v1/stddef.h +-rw-r--r-- root/root usr/include/c++/v1/stdexcept +-rw-r--r-- root/root usr/include/c++/v1/stdio.h +-rw-r--r-- root/root usr/include/c++/v1/stdlib.h +-rw-r--r-- root/root usr/include/c++/v1/stop_token +-rw-r--r-- root/root usr/include/c++/v1/streambuf +-rw-r--r-- root/root usr/include/c++/v1/string +-rw-r--r-- root/root usr/include/c++/v1/string.h +-rw-r--r-- root/root usr/include/c++/v1/string_view +-rw-r--r-- root/root usr/include/c++/v1/strstream +-rw-r--r-- root/root usr/include/c++/v1/syncstream +-rw-r--r-- root/root usr/include/c++/v1/system_error +-rw-r--r-- root/root usr/include/c++/v1/tgmath.h +-rw-r--r-- root/root usr/include/c++/v1/thread +-rw-r--r-- root/root usr/include/c++/v1/tuple +-rw-r--r-- root/root usr/include/c++/v1/type_traits +-rw-r--r-- root/root usr/include/c++/v1/typeindex +-rw-r--r-- root/root usr/include/c++/v1/typeinfo +-rw-r--r-- root/root usr/include/c++/v1/uchar.h +-rw-r--r-- root/root usr/include/c++/v1/unordered_map +-rw-r--r-- root/root usr/include/c++/v1/unordered_set +-rw-r--r-- root/root usr/include/c++/v1/utility +-rw-r--r-- root/root usr/include/c++/v1/valarray +-rw-r--r-- root/root usr/include/c++/v1/variant +-rw-r--r-- root/root usr/include/c++/v1/vector +-rw-r--r-- root/root usr/include/c++/v1/version +-rw-r--r-- root/root usr/include/c++/v1/wchar.h +-rw-r--r-- root/root usr/include/c++/v1/wctype.h +drwxr-xr-x root/root usr/include/clang-c/ +-rw-r--r-- root/root usr/include/clang-c/BuildSystem.h +-rw-r--r-- root/root usr/include/clang-c/CXCompilationDatabase.h +-rw-r--r-- root/root usr/include/clang-c/CXDiagnostic.h +-rw-r--r-- root/root usr/include/clang-c/CXErrorCode.h +-rw-r--r-- root/root usr/include/clang-c/CXFile.h +-rw-r--r-- root/root usr/include/clang-c/CXSourceLocation.h +-rw-r--r-- root/root usr/include/clang-c/CXString.h +-rw-r--r-- root/root usr/include/clang-c/Documentation.h +-rw-r--r-- root/root usr/include/clang-c/ExternC.h +-rw-r--r-- root/root usr/include/clang-c/FatalErrorHandler.h +-rw-r--r-- root/root usr/include/clang-c/Index.h +-rw-r--r-- root/root usr/include/clang-c/Platform.h +-rw-r--r-- root/root usr/include/clang-c/Rewrite.h +drwxr-xr-x root/root usr/include/clang-tidy/ +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidy.h +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidyCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidyDiagnosticConsumer.h +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidyForceLinker.h +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidyModule.h +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidyModuleRegistry.h +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidyOptions.h +-rw-r--r-- root/root usr/include/clang-tidy/ClangTidyProfiling.h +-rw-r--r-- root/root usr/include/clang-tidy/ExpandModularHeadersPPCallbacks.h +-rw-r--r-- root/root usr/include/clang-tidy/FileExtensionsSet.h +-rw-r--r-- root/root usr/include/clang-tidy/GlobList.h +-rw-r--r-- root/root usr/include/clang-tidy/NoLintDirectiveHandler.h +drwxr-xr-x root/root usr/include/clang-tidy/abseil/ +-rw-r--r-- root/root usr/include/clang-tidy/abseil/AbseilMatcher.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/CleanupCtadCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationAdditionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationComparisonCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationConversionCastCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationDivisionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationFactoryFloatCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationFactoryScaleCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationRewriter.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationSubtractionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/DurationUnnecessaryConversionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/NoInternalDependenciesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/NoNamespaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/RedundantStrcatCallsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/StrCatAppendCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/StringFindStartswithCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/StringFindStrContainsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/TimeComparisonCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/TimeSubtractionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/abseil/UpgradeDurationConversionsCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/altera/ +-rw-r--r-- root/root usr/include/clang-tidy/altera/IdDependentBackwardBranchCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/altera/KernelNameRestrictionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/altera/SingleWorkItemBarrierCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/altera/StructPackAlignCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/altera/UnrollLoopsCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/android/ +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecAccept4Check.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecAcceptCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecCreatCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecDupCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecEpollCreate1Check.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecEpollCreateCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecFopenCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecInotifyInit1Check.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecInotifyInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecMemfdCreateCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecOpenCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecPipe2Check.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecPipeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/CloexecSocketCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/android/ComparisonInTempFailureRetryCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/boost/ +-rw-r--r-- root/root usr/include/clang-tidy/boost/UseRangesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/boost/UseToStringCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/bugprone/ +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ArgumentCommentCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/AssertSideEffectCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/AssignmentInIfConditionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/BadSignalToKillThreadCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/BitwisePointerCastCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/BranchCloneCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/CastingThroughVoidCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ChainedComparisonCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ComparePointerToMemberVirtualFunctionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/CopyConstructorInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/CrtpConstructorAccessibilityCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/DanglingHandleCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/DynamicStaticInitializersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/EasilySwappableParametersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/EmptyCatchCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ExceptionEscapeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/FoldInitTypeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ImplicitWideningOfMultiplicationResultCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/InaccurateEraseCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IncDecInConditionsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IncorrectEnableIfCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IncorrectEnableSharedFromThisCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IncorrectRoundingsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/InfiniteLoopCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IntegerDivisionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/LambdaFunctionNameCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MacroParenthesesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MisplacedWideningCastCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MoveForwardingReferenceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MultiLevelImplicitPointerConversionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MultipleNewInOneExpressionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MultipleStatementMacroCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NarrowingConversionsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NoEscapeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NondeterministicPointerIterationOrderCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NotNullTerminatedResultCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/OptionalValueConversionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ParentVirtualCallCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/PointerArithmeticOnPolymorphicObjectCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/PosixReturnCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/RedundantBranchConditionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ReservedIdentifierCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ReturnConstRefFromParameterCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SharedPtrArrayMismatchCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SignalHandlerCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SignedCharMisuseCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SizeofContainerCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SizeofExpressionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SmartPtrArrayMismatchCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/StandaloneEmptyCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/StringConstructorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/StringIntegerAssignmentCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/StringviewNullptrCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousEnumUsageCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousIncludeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousMemoryComparisonCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousMissingCommaCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousReallocUsageCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousSemicolonCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousStringCompareCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SwappedArgumentsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/SwitchMissingDefaultCaseCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/TaggedUnionMemberCountCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/TerminatingContinueCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ThrowKeywordMissingCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/TooSmallLoopVariableCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UncheckedOptionalAccessCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UndelegatedConstructorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UniquePtrArrayMismatchCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnsafeFunctionsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnusedRaiiCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnusedReturnValueCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UseAfterMoveCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/bugprone/VirtualNearMissCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/cert/ +-rw-r--r-- root/root usr/include/clang-tidy/cert/CommandProcessorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/DontModifyStdNamespaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/FloatLoopCounter.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/LimitedRandomnessCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/MutatingCopyCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/SetLongJmpCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/StaticObjectExceptionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/StrToNumCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/ThrownExceptionTypeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cert/VariadicFunctionDefCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/concurrency/ +-rw-r--r-- root/root usr/include/clang-tidy/concurrency/MtUnsafeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/concurrency/ThreadCanceltypeAsynchronousCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/cppcoreguidelines/ +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/AvoidCapturingLambdaCoroutinesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/AvoidConstOrRefDataMembersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/AvoidDoWhileCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/AvoidGotoCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/AvoidReferenceCoroutineParametersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/InitVariablesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/MacroUsageCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/MisleadingCaptureDefaultByValueCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/MissingStdForwardCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/NoMallocCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/SlicingCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/darwin/ +-rw-r--r-- root/root usr/include/clang-tidy/darwin/AvoidSpinlockCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/darwin/DispatchOnceNonstaticCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/fuchsia/ +-rw-r--r-- root/root usr/include/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/fuchsia/MultipleInheritanceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/fuchsia/OverloadedOperatorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/fuchsia/TrailingReturnCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/fuchsia/VirtualInheritanceCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/google/ +-rw-r--r-- root/root usr/include/clang-tidy/google/AvoidCStyleCastsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/AvoidNSObjectNewCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/AvoidThrowingObjCExceptionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/DefaultArgumentsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/ExplicitConstructorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/ExplicitMakePairCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/FunctionNamingCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/GlobalNamesInHeadersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/GlobalVariableDeclarationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/IntegerTypesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/OverloadedUnaryAndCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/TodoCommentCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/UpgradeGoogletestCaseCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/google/UsingNamespaceDirectiveCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/hicpp/ +-rw-r--r-- root/root usr/include/clang-tidy/hicpp/ExceptionBaseclassCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/hicpp/IgnoredRemoveResultCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/hicpp/NoAssemblerCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/hicpp/SignedBitwiseCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/linuxkernel/ +-rw-r--r-- root/root usr/include/clang-tidy/linuxkernel/MustCheckErrsCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/llvm/ +-rw-r--r-- root/root usr/include/clang-tidy/llvm/HeaderGuardCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/llvm/IncludeOrderCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/llvm/TwineLocalCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/llvmlibc/ +-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/CalleeNamespaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/NamespaceConstants.h +-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/misc/ +-rw-r--r-- root/root usr/include/clang-tidy/misc/ConfusableIdentifierCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/misc/ConfusableTable/ +-rw-r--r-- root/root usr/include/clang-tidy/misc/ConstCorrectnessCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/CoroutineHostileRAIICheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/DefinitionsInHeadersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/HeaderIncludeCycleCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/IncludeCleanerCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/MisleadingBidirectional.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/MisleadingIdentifier.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/MisplacedConstCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/NewDeleteOverloadsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/NoRecursionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/NonCopyableObjects.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/RedundantExpressionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/StaticAssertCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/UnconventionalAssignOperatorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/UniqueptrResetReleaseCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/UnusedAliasDeclsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/UnusedParametersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/UnusedUsingDeclsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/UseAnonymousNamespaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/misc/UseInternalLinkageCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/modernize/ +-rw-r--r-- root/root usr/include/clang-tidy/modernize/AvoidBindCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/AvoidCArraysCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/ConcatNestedNamespacesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/DeprecatedHeadersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/IntegralLiteralExpressionMatcher.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/LoopConvertCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/LoopConvertUtils.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/MacroToEnumCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/MakeSharedCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/MakeSmartPtrCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/MakeUniqueCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/MinMaxUseInitializerListCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/PassByValueCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/RawStringLiteralCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/RedundantVoidArgCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/ReplaceAutoPtrCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/ReplaceRandomShuffleCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/ReturnBracedInitListCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/ShrinkToFitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/TypeTraitsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UnaryStaticAssertCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseAutoCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseBoolLiteralsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseConstraintsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseDefaultMemberInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseDesignatedInitializersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseEmplaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseEqualsDefaultCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseEqualsDeleteCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseIntegerSignComparisonCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseNodiscardCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseNoexceptCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseNullptrCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseOverrideCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseRangesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseStartsEndsWithCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseStdFormatCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseStdNumbersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseStdPrintCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseTrailingReturnTypeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseTransparentFunctorsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseUncaughtExceptionsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseUsingCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/mpi/ +-rw-r--r-- root/root usr/include/clang-tidy/mpi/BufferDerefCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/mpi/TypeMismatchCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/objc/ +-rw-r--r-- root/root usr/include/clang-tidy/objc/AssertEquals.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/AvoidNSErrorInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/DeallocInCategoryCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/ForbiddenSubclassingCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/MissingHashCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/NSDateFormatterCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/PropertyDeclarationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/objc/SuperSelfCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/openmp/ +-rw-r--r-- root/root usr/include/clang-tidy/openmp/ExceptionEscapeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/openmp/UseDefaultNoneCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/performance/ +-rw-r--r-- root/root usr/include/clang-tidy/performance/AvoidEndlCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/EnumSizeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/FasterStringFindCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/ForRangeCopyCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/ImplicitConversionInLoopCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/InefficientAlgorithmCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/InefficientStringConcatenationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/InefficientVectorOperationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/MoveConstArgCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/MoveConstructorInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/NoAutomaticMoveCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/NoIntToPtrCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/NoexceptDestructorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/NoexceptFunctionBaseCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/NoexceptMoveConstructorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/NoexceptSwapCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/TriviallyDestructibleCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/TypePromotionInMathFnCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/UnnecessaryCopyInitialization.h +-rw-r--r-- root/root usr/include/clang-tidy/performance/UnnecessaryValueParamCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/plugin/ +drwxr-xr-x root/root usr/include/clang-tidy/portability/ +-rw-r--r-- root/root usr/include/clang-tidy/portability/RestrictSystemIncludesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/portability/SIMDIntrinsicsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/portability/StdAllocatorConstCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/portability/TemplateVirtualMemberFunctionCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/readability/ +-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidConstParamsInDecls.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidNestedConditionalOperatorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidReturnWithVoidValueCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/BracesAroundStatementsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ConstReturnTypeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ContainerContainsCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ContainerDataPointerCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ContainerSizeEmptyCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ConvertMemberFunctionsToStatic.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/DeleteNullPointerCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/DuplicateIncludeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ElseAfterReturnCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/EnumInitialValueCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/FunctionCognitiveComplexityCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/FunctionSizeCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/IdentifierLengthCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/IdentifierNamingCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ImplicitBoolConversionCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/IsolateDeclarationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/MagicNumbersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/MakeMemberFunctionConstCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/MathMissingParenthesesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/MisleadingIndentationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/MisplacedArrayIndexCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/NamedParameterCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/NamespaceCommentCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/NonConstParameterCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/OperatorsRepresentationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/QualifiedAutoCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantAccessSpecifiersCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantCastingCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantControlFlowCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantDeclarationCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantInlineSpecifierCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantMemberInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantPreprocessorCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantSmartptrGetCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantStringCStrCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantStringInitCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/ReferenceToConstructedTemporaryCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/SimplifyBooleanExprCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/SimplifySubscriptExprCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/StringCompareCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/SuspiciousCallArgumentCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/UniqueptrDeleteReleaseCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/UppercaseLiteralSuffixCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/UseAnyOfAllOfCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/readability/UseStdMinMaxCheck.h +drwxr-xr-x root/root usr/include/clang-tidy/tool/ +-rw-r--r-- root/root usr/include/clang-tidy/tool/ClangTidyMain.h +drwxr-xr-x root/root usr/include/clang-tidy/utils/ +-rw-r--r-- root/root usr/include/clang-tidy/utils/ASTUtils.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/Aliasing.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/BracesAroundStatement.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/DeclRefExprUtils.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/DesignatedInitializers.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/ExceptionAnalyzer.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/ExceptionSpecAnalyzer.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/ExprSequence.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/FileExtensionsUtils.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/FixItHintUtils.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/FormatStringConverter.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/HeaderGuard.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/IncludeInserter.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/IncludeSorter.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/LexerUtils.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/Matchers.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/NamespaceAliaser.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/OptionsUtils.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/RenamerClangTidyCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/TransformerClangTidyCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/TypeTraits.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/UseRangesCheck.h +-rw-r--r-- root/root usr/include/clang-tidy/utils/UsingInserter.h +drwxr-xr-x root/root usr/include/clang-tidy/zircon/ +-rw-r--r-- root/root usr/include/clang-tidy/zircon/TemporaryObjectsCheck.h +drwxr-xr-x root/root usr/include/clang/ +drwxr-xr-x root/root usr/include/clang/APINotes/ +-rw-r--r-- root/root usr/include/clang/APINotes/APINotesManager.h +-rw-r--r-- root/root usr/include/clang/APINotes/APINotesOptions.h +-rw-r--r-- root/root usr/include/clang/APINotes/APINotesReader.h +-rw-r--r-- root/root usr/include/clang/APINotes/APINotesWriter.h +-rw-r--r-- root/root usr/include/clang/APINotes/APINotesYAMLCompiler.h +-rw-r--r-- root/root usr/include/clang/APINotes/Types.h +drwxr-xr-x root/root usr/include/clang/ARCMigrate/ +-rw-r--r-- root/root usr/include/clang/ARCMigrate/ARCMT.h +-rw-r--r-- root/root usr/include/clang/ARCMigrate/ARCMTActions.h +-rw-r--r-- root/root usr/include/clang/ARCMigrate/FileRemapper.h +drwxr-xr-x root/root usr/include/clang/AST/ +-rw-r--r-- root/root usr/include/clang/AST/APNumericStorage.h +-rw-r--r-- root/root usr/include/clang/AST/APValue.h +-rw-r--r-- root/root usr/include/clang/AST/AST.h +-rw-r--r-- root/root usr/include/clang/AST/ASTConcept.h +-rw-r--r-- root/root usr/include/clang/AST/ASTConsumer.h +-rw-r--r-- root/root usr/include/clang/AST/ASTContext.h +-rw-r--r-- root/root usr/include/clang/AST/ASTContextAllocate.h +-rw-r--r-- root/root usr/include/clang/AST/ASTDiagnostic.h +-rw-r--r-- root/root usr/include/clang/AST/ASTDumper.h +-rw-r--r-- root/root usr/include/clang/AST/ASTDumperUtils.h +-rw-r--r-- root/root usr/include/clang/AST/ASTFwd.h +-rw-r--r-- root/root usr/include/clang/AST/ASTImportError.h +-rw-r--r-- root/root usr/include/clang/AST/ASTImporter.h +-rw-r--r-- root/root usr/include/clang/AST/ASTImporterLookupTable.h +-rw-r--r-- root/root usr/include/clang/AST/ASTImporterSharedState.h +-rw-r--r-- root/root usr/include/clang/AST/ASTLambda.h +-rw-r--r-- root/root usr/include/clang/AST/ASTMutationListener.h +-rw-r--r-- root/root usr/include/clang/AST/ASTNodeTraverser.h +-rw-r--r-- root/root usr/include/clang/AST/ASTStructuralEquivalence.h +-rw-r--r-- root/root usr/include/clang/AST/ASTTypeTraits.h +-rw-r--r-- root/root usr/include/clang/AST/ASTUnresolvedSet.h +-rw-r--r-- root/root usr/include/clang/AST/ASTVector.h +-rw-r--r-- root/root usr/include/clang/AST/AbstractBasicReader.h +-rw-r--r-- root/root usr/include/clang/AST/AbstractBasicReader.inc +-rw-r--r-- root/root usr/include/clang/AST/AbstractBasicWriter.h +-rw-r--r-- root/root usr/include/clang/AST/AbstractBasicWriter.inc +-rw-r--r-- root/root usr/include/clang/AST/AbstractTypeReader.h +-rw-r--r-- root/root usr/include/clang/AST/AbstractTypeReader.inc +-rw-r--r-- root/root usr/include/clang/AST/AbstractTypeWriter.h +-rw-r--r-- root/root usr/include/clang/AST/AbstractTypeWriter.inc +-rw-r--r-- root/root usr/include/clang/AST/Attr.h +-rw-r--r-- root/root usr/include/clang/AST/AttrImpl.inc +-rw-r--r-- root/root usr/include/clang/AST/AttrIterator.h +-rw-r--r-- root/root usr/include/clang/AST/AttrNodeTraverse.inc +-rw-r--r-- root/root usr/include/clang/AST/AttrTextNodeDump.inc +-rw-r--r-- root/root usr/include/clang/AST/AttrVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/AttrVisitor.inc +-rw-r--r-- root/root usr/include/clang/AST/Attrs.inc +-rw-r--r-- root/root usr/include/clang/AST/Availability.h +-rw-r--r-- root/root usr/include/clang/AST/BaseSubobject.h +-rw-r--r-- root/root usr/include/clang/AST/BuiltinTypes.def +-rw-r--r-- root/root usr/include/clang/AST/CXXInheritance.h +-rw-r--r-- root/root usr/include/clang/AST/CXXRecordDeclDefinitionBits.def +-rw-r--r-- root/root usr/include/clang/AST/CanonicalType.h +-rw-r--r-- root/root usr/include/clang/AST/CharUnits.h +-rw-r--r-- root/root usr/include/clang/AST/Comment.h +-rw-r--r-- root/root usr/include/clang/AST/CommentBriefParser.h +-rw-r--r-- root/root usr/include/clang/AST/CommentCommandInfo.inc +-rw-r--r-- root/root usr/include/clang/AST/CommentCommandList.inc +-rw-r--r-- root/root usr/include/clang/AST/CommentCommandTraits.h +-rw-r--r-- root/root usr/include/clang/AST/CommentDiagnostic.h +-rw-r--r-- root/root usr/include/clang/AST/CommentHTMLNamedCharacterReferences.inc +-rw-r--r-- root/root usr/include/clang/AST/CommentHTMLTags.inc +-rw-r--r-- root/root usr/include/clang/AST/CommentHTMLTagsProperties.inc +-rw-r--r-- root/root usr/include/clang/AST/CommentLexer.h +-rw-r--r-- root/root usr/include/clang/AST/CommentNodes.inc +-rw-r--r-- root/root usr/include/clang/AST/CommentParser.h +-rw-r--r-- root/root usr/include/clang/AST/CommentSema.h +-rw-r--r-- root/root usr/include/clang/AST/CommentVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/ComparisonCategories.h +-rw-r--r-- root/root usr/include/clang/AST/ComputeDependence.h +-rw-r--r-- root/root usr/include/clang/AST/CurrentSourceLocExprScope.h +-rw-r--r-- root/root usr/include/clang/AST/DataCollection.h +-rw-r--r-- root/root usr/include/clang/AST/Decl.h +-rw-r--r-- root/root usr/include/clang/AST/DeclAccessPair.h +-rw-r--r-- root/root usr/include/clang/AST/DeclBase.h +-rw-r--r-- root/root usr/include/clang/AST/DeclCXX.h +-rw-r--r-- root/root usr/include/clang/AST/DeclContextInternals.h +-rw-r--r-- root/root usr/include/clang/AST/DeclFriend.h +-rw-r--r-- root/root usr/include/clang/AST/DeclGroup.h +-rw-r--r-- root/root usr/include/clang/AST/DeclID.h +-rw-r--r-- root/root usr/include/clang/AST/DeclLookups.h +-rw-r--r-- root/root usr/include/clang/AST/DeclNodes.inc +-rw-r--r-- root/root usr/include/clang/AST/DeclObjC.h +-rw-r--r-- root/root usr/include/clang/AST/DeclObjCCommon.h +-rw-r--r-- root/root usr/include/clang/AST/DeclOpenMP.h +-rw-r--r-- root/root usr/include/clang/AST/DeclTemplate.h +-rw-r--r-- root/root usr/include/clang/AST/DeclVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/DeclarationName.h +-rw-r--r-- root/root usr/include/clang/AST/DependenceFlags.h +-rw-r--r-- root/root usr/include/clang/AST/DependentDiagnostic.h +-rw-r--r-- root/root usr/include/clang/AST/DynamicRecursiveASTVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/EvaluatedExprVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/Expr.h +-rw-r--r-- root/root usr/include/clang/AST/ExprCXX.h +-rw-r--r-- root/root usr/include/clang/AST/ExprConcepts.h +-rw-r--r-- root/root usr/include/clang/AST/ExprObjC.h +-rw-r--r-- root/root usr/include/clang/AST/ExprOpenMP.h +-rw-r--r-- root/root usr/include/clang/AST/ExternalASTMerger.h +-rw-r--r-- root/root usr/include/clang/AST/ExternalASTSource.h +-rw-r--r-- root/root usr/include/clang/AST/FormatString.h +-rw-r--r-- root/root usr/include/clang/AST/GlobalDecl.h +-rw-r--r-- root/root usr/include/clang/AST/IgnoreExpr.h +-rw-r--r-- root/root usr/include/clang/AST/JSONNodeDumper.h +-rw-r--r-- root/root usr/include/clang/AST/LambdaCapture.h +-rw-r--r-- root/root usr/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/LocInfoType.h +-rw-r--r-- root/root usr/include/clang/AST/Mangle.h +-rw-r--r-- root/root usr/include/clang/AST/MangleNumberingContext.h +-rw-r--r-- root/root usr/include/clang/AST/NSAPI.h +-rw-r--r-- root/root usr/include/clang/AST/NestedNameSpecifier.h +-rw-r--r-- root/root usr/include/clang/AST/NonTrivialTypeVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/ODRDiagsEmitter.h +-rw-r--r-- root/root usr/include/clang/AST/ODRHash.h +-rw-r--r-- root/root usr/include/clang/AST/OSLog.h +-rw-r--r-- root/root usr/include/clang/AST/OpenACCClause.h +-rw-r--r-- root/root usr/include/clang/AST/OpenMPClause.h +-rw-r--r-- root/root usr/include/clang/AST/OperationKinds.def +-rw-r--r-- root/root usr/include/clang/AST/OperationKinds.h +-rw-r--r-- root/root usr/include/clang/AST/OptionalDiagnostic.h +-rw-r--r-- root/root usr/include/clang/AST/ParentMap.h +-rw-r--r-- root/root usr/include/clang/AST/ParentMapContext.h +-rw-r--r-- root/root usr/include/clang/AST/PrettyDeclStackTrace.h +-rw-r--r-- root/root usr/include/clang/AST/PrettyPrinter.h +-rw-r--r-- root/root usr/include/clang/AST/QualTypeNames.h +-rw-r--r-- root/root usr/include/clang/AST/Randstruct.h +-rw-r--r-- root/root usr/include/clang/AST/RawCommentList.h +-rw-r--r-- root/root usr/include/clang/AST/RecordLayout.h +-rw-r--r-- root/root usr/include/clang/AST/RecursiveASTVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/Redeclarable.h +-rw-r--r-- root/root usr/include/clang/AST/SYCLKernelInfo.h +-rw-r--r-- root/root usr/include/clang/AST/SelectorLocationsKind.h +-rw-r--r-- root/root usr/include/clang/AST/Stmt.h +-rw-r--r-- root/root usr/include/clang/AST/StmtCXX.h +-rw-r--r-- root/root usr/include/clang/AST/StmtDataCollectors.inc +-rw-r--r-- root/root usr/include/clang/AST/StmtGraphTraits.h +-rw-r--r-- root/root usr/include/clang/AST/StmtIterator.h +-rw-r--r-- root/root usr/include/clang/AST/StmtNodes.inc +-rw-r--r-- root/root usr/include/clang/AST/StmtObjC.h +-rw-r--r-- root/root usr/include/clang/AST/StmtOpenACC.h +-rw-r--r-- root/root usr/include/clang/AST/StmtOpenMP.h +-rw-r--r-- root/root usr/include/clang/AST/StmtSYCL.h +-rw-r--r-- root/root usr/include/clang/AST/StmtVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/TemplateArgumentVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/TemplateBase.h +-rw-r--r-- root/root usr/include/clang/AST/TemplateName.h +-rw-r--r-- root/root usr/include/clang/AST/TextNodeDumper.h +-rw-r--r-- root/root usr/include/clang/AST/Type.h +-rw-r--r-- root/root usr/include/clang/AST/TypeLoc.h +-rw-r--r-- root/root usr/include/clang/AST/TypeLocNodes.def +-rw-r--r-- root/root usr/include/clang/AST/TypeLocVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/TypeNodes.inc +-rw-r--r-- root/root usr/include/clang/AST/TypeOrdering.h +-rw-r--r-- root/root usr/include/clang/AST/TypeVisitor.h +-rw-r--r-- root/root usr/include/clang/AST/UnresolvedSet.h +-rw-r--r-- root/root usr/include/clang/AST/VTTBuilder.h +-rw-r--r-- root/root usr/include/clang/AST/VTableBuilder.h +drwxr-xr-x root/root usr/include/clang/ASTMatchers/ +-rw-r--r-- root/root usr/include/clang/ASTMatchers/ASTMatchFinder.h +-rw-r--r-- root/root usr/include/clang/ASTMatchers/ASTMatchers.h +-rw-r--r-- root/root usr/include/clang/ASTMatchers/ASTMatchersInternal.h +-rw-r--r-- root/root usr/include/clang/ASTMatchers/ASTMatchersMacros.h +drwxr-xr-x root/root usr/include/clang/ASTMatchers/Dynamic/ +-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/Diagnostics.h +-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/Parser.h +-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/Registry.h +-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/VariantValue.h +-rw-r--r-- root/root usr/include/clang/ASTMatchers/GtestMatchers.h +drwxr-xr-x root/root usr/include/clang/Analysis/ +drwxr-xr-x root/root usr/include/clang/Analysis/Analyses/ +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/CalledOnceCheck.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/Consumed.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/Dominators.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/IntervalPartition.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/LiveVariables.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/PostOrderCFGView.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ReachableCode.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafety.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyCommon.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyLogical.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyOps.def +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyTIL.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyUtil.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/UninitializedValues.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/UnsafeBufferUsage.h +-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def +-rw-r--r-- root/root usr/include/clang/Analysis/AnalysisDeclContext.h +-rw-r--r-- root/root usr/include/clang/Analysis/AnyCall.h +-rw-r--r-- root/root usr/include/clang/Analysis/BodyFarm.h +-rw-r--r-- root/root usr/include/clang/Analysis/CFG.h +-rw-r--r-- root/root usr/include/clang/Analysis/CFGStmtMap.h +-rw-r--r-- root/root usr/include/clang/Analysis/CallGraph.h +-rw-r--r-- root/root usr/include/clang/Analysis/CloneDetection.h +-rw-r--r-- root/root usr/include/clang/Analysis/CodeInjector.h +-rw-r--r-- root/root usr/include/clang/Analysis/ConstructionContext.h +drwxr-xr-x root/root usr/include/clang/Analysis/DomainSpecific/ +-rw-r--r-- root/root usr/include/clang/Analysis/DomainSpecific/CocoaConventions.h +-rw-r--r-- root/root usr/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h +drwxr-xr-x root/root usr/include/clang/Analysis/FlowSensitive/ +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/ASTOps.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/AdornedCFG.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Arena.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/CNFFormula.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/CachedConstAccessorsLattice.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowLattice.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowValues.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowWorklist.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DebugSupport.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Formula.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Logger.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/MapLattice.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/MatchSwitch.h +drwxr-xr-x root/root usr/include/clang/Analysis/FlowSensitive/Models/ +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/NoopAnalysis.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/NoopLattice.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/RecordOps.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/SimplifyConstraints.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Solver.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/StorageLocation.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Transfer.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Value.h +-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h +-rw-r--r-- root/root usr/include/clang/Analysis/IssueHash.h +-rw-r--r-- root/root usr/include/clang/Analysis/MacroExpansionContext.h +-rw-r--r-- root/root usr/include/clang/Analysis/PathDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Analysis/ProgramPoint.h +-rw-r--r-- root/root usr/include/clang/Analysis/RetainSummaryManager.h +-rw-r--r-- root/root usr/include/clang/Analysis/SelectorExtras.h +drwxr-xr-x root/root usr/include/clang/Analysis/Support/ +-rw-r--r-- root/root usr/include/clang/Analysis/Support/BumpVector.h +drwxr-xr-x root/root usr/include/clang/Basic/ +-rw-r--r-- root/root usr/include/clang/Basic/AArch64SVEACLETypes.def +-rw-r--r-- root/root usr/include/clang/Basic/ABI.h +-rw-r--r-- root/root usr/include/clang/Basic/AMDGPUTypes.def +-rw-r--r-- root/root usr/include/clang/Basic/ASTSourceDescriptor.h +-rw-r--r-- root/root usr/include/clang/Basic/AddressSpaces.h +-rw-r--r-- root/root usr/include/clang/Basic/AlignedAllocation.h +-rw-r--r-- root/root usr/include/clang/Basic/AllDiagnostics.h +-rw-r--r-- root/root usr/include/clang/Basic/AttrHasAttributeImpl.inc +-rw-r--r-- root/root usr/include/clang/Basic/AttrKinds.h +-rw-r--r-- root/root usr/include/clang/Basic/AttrList.inc +-rw-r--r-- root/root usr/include/clang/Basic/AttrParsedAttrList.inc +-rw-r--r-- root/root usr/include/clang/Basic/AttrSubMatchRulesList.inc +-rw-r--r-- root/root usr/include/clang/Basic/AttrSubjectMatchRules.h +-rw-r--r-- root/root usr/include/clang/Basic/AttributeCommonInfo.h +-rw-r--r-- root/root usr/include/clang/Basic/Attributes.h +-rw-r--r-- root/root usr/include/clang/Basic/BitmaskEnum.h +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinHeaders.def +-rw-r--r-- root/root usr/include/clang/Basic/Builtins.def +-rw-r--r-- root/root usr/include/clang/Basic/Builtins.h +-rw-r--r-- root/root usr/include/clang/Basic/Builtins.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsAArch64.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsAMDGPU.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsARM.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsBPF.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsHexagon.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsHexagonMapCustomDep.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArch.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArchBase.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArchLASX.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArchLSX.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsMips.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsNEON.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsNVPTX.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsPPC.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsRISCV.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsRISCVVector.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsSME.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsSPIRV.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsSVE.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsSystemZ.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsVE.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsVEVL.gen.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsWebAssembly.def +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsX86.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsX86_64.inc +-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsXCore.def +-rw-r--r-- root/root usr/include/clang/Basic/CFProtectionOptions.def +-rw-r--r-- root/root usr/include/clang/Basic/CFProtectionOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/CLWarnings.h +-rw-r--r-- root/root usr/include/clang/Basic/CXX11AttributeInfo.inc +-rw-r--r-- root/root usr/include/clang/Basic/CapturedStmt.h +-rw-r--r-- root/root usr/include/clang/Basic/CharInfo.h +-rw-r--r-- root/root usr/include/clang/Basic/CodeGenOptions.def +-rw-r--r-- root/root usr/include/clang/Basic/CodeGenOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/CommentOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/Cuda.h +-rw-r--r-- root/root usr/include/clang/Basic/CustomizableOptional.h +-rw-r--r-- root/root usr/include/clang/Basic/DarwinSDKInfo.h +-rw-r--r-- root/root usr/include/clang/Basic/DebugOptions.def +-rw-r--r-- root/root usr/include/clang/Basic/Diagnostic.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticAST.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticASTEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticASTKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticAnalysis.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticAnalysisEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticAnalysisKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCategories.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticComment.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCommentEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCommentKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCommonEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCommonKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCrossTU.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCrossTUEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCrossTUKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticDriver.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticDriverEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticDriverKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticError.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticFrontend.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticFrontendEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticFrontendKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticGroups.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticIDs.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticIndexName.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticInstallAPI.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticInstallAPIEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticInstallAPIKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticLex.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticLexEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticLexKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticOptions.def +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticParse.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticParseEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticParseKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticRefactoring.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticRefactoringEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticRefactoringKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSema.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSemaEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSemaKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSerialization.h +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSerializationEnums.inc +-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSerializationKinds.inc +-rw-r--r-- root/root usr/include/clang/Basic/DirectoryEntry.h +-rw-r--r-- root/root usr/include/clang/Basic/ExceptionSpecificationType.h +-rw-r--r-- root/root usr/include/clang/Basic/ExpressionTraits.h +-rw-r--r-- root/root usr/include/clang/Basic/FPOptions.def +-rw-r--r-- root/root usr/include/clang/Basic/Features.def +-rw-r--r-- root/root usr/include/clang/Basic/FileEntry.h +-rw-r--r-- root/root usr/include/clang/Basic/FileManager.h +-rw-r--r-- root/root usr/include/clang/Basic/FileSystemOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/FileSystemStatCache.h +-rw-r--r-- root/root usr/include/clang/Basic/HLSLIntangibleTypes.def +-rw-r--r-- root/root usr/include/clang/Basic/HLSLRuntime.h +-rw-r--r-- root/root usr/include/clang/Basic/HeaderInclude.h +-rw-r--r-- root/root usr/include/clang/Basic/IdentifierTable.h +-rw-r--r-- root/root usr/include/clang/Basic/JsonSupport.h +-rw-r--r-- root/root usr/include/clang/Basic/LLVM.h +-rw-r--r-- root/root usr/include/clang/Basic/Lambda.h +-rw-r--r-- root/root usr/include/clang/Basic/LangOptions.def +-rw-r--r-- root/root usr/include/clang/Basic/LangOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/LangStandard.h +-rw-r--r-- root/root usr/include/clang/Basic/LangStandards.def +-rw-r--r-- root/root usr/include/clang/Basic/Linkage.h +-rw-r--r-- root/root usr/include/clang/Basic/MSP430Target.def +-rw-r--r-- root/root usr/include/clang/Basic/MacroBuilder.h +-rw-r--r-- root/root usr/include/clang/Basic/MakeSupport.h +-rw-r--r-- root/root usr/include/clang/Basic/Module.h +-rw-r--r-- root/root usr/include/clang/Basic/NoSanitizeList.h +-rw-r--r-- root/root usr/include/clang/Basic/ObjCRuntime.h +-rw-r--r-- root/root usr/include/clang/Basic/OpenACCClauses.def +-rw-r--r-- root/root usr/include/clang/Basic/OpenACCKinds.h +-rw-r--r-- root/root usr/include/clang/Basic/OpenCLExtensionTypes.def +-rw-r--r-- root/root usr/include/clang/Basic/OpenCLExtensions.def +-rw-r--r-- root/root usr/include/clang/Basic/OpenCLImageTypes.def +-rw-r--r-- root/root usr/include/clang/Basic/OpenCLOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/OpenMPKinds.def +-rw-r--r-- root/root usr/include/clang/Basic/OpenMPKinds.h +-rw-r--r-- root/root usr/include/clang/Basic/OperatorKinds.def +-rw-r--r-- root/root usr/include/clang/Basic/OperatorKinds.h +-rw-r--r-- root/root usr/include/clang/Basic/OperatorPrecedence.h +-rw-r--r-- root/root usr/include/clang/Basic/PPCTypes.def +-rw-r--r-- root/root usr/include/clang/Basic/ParsedAttrInfo.h +-rw-r--r-- root/root usr/include/clang/Basic/PartialDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Basic/PlistSupport.h +-rw-r--r-- root/root usr/include/clang/Basic/PointerAuthOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/PragmaKinds.h +-rw-r--r-- root/root usr/include/clang/Basic/PrettyStackTrace.h +-rw-r--r-- root/root usr/include/clang/Basic/ProfileList.h +-rw-r--r-- root/root usr/include/clang/Basic/RISCVVTypes.def +-rw-r--r-- root/root usr/include/clang/Basic/RegularKeywordAttrInfo.inc +-rw-r--r-- root/root usr/include/clang/Basic/SanitizerSpecialCaseList.h +-rw-r--r-- root/root usr/include/clang/Basic/Sanitizers.def +-rw-r--r-- root/root usr/include/clang/Basic/Sanitizers.h +-rw-r--r-- root/root usr/include/clang/Basic/Sarif.h +-rw-r--r-- root/root usr/include/clang/Basic/SourceLocation.h +-rw-r--r-- root/root usr/include/clang/Basic/SourceManager.h +-rw-r--r-- root/root usr/include/clang/Basic/SourceManagerInternals.h +-rw-r--r-- root/root usr/include/clang/Basic/SourceMgrAdapter.h +-rw-r--r-- root/root usr/include/clang/Basic/Specifiers.h +-rw-r--r-- root/root usr/include/clang/Basic/Stack.h +-rw-r--r-- root/root usr/include/clang/Basic/StackExhaustionHandler.h +-rw-r--r-- root/root usr/include/clang/Basic/SyncScope.h +drwxr-xr-x root/root usr/include/clang/Basic/Target/ +drwxr-xr-x root/root usr/include/clang/Basic/Target/MSP430/ +-rw-r--r-- root/root usr/include/clang/Basic/TargetBuiltins.h +-rw-r--r-- root/root usr/include/clang/Basic/TargetCXXABI.def +-rw-r--r-- root/root usr/include/clang/Basic/TargetCXXABI.h +-rw-r--r-- root/root usr/include/clang/Basic/TargetID.h +-rw-r--r-- root/root usr/include/clang/Basic/TargetInfo.h +-rw-r--r-- root/root usr/include/clang/Basic/TargetOSMacros.def +-rw-r--r-- root/root usr/include/clang/Basic/TargetOptions.h +-rw-r--r-- root/root usr/include/clang/Basic/TemplateKinds.h +-rw-r--r-- root/root usr/include/clang/Basic/Thunk.h +-rw-r--r-- root/root usr/include/clang/Basic/TokenKinds.def +-rw-r--r-- root/root usr/include/clang/Basic/TokenKinds.h +-rw-r--r-- root/root usr/include/clang/Basic/TransformTypeTraits.def +-rw-r--r-- root/root usr/include/clang/Basic/TypeTraits.h +-rw-r--r-- root/root usr/include/clang/Basic/Version.h +-rw-r--r-- root/root usr/include/clang/Basic/Version.inc +-rw-r--r-- root/root usr/include/clang/Basic/Visibility.h +-rw-r--r-- root/root usr/include/clang/Basic/WebAssemblyReferenceTypes.def +-rw-r--r-- root/root usr/include/clang/Basic/XRayInstr.h +-rw-r--r-- root/root usr/include/clang/Basic/XRayLists.h +-rw-r--r-- root/root usr/include/clang/Basic/arm_cde_builtin_aliases.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_cde_builtin_cg.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_cde_builtin_sema.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_cde_builtins.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_fp16.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_immcheck_types.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_mve_builtin_aliases.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_mve_builtin_cg.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_mve_builtin_sema.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_mve_builtins.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_neon.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_builtin_cg.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_builtins.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_builtins_za_state.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_sema_rangechecks.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_streaming_attrs.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_builtin_cg.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_builtins.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_sema_rangechecks.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_streaming_attrs.inc +-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_typeflags.inc +-rw-r--r-- root/root usr/include/clang/Basic/riscv_sifive_vector_builtin_cg.inc +-rw-r--r-- root/root usr/include/clang/Basic/riscv_sifive_vector_builtin_sema.inc +-rw-r--r-- root/root usr/include/clang/Basic/riscv_sifive_vector_builtins.inc +-rw-r--r-- root/root usr/include/clang/Basic/riscv_vector_builtin_cg.inc +-rw-r--r-- root/root usr/include/clang/Basic/riscv_vector_builtin_sema.inc +-rw-r--r-- root/root usr/include/clang/Basic/riscv_vector_builtins.inc +drwxr-xr-x root/root usr/include/clang/CIR/ +-rw-r--r-- root/root usr/include/clang/CIR/CIRGenerator.h +drwxr-xr-x root/root usr/include/clang/CIR/Dialect/ +drwxr-xr-x root/root usr/include/clang/CIR/Dialect/Builder/ +-rw-r--r-- root/root usr/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h +drwxr-xr-x root/root usr/include/clang/CIR/Dialect/IR/ +-rw-r--r-- root/root usr/include/clang/CIR/Dialect/IR/CIRAttrs.h +-rw-r--r-- root/root usr/include/clang/CIR/Dialect/IR/CIRDialect.h +-rw-r--r-- root/root usr/include/clang/CIR/Dialect/IR/CIRTypes.h +drwxr-xr-x root/root usr/include/clang/CIR/FrontendAction/ +-rw-r--r-- root/root usr/include/clang/CIR/FrontendAction/CIRGenAction.h +drwxr-xr-x root/root usr/include/clang/CIR/Interfaces/ +-rw-r--r-- root/root usr/include/clang/CIR/Interfaces/CIRFPTypeInterface.h +drwxr-xr-x root/root usr/include/clang/CIRFrontendAction/ +drwxr-xr-x root/root usr/include/clang/CodeGen/ +-rw-r--r-- root/root usr/include/clang/CodeGen/BackendUtil.h +-rw-r--r-- root/root usr/include/clang/CodeGen/CGFunctionInfo.h +-rw-r--r-- root/root usr/include/clang/CodeGen/CodeGenABITypes.h +-rw-r--r-- root/root usr/include/clang/CodeGen/CodeGenAction.h +-rw-r--r-- root/root usr/include/clang/CodeGen/ConstantInitBuilder.h +-rw-r--r-- root/root usr/include/clang/CodeGen/ConstantInitFuture.h +-rw-r--r-- root/root usr/include/clang/CodeGen/ModuleBuilder.h +-rw-r--r-- root/root usr/include/clang/CodeGen/ObjectFilePCHContainerWriter.h +-rw-r--r-- root/root usr/include/clang/CodeGen/SwiftCallingConv.h +drwxr-xr-x root/root usr/include/clang/Config/ +-rw-r--r-- root/root usr/include/clang/Config/config.h +drwxr-xr-x root/root usr/include/clang/CrossTU/ +-rw-r--r-- root/root usr/include/clang/CrossTU/CrossTUDiagnostic.h +-rw-r--r-- root/root usr/include/clang/CrossTU/CrossTranslationUnit.h +drwxr-xr-x root/root usr/include/clang/DirectoryWatcher/ +-rw-r--r-- root/root usr/include/clang/DirectoryWatcher/DirectoryWatcher.h +drwxr-xr-x root/root usr/include/clang/Driver/ +-rw-r--r-- root/root usr/include/clang/Driver/Action.h +-rw-r--r-- root/root usr/include/clang/Driver/Compilation.h +-rw-r--r-- root/root usr/include/clang/Driver/Distro.h +-rw-r--r-- root/root usr/include/clang/Driver/Driver.h +-rw-r--r-- root/root usr/include/clang/Driver/DriverDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Driver/InputInfo.h +-rw-r--r-- root/root usr/include/clang/Driver/Job.h +-rw-r--r-- root/root usr/include/clang/Driver/Multilib.h +-rw-r--r-- root/root usr/include/clang/Driver/MultilibBuilder.h +-rw-r--r-- root/root usr/include/clang/Driver/OffloadBundler.h +-rw-r--r-- root/root usr/include/clang/Driver/OptionUtils.h +-rw-r--r-- root/root usr/include/clang/Driver/Options.h +-rw-r--r-- root/root usr/include/clang/Driver/Options.inc +-rw-r--r-- root/root usr/include/clang/Driver/Phases.h +-rw-r--r-- root/root usr/include/clang/Driver/SanitizerArgs.h +-rw-r--r-- root/root usr/include/clang/Driver/Tool.h +-rw-r--r-- root/root usr/include/clang/Driver/ToolChain.h +-rw-r--r-- root/root usr/include/clang/Driver/Types.def +-rw-r--r-- root/root usr/include/clang/Driver/Types.h +-rw-r--r-- root/root usr/include/clang/Driver/Util.h +-rw-r--r-- root/root usr/include/clang/Driver/XRayArgs.h +drwxr-xr-x root/root usr/include/clang/Edit/ +-rw-r--r-- root/root usr/include/clang/Edit/Commit.h +-rw-r--r-- root/root usr/include/clang/Edit/EditedSource.h +-rw-r--r-- root/root usr/include/clang/Edit/EditsReceiver.h +-rw-r--r-- root/root usr/include/clang/Edit/FileOffset.h +-rw-r--r-- root/root usr/include/clang/Edit/Rewriters.h +drwxr-xr-x root/root usr/include/clang/ExtractAPI/ +-rw-r--r-- root/root usr/include/clang/ExtractAPI/API.h +-rw-r--r-- root/root usr/include/clang/ExtractAPI/APIIgnoresList.h +-rw-r--r-- root/root usr/include/clang/ExtractAPI/DeclarationFragments.h +-rw-r--r-- root/root usr/include/clang/ExtractAPI/ExtractAPIActionBase.h +-rw-r--r-- root/root usr/include/clang/ExtractAPI/ExtractAPIVisitor.h +-rw-r--r-- root/root usr/include/clang/ExtractAPI/FrontendActions.h +drwxr-xr-x root/root usr/include/clang/ExtractAPI/Serialization/ +-rw-r--r-- root/root usr/include/clang/ExtractAPI/Serialization/APISetVisitor.h +-rw-r--r-- root/root usr/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h +-rw-r--r-- root/root usr/include/clang/ExtractAPI/TypedefUnderlyingTypeResolver.h +drwxr-xr-x root/root usr/include/clang/Format/ +-rw-r--r-- root/root usr/include/clang/Format/Format.h +drwxr-xr-x root/root usr/include/clang/Frontend/ +-rw-r--r-- root/root usr/include/clang/Frontend/ASTConsumers.h +-rw-r--r-- root/root usr/include/clang/Frontend/ASTUnit.h +-rw-r--r-- root/root usr/include/clang/Frontend/ChainedDiagnosticConsumer.h +-rw-r--r-- root/root usr/include/clang/Frontend/CommandLineSourceLoc.h +-rw-r--r-- root/root usr/include/clang/Frontend/CompilerInstance.h +-rw-r--r-- root/root usr/include/clang/Frontend/CompilerInvocation.h +-rw-r--r-- root/root usr/include/clang/Frontend/DependencyOutputOptions.h +-rw-r--r-- root/root usr/include/clang/Frontend/DiagnosticRenderer.h +-rw-r--r-- root/root usr/include/clang/Frontend/FrontendAction.h +-rw-r--r-- root/root usr/include/clang/Frontend/FrontendActions.h +-rw-r--r-- root/root usr/include/clang/Frontend/FrontendDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Frontend/FrontendOptions.h +-rw-r--r-- root/root usr/include/clang/Frontend/FrontendPluginRegistry.h +-rw-r--r-- root/root usr/include/clang/Frontend/LayoutOverrideSource.h +-rw-r--r-- root/root usr/include/clang/Frontend/LogDiagnosticPrinter.h +-rw-r--r-- root/root usr/include/clang/Frontend/MigratorOptions.h +-rw-r--r-- root/root usr/include/clang/Frontend/MultiplexConsumer.h +-rw-r--r-- root/root usr/include/clang/Frontend/PCHContainerOperations.h +-rw-r--r-- root/root usr/include/clang/Frontend/PrecompiledPreamble.h +-rw-r--r-- root/root usr/include/clang/Frontend/PreprocessorOutputOptions.h +-rw-r--r-- root/root usr/include/clang/Frontend/SARIFDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Frontend/SARIFDiagnosticPrinter.h +-rw-r--r-- root/root usr/include/clang/Frontend/SerializedDiagnosticPrinter.h +-rw-r--r-- root/root usr/include/clang/Frontend/SerializedDiagnosticReader.h +-rw-r--r-- root/root usr/include/clang/Frontend/SerializedDiagnostics.h +-rw-r--r-- root/root usr/include/clang/Frontend/TextDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Frontend/TextDiagnosticBuffer.h +-rw-r--r-- root/root usr/include/clang/Frontend/TextDiagnosticPrinter.h +-rw-r--r-- root/root usr/include/clang/Frontend/Utils.h +-rw-r--r-- root/root usr/include/clang/Frontend/VerifyDiagnosticConsumer.h +drwxr-xr-x root/root usr/include/clang/FrontendTool/ +-rw-r--r-- root/root usr/include/clang/FrontendTool/Utils.h +drwxr-xr-x root/root usr/include/clang/Index/ +-rw-r--r-- root/root usr/include/clang/Index/CommentToXML.h +-rw-r--r-- root/root usr/include/clang/Index/DeclOccurrence.h +-rw-r--r-- root/root usr/include/clang/Index/IndexDataConsumer.h +-rw-r--r-- root/root usr/include/clang/Index/IndexSymbol.h +-rw-r--r-- root/root usr/include/clang/Index/IndexingAction.h +-rw-r--r-- root/root usr/include/clang/Index/IndexingOptions.h +-rw-r--r-- root/root usr/include/clang/Index/USRGeneration.h +drwxr-xr-x root/root usr/include/clang/IndexSerialization/ +-rw-r--r-- root/root usr/include/clang/IndexSerialization/SerializablePathCollection.h +drwxr-xr-x root/root usr/include/clang/InstallAPI/ +-rw-r--r-- root/root usr/include/clang/InstallAPI/Context.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/DirectoryScanner.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/DylibVerifier.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/FileList.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/Frontend.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/FrontendRecords.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/HeaderFile.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/InstallAPIDiagnostic.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/Library.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/MachO.h +-rw-r--r-- root/root usr/include/clang/InstallAPI/Visitor.h +drwxr-xr-x root/root usr/include/clang/Interpreter/ +-rw-r--r-- root/root usr/include/clang/Interpreter/CodeCompletion.h +-rw-r--r-- root/root usr/include/clang/Interpreter/Interpreter.h +-rw-r--r-- root/root usr/include/clang/Interpreter/PartialTranslationUnit.h +-rw-r--r-- root/root usr/include/clang/Interpreter/Value.h +drwxr-xr-x root/root usr/include/clang/Lex/ +-rw-r--r-- root/root usr/include/clang/Lex/CodeCompletionHandler.h +-rw-r--r-- root/root usr/include/clang/Lex/DependencyDirectivesScanner.h +-rw-r--r-- root/root usr/include/clang/Lex/DirectoryLookup.h +-rw-r--r-- root/root usr/include/clang/Lex/ExternalPreprocessorSource.h +-rw-r--r-- root/root usr/include/clang/Lex/HeaderMap.h +-rw-r--r-- root/root usr/include/clang/Lex/HeaderMapTypes.h +-rw-r--r-- root/root usr/include/clang/Lex/HeaderSearch.h +-rw-r--r-- root/root usr/include/clang/Lex/HeaderSearchOptions.h +-rw-r--r-- root/root usr/include/clang/Lex/LexDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Lex/Lexer.h +-rw-r--r-- root/root usr/include/clang/Lex/LiteralSupport.h +-rw-r--r-- root/root usr/include/clang/Lex/MacroArgs.h +-rw-r--r-- root/root usr/include/clang/Lex/MacroInfo.h +-rw-r--r-- root/root usr/include/clang/Lex/ModuleLoader.h +-rw-r--r-- root/root usr/include/clang/Lex/ModuleMap.h +-rw-r--r-- root/root usr/include/clang/Lex/MultipleIncludeOpt.h +-rw-r--r-- root/root usr/include/clang/Lex/PPCallbacks.h +-rw-r--r-- root/root usr/include/clang/Lex/PPConditionalDirectiveRecord.h +-rw-r--r-- root/root usr/include/clang/Lex/PPDirectiveParameter.h +-rw-r--r-- root/root usr/include/clang/Lex/PPEmbedParameters.h +-rw-r--r-- root/root usr/include/clang/Lex/Pragma.h +-rw-r--r-- root/root usr/include/clang/Lex/PreprocessingRecord.h +-rw-r--r-- root/root usr/include/clang/Lex/Preprocessor.h +-rw-r--r-- root/root usr/include/clang/Lex/PreprocessorLexer.h +-rw-r--r-- root/root usr/include/clang/Lex/PreprocessorOptions.h +-rw-r--r-- root/root usr/include/clang/Lex/ScratchBuffer.h +-rw-r--r-- root/root usr/include/clang/Lex/Token.h +-rw-r--r-- root/root usr/include/clang/Lex/TokenConcatenation.h +-rw-r--r-- root/root usr/include/clang/Lex/TokenLexer.h +-rw-r--r-- root/root usr/include/clang/Lex/VariadicMacroSupport.h +drwxr-xr-x root/root usr/include/clang/Parse/ +-rw-r--r-- root/root usr/include/clang/Parse/AttrParserStringSwitches.inc +-rw-r--r-- root/root usr/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc +-rw-r--r-- root/root usr/include/clang/Parse/LoopHint.h +-rw-r--r-- root/root usr/include/clang/Parse/ParseAST.h +-rw-r--r-- root/root usr/include/clang/Parse/Parser.h +-rw-r--r-- root/root usr/include/clang/Parse/RAIIObjectsForParser.h +drwxr-xr-x root/root usr/include/clang/Rewrite/ +drwxr-xr-x root/root usr/include/clang/Rewrite/Core/ +-rw-r--r-- root/root usr/include/clang/Rewrite/Core/HTMLRewrite.h +-rw-r--r-- root/root usr/include/clang/Rewrite/Core/Rewriter.h +-rw-r--r-- root/root usr/include/clang/Rewrite/Core/TokenRewriter.h +drwxr-xr-x root/root usr/include/clang/Rewrite/Frontend/ +-rw-r--r-- root/root usr/include/clang/Rewrite/Frontend/ASTConsumers.h +-rw-r--r-- root/root usr/include/clang/Rewrite/Frontend/FixItRewriter.h +-rw-r--r-- root/root usr/include/clang/Rewrite/Frontend/FrontendActions.h +-rw-r--r-- root/root usr/include/clang/Rewrite/Frontend/Rewriters.h +drwxr-xr-x root/root usr/include/clang/Sema/ +-rw-r--r-- root/root usr/include/clang/Sema/AnalysisBasedWarnings.h +-rw-r--r-- root/root usr/include/clang/Sema/Attr.h +-rw-r--r-- root/root usr/include/clang/Sema/AttrParsedAttrImpl.inc +-rw-r--r-- root/root usr/include/clang/Sema/AttrParsedAttrKinds.inc +-rw-r--r-- root/root usr/include/clang/Sema/AttrSpellingListIndex.inc +-rw-r--r-- root/root usr/include/clang/Sema/AttrTemplateInstantiate.inc +-rw-r--r-- root/root usr/include/clang/Sema/CXXFieldCollector.h +-rw-r--r-- root/root usr/include/clang/Sema/CleanupInfo.h +-rw-r--r-- root/root usr/include/clang/Sema/CodeCompleteConsumer.h +-rw-r--r-- root/root usr/include/clang/Sema/CodeCompleteOptions.h +-rw-r--r-- root/root usr/include/clang/Sema/DeclSpec.h +-rw-r--r-- root/root usr/include/clang/Sema/DelayedDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Sema/Designator.h +-rw-r--r-- root/root usr/include/clang/Sema/EnterExpressionEvaluationContext.h +-rw-r--r-- root/root usr/include/clang/Sema/ExternalSemaSource.h +-rw-r--r-- root/root usr/include/clang/Sema/HLSLExternalSemaSource.h +-rw-r--r-- root/root usr/include/clang/Sema/HeuristicResolver.h +-rw-r--r-- root/root usr/include/clang/Sema/IdentifierResolver.h +-rw-r--r-- root/root usr/include/clang/Sema/Initialization.h +-rw-r--r-- root/root usr/include/clang/Sema/Lookup.h +-rw-r--r-- root/root usr/include/clang/Sema/MultiplexExternalSemaSource.h +-rw-r--r-- root/root usr/include/clang/Sema/ObjCMethodList.h +-rw-r--r-- root/root usr/include/clang/Sema/Overload.h +-rw-r--r-- root/root usr/include/clang/Sema/Ownership.h +-rw-r--r-- root/root usr/include/clang/Sema/ParsedAttr.h +-rw-r--r-- root/root usr/include/clang/Sema/ParsedTemplate.h +-rw-r--r-- root/root usr/include/clang/Sema/RISCVIntrinsicManager.h +-rw-r--r-- root/root usr/include/clang/Sema/Redeclaration.h +-rw-r--r-- root/root usr/include/clang/Sema/Scope.h +-rw-r--r-- root/root usr/include/clang/Sema/ScopeInfo.h +-rw-r--r-- root/root usr/include/clang/Sema/Sema.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaAMDGPU.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaARM.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaAVR.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaBPF.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaBase.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaCUDA.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaCodeCompletion.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaConcept.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaConsumer.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaFixItUtils.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaHLSL.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaHexagon.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaInternal.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaLambda.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaLoongArch.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaM68k.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaMIPS.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaMSP430.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaNVPTX.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaObjC.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaOpenACC.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaOpenCL.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaOpenMP.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaPPC.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaPseudoObject.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaRISCV.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaSPIRV.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaSYCL.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaSwift.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaSystemZ.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaWasm.h +-rw-r--r-- root/root usr/include/clang/Sema/SemaX86.h +-rw-r--r-- root/root usr/include/clang/Sema/Template.h +-rw-r--r-- root/root usr/include/clang/Sema/TemplateDeduction.h +-rw-r--r-- root/root usr/include/clang/Sema/TemplateInstCallback.h +-rw-r--r-- root/root usr/include/clang/Sema/TypoCorrection.h +-rw-r--r-- root/root usr/include/clang/Sema/Weak.h +drwxr-xr-x root/root usr/include/clang/Serialization/ +-rw-r--r-- root/root usr/include/clang/Serialization/ASTBitCodes.h +-rw-r--r-- root/root usr/include/clang/Serialization/ASTDeserializationListener.h +-rw-r--r-- root/root usr/include/clang/Serialization/ASTReader.h +-rw-r--r-- root/root usr/include/clang/Serialization/ASTRecordReader.h +-rw-r--r-- root/root usr/include/clang/Serialization/ASTRecordWriter.h +-rw-r--r-- root/root usr/include/clang/Serialization/ASTWriter.h +-rw-r--r-- root/root usr/include/clang/Serialization/AttrPCHRead.inc +-rw-r--r-- root/root usr/include/clang/Serialization/AttrPCHWrite.inc +-rw-r--r-- root/root usr/include/clang/Serialization/ContinuousRangeMap.h +-rw-r--r-- root/root usr/include/clang/Serialization/GlobalModuleIndex.h +-rw-r--r-- root/root usr/include/clang/Serialization/InMemoryModuleCache.h +-rw-r--r-- root/root usr/include/clang/Serialization/ModuleFile.h +-rw-r--r-- root/root usr/include/clang/Serialization/ModuleFileExtension.h +-rw-r--r-- root/root usr/include/clang/Serialization/ModuleManager.h +-rw-r--r-- root/root usr/include/clang/Serialization/ObjectFilePCHContainerReader.h +-rw-r--r-- root/root usr/include/clang/Serialization/PCHContainerOperations.h +-rw-r--r-- root/root usr/include/clang/Serialization/SerializationDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Serialization/SourceLocationEncoding.h +-rw-r--r-- root/root usr/include/clang/Serialization/TypeBitCodes.def +drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/ +drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Checkers/ +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/Checkers.inc +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/SValExplainer.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/Taint.h +drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/ +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/Analyses.def +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h +drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/ +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugSuppression.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/Z3CrosscheckVisitor.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/Checker.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/CheckerManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h +drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntPtr.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h +drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Frontend/ +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Frontend/FrontendActions.h +-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h +drwxr-xr-x root/root usr/include/clang/Support/ +-rw-r--r-- root/root usr/include/clang/Support/Compiler.h +-rw-r--r-- root/root usr/include/clang/Support/RISCVVIntrinsicUtils.h +drwxr-xr-x root/root usr/include/clang/Testing/ +-rw-r--r-- root/root usr/include/clang/Testing/CommandLineArgs.h +-rw-r--r-- root/root usr/include/clang/Testing/TestAST.h +-rw-r--r-- root/root usr/include/clang/Testing/TestClangConfig.h +-rw-r--r-- root/root usr/include/clang/Testing/TestLanguage.def +drwxr-xr-x root/root usr/include/clang/Tooling/ +drwxr-xr-x root/root usr/include/clang/Tooling/ASTDiff/ +-rw-r--r-- root/root usr/include/clang/Tooling/ASTDiff/ASTDiff.h +-rw-r--r-- root/root usr/include/clang/Tooling/ASTDiff/ASTDiffInternal.h +-rw-r--r-- root/root usr/include/clang/Tooling/AllTUsExecution.h +-rw-r--r-- root/root usr/include/clang/Tooling/ArgumentsAdjusters.h +-rw-r--r-- root/root usr/include/clang/Tooling/CommonOptionsParser.h +-rw-r--r-- root/root usr/include/clang/Tooling/CompilationDatabase.h +-rw-r--r-- root/root usr/include/clang/Tooling/CompilationDatabasePluginRegistry.h +drwxr-xr-x root/root usr/include/clang/Tooling/Core/ +-rw-r--r-- root/root usr/include/clang/Tooling/Core/Diagnostic.h +-rw-r--r-- root/root usr/include/clang/Tooling/Core/Replacement.h +drwxr-xr-x root/root usr/include/clang/Tooling/DependencyScanning/ +-rw-r--r-- root/root usr/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h +-rw-r--r-- root/root usr/include/clang/Tooling/DependencyScanning/DependencyScanningService.h +-rw-r--r-- root/root usr/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h +-rw-r--r-- root/root usr/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h +-rw-r--r-- root/root usr/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h +-rw-r--r-- root/root usr/include/clang/Tooling/DiagnosticsYaml.h +-rw-r--r-- root/root usr/include/clang/Tooling/Execution.h +-rw-r--r-- root/root usr/include/clang/Tooling/FileMatchTrie.h +-rw-r--r-- root/root usr/include/clang/Tooling/FixIt.h +drwxr-xr-x root/root usr/include/clang/Tooling/Inclusions/ +-rw-r--r-- root/root usr/include/clang/Tooling/Inclusions/HeaderAnalysis.h +-rw-r--r-- root/root usr/include/clang/Tooling/Inclusions/HeaderIncludes.h +-rw-r--r-- root/root usr/include/clang/Tooling/Inclusions/IncludeStyle.h +-rw-r--r-- root/root usr/include/clang/Tooling/Inclusions/StandardLibrary.h +-rw-r--r-- root/root usr/include/clang/Tooling/JSONCompilationDatabase.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring.h +drwxr-xr-x root/root usr/include/clang/Tooling/Refactoring/ +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/ASTSelection.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/AtomicChange.h +drwxr-xr-x root/root usr/include/clang/Tooling/Refactoring/Extract/ +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Extract/Extract.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Lookup.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringAction.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRule.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRules.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringOption.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringOptions.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringRuleContext.h +drwxr-xr-x root/root usr/include/clang/Tooling/Refactoring/Rename/ +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/RenamingAction.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/SymbolName.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/USRFinder.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h +-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h +-rw-r--r-- root/root usr/include/clang/Tooling/RefactoringCallbacks.h +-rw-r--r-- root/root usr/include/clang/Tooling/ReplacementsYaml.h +-rw-r--r-- root/root usr/include/clang/Tooling/StandaloneExecution.h +drwxr-xr-x root/root usr/include/clang/Tooling/Syntax/ +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/BuildTree.h +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/Mutations.h +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/NodeClasses.inc +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/Nodes.h +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/Nodes.inc +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/TokenBufferTokenManager.h +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/TokenManager.h +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/Tokens.h +-rw-r--r-- root/root usr/include/clang/Tooling/Syntax/Tree.h +-rw-r--r-- root/root usr/include/clang/Tooling/ToolExecutorPluginRegistry.h +-rw-r--r-- root/root usr/include/clang/Tooling/Tooling.h +drwxr-xr-x root/root usr/include/clang/Tooling/Transformer/ +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/MatchConsumer.h +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/Parsing.h +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/RangeSelector.h +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/RewriteRule.h +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/SourceCode.h +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/SourceCodeBuilders.h +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/Stencil.h +-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/Transformer.h +-rw-r--r-- root/root usr/include/libunwind.h +-rw-r--r-- root/root usr/include/libunwind.modulemap +drwxr-xr-x root/root usr/include/lld/ +drwxr-xr-x root/root usr/include/lld/Common/ +-rw-r--r-- root/root usr/include/lld/Common/Args.h +-rw-r--r-- root/root usr/include/lld/Common/Arrays.h +-rw-r--r-- root/root usr/include/lld/Common/CommonLinkerContext.h +-rw-r--r-- root/root usr/include/lld/Common/DWARF.h +-rw-r--r-- root/root usr/include/lld/Common/Driver.h +-rw-r--r-- root/root usr/include/lld/Common/ErrorHandler.h +-rw-r--r-- root/root usr/include/lld/Common/Filesystem.h +-rw-r--r-- root/root usr/include/lld/Common/LLVM.h +-rw-r--r-- root/root usr/include/lld/Common/Memory.h +-rw-r--r-- root/root usr/include/lld/Common/Reproduce.h +-rw-r--r-- root/root usr/include/lld/Common/Strings.h +-rw-r--r-- root/root usr/include/lld/Common/TargetOptionsCommandFlags.h +-rw-r--r-- root/root usr/include/lld/Common/Timer.h +-rw-r--r-- root/root usr/include/lld/Common/Version.h +drwxr-xr-x root/root usr/include/llvm-c/ +-rw-r--r-- root/root usr/include/llvm-c/Analysis.h +-rw-r--r-- root/root usr/include/llvm-c/BitReader.h +-rw-r--r-- root/root usr/include/llvm-c/BitWriter.h +-rw-r--r-- root/root usr/include/llvm-c/Comdat.h +-rw-r--r-- root/root usr/include/llvm-c/Core.h +-rw-r--r-- root/root usr/include/llvm-c/DataTypes.h +-rw-r--r-- root/root usr/include/llvm-c/DebugInfo.h +-rw-r--r-- root/root usr/include/llvm-c/Deprecated.h +-rw-r--r-- root/root usr/include/llvm-c/Disassembler.h +-rw-r--r-- root/root usr/include/llvm-c/DisassemblerTypes.h +-rw-r--r-- root/root usr/include/llvm-c/Error.h +-rw-r--r-- root/root usr/include/llvm-c/ErrorHandling.h +-rw-r--r-- root/root usr/include/llvm-c/ExecutionEngine.h +-rw-r--r-- root/root usr/include/llvm-c/ExternC.h +-rw-r--r-- root/root usr/include/llvm-c/IRReader.h +-rw-r--r-- root/root usr/include/llvm-c/LLJIT.h +-rw-r--r-- root/root usr/include/llvm-c/LLJITUtils.h +-rw-r--r-- root/root usr/include/llvm-c/Linker.h +-rw-r--r-- root/root usr/include/llvm-c/Object.h +-rw-r--r-- root/root usr/include/llvm-c/Orc.h +-rw-r--r-- root/root usr/include/llvm-c/OrcEE.h +-rw-r--r-- root/root usr/include/llvm-c/Remarks.h +-rw-r--r-- root/root usr/include/llvm-c/Support.h +-rw-r--r-- root/root usr/include/llvm-c/Target.h +-rw-r--r-- root/root usr/include/llvm-c/TargetMachine.h +drwxr-xr-x root/root usr/include/llvm-c/Transforms/ +-rw-r--r-- root/root usr/include/llvm-c/Transforms/PassBuilder.h +-rw-r--r-- root/root usr/include/llvm-c/Types.h +-rw-r--r-- root/root usr/include/llvm-c/blake3.h +-rw-r--r-- root/root usr/include/llvm-c/lto.h +drwxr-xr-x root/root usr/include/llvm/ +drwxr-xr-x root/root usr/include/llvm/ADT/ +-rw-r--r-- root/root usr/include/llvm/ADT/ADL.h +-rw-r--r-- root/root usr/include/llvm/ADT/APFixedPoint.h +-rw-r--r-- root/root usr/include/llvm/ADT/APFloat.h +-rw-r--r-- root/root usr/include/llvm/ADT/APInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/APSInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/AddressRanges.h +-rw-r--r-- root/root usr/include/llvm/ADT/AllocatorList.h +-rw-r--r-- root/root usr/include/llvm/ADT/Any.h +-rw-r--r-- root/root usr/include/llvm/ADT/ArrayRef.h +-rw-r--r-- root/root usr/include/llvm/ADT/BitVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/Bitfields.h +-rw-r--r-- root/root usr/include/llvm/ADT/BitmaskEnum.h +-rw-r--r-- root/root usr/include/llvm/ADT/Bitset.h +-rw-r--r-- root/root usr/include/llvm/ADT/BreadthFirstIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/CachedHashString.h +-rw-r--r-- root/root usr/include/llvm/ADT/CoalescingBitVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/CombinationGenerator.h +-rw-r--r-- root/root usr/include/llvm/ADT/ConcurrentHashtable.h +-rw-r--r-- root/root usr/include/llvm/ADT/DAGDeltaAlgorithm.h +-rw-r--r-- root/root usr/include/llvm/ADT/DeltaAlgorithm.h +-rw-r--r-- root/root usr/include/llvm/ADT/DeltaTree.h +-rw-r--r-- root/root usr/include/llvm/ADT/DenseMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/DenseMapInfo.h +-rw-r--r-- root/root usr/include/llvm/ADT/DenseMapInfoVariant.h +-rw-r--r-- root/root usr/include/llvm/ADT/DenseSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/DepthFirstIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/DirectedGraph.h +-rw-r--r-- root/root usr/include/llvm/ADT/DynamicAPInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/EnumeratedArray.h +-rw-r--r-- root/root usr/include/llvm/ADT/EpochTracker.h +-rw-r--r-- root/root usr/include/llvm/ADT/EquivalenceClasses.h +-rw-r--r-- root/root usr/include/llvm/ADT/FloatingPointMode.h +-rw-r--r-- root/root usr/include/llvm/ADT/FoldingSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/FunctionExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/GenericConvergenceVerifier.h +-rw-r--r-- root/root usr/include/llvm/ADT/GenericCycleImpl.h +-rw-r--r-- root/root usr/include/llvm/ADT/GenericCycleInfo.h +-rw-r--r-- root/root usr/include/llvm/ADT/GenericSSAContext.h +-rw-r--r-- root/root usr/include/llvm/ADT/GenericUniformityImpl.h +-rw-r--r-- root/root usr/include/llvm/ADT/GenericUniformityInfo.h +-rw-r--r-- root/root usr/include/llvm/ADT/GraphTraits.h +-rw-r--r-- root/root usr/include/llvm/ADT/Hashing.h +-rw-r--r-- root/root usr/include/llvm/ADT/ImmutableList.h +-rw-r--r-- root/root usr/include/llvm/ADT/ImmutableMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/ImmutableSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/IndexedMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/IntEqClasses.h +-rw-r--r-- root/root usr/include/llvm/ADT/IntervalMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/IntervalTree.h +-rw-r--r-- root/root usr/include/llvm/ADT/IntrusiveRefCntPtr.h +-rw-r--r-- root/root usr/include/llvm/ADT/LazyAtomicPointer.h +-rw-r--r-- root/root usr/include/llvm/ADT/MapVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/PackedVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/PagedVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerEmbeddedInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerIntPair.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerSumType.h +-rw-r--r-- root/root usr/include/llvm/ADT/PointerUnion.h +-rw-r--r-- root/root usr/include/llvm/ADT/PostOrderIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/PriorityQueue.h +-rw-r--r-- root/root usr/include/llvm/ADT/PriorityWorklist.h +-rw-r--r-- root/root usr/include/llvm/ADT/RewriteBuffer.h +-rw-r--r-- root/root usr/include/llvm/ADT/RewriteRope.h +-rw-r--r-- root/root usr/include/llvm/ADT/SCCIterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/STLExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/STLForwardCompat.h +-rw-r--r-- root/root usr/include/llvm/ADT/STLFunctionalExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/ScopeExit.h +-rw-r--r-- root/root usr/include/llvm/ADT/ScopedHashTable.h +-rw-r--r-- root/root usr/include/llvm/ADT/Sequence.h +-rw-r--r-- root/root usr/include/llvm/ADT/SetOperations.h +-rw-r--r-- root/root usr/include/llvm/ADT/SetVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SlowDynamicAPInt.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallBitVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallPtrSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallString.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SmallVectorExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/SparseBitVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/SparseMultiSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/SparseSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/StableHashing.h +-rw-r--r-- root/root usr/include/llvm/ADT/Statistic.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringExtras.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringMapEntry.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringRef.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringSet.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringSwitch.h +-rw-r--r-- root/root usr/include/llvm/ADT/StringTable.h +-rw-r--r-- root/root usr/include/llvm/ADT/TinyPtrVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/TrieHashIndexGenerator.h +-rw-r--r-- root/root usr/include/llvm/ADT/TrieRawHashMap.h +-rw-r--r-- root/root usr/include/llvm/ADT/Twine.h +-rw-r--r-- root/root usr/include/llvm/ADT/TypeSwitch.h +-rw-r--r-- root/root usr/include/llvm/ADT/Uniformity.h +-rw-r--r-- root/root usr/include/llvm/ADT/UniqueVector.h +-rw-r--r-- root/root usr/include/llvm/ADT/bit.h +-rw-r--r-- root/root usr/include/llvm/ADT/edit_distance.h +-rw-r--r-- root/root usr/include/llvm/ADT/fallible_iterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/identity.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_base.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_iterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_node.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_node_base.h +-rw-r--r-- root/root usr/include/llvm/ADT/ilist_node_options.h +-rw-r--r-- root/root usr/include/llvm/ADT/iterator.h +-rw-r--r-- root/root usr/include/llvm/ADT/iterator_range.h +-rw-r--r-- root/root usr/include/llvm/ADT/simple_ilist.h +drwxr-xr-x root/root usr/include/llvm/Analysis/ +-rw-r--r-- root/root usr/include/llvm/Analysis/AliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/AliasAnalysisEvaluator.h +-rw-r--r-- root/root usr/include/llvm/Analysis/AliasSetTracker.h +-rw-r--r-- root/root usr/include/llvm/Analysis/AssumeBundleQueries.h +-rw-r--r-- root/root usr/include/llvm/Analysis/AssumptionCache.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BasicAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BlockFrequencyInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/BranchProbabilityInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFG.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFGPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CFGSCCPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CGSCCPassManager.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraph.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraphSCCPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CallPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CaptureTracking.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CmpInstAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CodeMetrics.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ConstantFolding.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ConstraintSystem.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CostModel.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CtxProfAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/CycleAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DDG.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DDGPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DOTGraphTraitsPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DXILMetadataAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DXILResource.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Delinearization.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DemandedBits.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DependenceAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DependenceGraphBuilder.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DomConditionCache.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DomPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DomTreeUpdater.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DominanceFrontier.h +-rw-r--r-- root/root usr/include/llvm/Analysis/DominanceFrontierImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/EHUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/GenericDomTreeUpdater.h +-rw-r--r-- root/root usr/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/GlobalsModRef.h +-rw-r--r-- root/root usr/include/llvm/Analysis/GuardUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/HeatUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IRSimilarityIdentifier.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IVDescriptors.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IVUsers.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IndirectCallPromotionAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IndirectCallVisitor.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InlineAdvisor.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InlineCost.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InlineModelFeatureMaps.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InlineOrder.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InstCount.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InstSimplifyFolder.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InstructionPrecedenceTracking.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InstructionSimplify.h +-rw-r--r-- root/root usr/include/llvm/Analysis/InteractiveModelRunner.h +-rw-r--r-- root/root usr/include/llvm/Analysis/IteratedDominanceFrontier.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LastRunTrackingAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyCallGraph.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LazyValueInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Lint.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Loads.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopAccessAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopAnalysisManager.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopCacheAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopIterator.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopNestAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/LoopUnrollAnalyzer.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MLInlineAdvisor.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MLModelRunner.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemDerefPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryBuiltins.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryDependenceAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryLocation.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryProfileInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemorySSA.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MemorySSAUpdater.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ModelUnderTrainingRunner.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ModuleDebugInfoPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ModuleSummaryAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/MustExecute.h +-rw-r--r-- root/root usr/include/llvm/Analysis/NoInferenceModelRunner.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCAnalysisUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCInstKind.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCUtil.h +-rw-r--r-- root/root usr/include/llvm/Analysis/OptimizationRemarkEmitter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/OverflowInstAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PHITransAddr.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Passes.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PhiValues.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PostDominators.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileSummaryInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/PtrUseVisitor.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionIterator.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionPass.h +-rw-r--r-- root/root usr/include/llvm/Analysis/RegionPrinter.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ReleaseModeModelRunner.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ReplayInlineAdvisor.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolution.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionDivision.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionExpressions.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionNormalization.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionPatternMatch.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarFuncs.def +-rw-r--r-- root/root usr/include/llvm/Analysis/ScopedNoAliasAA.h +-rw-r--r-- root/root usr/include/llvm/Analysis/SimplifyQuery.h +-rw-r--r-- root/root usr/include/llvm/Analysis/SparsePropagation.h +-rw-r--r-- root/root usr/include/llvm/Analysis/StackLifetime.h +-rw-r--r-- root/root usr/include/llvm/Analysis/StackSafetyAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/StructuralHash.h +-rw-r--r-- root/root usr/include/llvm/Analysis/SyntheticCountsUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetFolder.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetLibraryInfo.def +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetLibraryInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetTransformInfo.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TargetTransformInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TensorSpec.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Trace.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TypeBasedAliasAnalysis.h +-rw-r--r-- root/root usr/include/llvm/Analysis/TypeMetadataUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/UniformityAnalysis.h +drwxr-xr-x root/root usr/include/llvm/Analysis/Utils/ +-rw-r--r-- root/root usr/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Utils/Local.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Utils/TFUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/Utils/TrainingLogger.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ValueLattice.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ValueLatticeUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/ValueTracking.h +-rw-r--r-- root/root usr/include/llvm/Analysis/VecFuncs.def +-rw-r--r-- root/root usr/include/llvm/Analysis/VectorUtils.h +-rw-r--r-- root/root usr/include/llvm/Analysis/WithCache.h +drwxr-xr-x root/root usr/include/llvm/AsmParser/ +-rw-r--r-- root/root usr/include/llvm/AsmParser/LLLexer.h +-rw-r--r-- root/root usr/include/llvm/AsmParser/LLParser.h +-rw-r--r-- root/root usr/include/llvm/AsmParser/LLToken.h +-rw-r--r-- root/root usr/include/llvm/AsmParser/NumberedValues.h +-rw-r--r-- root/root usr/include/llvm/AsmParser/Parser.h +-rw-r--r-- root/root usr/include/llvm/AsmParser/SlotMapping.h +drwxr-xr-x root/root usr/include/llvm/BinaryFormat/ +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/COFF.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/DXContainer.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/DXContainerConstants.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Dwarf.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Dwarf.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/DynamicTags.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELF.h +drwxr-xr-x root/root usr/include/llvm/BinaryFormat/ELFRelocs/ +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AArch64.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/ARC.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/ARM.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AVR.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/BPF.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/CSKY.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Lanai.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/M68k.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/MSP430.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Mips.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/RISCV_nonstandard.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Sparc.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/VE.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/i386.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/x86_64.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/GOFF.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MachO.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MachO.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Magic.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Minidump.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MinidumpConstants.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPack.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPack.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPackDocument.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPackReader.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MsgPackWriter.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Swift.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Swift.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Wasm.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/WasmRelocs.def +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/WasmTraits.h +-rw-r--r-- root/root usr/include/llvm/BinaryFormat/XCOFF.h +drwxr-xr-x root/root usr/include/llvm/Bitcode/ +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeAnalyzer.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeCommon.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeConvenience.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeReader.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeWriter.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeWriterPass.h +-rw-r--r-- root/root usr/include/llvm/Bitcode/LLVMBitCodes.h +drwxr-xr-x root/root usr/include/llvm/Bitstream/ +-rw-r--r-- root/root usr/include/llvm/Bitstream/BitCodeEnums.h +-rw-r--r-- root/root usr/include/llvm/Bitstream/BitCodes.h +-rw-r--r-- root/root usr/include/llvm/Bitstream/BitstreamReader.h +-rw-r--r-- root/root usr/include/llvm/Bitstream/BitstreamWriter.h +drwxr-xr-x root/root usr/include/llvm/CGData/ +-rw-r--r-- root/root usr/include/llvm/CGData/CodeGenData.h +-rw-r--r-- root/root usr/include/llvm/CGData/CodeGenData.inc +-rw-r--r-- root/root usr/include/llvm/CGData/CodeGenDataReader.h +-rw-r--r-- root/root usr/include/llvm/CGData/CodeGenDataWriter.h +-rw-r--r-- root/root usr/include/llvm/CGData/OutlinedHashTree.h +-rw-r--r-- root/root usr/include/llvm/CGData/OutlinedHashTreeRecord.h +-rw-r--r-- root/root usr/include/llvm/CGData/StableFunctionMap.h +-rw-r--r-- root/root usr/include/llvm/CGData/StableFunctionMapRecord.h +drwxr-xr-x root/root usr/include/llvm/CodeGen/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/AccelTable.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/Analysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AntiDepBreaker.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AsmPrinter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AsmPrinterHandler.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AtomicExpand.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/AtomicExpandUtils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/BasicBlockSectionUtils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/BasicTTIImpl.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ByteProvider.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CFIFixup.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CSEConfigBase.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CalcSpillWeights.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CallBrPrepare.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CallingConvLower.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CodeGenCommonISel.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CodeGenPrepare.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CodeGenTargetMachineImpl.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CommandFlags.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/CostTable.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DAGCombine.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DFAPacketizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DIE.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DIEValue.def +-rw-r--r-- root/root usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DeadMachineInstructionElim.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DebugHandlerBase.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DetectDeadLanes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DwarfEHPrepare.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/DwarfStringPoolEntry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/EarlyIfConversion.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/EdgeBundles.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExecutionDomainFix.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandLargeDivRem.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandLargeFpConvert.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandMemCmp.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandReductions.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandVectorPredication.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/FastISel.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/FaultMaps.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/FinalizeISel.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/FunctionLoweringInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GCMetadata.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GCMetadataPrinter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GenVT.inc +drwxr-xr-x root/root usr/include/llvm/CodeGen/GlobalISel/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CSEInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CallLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Combiner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CombinerInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GISelWorkList.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/IRTranslator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelect.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Legalizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Localizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Utils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalMerge.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalMergeFunctions.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/HardwareLoops.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ISDOpcodes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/IndirectBrExpand.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/IndirectThunks.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/InterleavedAccess.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/InterleavedLoadCombine.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/IntrinsicLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/JMCInstrumenter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LatencyPriorityQueue.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LexicalScopes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveDebugVariables.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveInterval.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervalCalc.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervalUnion.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervals.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LivePhysRegs.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRangeCalc.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRangeEdit.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRegMatrix.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRegUnits.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveStacks.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveVariables.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LocalStackSlotAllocation.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LoopTraversal.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LowLevelTypeUtils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/LowerEmuTLS.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MBFIWrapper.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRFSDiscriminator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRFormatter.h +drwxr-xr-x root/root usr/include/llvm/CodeGen/MIRParser/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRParser/MIParser.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRParser/MIRParser.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRPrinter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRSampleProfile.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRYamlMapping.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachORelocation.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBasicBlock.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineCFGPrinter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineCSE.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineCombinerPattern.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineConstantPool.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineConvergenceVerifier.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineCycleAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineDomTreeUpdater.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineDominanceFrontier.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineDominators.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFrameInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunction.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunctionAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineFunctionPass.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstr.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstrBuilder.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstrBundle.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineInstrBundleIterator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineJumpTableInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineLICM.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineLoopInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineLoopUtils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineMemOperand.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineModuleInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineModuleInfoImpls.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineModuleSlotTracker.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineOperand.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineOutliner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachinePassManager.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachinePassRegistry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachinePipeliner.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachinePostDominators.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineRegionInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineRegisterInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineSSAContext.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineSSAUpdater.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineScheduler.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineSizeOpts.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineStableHash.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineTraceMetrics.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineUniformityAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MachineVerifier.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MacroFusion.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ModuloSchedule.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/MultiHazardRecognizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/NonRelocatableStringpool.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/OptimizePHIs.h +drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/ +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/CostAllocator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/Graph.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/Math.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/ReductionRules.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQP/Solution.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PBQPRAConstraint.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PHIElimination.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/Passes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PeepholeOptimizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PseudoSourceValue.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/PseudoSourceValueManager.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RDFGraph.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RDFLiveness.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RDFRegisters.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ReachingDefAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegAllocCommon.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegAllocFast.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegAllocPBQP.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegAllocRegistry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegUsageInfoCollector.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegUsageInfoPropagate.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/Register.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterBank.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterBankInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterClassInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterPressure.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterScavenging.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterUsageInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ReplaceWithVeclib.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ResourcePriorityQueue.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/RuntimeLibcallUtil.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SDNodeProperties.td +-rw-r--r-- root/root usr/include/llvm/CodeGen/SDPatternMatch.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SafeStack.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAG.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGInstrs.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGMutation.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDFS.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleHazardRecognizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SchedulerRegistry.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ScoreboardHazardRecognizer.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectOptimize.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAG.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGISel.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGNodes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ShadowStackGCLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SjLjEHPrepare.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SlotIndexes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SpillPlacement.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/Spiller.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/StackColoring.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/StackMaps.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/StackProtector.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SwiftErrorValueTracking.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/SwitchLoweringUtils.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TailDuplication.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TailDuplicator.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetCallingConv.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetFrameLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetInstrInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLowering.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetOpcodes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetPassConfig.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetRegisterInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetSchedule.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetSubtargetInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TileShapeInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TwoAddressInstructionPass.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/TypePromotion.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/UnreachableBlockElim.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/VLIWMachineScheduler.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.td +-rw-r--r-- root/root usr/include/llvm/CodeGen/VirtRegMap.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/WasmEHFuncInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/WasmEHPrepare.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/WinEHFuncInfo.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/WinEHPrepare.h +-rw-r--r-- root/root usr/include/llvm/CodeGen/WindowScheduler.h +drwxr-xr-x root/root usr/include/llvm/CodeGenTypes/ +-rw-r--r-- root/root usr/include/llvm/CodeGenTypes/LowLevelType.h +-rw-r--r-- root/root usr/include/llvm/CodeGenTypes/MachineValueType.h +drwxr-xr-x root/root usr/include/llvm/Config/ +-rw-r--r-- root/root usr/include/llvm/Config/AsmParsers.def +-rw-r--r-- root/root usr/include/llvm/Config/AsmPrinters.def +-rw-r--r-- root/root usr/include/llvm/Config/Disassemblers.def +-rw-r--r-- root/root usr/include/llvm/Config/TargetExegesis.def +-rw-r--r-- root/root usr/include/llvm/Config/TargetMCAs.def +-rw-r--r-- root/root usr/include/llvm/Config/Targets.def +-rw-r--r-- root/root usr/include/llvm/Config/abi-breaking.h +-rw-r--r-- root/root usr/include/llvm/Config/llvm-config.h +drwxr-xr-x root/root usr/include/llvm/DWARFLinker/ +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/AddressesMap.h +drwxr-xr-x root/root usr/include/llvm/DWARFLinker/Classic/ +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFLinker.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFStreamer.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFFile.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFLinkerBase.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/IndexedValuesMap.h +drwxr-xr-x root/root usr/include/llvm/DWARFLinker/Parallel/ +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Parallel/DWARFLinker.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/StringPool.h +-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Utils.h +drwxr-xr-x root/root usr/include/llvm/DWP/ +-rw-r--r-- root/root usr/include/llvm/DWP/DWP.h +-rw-r--r-- root/root usr/include/llvm/DWP/DWPError.h +-rw-r--r-- root/root usr/include/llvm/DWP/DWPStringPool.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/ +drwxr-xr-x root/root usr/include/llvm/DebugInfo/BTF/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/BTF/BTF.def +-rw-r--r-- root/root usr/include/llvm/DebugInfo/BTF/BTF.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/BTF/BTFContext.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/BTF/BTFParser.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/CodeView/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeView.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewTypes.def +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/EnumTables.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/Formatters.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/FunctionId.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/GUID.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/Line.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/RecordName.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/RecordSerialization.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDumper.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeCollection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeDeserializer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeHashing.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeIndex.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecord.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DIContext.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/DWARF/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFContext.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDie.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFExpression.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFFormValue.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFListTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFObject.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFSection.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/GSYM/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/CallSiteInfo.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/DwarfTransformer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/ExtractRanges.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/FileEntry.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/FileWriter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/FunctionInfo.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/GsymCreator.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/GsymReader.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/Header.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/InlineInfo.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/LineEntry.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/LineTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/LookupResult.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/MergedFunctionsInfo.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/OutputAggregator.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/GSYM/StringTable.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/LogicalView/ +drwxr-xr-x root/root usr/include/llvm/DebugInfo/LogicalView/Core/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVElement.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVLine.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVObject.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVRange.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVReader.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVScope.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Core/LVType.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/LogicalView/Readers/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/MSF/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/IMSFFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFCommon.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MappedBlockStream.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/DIA/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASession.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASupport.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIATable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/GenericError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBDataStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBFrameData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBLineNumber.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSession.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBTable.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/Native/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/EnumTables.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/FormatUtil.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/Hash.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/HashTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/InfoStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/InputFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/LinePrinter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeSession.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawConstants.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawError.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawTypes.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/SymbolCache.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/TpiStream.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDB.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBContext.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBExtras.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymDumper.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolData.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolExe.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/PDBTypes.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/UDTLayout.h +drwxr-xr-x root/root usr/include/llvm/DebugInfo/Symbolize/ +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/DIPrinter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/Markup.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/MarkupFilter.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h +-rw-r--r-- root/root usr/include/llvm/DebugInfo/Symbolize/Symbolize.h +drwxr-xr-x root/root usr/include/llvm/Debuginfod/ +-rw-r--r-- root/root usr/include/llvm/Debuginfod/BuildIDFetcher.h +-rw-r--r-- root/root usr/include/llvm/Debuginfod/Debuginfod.h +-rw-r--r-- root/root usr/include/llvm/Debuginfod/HTTPClient.h +-rw-r--r-- root/root usr/include/llvm/Debuginfod/HTTPServer.h +drwxr-xr-x root/root usr/include/llvm/Demangle/ +-rw-r--r-- root/root usr/include/llvm/Demangle/Demangle.h +-rw-r--r-- root/root usr/include/llvm/Demangle/DemangleConfig.h +-rw-r--r-- root/root usr/include/llvm/Demangle/ItaniumDemangle.h +-rw-r--r-- root/root usr/include/llvm/Demangle/ItaniumNodes.def +-rw-r--r-- root/root usr/include/llvm/Demangle/MicrosoftDemangle.h +-rw-r--r-- root/root usr/include/llvm/Demangle/MicrosoftDemangleNodes.h +-rw-r--r-- root/root usr/include/llvm/Demangle/StringViewExtras.h +-rw-r--r-- root/root usr/include/llvm/Demangle/Utility.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ExecutionEngine.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/GenericValue.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Interpreter.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITEventListener.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/JITLink/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/COFF.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF_i386.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/JITLink.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/MachO.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/TableManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/aarch32.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/aarch64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/i386.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/loongarch.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/ppc64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/riscv.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITLink/x86_64.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/JITSymbol.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/MCJIT.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/OProfileWrapper.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ObjectCache.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/COFFPlatform.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Core.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/CoreContainers.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/DebugUtils.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/DylibManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EHFrameRegistrationPlugin.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LLJIT.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Layer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LazyObjectLinkingLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LinkGraphLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LinkGraphLinkingLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LoadLinkableFile.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MachO.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MachOBuilder.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MachOPlatform.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Mangling.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MemoryMapper.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RedirectionManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/SectCreate.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/Shared/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/MachOObjectFormat.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Speculation.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TaskDispatch.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RuntimeDyld.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h +-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/SectionMemoryManager.h +drwxr-xr-x root/root usr/include/llvm/FileCheck/ +-rw-r--r-- root/root usr/include/llvm/FileCheck/FileCheck.h +drwxr-xr-x root/root usr/include/llvm/Frontend/ +drwxr-xr-x root/root usr/include/llvm/Frontend/Atomic/ +-rw-r--r-- root/root usr/include/llvm/Frontend/Atomic/Atomic.h +drwxr-xr-x root/root usr/include/llvm/Frontend/Debug/ +-rw-r--r-- root/root usr/include/llvm/Frontend/Debug/Options.h +drwxr-xr-x root/root usr/include/llvm/Frontend/Directive/ +-rw-r--r-- root/root usr/include/llvm/Frontend/Directive/DirectiveBase.td +drwxr-xr-x root/root usr/include/llvm/Frontend/Driver/ +-rw-r--r-- root/root usr/include/llvm/Frontend/Driver/CodeGenOptions.h +drwxr-xr-x root/root usr/include/llvm/Frontend/HLSL/ +-rw-r--r-- root/root usr/include/llvm/Frontend/HLSL/HLSLResource.h +drwxr-xr-x root/root usr/include/llvm/Frontend/Offloading/ +-rw-r--r-- root/root usr/include/llvm/Frontend/Offloading/OffloadWrapper.h +-rw-r--r-- root/root usr/include/llvm/Frontend/Offloading/Utility.h +drwxr-xr-x root/root usr/include/llvm/Frontend/OpenACC/ +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenACC/ACC.h.inc +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenACC/ACC.inc +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenACC/ACC.td +drwxr-xr-x root/root usr/include/llvm/Frontend/OpenMP/ +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/ClauseT.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMP.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMP.h.inc +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMP.inc +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMP.td +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMPAssume.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMPConstants.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMPContext.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMPGridValues.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMPIRBuilder.h +-rw-r--r-- root/root usr/include/llvm/Frontend/OpenMP/OMPKinds.def +drwxr-xr-x root/root usr/include/llvm/FuzzMutate/ +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/FuzzerCLI.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/IRMutator.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/OpDescriptor.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/Operations.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/Random.h +-rw-r--r-- root/root usr/include/llvm/FuzzMutate/RandomIRBuilder.h +drwxr-xr-x root/root usr/include/llvm/IR/ +-rw-r--r-- root/root usr/include/llvm/IR/AbstractCallSite.h +-rw-r--r-- root/root usr/include/llvm/IR/Analysis.h +-rw-r--r-- root/root usr/include/llvm/IR/Argument.h +-rw-r--r-- root/root usr/include/llvm/IR/AssemblyAnnotationWriter.h +-rw-r--r-- root/root usr/include/llvm/IR/Assumptions.h +-rw-r--r-- root/root usr/include/llvm/IR/AttributeMask.h +-rw-r--r-- root/root usr/include/llvm/IR/Attributes.h +-rw-r--r-- root/root usr/include/llvm/IR/Attributes.inc +-rw-r--r-- root/root usr/include/llvm/IR/Attributes.td +-rw-r--r-- root/root usr/include/llvm/IR/AutoUpgrade.h +-rw-r--r-- root/root usr/include/llvm/IR/BasicBlock.h +-rw-r--r-- root/root usr/include/llvm/IR/BuiltinGCs.h +-rw-r--r-- root/root usr/include/llvm/IR/CFG.h +-rw-r--r-- root/root usr/include/llvm/IR/CallingConv.h +-rw-r--r-- root/root usr/include/llvm/IR/CmpPredicate.h +-rw-r--r-- root/root usr/include/llvm/IR/Comdat.h +-rw-r--r-- root/root usr/include/llvm/IR/Constant.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstantFPRange.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstantFold.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstantFolder.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstantRange.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstantRangeList.h +-rw-r--r-- root/root usr/include/llvm/IR/Constants.h +-rw-r--r-- root/root usr/include/llvm/IR/ConstrainedOps.def +-rw-r--r-- root/root usr/include/llvm/IR/ConvergenceVerifier.h +-rw-r--r-- root/root usr/include/llvm/IR/CycleInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/DIBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/DataLayout.h +-rw-r--r-- root/root usr/include/llvm/IR/DbgVariableFragmentInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/DebugInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoFlags.def +-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoMetadata.h +-rw-r--r-- root/root usr/include/llvm/IR/DebugLoc.h +-rw-r--r-- root/root usr/include/llvm/IR/DebugProgramInstruction.h +-rw-r--r-- root/root usr/include/llvm/IR/DerivedTypes.h +-rw-r--r-- root/root usr/include/llvm/IR/DerivedUser.h +-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticHandler.h +-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticPrinter.h +-rw-r--r-- root/root usr/include/llvm/IR/Dominators.h +-rw-r--r-- root/root usr/include/llvm/IR/EHPersonalities.h +-rw-r--r-- root/root usr/include/llvm/IR/FMF.h +-rw-r--r-- root/root usr/include/llvm/IR/FPEnv.h +-rw-r--r-- root/root usr/include/llvm/IR/FixedMetadataKinds.def +-rw-r--r-- root/root usr/include/llvm/IR/FixedPointBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/Function.h +-rw-r--r-- root/root usr/include/llvm/IR/GCStrategy.h +-rw-r--r-- root/root usr/include/llvm/IR/GEPNoWrapFlags.h +-rw-r--r-- root/root usr/include/llvm/IR/GVMaterializer.h +-rw-r--r-- root/root usr/include/llvm/IR/GenericConvergenceVerifierImpl.h +-rw-r--r-- root/root usr/include/llvm/IR/GetElementPtrTypeIterator.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalAlias.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalIFunc.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalObject.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalValue.h +-rw-r--r-- root/root usr/include/llvm/IR/GlobalVariable.h +-rw-r--r-- root/root usr/include/llvm/IR/IRBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/IRBuilderFolder.h +-rw-r--r-- root/root usr/include/llvm/IR/IRPrintingPasses.h +-rw-r--r-- root/root usr/include/llvm/IR/InlineAsm.h +-rw-r--r-- root/root usr/include/llvm/IR/InstIterator.h +-rw-r--r-- root/root usr/include/llvm/IR/InstVisitor.h +-rw-r--r-- root/root usr/include/llvm/IR/InstrTypes.h +-rw-r--r-- root/root usr/include/llvm/IR/Instruction.def +-rw-r--r-- root/root usr/include/llvm/IR/Instruction.h +-rw-r--r-- root/root usr/include/llvm/IR/Instructions.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicEnums.inc +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicImpl.inc +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicInst.h +-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.h +-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAArch64.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAArch64.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAMDGPU.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAMDGPU.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsARM.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsARM.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsBPF.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsBPF.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsDirectX.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsDirectX.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsHexagon.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsHexagon.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsHexagonDep.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsLoongArch.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsLoongArch.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsMips.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsMips.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsNVPTX.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsNVVM.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsPowerPC.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsPowerPC.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsR600.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCV.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCV.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCVXCV.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCVXTHead.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCVXsf.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsS390.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsSPIRV.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsSPIRV.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsSystemZ.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsVE.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsVE.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsVEVL.gen.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsWebAssembly.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsWebAssembly.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsX86.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsX86.td +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsXCore.h +-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsXCore.td +-rw-r--r-- root/root usr/include/llvm/IR/LLVMContext.h +-rw-r--r-- root/root usr/include/llvm/IR/LLVMRemarkStreamer.h +-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassManager.h +-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassManagers.h +-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassNameParser.h +-rw-r--r-- root/root usr/include/llvm/IR/MDBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/Mangler.h +-rw-r--r-- root/root usr/include/llvm/IR/MatrixBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/MemoryModelRelaxationAnnotations.h +-rw-r--r-- root/root usr/include/llvm/IR/Metadata.def +-rw-r--r-- root/root usr/include/llvm/IR/Metadata.h +-rw-r--r-- root/root usr/include/llvm/IR/Module.h +-rw-r--r-- root/root usr/include/llvm/IR/ModuleSlotTracker.h +-rw-r--r-- root/root usr/include/llvm/IR/ModuleSummaryIndex.h +-rw-r--r-- root/root usr/include/llvm/IR/ModuleSummaryIndexYAML.h +-rw-r--r-- root/root usr/include/llvm/IR/NVVMIntrinsicUtils.h +-rw-r--r-- root/root usr/include/llvm/IR/NoFolder.h +-rw-r--r-- root/root usr/include/llvm/IR/OperandTraits.h +-rw-r--r-- root/root usr/include/llvm/IR/Operator.h +-rw-r--r-- root/root usr/include/llvm/IR/OptBisect.h +-rw-r--r-- root/root usr/include/llvm/IR/PassInstrumentation.h +-rw-r--r-- root/root usr/include/llvm/IR/PassManager.h +-rw-r--r-- root/root usr/include/llvm/IR/PassManagerImpl.h +-rw-r--r-- root/root usr/include/llvm/IR/PassManagerInternal.h +-rw-r--r-- root/root usr/include/llvm/IR/PassTimingInfo.h +-rw-r--r-- root/root usr/include/llvm/IR/PatternMatch.h +-rw-r--r-- root/root usr/include/llvm/IR/PredIteratorCache.h +-rw-r--r-- root/root usr/include/llvm/IR/PrintPasses.h +-rw-r--r-- root/root usr/include/llvm/IR/ProfDataUtils.h +-rw-r--r-- root/root usr/include/llvm/IR/ProfileSummary.h +-rw-r--r-- root/root usr/include/llvm/IR/PseudoProbe.h +-rw-r--r-- root/root usr/include/llvm/IR/ReplaceConstant.h +-rw-r--r-- root/root usr/include/llvm/IR/RuntimeLibcalls.def +-rw-r--r-- root/root usr/include/llvm/IR/RuntimeLibcalls.h +-rw-r--r-- root/root usr/include/llvm/IR/SSAContext.h +-rw-r--r-- root/root usr/include/llvm/IR/SafepointIRVerifier.h +-rw-r--r-- root/root usr/include/llvm/IR/Statepoint.h +-rw-r--r-- root/root usr/include/llvm/IR/StructuralHash.h +-rw-r--r-- root/root usr/include/llvm/IR/SymbolTableListTraits.h +-rw-r--r-- root/root usr/include/llvm/IR/TrackingMDRef.h +-rw-r--r-- root/root usr/include/llvm/IR/Type.h +-rw-r--r-- root/root usr/include/llvm/IR/TypeFinder.h +-rw-r--r-- root/root usr/include/llvm/IR/TypedPointerType.h +-rw-r--r-- root/root usr/include/llvm/IR/Use.h +-rw-r--r-- root/root usr/include/llvm/IR/UseListOrder.h +-rw-r--r-- root/root usr/include/llvm/IR/User.h +-rw-r--r-- root/root usr/include/llvm/IR/VFABIDemangler.h +-rw-r--r-- root/root usr/include/llvm/IR/VPIntrinsics.def +-rw-r--r-- root/root usr/include/llvm/IR/Value.def +-rw-r--r-- root/root usr/include/llvm/IR/Value.h +-rw-r--r-- root/root usr/include/llvm/IR/ValueHandle.h +-rw-r--r-- root/root usr/include/llvm/IR/ValueMap.h +-rw-r--r-- root/root usr/include/llvm/IR/ValueSymbolTable.h +-rw-r--r-- root/root usr/include/llvm/IR/VectorBuilder.h +-rw-r--r-- root/root usr/include/llvm/IR/VectorTypeUtils.h +-rw-r--r-- root/root usr/include/llvm/IR/Verifier.h +drwxr-xr-x root/root usr/include/llvm/IRPrinter/ +-rw-r--r-- root/root usr/include/llvm/IRPrinter/IRPrintingPasses.h +drwxr-xr-x root/root usr/include/llvm/IRReader/ +-rw-r--r-- root/root usr/include/llvm/IRReader/IRReader.h +-rw-r--r-- root/root usr/include/llvm/InitializePasses.h +drwxr-xr-x root/root usr/include/llvm/InterfaceStub/ +-rw-r--r-- root/root usr/include/llvm/InterfaceStub/ELFObjHandler.h +-rw-r--r-- root/root usr/include/llvm/InterfaceStub/IFSHandler.h +-rw-r--r-- root/root usr/include/llvm/InterfaceStub/IFSStub.h +drwxr-xr-x root/root usr/include/llvm/LTO/ +-rw-r--r-- root/root usr/include/llvm/LTO/Config.h +-rw-r--r-- root/root usr/include/llvm/LTO/LTO.h +-rw-r--r-- root/root usr/include/llvm/LTO/LTOBackend.h +drwxr-xr-x root/root usr/include/llvm/LTO/legacy/ +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/LTOCodeGenerator.h +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/LTOModule.h +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +-rw-r--r-- root/root usr/include/llvm/LTO/legacy/UpdateCompilerUsed.h +drwxr-xr-x root/root usr/include/llvm/LineEditor/ +-rw-r--r-- root/root usr/include/llvm/LineEditor/LineEditor.h +-rw-r--r-- root/root usr/include/llvm/LinkAllIR.h +-rw-r--r-- root/root usr/include/llvm/LinkAllPasses.h +drwxr-xr-x root/root usr/include/llvm/Linker/ +-rw-r--r-- root/root usr/include/llvm/Linker/IRMover.h +-rw-r--r-- root/root usr/include/llvm/Linker/Linker.h +drwxr-xr-x root/root usr/include/llvm/MC/ +-rw-r--r-- root/root usr/include/llvm/MC/ConstantPools.h +-rw-r--r-- root/root usr/include/llvm/MC/DXContainerPSVInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/LaneBitmask.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmBackend.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoDarwin.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoELF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoGOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoWasm.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoXCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAsmMacro.h +-rw-r--r-- root/root usr/include/llvm/MC/MCAssembler.h +-rw-r--r-- root/root usr/include/llvm/MC/MCCodeEmitter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCCodeView.h +-rw-r--r-- root/root usr/include/llvm/MC/MCContext.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDXContainerStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDXContainerWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDecoderOps.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDirectives.h +drwxr-xr-x root/root usr/include/llvm/MC/MCDisassembler/ +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCDisassembler.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCDwarf.h +-rw-r--r-- root/root usr/include/llvm/MC/MCELFExtras.h +-rw-r--r-- root/root usr/include/llvm/MC/MCELFObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCELFStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCExpr.h +-rw-r--r-- root/root usr/include/llvm/MC/MCFixup.h +-rw-r--r-- root/root usr/include/llvm/MC/MCFixupKindInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCFragment.h +-rw-r--r-- root/root usr/include/llvm/MC/MCGOFFObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCGOFFStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInst.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstBuilder.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstPrinter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrAnalysis.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrDesc.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCInstrItineraries.h +-rw-r--r-- root/root usr/include/llvm/MC/MCLabel.h +-rw-r--r-- root/root usr/include/llvm/MC/MCLinkerOptimizationHint.h +-rw-r--r-- root/root usr/include/llvm/MC/MCMachObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCObjectFileInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCObjectStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCObjectWriter.h +drwxr-xr-x root/root usr/include/llvm/MC/MCParser/ +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmCond.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmLexer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmLexer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParser.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParserExtension.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParserUtils.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h +-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCTargetAsmParser.h +-rw-r--r-- root/root usr/include/llvm/MC/MCPseudoProbe.h +-rw-r--r-- root/root usr/include/llvm/MC/MCRegister.h +-rw-r--r-- root/root usr/include/llvm/MC/MCRegisterInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSPIRVObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSPIRVStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSchedule.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSection.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionDXContainer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionELF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionGOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionMachO.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionSPIRV.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionWasm.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSectionXCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSubtargetInfo.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbol.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolELF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolGOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolMachO.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolTableEntry.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolWasm.h +-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolXCOFF.h +-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptions.h +-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptionsCommandFlags.h +-rw-r--r-- root/root usr/include/llvm/MC/MCValue.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWasmObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWasmStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWin64EH.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWinCOFFObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWinCOFFStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MCWinEH.h +-rw-r--r-- root/root usr/include/llvm/MC/MCXCOFFObjectWriter.h +-rw-r--r-- root/root usr/include/llvm/MC/MCXCOFFStreamer.h +-rw-r--r-- root/root usr/include/llvm/MC/MachineLocation.h +-rw-r--r-- root/root usr/include/llvm/MC/SectionKind.h +-rw-r--r-- root/root usr/include/llvm/MC/StringTableBuilder.h +-rw-r--r-- root/root usr/include/llvm/MC/TargetRegistry.h +drwxr-xr-x root/root usr/include/llvm/MCA/ +-rw-r--r-- root/root usr/include/llvm/MCA/CodeEmitter.h +-rw-r--r-- root/root usr/include/llvm/MCA/Context.h +-rw-r--r-- root/root usr/include/llvm/MCA/CustomBehaviour.h +-rw-r--r-- root/root usr/include/llvm/MCA/HWEventListener.h +drwxr-xr-x root/root usr/include/llvm/MCA/HardwareUnits/ +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/HardwareUnit.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/LSUnit.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/RegisterFile.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/ResourceManager.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/RetireControlUnit.h +-rw-r--r-- root/root usr/include/llvm/MCA/HardwareUnits/Scheduler.h +-rw-r--r-- root/root usr/include/llvm/MCA/IncrementalSourceMgr.h +-rw-r--r-- root/root usr/include/llvm/MCA/InstrBuilder.h +-rw-r--r-- root/root usr/include/llvm/MCA/Instruction.h +-rw-r--r-- root/root usr/include/llvm/MCA/Pipeline.h +-rw-r--r-- root/root usr/include/llvm/MCA/SourceMgr.h +drwxr-xr-x root/root usr/include/llvm/MCA/Stages/ +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/DispatchStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/EntryStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/ExecuteStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/InOrderIssueStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/InstructionTables.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/MicroOpQueueStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/RetireStage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Stages/Stage.h +-rw-r--r-- root/root usr/include/llvm/MCA/Support.h +-rw-r--r-- root/root usr/include/llvm/MCA/View.h +drwxr-xr-x root/root usr/include/llvm/ObjCopy/ +drwxr-xr-x root/root usr/include/llvm/ObjCopy/COFF/ +-rw-r--r-- root/root usr/include/llvm/ObjCopy/COFF/COFFConfig.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/COFF/COFFObjcopy.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/CommonConfig.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/ConfigManager.h +drwxr-xr-x root/root usr/include/llvm/ObjCopy/ELF/ +-rw-r--r-- root/root usr/include/llvm/ObjCopy/ELF/ELFConfig.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/ELF/ELFObjcopy.h +drwxr-xr-x root/root usr/include/llvm/ObjCopy/MachO/ +-rw-r--r-- root/root usr/include/llvm/ObjCopy/MachO/MachOConfig.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/MachO/MachOObjcopy.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/MultiFormatConfig.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/ObjCopy.h +drwxr-xr-x root/root usr/include/llvm/ObjCopy/XCOFF/ +-rw-r--r-- root/root usr/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h +drwxr-xr-x root/root usr/include/llvm/ObjCopy/wasm/ +-rw-r--r-- root/root usr/include/llvm/ObjCopy/wasm/WasmConfig.h +-rw-r--r-- root/root usr/include/llvm/ObjCopy/wasm/WasmObjcopy.h +drwxr-xr-x root/root usr/include/llvm/Object/ +-rw-r--r-- root/root usr/include/llvm/Object/Archive.h +-rw-r--r-- root/root usr/include/llvm/Object/ArchiveWriter.h +-rw-r--r-- root/root usr/include/llvm/Object/Binary.h +-rw-r--r-- root/root usr/include/llvm/Object/BuildID.h +-rw-r--r-- root/root usr/include/llvm/Object/COFF.h +-rw-r--r-- root/root usr/include/llvm/Object/COFFImportFile.h +-rw-r--r-- root/root usr/include/llvm/Object/COFFModuleDefinition.h +-rw-r--r-- root/root usr/include/llvm/Object/CVDebugRecord.h +-rw-r--r-- root/root usr/include/llvm/Object/DXContainer.h +-rw-r--r-- root/root usr/include/llvm/Object/Decompressor.h +-rw-r--r-- root/root usr/include/llvm/Object/ELF.h +-rw-r--r-- root/root usr/include/llvm/Object/ELFObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Object/ELFTypes.h +-rw-r--r-- root/root usr/include/llvm/Object/Error.h +-rw-r--r-- root/root usr/include/llvm/Object/FaultMapParser.h +-rw-r--r-- root/root usr/include/llvm/Object/GOFF.h +-rw-r--r-- root/root usr/include/llvm/Object/GOFFObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Object/IRObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Object/IRSymtab.h +-rw-r--r-- root/root usr/include/llvm/Object/MachO.h +-rw-r--r-- root/root usr/include/llvm/Object/MachOUniversal.h +-rw-r--r-- root/root usr/include/llvm/Object/MachOUniversalWriter.h +-rw-r--r-- root/root usr/include/llvm/Object/Minidump.h +-rw-r--r-- root/root usr/include/llvm/Object/ModuleSymbolTable.h +-rw-r--r-- root/root usr/include/llvm/Object/ObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Object/OffloadBinary.h +-rw-r--r-- root/root usr/include/llvm/Object/RelocationResolver.h +-rw-r--r-- root/root usr/include/llvm/Object/StackMapParser.h +-rw-r--r-- root/root usr/include/llvm/Object/SymbolSize.h +-rw-r--r-- root/root usr/include/llvm/Object/SymbolicFile.h +-rw-r--r-- root/root usr/include/llvm/Object/TapiFile.h +-rw-r--r-- root/root usr/include/llvm/Object/TapiUniversal.h +-rw-r--r-- root/root usr/include/llvm/Object/Wasm.h +-rw-r--r-- root/root usr/include/llvm/Object/WindowsMachineFlag.h +-rw-r--r-- root/root usr/include/llvm/Object/WindowsResource.h +-rw-r--r-- root/root usr/include/llvm/Object/XCOFFObjectFile.h +drwxr-xr-x root/root usr/include/llvm/ObjectYAML/ +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/ArchiveYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/COFFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLTypes.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DWARFEmitter.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DWARFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DXContainerYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/ELFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/GOFFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/MachOYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/MinidumpYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/ObjectYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/OffloadYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/WasmYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/XCOFFYAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/YAML.h +-rw-r--r-- root/root usr/include/llvm/ObjectYAML/yaml2obj.h +drwxr-xr-x root/root usr/include/llvm/Option/ +-rw-r--r-- root/root usr/include/llvm/Option/Arg.h +-rw-r--r-- root/root usr/include/llvm/Option/ArgList.h +-rw-r--r-- root/root usr/include/llvm/Option/OptParser.td +-rw-r--r-- root/root usr/include/llvm/Option/OptSpecifier.h +-rw-r--r-- root/root usr/include/llvm/Option/OptTable.h +-rw-r--r-- root/root usr/include/llvm/Option/Option.h +-rw-r--r-- root/root usr/include/llvm/Pass.h +-rw-r--r-- root/root usr/include/llvm/PassAnalysisSupport.h +-rw-r--r-- root/root usr/include/llvm/PassInfo.h +-rw-r--r-- root/root usr/include/llvm/PassRegistry.h +-rw-r--r-- root/root usr/include/llvm/PassSupport.h +drwxr-xr-x root/root usr/include/llvm/Passes/ +-rw-r--r-- root/root usr/include/llvm/Passes/CodeGenPassBuilder.h +-rw-r--r-- root/root usr/include/llvm/Passes/DroppedVariableStats.h +-rw-r--r-- root/root usr/include/llvm/Passes/DroppedVariableStatsIR.h +-rw-r--r-- root/root usr/include/llvm/Passes/MachinePassRegistry.def +-rw-r--r-- root/root usr/include/llvm/Passes/OptimizationLevel.h +-rw-r--r-- root/root usr/include/llvm/Passes/PassBuilder.h +-rw-r--r-- root/root usr/include/llvm/Passes/PassPlugin.h +-rw-r--r-- root/root usr/include/llvm/Passes/StandardInstrumentations.h +-rw-r--r-- root/root usr/include/llvm/Passes/TargetPassRegistry.inc +drwxr-xr-x root/root usr/include/llvm/ProfileData/ +drwxr-xr-x root/root usr/include/llvm/ProfileData/Coverage/ +-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMapping.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/MCDCTypes.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/CtxInstrContextNode.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/FunctionId.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/GCOV.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/HashKeyMap.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProf.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfCorrelator.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfData.inc +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfWriter.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/MIBEntryDef.inc +-rw-r--r-- root/root usr/include/llvm/ProfileData/MemProf.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/MemProfData.inc +-rw-r--r-- root/root usr/include/llvm/ProfileData/MemProfReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/MemProfYAML.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/PGOCtxProfReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/PGOCtxProfWriter.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/ProfileCommon.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/SampleProf.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/SampleProfReader.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/SampleProfWriter.h +-rw-r--r-- root/root usr/include/llvm/ProfileData/SymbolRemappingReader.h +drwxr-xr-x root/root usr/include/llvm/Remarks/ +-rw-r--r-- root/root usr/include/llvm/Remarks/BitstreamRemarkContainer.h +-rw-r--r-- root/root usr/include/llvm/Remarks/BitstreamRemarkParser.h +-rw-r--r-- root/root usr/include/llvm/Remarks/BitstreamRemarkSerializer.h +-rw-r--r-- root/root usr/include/llvm/Remarks/HotnessThresholdParser.h +-rw-r--r-- root/root usr/include/llvm/Remarks/Remark.h +-rw-r--r-- root/root usr/include/llvm/Remarks/RemarkFormat.h +-rw-r--r-- root/root usr/include/llvm/Remarks/RemarkLinker.h +-rw-r--r-- root/root usr/include/llvm/Remarks/RemarkParser.h +-rw-r--r-- root/root usr/include/llvm/Remarks/RemarkSerializer.h +-rw-r--r-- root/root usr/include/llvm/Remarks/RemarkStreamer.h +-rw-r--r-- root/root usr/include/llvm/Remarks/RemarkStringTable.h +-rw-r--r-- root/root usr/include/llvm/Remarks/YAMLRemarkSerializer.h +drwxr-xr-x root/root usr/include/llvm/SandboxIR/ +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Argument.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/BasicBlock.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Constant.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Context.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Function.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Instruction.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/IntrinsicInst.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Module.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Operator.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Pass.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/PassManager.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Region.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Tracker.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Type.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Use.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/User.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Utils.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Value.h +-rw-r--r-- root/root usr/include/llvm/SandboxIR/Values.def +drwxr-xr-x root/root usr/include/llvm/Support/ +-rw-r--r-- root/root usr/include/llvm/Support/AArch64BuildAttributes.h +-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUAddrSpace.h +-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUMetadata.h +-rw-r--r-- root/root usr/include/llvm/Support/AMDHSAKernelDescriptor.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMAttributeParser.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMBuildAttributes.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMEHABI.h +-rw-r--r-- root/root usr/include/llvm/Support/ARMWinEH.h +-rw-r--r-- root/root usr/include/llvm/Support/AlignOf.h +-rw-r--r-- root/root usr/include/llvm/Support/Alignment.h +-rw-r--r-- root/root usr/include/llvm/Support/Allocator.h +-rw-r--r-- root/root usr/include/llvm/Support/AllocatorBase.h +-rw-r--r-- root/root usr/include/llvm/Support/ArrayRecycler.h +-rw-r--r-- root/root usr/include/llvm/Support/Atomic.h +-rw-r--r-- root/root usr/include/llvm/Support/AtomicOrdering.h +-rw-r--r-- root/root usr/include/llvm/Support/AutoConvert.h +-rw-r--r-- root/root usr/include/llvm/Support/Automaton.h +-rw-r--r-- root/root usr/include/llvm/Support/BCD.h +-rw-r--r-- root/root usr/include/llvm/Support/BLAKE3.h +-rw-r--r-- root/root usr/include/llvm/Support/BalancedPartitioning.h +-rw-r--r-- root/root usr/include/llvm/Support/Base64.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryByteStream.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryItemStream.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStream.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamArray.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamError.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamReader.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamRef.h +-rw-r--r-- root/root usr/include/llvm/Support/BinaryStreamWriter.h +-rw-r--r-- root/root usr/include/llvm/Support/BlockFrequency.h +-rw-r--r-- root/root usr/include/llvm/Support/BranchProbability.h +-rw-r--r-- root/root usr/include/llvm/Support/BuryPointer.h +-rw-r--r-- root/root usr/include/llvm/Support/CBindingWrapping.h +-rw-r--r-- root/root usr/include/llvm/Support/CFGDiff.h +-rw-r--r-- root/root usr/include/llvm/Support/CFGUpdate.h +-rw-r--r-- root/root usr/include/llvm/Support/COM.h +-rw-r--r-- root/root usr/include/llvm/Support/CRC.h +-rw-r--r-- root/root usr/include/llvm/Support/CSKYAttributeParser.h +-rw-r--r-- root/root usr/include/llvm/Support/CSKYAttributes.h +-rw-r--r-- root/root usr/include/llvm/Support/CachePruning.h +-rw-r--r-- root/root usr/include/llvm/Support/Caching.h +-rw-r--r-- root/root usr/include/llvm/Support/Capacity.h +-rw-r--r-- root/root usr/include/llvm/Support/Casting.h +-rw-r--r-- root/root usr/include/llvm/Support/CheckedArithmetic.h +-rw-r--r-- root/root usr/include/llvm/Support/Chrono.h +-rw-r--r-- root/root usr/include/llvm/Support/CodeGen.h +-rw-r--r-- root/root usr/include/llvm/Support/CodeGenCoverage.h +-rw-r--r-- root/root usr/include/llvm/Support/CommandLine.h +-rw-r--r-- root/root usr/include/llvm/Support/Compiler.h +-rw-r--r-- root/root usr/include/llvm/Support/Compression.h +-rw-r--r-- root/root usr/include/llvm/Support/ConvertEBCDIC.h +-rw-r--r-- root/root usr/include/llvm/Support/ConvertUTF.h +-rw-r--r-- root/root usr/include/llvm/Support/CrashRecoveryContext.h +-rw-r--r-- root/root usr/include/llvm/Support/DJB.h +-rw-r--r-- root/root usr/include/llvm/Support/DOTGraphTraits.h +-rw-r--r-- root/root usr/include/llvm/Support/DXILABI.h +-rw-r--r-- root/root usr/include/llvm/Support/DataExtractor.h +-rw-r--r-- root/root usr/include/llvm/Support/DataTypes.h +-rw-r--r-- root/root usr/include/llvm/Support/Debug.h +-rw-r--r-- root/root usr/include/llvm/Support/DebugCounter.h +-rw-r--r-- root/root usr/include/llvm/Support/Discriminator.h +-rw-r--r-- root/root usr/include/llvm/Support/DivisionByConstantInfo.h +-rw-r--r-- root/root usr/include/llvm/Support/Duration.h +-rw-r--r-- root/root usr/include/llvm/Support/DynamicLibrary.h +-rw-r--r-- root/root usr/include/llvm/Support/ELFAttributeParser.h +-rw-r--r-- root/root usr/include/llvm/Support/ELFAttributes.h +-rw-r--r-- root/root usr/include/llvm/Support/Endian.h +-rw-r--r-- root/root usr/include/llvm/Support/EndianStream.h +-rw-r--r-- root/root usr/include/llvm/Support/Errc.h +-rw-r--r-- root/root usr/include/llvm/Support/Errno.h +-rw-r--r-- root/root usr/include/llvm/Support/Error.h +-rw-r--r-- root/root usr/include/llvm/Support/ErrorHandling.h +-rw-r--r-- root/root usr/include/llvm/Support/ErrorOr.h +-rw-r--r-- root/root usr/include/llvm/Support/ExitCodes.h +-rw-r--r-- root/root usr/include/llvm/Support/ExponentialBackoff.h +-rw-r--r-- root/root usr/include/llvm/Support/ExtensibleRTTI.h +-rw-r--r-- root/root usr/include/llvm/Support/Extension.def +-rw-r--r-- root/root usr/include/llvm/Support/FileCollector.h +-rw-r--r-- root/root usr/include/llvm/Support/FileOutputBuffer.h +-rw-r--r-- root/root usr/include/llvm/Support/FileSystem.h +drwxr-xr-x root/root usr/include/llvm/Support/FileSystem/ +-rw-r--r-- root/root usr/include/llvm/Support/FileSystem/UniqueID.h +-rw-r--r-- root/root usr/include/llvm/Support/FileUtilities.h +-rw-r--r-- root/root usr/include/llvm/Support/Format.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatAdapters.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatCommon.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatProviders.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatVariadic.h +-rw-r--r-- root/root usr/include/llvm/Support/FormatVariadicDetails.h +-rw-r--r-- root/root usr/include/llvm/Support/FormattedStream.h +-rw-r--r-- root/root usr/include/llvm/Support/GenericDomTree.h +-rw-r--r-- root/root usr/include/llvm/Support/GenericDomTreeConstruction.h +-rw-r--r-- root/root usr/include/llvm/Support/GenericIteratedDominanceFrontier.h +-rw-r--r-- root/root usr/include/llvm/Support/GenericLoopInfo.h +-rw-r--r-- root/root usr/include/llvm/Support/GenericLoopInfoImpl.h +-rw-r--r-- root/root usr/include/llvm/Support/GlobPattern.h +-rw-r--r-- root/root usr/include/llvm/Support/GraphWriter.h +-rw-r--r-- root/root usr/include/llvm/Support/HashBuilder.h +-rw-r--r-- root/root usr/include/llvm/Support/HexagonAttributeParser.h +-rw-r--r-- root/root usr/include/llvm/Support/HexagonAttributes.h +-rw-r--r-- root/root usr/include/llvm/Support/InitLLVM.h +-rw-r--r-- root/root usr/include/llvm/Support/InstructionCost.h +-rw-r--r-- root/root usr/include/llvm/Support/JSON.h +-rw-r--r-- root/root usr/include/llvm/Support/KnownBits.h +-rw-r--r-- root/root usr/include/llvm/Support/LEB128.h +-rw-r--r-- root/root usr/include/llvm/Support/LICENSE.TXT +-rw-r--r-- root/root usr/include/llvm/Support/LLVMDriver.h +-rw-r--r-- root/root usr/include/llvm/Support/LineIterator.h +-rw-r--r-- root/root usr/include/llvm/Support/Locale.h +-rw-r--r-- root/root usr/include/llvm/Support/LockFileManager.h +-rw-r--r-- root/root usr/include/llvm/Support/LogicalResult.h +-rw-r--r-- root/root usr/include/llvm/Support/MD5.h +-rw-r--r-- root/root usr/include/llvm/Support/MSP430AttributeParser.h +-rw-r--r-- root/root usr/include/llvm/Support/MSP430Attributes.h +-rw-r--r-- root/root usr/include/llvm/Support/MSVCErrorWorkarounds.h +-rw-r--r-- root/root usr/include/llvm/Support/ManagedStatic.h +-rw-r--r-- root/root usr/include/llvm/Support/MathExtras.h +-rw-r--r-- root/root usr/include/llvm/Support/MemAlloc.h +-rw-r--r-- root/root usr/include/llvm/Support/Memory.h +-rw-r--r-- root/root usr/include/llvm/Support/MemoryBuffer.h +-rw-r--r-- root/root usr/include/llvm/Support/MemoryBufferRef.h +-rw-r--r-- root/root usr/include/llvm/Support/MipsABIFlags.h +-rw-r--r-- root/root usr/include/llvm/Support/ModRef.h +-rw-r--r-- root/root usr/include/llvm/Support/Mutex.h +-rw-r--r-- root/root usr/include/llvm/Support/NVPTXAddrSpace.h +-rw-r--r-- root/root usr/include/llvm/Support/NativeFormatting.h +-rw-r--r-- root/root usr/include/llvm/Support/OnDiskHashTable.h +-rw-r--r-- root/root usr/include/llvm/Support/OptimizedStructLayout.h +-rw-r--r-- root/root usr/include/llvm/Support/OptionStrCmp.h +-rw-r--r-- root/root usr/include/llvm/Support/PGOOptions.h +-rw-r--r-- root/root usr/include/llvm/Support/Parallel.h +-rw-r--r-- root/root usr/include/llvm/Support/Path.h +-rw-r--r-- root/root usr/include/llvm/Support/PerThreadBumpPtrAllocator.h +-rw-r--r-- root/root usr/include/llvm/Support/PluginLoader.h +-rw-r--r-- root/root usr/include/llvm/Support/PointerLikeTypeTraits.h +-rw-r--r-- root/root usr/include/llvm/Support/PrettyStackTrace.h +-rw-r--r-- root/root usr/include/llvm/Support/Printable.h +-rw-r--r-- root/root usr/include/llvm/Support/Process.h +-rw-r--r-- root/root usr/include/llvm/Support/Program.h +-rw-r--r-- root/root usr/include/llvm/Support/RISCVAttributeParser.h +-rw-r--r-- root/root usr/include/llvm/Support/RISCVAttributes.h +-rw-r--r-- root/root usr/include/llvm/Support/RISCVISAUtils.h +-rw-r--r-- root/root usr/include/llvm/Support/RWMutex.h +-rw-r--r-- root/root usr/include/llvm/Support/RandomNumberGenerator.h +-rw-r--r-- root/root usr/include/llvm/Support/Recycler.h +-rw-r--r-- root/root usr/include/llvm/Support/RecyclingAllocator.h +-rw-r--r-- root/root usr/include/llvm/Support/Regex.h +-rw-r--r-- root/root usr/include/llvm/Support/Registry.h +-rw-r--r-- root/root usr/include/llvm/Support/ReverseIteration.h +-rw-r--r-- root/root usr/include/llvm/Support/SHA1.h +-rw-r--r-- root/root usr/include/llvm/Support/SHA256.h +-rw-r--r-- root/root usr/include/llvm/Support/SMLoc.h +-rw-r--r-- root/root usr/include/llvm/Support/SMTAPI.h +-rw-r--r-- root/root usr/include/llvm/Support/SaveAndRestore.h +-rw-r--r-- root/root usr/include/llvm/Support/ScaledNumber.h +-rw-r--r-- root/root usr/include/llvm/Support/ScopedPrinter.h +-rw-r--r-- root/root usr/include/llvm/Support/Signals.h +-rw-r--r-- root/root usr/include/llvm/Support/Signposts.h +-rw-r--r-- root/root usr/include/llvm/Support/SipHash.h +-rw-r--r-- root/root usr/include/llvm/Support/SmallVectorMemoryBuffer.h +drwxr-xr-x root/root usr/include/llvm/Support/Solaris/ +drwxr-xr-x root/root usr/include/llvm/Support/Solaris/sys/ +-rw-r--r-- root/root usr/include/llvm/Support/Solaris/sys/regset.h +-rw-r--r-- root/root usr/include/llvm/Support/SourceMgr.h +-rw-r--r-- root/root usr/include/llvm/Support/SpecialCaseList.h +-rw-r--r-- root/root usr/include/llvm/Support/StringSaver.h +-rw-r--r-- root/root usr/include/llvm/Support/SuffixTree.h +-rw-r--r-- root/root usr/include/llvm/Support/SuffixTreeNode.h +-rw-r--r-- root/root usr/include/llvm/Support/SwapByteOrder.h +-rw-r--r-- root/root usr/include/llvm/Support/SystemUtils.h +drwxr-xr-x root/root usr/include/llvm/Support/SystemZ/ +-rw-r--r-- root/root usr/include/llvm/Support/SystemZ/zOSSupport.h +-rw-r--r-- root/root usr/include/llvm/Support/TarWriter.h +-rw-r--r-- root/root usr/include/llvm/Support/TargetOpcodes.def +-rw-r--r-- root/root usr/include/llvm/Support/TargetSelect.h +-rw-r--r-- root/root usr/include/llvm/Support/ThreadPool.h +-rw-r--r-- root/root usr/include/llvm/Support/ThreadSafeAllocator.h +-rw-r--r-- root/root usr/include/llvm/Support/Threading.h +-rw-r--r-- root/root usr/include/llvm/Support/TimeProfiler.h +-rw-r--r-- root/root usr/include/llvm/Support/Timer.h +-rw-r--r-- root/root usr/include/llvm/Support/ToolOutputFile.h +-rw-r--r-- root/root usr/include/llvm/Support/TrailingObjects.h +-rw-r--r-- root/root usr/include/llvm/Support/TypeName.h +-rw-r--r-- root/root usr/include/llvm/Support/TypeSize.h +-rw-r--r-- root/root usr/include/llvm/Support/Unicode.h +-rw-r--r-- root/root usr/include/llvm/Support/UnicodeCharRanges.h +-rw-r--r-- root/root usr/include/llvm/Support/VCSRevision.h +-rw-r--r-- root/root usr/include/llvm/Support/Valgrind.h +-rw-r--r-- root/root usr/include/llvm/Support/VersionTuple.h +-rw-r--r-- root/root usr/include/llvm/Support/VirtualFileSystem.h +-rw-r--r-- root/root usr/include/llvm/Support/Watchdog.h +-rw-r--r-- root/root usr/include/llvm/Support/Win64EH.h +drwxr-xr-x root/root usr/include/llvm/Support/Windows/ +-rw-r--r-- root/root usr/include/llvm/Support/Windows/WindowsSupport.h +-rw-r--r-- root/root usr/include/llvm/Support/WindowsError.h +-rw-r--r-- root/root usr/include/llvm/Support/WithColor.h +-rw-r--r-- root/root usr/include/llvm/Support/X86DisassemblerDecoderCommon.h +-rw-r--r-- root/root usr/include/llvm/Support/X86FoldTablesUtils.h +-rw-r--r-- root/root usr/include/llvm/Support/YAMLParser.h +-rw-r--r-- root/root usr/include/llvm/Support/YAMLTraits.h +-rw-r--r-- root/root usr/include/llvm/Support/circular_raw_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/float128.h +-rw-r--r-- root/root usr/include/llvm/Support/raw_os_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/raw_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/raw_sha1_ostream.h +-rw-r--r-- root/root usr/include/llvm/Support/raw_socket_stream.h +-rw-r--r-- root/root usr/include/llvm/Support/thread.h +-rw-r--r-- root/root usr/include/llvm/Support/type_traits.h +-rw-r--r-- root/root usr/include/llvm/Support/xxhash.h +drwxr-xr-x root/root usr/include/llvm/TableGen/ +-rw-r--r-- root/root usr/include/llvm/TableGen/AArch64ImmCheck.h +-rw-r--r-- root/root usr/include/llvm/TableGen/Automaton.td +-rw-r--r-- root/root usr/include/llvm/TableGen/DirectiveEmitter.h +-rw-r--r-- root/root usr/include/llvm/TableGen/Error.h +-rw-r--r-- root/root usr/include/llvm/TableGen/Main.h +-rw-r--r-- root/root usr/include/llvm/TableGen/Parser.h +-rw-r--r-- root/root usr/include/llvm/TableGen/Record.h +-rw-r--r-- root/root usr/include/llvm/TableGen/SearchableTable.td +-rw-r--r-- root/root usr/include/llvm/TableGen/SetTheory.h +-rw-r--r-- root/root usr/include/llvm/TableGen/StringMatcher.h +-rw-r--r-- root/root usr/include/llvm/TableGen/StringToOffsetTable.h +-rw-r--r-- root/root usr/include/llvm/TableGen/TGTimer.h +-rw-r--r-- root/root usr/include/llvm/TableGen/TableGenBackend.h +drwxr-xr-x root/root usr/include/llvm/Target/ +-rw-r--r-- root/root usr/include/llvm/Target/CGPassBuilderOption.h +-rw-r--r-- root/root usr/include/llvm/Target/CodeGenCWrappers.h +-rw-r--r-- root/root usr/include/llvm/Target/GenericOpcodes.td +drwxr-xr-x root/root usr/include/llvm/Target/GlobalISel/ +-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/Combine.td +-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/RegisterBank.td +-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/Target.td +-rw-r--r-- root/root usr/include/llvm/Target/Target.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetCallingConv.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetInstrPredicate.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetIntrinsicInfo.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetItinerary.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetLoweringObjectFile.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetMachine.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetMacroFusion.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetOptions.h +-rw-r--r-- root/root usr/include/llvm/Target/TargetPfmCounters.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetSchedule.td +-rw-r--r-- root/root usr/include/llvm/Target/TargetSelectionDAG.td +drwxr-xr-x root/root usr/include/llvm/TargetParser/ +-rw-r--r-- root/root usr/include/llvm/TargetParser/AArch64CPUFeatures.inc +-rw-r--r-- root/root usr/include/llvm/TargetParser/AArch64FeatPriorities.inc +-rw-r--r-- root/root usr/include/llvm/TargetParser/AArch64TargetParser.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/AArch64TargetParserDef.inc +-rw-r--r-- root/root usr/include/llvm/TargetParser/ARMTargetParser.def +-rw-r--r-- root/root usr/include/llvm/TargetParser/ARMTargetParser.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/ARMTargetParserCommon.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/ARMTargetParserDef.inc +-rw-r--r-- root/root usr/include/llvm/TargetParser/CSKYTargetParser.def +-rw-r--r-- root/root usr/include/llvm/TargetParser/CSKYTargetParser.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/Host.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/LoongArchTargetParser.def +-rw-r--r-- root/root usr/include/llvm/TargetParser/LoongArchTargetParser.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/PPCTargetParser.def +-rw-r--r-- root/root usr/include/llvm/TargetParser/PPCTargetParser.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/RISCVISAInfo.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/RISCVTargetParser.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/RISCVTargetParserDef.inc +-rw-r--r-- root/root usr/include/llvm/TargetParser/SubtargetFeature.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/TargetParser.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/Triple.h +-rw-r--r-- root/root usr/include/llvm/TargetParser/X86TargetParser.def +-rw-r--r-- root/root usr/include/llvm/TargetParser/X86TargetParser.h +drwxr-xr-x root/root usr/include/llvm/Telemetry/ +-rw-r--r-- root/root usr/include/llvm/Telemetry/Telemetry.h +drwxr-xr-x root/root usr/include/llvm/Testing/ +drwxr-xr-x root/root usr/include/llvm/Testing/ADT/ +-rw-r--r-- root/root usr/include/llvm/Testing/ADT/StringMap.h +-rw-r--r-- root/root usr/include/llvm/Testing/ADT/StringMapEntry.h +drwxr-xr-x root/root usr/include/llvm/Testing/Annotations/ +-rw-r--r-- root/root usr/include/llvm/Testing/Annotations/Annotations.h +drwxr-xr-x root/root usr/include/llvm/Testing/Support/ +-rw-r--r-- root/root usr/include/llvm/Testing/Support/Error.h +-rw-r--r-- root/root usr/include/llvm/Testing/Support/SupportHelpers.h +drwxr-xr-x root/root usr/include/llvm/TextAPI/ +-rw-r--r-- root/root usr/include/llvm/TextAPI/Architecture.def +-rw-r--r-- root/root usr/include/llvm/TextAPI/Architecture.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/ArchitectureSet.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/DylibReader.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/FileTypes.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/InterfaceFile.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/PackedVersion.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/Platform.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/Record.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/RecordVisitor.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/RecordsSlice.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/Symbol.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/SymbolSet.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/Target.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/TextAPIError.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/TextAPIReader.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/TextAPIWriter.h +-rw-r--r-- root/root usr/include/llvm/TextAPI/Utils.h +drwxr-xr-x root/root usr/include/llvm/ToolDrivers/ +drwxr-xr-x root/root usr/include/llvm/ToolDrivers/llvm-dlltool/ +-rw-r--r-- root/root usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h +drwxr-xr-x root/root usr/include/llvm/ToolDrivers/llvm-lib/ +-rw-r--r-- root/root usr/include/llvm/ToolDrivers/llvm-lib/LibDriver.h +drwxr-xr-x root/root usr/include/llvm/Transforms/ +drwxr-xr-x root/root usr/include/llvm/Transforms/AggressiveInstCombine/ +-rw-r--r-- root/root usr/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h +-rw-r--r-- root/root usr/include/llvm/Transforms/CFGuard.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Coroutines/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/ABI.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroAnnotationElide.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroCleanup.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroEarly.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroElide.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroInstr.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroShape.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroSplit.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/MaterializationUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/SpillUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/SuspendCrossingInfo.h +drwxr-xr-x root/root usr/include/llvm/Transforms/HipStdPar/ +-rw-r--r-- root/root usr/include/llvm/Transforms/HipStdPar/HipStdPar.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO.h +drwxr-xr-x root/root usr/include/llvm/Transforms/IPO/ +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/AlwaysInliner.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/Annotation2Metadata.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ArgumentPromotion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/Attributor.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/BlockExtractor.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/CalledValuePropagation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ConstantMerge.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/CrossDSOCFI.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ElimAvailExtern.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/EmbedBitcodePass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ExpandVariadics.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ExtractGV.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/FunctionAttrs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/FunctionImport.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/FunctionSpecialization.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/GlobalDCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/GlobalOpt.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/GlobalSplit.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/HotColdSplitting.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/IROutliner.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/InferFunctionAttrs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/Inliner.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/Internalize.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/LoopExtractor.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/LowerTypeTests.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/MergeFunctions.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ModuleInliner.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/OpenMPOpt.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/PartialInlining.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SCCP.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SampleContextTracker.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SampleProfile.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SampleProfileMatcher.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/SampleProfileProbe.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/StripSymbols.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/WholeProgramDevirt.h +drwxr-xr-x root/root usr/include/llvm/Transforms/InstCombine/ +-rw-r--r-- root/root usr/include/llvm/Transforms/InstCombine/InstCombine.h +-rw-r--r-- root/root usr/include/llvm/Transforms/InstCombine/InstCombiner.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Instrumentation/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/AddressSanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/BoundsChecking.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/CFGMST.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/CGProfile.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/KCFI.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/MemProfiler.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/RealtimeSanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/TypeSanitizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/ObjCARC.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Scalar/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ADCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/AnnotationRemarks.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/BDCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/CallSiteSplitting.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ConstantHoisting.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ConstraintElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DCE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DFAJumpThreading.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DeadStoreElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DivRemPairs.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/EarlyCSE.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/FlattenCFG.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Float2Int.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/GVN.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/GVNExpression.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/GuardWidening.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/IVUsersPrinter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/IndVarSimplify.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InferAlignment.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/JumpTableToSwitch.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/JumpThreading.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LICM.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopBoundSplit.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopDataPrefetch.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopDeletion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopDistribute.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopFlatten.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopFuse.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopInstSimplify.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopInterchange.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopPassManager.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopPredication.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopRotation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopSink.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopTermFold.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopUnrollPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LoopVersioningLICM.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerAtomicPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/MemCpyOptimizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/MergeICmps.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/NaryReassociate.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/NewGVN.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/PlaceSafepoints.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Reassociate.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Reg2Mem.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SCCP.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SROA.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Scalarizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SimplifyCFG.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Sink.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/StructurizeCFG.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/WarnMissedTransforms.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ASanStackFrameLayout.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/AddDiscriminators.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/AssumeBundleBuilder.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BasicBlockUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BreakCriticalEdges.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BuildLibCalls.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BypassSlowDivision.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CallGraphUpdater.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CallPromotionUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CanonicalizeAliases.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Cloning.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CodeExtractor.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CodeLayout.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CodeMoverUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ControlFlowUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CountVisits.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CtorUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/DXILUpgrade.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Debugify.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EscapeEnumerator.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Evaluator.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ExtraPassManager.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/FixIrreducible.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/FunctionComparator.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/FunctionImportUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/GlobalStatus.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/GuardUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/HelloWorld.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/IRNormalizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/InjectTLIMappings.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/InstructionNamer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/InstructionWorklist.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Instrumentation.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/IntegerDivision.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LCSSA.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Local.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LongestCommonSequence.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopConstrainer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopPeel.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopRotationUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopSimplify.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopVersioning.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerAtomic.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerGlobalDtors.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerIFunc.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerInvoke.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerMemIntrinsics.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerSwitch.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LowerVectorIntrinsics.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/MatrixUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Mem2Reg.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/MemoryOpRemark.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/MemoryTaggingSupport.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/MetaRenamer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/MisExpect.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ModuleUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/MoveAutoInit.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/NameAnonGlobals.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/PredicateInfo.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/PromoteMemToReg.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/RelLookupTableConverter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SCCPSolver.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdater.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdaterBulk.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SampleProfileInference.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SanitizerStats.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SimplifyCFGOptions.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SimplifyIndVar.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SimplifyLibCalls.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SizeOpts.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SplitModule.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/StripGCRelocates.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SymbolRewriter.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnifyLoopExits.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnrollLoop.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/VNCoercion.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ValueMapper.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Vectorize/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoopVectorize.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/InstrMaps.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h +drwxr-xr-x root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/ +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h +-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/VectorCombine.h +drwxr-xr-x root/root usr/include/llvm/WindowsDriver/ +-rw-r--r-- root/root usr/include/llvm/WindowsDriver/MSVCPaths.h +-rw-r--r-- root/root usr/include/llvm/WindowsDriver/MSVCSetupApi.h +drwxr-xr-x root/root usr/include/llvm/WindowsManifest/ +-rw-r--r-- root/root usr/include/llvm/WindowsManifest/WindowsManifestMerger.h +drwxr-xr-x root/root usr/include/llvm/WindowsResource/ +-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceProcessor.h +-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceScriptToken.h +-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceScriptTokenList.h +drwxr-xr-x root/root usr/include/llvm/XRay/ +-rw-r--r-- root/root usr/include/llvm/XRay/BlockIndexer.h +-rw-r--r-- root/root usr/include/llvm/XRay/BlockPrinter.h +-rw-r--r-- root/root usr/include/llvm/XRay/BlockVerifier.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRLogBuilder.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRRecordConsumer.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRRecordProducer.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRRecords.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRTraceExpander.h +-rw-r--r-- root/root usr/include/llvm/XRay/FDRTraceWriter.h +-rw-r--r-- root/root usr/include/llvm/XRay/FileHeaderReader.h +-rw-r--r-- root/root usr/include/llvm/XRay/Graph.h +-rw-r--r-- root/root usr/include/llvm/XRay/InstrumentationMap.h +-rw-r--r-- root/root usr/include/llvm/XRay/Profile.h +-rw-r--r-- root/root usr/include/llvm/XRay/RecordPrinter.h +-rw-r--r-- root/root usr/include/llvm/XRay/Trace.h +-rw-r--r-- root/root usr/include/llvm/XRay/XRayRecord.h +-rw-r--r-- root/root usr/include/llvm/XRay/YAMLXRayRecord.h +drwxr-xr-x root/root usr/include/mach-o/ +-rw-r--r-- root/root usr/include/mach-o/compact_unwind_encoding.h +-rw-r--r-- root/root usr/include/unwind.h +-rw-r--r-- root/root usr/include/unwind_arm_ehabi.h +-rw-r--r-- root/root usr/include/unwind_itanium.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/clang/ +drwxr-xr-x root/root usr/lib/clang/20/ +drwxr-xr-x root/root usr/lib/clang/20/bin/ +-rwxr-xr-x root/root usr/lib/clang/20/bin/hwasan_symbolize +drwxr-xr-x root/root usr/lib/clang/20/include/ +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_builtin_vars.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_cmath.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_complex_builtins.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_device_functions.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_intrinsics.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_libdevice_declares.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_math.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_math_forward_declares.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_runtime_wrapper.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_cuda_texture_intrinsics.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_hip_cmath.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_hip_libdevice_declares.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_hip_math.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_hip_runtime_wrapper.h +-rw-r--r-- root/root usr/lib/clang/20/include/__clang_hip_stdlib.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stdarg___gnuc_va_list.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stdarg___va_copy.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stdarg_header_macro.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stdarg_va_arg.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stdarg_va_copy.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stdarg_va_list.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_header_macro.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_max_align_t.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_null.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_nullptr_t.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_offsetof.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_ptrdiff_t.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_rsize_t.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_size_t.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_unreachable.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_wchar_t.h +-rw-r--r-- root/root usr/lib/clang/20/include/__stddef_wint_t.h +-rw-r--r-- root/root usr/lib/clang/20/include/__wmmintrin_aes.h +-rw-r--r-- root/root usr/lib/clang/20/include/__wmmintrin_pclmul.h +-rw-r--r-- root/root usr/lib/clang/20/include/adcintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/adxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/altivec.h +-rw-r--r-- root/root usr/lib/clang/20/include/amdgpuintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ammintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxavx512intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxbf16transposeintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxcomplexintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxcomplextransposeintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxfp16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxfp16transposeintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxfp8intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxmovrsintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxmovrstransposeintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxtf32intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxtf32transposeintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/amxtransposeintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/arm64intr.h +-rw-r--r-- root/root usr/lib/clang/20/include/arm_acle.h +-rw-r--r-- root/root usr/lib/clang/20/include/arm_cmse.h +-rw-r--r-- root/root usr/lib/clang/20/include/arm_neon_sve_bridge.h +-rw-r--r-- root/root usr/lib/clang/20/include/armintr.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2_512bf16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2_512convertintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2_512minmaxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2_512niintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2_512satcvtdsintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2_512satcvtintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2bf16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2convertintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2copyintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2minmaxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2niintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2satcvtdsintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx10_2satcvtintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx2intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512bf16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512bitalgintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512bwintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512cdintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512dqintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512fintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512fp16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512ifmaintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512ifmavlintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vbmi2intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vbmiintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vbmivlintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlbf16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlbitalgintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlbwintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlcdintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vldqintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlfp16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlvbmi2intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlvnniintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vlvp2intersectintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vnniintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vp2intersectintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vpopcntdqintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avx512vpopcntdqvlintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avxifmaintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avxneconvertintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avxvnniint16intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avxvnniint8intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/avxvnniintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/bmi2intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/bmiintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/builtins.h +-rw-r--r-- root/root usr/lib/clang/20/include/cet.h +-rw-r--r-- root/root usr/lib/clang/20/include/cetintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/cldemoteintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/clflushoptintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/clwbintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/clzerointrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/cmpccxaddintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/cpuid.h +-rw-r--r-- root/root usr/lib/clang/20/include/crc32intrin.h +drwxr-xr-x root/root usr/lib/clang/20/include/cuda_wrappers/ +-rw-r--r-- root/root usr/lib/clang/20/include/cuda_wrappers/algorithm +drwxr-xr-x root/root usr/lib/clang/20/include/cuda_wrappers/bits/ +-rw-r--r-- root/root usr/lib/clang/20/include/cuda_wrappers/bits/basic_string.h +-rw-r--r-- root/root usr/lib/clang/20/include/cuda_wrappers/bits/basic_string.tcc +-rw-r--r-- root/root usr/lib/clang/20/include/cuda_wrappers/bits/shared_ptr_base.h +-rw-r--r-- root/root usr/lib/clang/20/include/cuda_wrappers/cmath +-rw-r--r-- root/root usr/lib/clang/20/include/cuda_wrappers/complex +-rw-r--r-- root/root usr/lib/clang/20/include/cuda_wrappers/new +-rw-r--r-- root/root usr/lib/clang/20/include/emmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/enqcmdintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/f16cintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/float.h +-rw-r--r-- root/root usr/lib/clang/20/include/fma4intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/fmaintrin.h +drwxr-xr-x root/root usr/lib/clang/20/include/fuzzer/ +-rw-r--r-- root/root usr/lib/clang/20/include/fuzzer/FuzzedDataProvider.h +-rw-r--r-- root/root usr/lib/clang/20/include/fxsrintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/gfniintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/gpuintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/hexagon_circ_brev_intrinsics.h +-rw-r--r-- root/root usr/lib/clang/20/include/hexagon_protos.h +-rw-r--r-- root/root usr/lib/clang/20/include/hexagon_types.h +-rw-r--r-- root/root usr/lib/clang/20/include/hresetintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/htmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/htmxlintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/hvx_hexagon_protos.h +-rw-r--r-- root/root usr/lib/clang/20/include/ia32intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/immintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/intrin0.h +-rw-r--r-- root/root usr/lib/clang/20/include/inttypes.h +-rw-r--r-- root/root usr/lib/clang/20/include/invpcidintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/iso646.h +-rw-r--r-- root/root usr/lib/clang/20/include/keylockerintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/larchintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/lasxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/limits.h +drwxr-xr-x root/root usr/lib/clang/20/include/llvm_libc_wrappers/ +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_libc_wrappers/assert.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_libc_wrappers/ctype.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_libc_wrappers/inttypes.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_libc_wrappers/stdio.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_libc_wrappers/stdlib.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_libc_wrappers/string.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_libc_wrappers/time.h +drwxr-xr-x root/root usr/lib/clang/20/include/llvm_offload_wrappers/ +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_offload_wrappers/__llvm_offload.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_offload_wrappers/__llvm_offload_device.h +-rw-r--r-- root/root usr/lib/clang/20/include/llvm_offload_wrappers/__llvm_offload_host.h +-rw-r--r-- root/root usr/lib/clang/20/include/lsxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/lwpintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/lzcntintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/mm3dnow.h +-rw-r--r-- root/root usr/lib/clang/20/include/mm_malloc.h +-rw-r--r-- root/root usr/lib/clang/20/include/mmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/module.modulemap +-rw-r--r-- root/root usr/lib/clang/20/include/movdirintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/movrs_avx10_2_512intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/movrs_avx10_2intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/movrsintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/msa.h +-rw-r--r-- root/root usr/lib/clang/20/include/mwaitxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/nmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/nvptxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/opencl-c-base.h +-rw-r--r-- root/root usr/lib/clang/20/include/opencl-c.h +drwxr-xr-x root/root usr/lib/clang/20/include/openmp_wrappers/ +-rw-r--r-- root/root usr/lib/clang/20/include/openmp_wrappers/__clang_openmp_device_functions.h +-rw-r--r-- root/root usr/lib/clang/20/include/openmp_wrappers/cmath +-rw-r--r-- root/root usr/lib/clang/20/include/openmp_wrappers/complex +-rw-r--r-- root/root usr/lib/clang/20/include/openmp_wrappers/complex.h +-rw-r--r-- root/root usr/lib/clang/20/include/openmp_wrappers/complex_cmath.h +-rw-r--r-- root/root usr/lib/clang/20/include/openmp_wrappers/math.h +-rw-r--r-- root/root usr/lib/clang/20/include/openmp_wrappers/new +drwxr-xr-x root/root usr/lib/clang/20/include/orc/ +-rw-r--r-- root/root usr/lib/clang/20/include/orc/c_api.h +-rw-r--r-- root/root usr/lib/clang/20/include/pconfigintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/pkuintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/pmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/popcntintrin.h +drwxr-xr-x root/root usr/lib/clang/20/include/ppc_wrappers/ +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/bmi2intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/bmiintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/emmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/immintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/mm_malloc.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/mmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/nmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/pmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/smmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/tmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/x86gprintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/x86intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/ppc_wrappers/xmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/prfchiintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/prfchwintrin.h +drwxr-xr-x root/root usr/lib/clang/20/include/profile/ +-rw-r--r-- root/root usr/lib/clang/20/include/profile/InstrProfData.inc +-rw-r--r-- root/root usr/lib/clang/20/include/profile/instr_prof_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/ptrauth.h +-rw-r--r-- root/root usr/lib/clang/20/include/ptwriteintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/raointintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/rdpruintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/rdseedintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/riscv_bitmanip.h +-rw-r--r-- root/root usr/lib/clang/20/include/riscv_corev_alu.h +-rw-r--r-- root/root usr/lib/clang/20/include/riscv_crypto.h +-rw-r--r-- root/root usr/lib/clang/20/include/riscv_ntlh.h +-rw-r--r-- root/root usr/lib/clang/20/include/rtmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/s390intrin.h +drwxr-xr-x root/root usr/lib/clang/20/include/sanitizer/ +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/allocator_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/asan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/common_interface_defs.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/coverage_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/dfsan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/hwasan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/linux_syscall_hooks.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/lsan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/memprof_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/msan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/netbsd_syscall_hooks.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/rtsan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/scudo_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/tsan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/tsan_interface_atomic.h +-rw-r--r-- root/root usr/lib/clang/20/include/sanitizer/ubsan_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/serializeintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/sgxintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/sha512intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/shaintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/sifive_vector.h +-rw-r--r-- root/root usr/lib/clang/20/include/sm3intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/sm4evexintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/sm4intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/smmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/stdalign.h +-rw-r--r-- root/root usr/lib/clang/20/include/stdarg.h +-rw-r--r-- root/root usr/lib/clang/20/include/stdatomic.h +-rw-r--r-- root/root usr/lib/clang/20/include/stdbool.h +-rw-r--r-- root/root usr/lib/clang/20/include/stdckdint.h +-rw-r--r-- root/root usr/lib/clang/20/include/stddef.h +-rw-r--r-- root/root usr/lib/clang/20/include/stdint.h +-rw-r--r-- root/root usr/lib/clang/20/include/stdnoreturn.h +-rw-r--r-- root/root usr/lib/clang/20/include/tbmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/tgmath.h +-rw-r--r-- root/root usr/lib/clang/20/include/tmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/tsxldtrkintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/uintrintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/unwind.h +-rw-r--r-- root/root usr/lib/clang/20/include/usermsrintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/vadefs.h +-rw-r--r-- root/root usr/lib/clang/20/include/vaesintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/varargs.h +-rw-r--r-- root/root usr/lib/clang/20/include/vecintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/velintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/velintrin_approx.h +-rw-r--r-- root/root usr/lib/clang/20/include/velintrin_gen.h +-rw-r--r-- root/root usr/lib/clang/20/include/vpclmulqdqintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/waitpkgintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/wasm_simd128.h +-rw-r--r-- root/root usr/lib/clang/20/include/wbnoinvdintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/wmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/x86gprintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/x86intrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/xmmintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/xopintrin.h +drwxr-xr-x root/root usr/lib/clang/20/include/xray/ +-rw-r--r-- root/root usr/lib/clang/20/include/xray/xray_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/xray/xray_log_interface.h +-rw-r--r-- root/root usr/lib/clang/20/include/xray/xray_records.h +-rw-r--r-- root/root usr/lib/clang/20/include/xsavecintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/xsaveintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/xsaveoptintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/xsavesintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/xtestintrin.h +-rw-r--r-- root/root usr/lib/clang/20/include/yvals_core.h +drwxr-xr-x root/root usr/lib/clang/20/include/zos_wrappers/ +-rw-r--r-- root/root usr/lib/clang/20/include/zos_wrappers/builtins.h +drwxr-xr-x root/root usr/lib/clang/20/lib/ +drwxr-xr-x root/root usr/lib/clang/20/lib/i386-pc-linux-musl/ +-rw-r--r-- root/root usr/lib/clang/20/lib/i386-pc-linux-musl/clang_rt.crtbegin.o +-rw-r--r-- root/root usr/lib/clang/20/lib/i386-pc-linux-musl/clang_rt.crtend.o +-rw-r--r-- root/root usr/lib/clang/20/lib/i386-pc-linux-musl/libclang_rt.builtins.a +drwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/ +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/clang_rt.crtbegin.o +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/clang_rt.crtend.o +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.asan-preinit.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.asan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.asan.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.asan.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.asan_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.asan_cxx.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.asan_static.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.builtins.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.cfi.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.cfi_diag.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ctx_profile.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.dd.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.dfsan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.dfsan.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.dyndd.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.fuzzer.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.fuzzer_interceptors.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.fuzzer_no_main.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan-preinit.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan_aliases.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan_aliases.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan_aliases.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan_aliases_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan_aliases_cxx.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.hwasan_cxx.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.lsan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.memprof-preinit.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.memprof.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.memprof.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.memprof.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.memprof_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.memprof_cxx.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.msan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.msan.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.msan_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.msan_cxx.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.nsan.a +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.nsan.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.profile.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.rtsan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.safestack.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.scudo_standalone.a +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.scudo_standalone.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.scudo_standalone_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.stats.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.stats_client.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.tsan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.tsan.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.tsan.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.tsan_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.tsan_cxx.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.tysan.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_minimal.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_minimal.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_minimal.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_standalone.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_standalone.a.syms +-rwxr-xr-x root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_standalone.so +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_standalone_cxx.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.ubsan_standalone_cxx.a.syms +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.xray-basic.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.xray-dso.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.xray-fdr.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.xray-profiling.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/libclang_rt.xray.a +-rw-r--r-- root/root usr/lib/clang/20/lib/x86_64-pc-linux-musl/liborc_rt.a +drwxr-xr-x root/root usr/lib/clang/20/share/ +-rw-r--r-- root/root usr/lib/clang/20/share/asan_ignorelist.txt +-rw-r--r-- root/root usr/lib/clang/20/share/cfi_ignorelist.txt +-rw-r--r-- root/root usr/lib/clang/20/share/dfsan_abilist.txt +-rw-r--r-- root/root usr/lib/clang/20/share/hwasan_ignorelist.txt +-rw-r--r-- root/root usr/lib/clang/20/share/msan_ignorelist.txt +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/clang/ +-rw-r--r-- root/root usr/lib/cmake/clang/AddClang.cmake +-rw-r--r-- root/root usr/lib/cmake/clang/ClangConfig.cmake +-rw-r--r-- root/root usr/lib/cmake/clang/ClangConfigVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/clang/ClangTargets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/clang/ClangTargets.cmake +drwxr-xr-x root/root usr/lib/cmake/lld/ +-rw-r--r-- root/root usr/lib/cmake/lld/LLDConfig.cmake +-rw-r--r-- root/root usr/lib/cmake/lld/LLDConfigVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/lld/LLDTargets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/lld/LLDTargets.cmake +drwxr-xr-x root/root usr/lib/cmake/llvm/ +-rw-r--r-- root/root usr/lib/cmake/llvm/AddLLVM.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/AddOCaml.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/AddSphinxTarget.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CheckAtomic.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CheckCompilerVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CheckProblematicConfigurations.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CoverageReport.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/CrossCompile.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/DetermineGCCCompatible.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FileLock.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindFFI.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindLibEdit.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindLibpfm.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindOCaml.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindSphinx.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/FindZ3.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/Findzstd.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/GenerateVersionFromVCS.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/GetErrcMessages.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/GetLibraryName.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/HandleLLVMOptions.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/HandleLLVMStdlib.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVM-Build.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVM-Config.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMConfig.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMConfigExtensions.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMConfigVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMDistributionSupport.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMExports-release.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMExports.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMExternalProjectUtils.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMInstallSymlink.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMProcessSources.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/TableGen.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/TensorFlowCompile.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/UseLibtool.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/VersionFromVCS.cmake +-rw-r--r-- root/root usr/lib/cmake/llvm/llvm-driver-template.cpp.in +lrwxrwxrwx root/root usr/lib/libLLVM-20.so -> libLLVM.so.20.1 +lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM.so.20.1 +-rwxr-xr-x root/root usr/lib/libLLVM.so.20.1 +-rw-r--r-- root/root usr/lib/libLLVMAMDGPUAsmParser.a +-rw-r--r-- root/root usr/lib/libLLVMAMDGPUCodeGen.a +-rw-r--r-- root/root usr/lib/libLLVMAMDGPUDesc.a +-rw-r--r-- root/root usr/lib/libLLVMAMDGPUDisassembler.a +-rw-r--r-- root/root usr/lib/libLLVMAMDGPUInfo.a +-rw-r--r-- root/root usr/lib/libLLVMAMDGPUTargetMCA.a +-rw-r--r-- root/root usr/lib/libLLVMAMDGPUUtils.a +-rw-r--r-- root/root usr/lib/libLLVMAggressiveInstCombine.a +-rw-r--r-- root/root usr/lib/libLLVMAnalysis.a +-rw-r--r-- root/root usr/lib/libLLVMAsmParser.a +-rw-r--r-- root/root usr/lib/libLLVMAsmPrinter.a +-rw-r--r-- root/root usr/lib/libLLVMBinaryFormat.a +-rw-r--r-- root/root usr/lib/libLLVMBitReader.a +-rw-r--r-- root/root usr/lib/libLLVMBitWriter.a +-rw-r--r-- root/root usr/lib/libLLVMBitstreamReader.a +-rw-r--r-- root/root usr/lib/libLLVMCFGuard.a +-rw-r--r-- root/root usr/lib/libLLVMCFIVerify.a +-rw-r--r-- root/root usr/lib/libLLVMCGData.a +-rw-r--r-- root/root usr/lib/libLLVMCodeGen.a +-rw-r--r-- root/root usr/lib/libLLVMCodeGenTypes.a +-rw-r--r-- root/root usr/lib/libLLVMCore.a +-rw-r--r-- root/root usr/lib/libLLVMCoroutines.a +-rw-r--r-- root/root usr/lib/libLLVMCoverage.a +-rw-r--r-- root/root usr/lib/libLLVMDWARFLinker.a +-rw-r--r-- root/root usr/lib/libLLVMDWARFLinkerClassic.a +-rw-r--r-- root/root usr/lib/libLLVMDWARFLinkerParallel.a +-rw-r--r-- root/root usr/lib/libLLVMDWP.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoBTF.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoCodeView.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoDWARF.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoGSYM.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoLogicalView.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoMSF.a +-rw-r--r-- root/root usr/lib/libLLVMDebugInfoPDB.a +-rw-r--r-- root/root usr/lib/libLLVMDebuginfod.a +-rw-r--r-- root/root usr/lib/libLLVMDemangle.a +-rw-r--r-- root/root usr/lib/libLLVMDiff.a +-rw-r--r-- root/root usr/lib/libLLVMDlltoolDriver.a +-rw-r--r-- root/root usr/lib/libLLVMExecutionEngine.a +-rw-r--r-- root/root usr/lib/libLLVMExegesis.a +-rw-r--r-- root/root usr/lib/libLLVMExegesisX86.a +-rw-r--r-- root/root usr/lib/libLLVMExtensions.a +-rw-r--r-- root/root usr/lib/libLLVMFileCheck.a +-rw-r--r-- root/root usr/lib/libLLVMFrontendAtomic.a +-rw-r--r-- root/root usr/lib/libLLVMFrontendDriver.a +-rw-r--r-- root/root usr/lib/libLLVMFrontendHLSL.a +-rw-r--r-- root/root usr/lib/libLLVMFrontendOffloading.a +-rw-r--r-- root/root usr/lib/libLLVMFrontendOpenACC.a +-rw-r--r-- root/root usr/lib/libLLVMFrontendOpenMP.a +-rw-r--r-- root/root usr/lib/libLLVMFuzzMutate.a +-rw-r--r-- root/root usr/lib/libLLVMFuzzerCLI.a +-rw-r--r-- root/root usr/lib/libLLVMGlobalISel.a +-rw-r--r-- root/root usr/lib/libLLVMHipStdPar.a +-rw-r--r-- root/root usr/lib/libLLVMIRPrinter.a +-rw-r--r-- root/root usr/lib/libLLVMIRReader.a +-rw-r--r-- root/root usr/lib/libLLVMInstCombine.a +-rw-r--r-- root/root usr/lib/libLLVMInstrumentation.a +-rw-r--r-- root/root usr/lib/libLLVMInterfaceStub.a +-rw-r--r-- root/root usr/lib/libLLVMInterpreter.a +-rw-r--r-- root/root usr/lib/libLLVMJITLink.a +-rw-r--r-- root/root usr/lib/libLLVMLTO.a +-rw-r--r-- root/root usr/lib/libLLVMLibDriver.a +-rw-r--r-- root/root usr/lib/libLLVMLineEditor.a +-rw-r--r-- root/root usr/lib/libLLVMLinker.a +-rw-r--r-- root/root usr/lib/libLLVMMC.a +-rw-r--r-- root/root usr/lib/libLLVMMCA.a +-rw-r--r-- root/root usr/lib/libLLVMMCDisassembler.a +-rw-r--r-- root/root usr/lib/libLLVMMCJIT.a +-rw-r--r-- root/root usr/lib/libLLVMMCParser.a +-rw-r--r-- root/root usr/lib/libLLVMMIRParser.a +-rw-r--r-- root/root usr/lib/libLLVMObjCARCOpts.a +-rw-r--r-- root/root usr/lib/libLLVMObjCopy.a +-rw-r--r-- root/root usr/lib/libLLVMObject.a +-rw-r--r-- root/root usr/lib/libLLVMObjectYAML.a +-rw-r--r-- root/root usr/lib/libLLVMOptDriver.a +-rw-r--r-- root/root usr/lib/libLLVMOption.a +-rw-r--r-- root/root usr/lib/libLLVMOrcDebugging.a +-rw-r--r-- root/root usr/lib/libLLVMOrcJIT.a +-rw-r--r-- root/root usr/lib/libLLVMOrcShared.a +-rw-r--r-- root/root usr/lib/libLLVMOrcTargetProcess.a +-rw-r--r-- root/root usr/lib/libLLVMPasses.a +-rw-r--r-- root/root usr/lib/libLLVMProfileData.a +-rw-r--r-- root/root usr/lib/libLLVMRemarks.a +-rw-r--r-- root/root usr/lib/libLLVMRuntimeDyld.a +-rw-r--r-- root/root usr/lib/libLLVMSandboxIR.a +-rw-r--r-- root/root usr/lib/libLLVMScalarOpts.a +-rw-r--r-- root/root usr/lib/libLLVMSelectionDAG.a +-rw-r--r-- root/root usr/lib/libLLVMSupport.a +-rw-r--r-- root/root usr/lib/libLLVMSymbolize.a +-rw-r--r-- root/root usr/lib/libLLVMTableGen.a +-rw-r--r-- root/root usr/lib/libLLVMTableGenBasic.a +-rw-r--r-- root/root usr/lib/libLLVMTableGenCommon.a +-rw-r--r-- root/root usr/lib/libLLVMTarget.a +-rw-r--r-- root/root usr/lib/libLLVMTargetParser.a +-rw-r--r-- root/root usr/lib/libLLVMTelemetry.a +-rw-r--r-- root/root usr/lib/libLLVMTextAPI.a +-rw-r--r-- root/root usr/lib/libLLVMTextAPIBinaryReader.a +-rw-r--r-- root/root usr/lib/libLLVMTransformUtils.a +-rw-r--r-- root/root usr/lib/libLLVMVectorize.a +-rw-r--r-- root/root usr/lib/libLLVMWindowsDriver.a +-rw-r--r-- root/root usr/lib/libLLVMWindowsManifest.a +-rw-r--r-- root/root usr/lib/libLLVMX86AsmParser.a +-rw-r--r-- root/root usr/lib/libLLVMX86CodeGen.a +-rw-r--r-- root/root usr/lib/libLLVMX86Desc.a +-rw-r--r-- root/root usr/lib/libLLVMX86Disassembler.a +-rw-r--r-- root/root usr/lib/libLLVMX86Info.a +-rw-r--r-- root/root usr/lib/libLLVMX86TargetMCA.a +-rw-r--r-- root/root usr/lib/libLLVMXRay.a +-rw-r--r-- root/root usr/lib/libLLVMipo.a +lrwxrwxrwx root/root usr/lib/libLTO.so -> libLTO.so.20.1 +-rwxr-xr-x root/root usr/lib/libLTO.so.20.1 +lrwxrwxrwx root/root usr/lib/libRemarks.so -> libRemarks.so.20.1 +-rwxr-xr-x root/root usr/lib/libRemarks.so.20.1 +-rw-r--r-- root/root usr/lib/libc++.a +-rw-r--r-- root/root usr/lib/libc++.modules.json +-rw-r--r-- root/root usr/lib/libc++.so +lrwxrwxrwx root/root usr/lib/libc++.so.1 -> libc++.so.1.0 +-rwxr-xr-x root/root usr/lib/libc++.so.1.0 +-rw-r--r-- root/root usr/lib/libc++abi.a +lrwxrwxrwx root/root usr/lib/libc++abi.so -> libc++abi.so.1 +lrwxrwxrwx root/root usr/lib/libc++abi.so.1 -> libc++abi.so.1.0 +-rwxr-xr-x root/root usr/lib/libc++abi.so.1.0 +-rw-r--r-- root/root usr/lib/libc++experimental.a +lrwxrwxrwx root/root usr/lib/libclang-cpp.so -> libclang-cpp.so.20.1 +-rwxr-xr-x root/root usr/lib/libclang-cpp.so.20.1 +-rw-r--r-- root/root usr/lib/libclang.a +lrwxrwxrwx root/root usr/lib/libclang.so -> libclang.so.20.1 +lrwxrwxrwx root/root usr/lib/libclang.so.20.1 -> libclang.so.20.1.5 +-rwxr-xr-x root/root usr/lib/libclang.so.20.1.5 +-rw-r--r-- root/root usr/lib/libclangAPINotes.a +-rw-r--r-- root/root usr/lib/libclangARCMigrate.a +-rw-r--r-- root/root usr/lib/libclangAST.a +-rw-r--r-- root/root usr/lib/libclangASTMatchers.a +-rw-r--r-- root/root usr/lib/libclangAnalysis.a +-rw-r--r-- root/root usr/lib/libclangAnalysisFlowSensitive.a +-rw-r--r-- root/root usr/lib/libclangAnalysisFlowSensitiveModels.a +-rw-r--r-- root/root usr/lib/libclangApplyReplacements.a +-rw-r--r-- root/root usr/lib/libclangBasic.a +-rw-r--r-- root/root usr/lib/libclangChangeNamespace.a +-rw-r--r-- root/root usr/lib/libclangCodeGen.a +-rw-r--r-- root/root usr/lib/libclangCrossTU.a +-rw-r--r-- root/root usr/lib/libclangDaemon.a +-rw-r--r-- root/root usr/lib/libclangDaemonTweaks.a +-rw-r--r-- root/root usr/lib/libclangDependencyScanning.a +-rw-r--r-- root/root usr/lib/libclangDirectoryWatcher.a +-rw-r--r-- root/root usr/lib/libclangDoc.a +-rw-r--r-- root/root usr/lib/libclangDriver.a +-rw-r--r-- root/root usr/lib/libclangDynamicASTMatchers.a +-rw-r--r-- root/root usr/lib/libclangEdit.a +-rw-r--r-- root/root usr/lib/libclangExtractAPI.a +-rw-r--r-- root/root usr/lib/libclangFormat.a +-rw-r--r-- root/root usr/lib/libclangFrontend.a +-rw-r--r-- root/root usr/lib/libclangFrontendTool.a +-rw-r--r-- root/root usr/lib/libclangHandleCXX.a +-rw-r--r-- root/root usr/lib/libclangHandleLLVM.a +-rw-r--r-- root/root usr/lib/libclangIncludeCleaner.a +-rw-r--r-- root/root usr/lib/libclangIncludeFixer.a +-rw-r--r-- root/root usr/lib/libclangIncludeFixerPlugin.a +-rw-r--r-- root/root usr/lib/libclangIndex.a +-rw-r--r-- root/root usr/lib/libclangIndexSerialization.a +-rw-r--r-- root/root usr/lib/libclangInstallAPI.a +-rw-r--r-- root/root usr/lib/libclangInterpreter.a +-rw-r--r-- root/root usr/lib/libclangLex.a +-rw-r--r-- root/root usr/lib/libclangMove.a +-rw-r--r-- root/root usr/lib/libclangParse.a +-rw-r--r-- root/root usr/lib/libclangQuery.a +-rw-r--r-- root/root usr/lib/libclangReorderFields.a +-rw-r--r-- root/root usr/lib/libclangRewrite.a +-rw-r--r-- root/root usr/lib/libclangRewriteFrontend.a +-rw-r--r-- root/root usr/lib/libclangSema.a +-rw-r--r-- root/root usr/lib/libclangSerialization.a +-rw-r--r-- root/root usr/lib/libclangStaticAnalyzerCheckers.a +-rw-r--r-- root/root usr/lib/libclangStaticAnalyzerCore.a +-rw-r--r-- root/root usr/lib/libclangStaticAnalyzerFrontend.a +-rw-r--r-- root/root usr/lib/libclangSupport.a +-rw-r--r-- root/root usr/lib/libclangTidy.a +-rw-r--r-- root/root usr/lib/libclangTidyAbseilModule.a +-rw-r--r-- root/root usr/lib/libclangTidyAlteraModule.a +-rw-r--r-- root/root usr/lib/libclangTidyAndroidModule.a +-rw-r--r-- root/root usr/lib/libclangTidyBoostModule.a +-rw-r--r-- root/root usr/lib/libclangTidyBugproneModule.a +-rw-r--r-- root/root usr/lib/libclangTidyCERTModule.a +-rw-r--r-- root/root usr/lib/libclangTidyConcurrencyModule.a +-rw-r--r-- root/root usr/lib/libclangTidyCppCoreGuidelinesModule.a +-rw-r--r-- root/root usr/lib/libclangTidyDarwinModule.a +-rw-r--r-- root/root usr/lib/libclangTidyFuchsiaModule.a +-rw-r--r-- root/root usr/lib/libclangTidyGoogleModule.a +-rw-r--r-- root/root usr/lib/libclangTidyHICPPModule.a +-rw-r--r-- root/root usr/lib/libclangTidyLLVMLibcModule.a +-rw-r--r-- root/root usr/lib/libclangTidyLLVMModule.a +-rw-r--r-- root/root usr/lib/libclangTidyLinuxKernelModule.a +-rw-r--r-- root/root usr/lib/libclangTidyMPIModule.a +-rw-r--r-- root/root usr/lib/libclangTidyMain.a +-rw-r--r-- root/root usr/lib/libclangTidyMiscModule.a +-rw-r--r-- root/root usr/lib/libclangTidyModernizeModule.a +-rw-r--r-- root/root usr/lib/libclangTidyObjCModule.a +-rw-r--r-- root/root usr/lib/libclangTidyOpenMPModule.a +-rw-r--r-- root/root usr/lib/libclangTidyPerformanceModule.a +-rw-r--r-- root/root usr/lib/libclangTidyPlugin.a +-rw-r--r-- root/root usr/lib/libclangTidyPortabilityModule.a +-rw-r--r-- root/root usr/lib/libclangTidyReadabilityModule.a +-rw-r--r-- root/root usr/lib/libclangTidyUtils.a +-rw-r--r-- root/root usr/lib/libclangTidyZirconModule.a +-rw-r--r-- root/root usr/lib/libclangTooling.a +-rw-r--r-- root/root usr/lib/libclangToolingASTDiff.a +-rw-r--r-- root/root usr/lib/libclangToolingCore.a +-rw-r--r-- root/root usr/lib/libclangToolingInclusions.a +-rw-r--r-- root/root usr/lib/libclangToolingInclusionsStdlib.a +-rw-r--r-- root/root usr/lib/libclangToolingRefactoring.a +-rw-r--r-- root/root usr/lib/libclangToolingSyntax.a +-rw-r--r-- root/root usr/lib/libclangTransformer.a +-rw-r--r-- root/root usr/lib/libclangdMain.a +-rw-r--r-- root/root usr/lib/libclangdRemoteIndex.a +-rw-r--r-- root/root usr/lib/libclangdSupport.a +drwxr-xr-x root/root usr/lib/libear/ +-rw-r--r-- root/root usr/lib/libear/__init__.py +-rw-r--r-- root/root usr/lib/libear/config.h.in +-rw-r--r-- root/root usr/lib/libear/ear.c +-rw-r--r-- root/root usr/lib/libfindAllSymbols.a +-rw-r--r-- root/root usr/lib/liblldCOFF.a +-rw-r--r-- root/root usr/lib/liblldCommon.a +-rw-r--r-- root/root usr/lib/liblldELF.a +-rw-r--r-- root/root usr/lib/liblldMachO.a +-rw-r--r-- root/root usr/lib/liblldMinGW.a +-rw-r--r-- root/root usr/lib/liblldWasm.a +drwxr-xr-x root/root usr/lib/libscanbuild/ +-rw-r--r-- root/root usr/lib/libscanbuild/__init__.py +-rw-r--r-- root/root usr/lib/libscanbuild/analyze.py +-rw-r--r-- root/root usr/lib/libscanbuild/arguments.py +-rw-r--r-- root/root usr/lib/libscanbuild/clang.py +-rw-r--r-- root/root usr/lib/libscanbuild/compilation.py +-rw-r--r-- root/root usr/lib/libscanbuild/intercept.py +-rw-r--r-- root/root usr/lib/libscanbuild/report.py +drwxr-xr-x root/root usr/lib/libscanbuild/resources/ +-rw-r--r-- root/root usr/lib/libscanbuild/resources/scanview.css +-rw-r--r-- root/root usr/lib/libscanbuild/resources/selectable.js +-rw-r--r-- root/root usr/lib/libscanbuild/resources/sorttable.js +-rw-r--r-- root/root usr/lib/libscanbuild/shell.py +-rw-r--r-- root/root usr/lib/libunwind.a +lrwxrwxrwx root/root usr/lib/libunwind.so -> libunwind.so.1 +lrwxrwxrwx root/root usr/lib/libunwind.so.1 -> libunwind.so.1.0 +-rwxr-xr-x root/root usr/lib/libunwind.so.1.0 +drwxr-xr-x root/root usr/libexec/ +-rwxr-xr-x root/root usr/libexec/analyze-c++ +-rwxr-xr-x root/root usr/libexec/analyze-cc +-rwxr-xr-x root/root usr/libexec/c++-analyzer +-rwxr-xr-x root/root usr/libexec/ccc-analyzer +-rwxr-xr-x root/root usr/libexec/intercept-c++ +-rwxr-xr-x root/root usr/libexec/intercept-cc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/clang-doc/ +-rw-r--r-- root/root usr/share/clang-doc/clang-doc-default-stylesheet.css +-rw-r--r-- root/root usr/share/clang-doc/index.js +drwxr-xr-x root/root usr/share/clang/ +-rw-r--r-- root/root usr/share/clang/bash-autocomplete.sh +-rw-r--r-- root/root usr/share/clang/clang-format-bbedit.applescript +-rwxr-xr-x root/root usr/share/clang/clang-format-diff.py +-rw-r--r-- root/root usr/share/clang/clang-format-sublime.py +-rw-r--r-- root/root usr/share/clang/clang-format.el +-rw-r--r-- root/root usr/share/clang/clang-format.py +-rw-r--r-- root/root usr/share/clang/clang-include-fixer.el +-rw-r--r-- root/root usr/share/clang/clang-include-fixer.py +-rwxr-xr-x root/root usr/share/clang/clang-tidy-diff.py +-rwxr-xr-x root/root usr/share/clang/run-find-all-symbols.py +drwxr-xr-x root/root usr/share/libc++/ +drwxr-xr-x root/root usr/share/libc++/v1/ +-rw-r--r-- root/root usr/share/libc++/v1/std.compat.cppm +drwxr-xr-x root/root usr/share/libc++/v1/std.compat/ +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cassert.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cctype.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cerrno.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cfenv.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cfloat.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cinttypes.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/climits.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/clocale.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cmath.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/csetjmp.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/csignal.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cstdarg.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cstddef.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cstdint.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cstdio.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cstdlib.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cstring.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/ctime.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cuchar.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cwchar.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.compat/cwctype.inc +-rw-r--r-- root/root usr/share/libc++/v1/std.cppm +drwxr-xr-x root/root usr/share/libc++/v1/std/ +-rw-r--r-- root/root usr/share/libc++/v1/std/algorithm.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/any.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/array.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/atomic.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/barrier.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/bit.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/bitset.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cassert.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cctype.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cerrno.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cfenv.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cfloat.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/charconv.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/chrono.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cinttypes.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/climits.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/clocale.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cmath.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/codecvt.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/compare.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/complex.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/concepts.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/condition_variable.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/coroutine.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/csetjmp.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/csignal.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cstdarg.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cstddef.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cstdint.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cstdio.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cstdlib.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cstring.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/ctime.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cuchar.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cwchar.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/cwctype.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/deque.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/exception.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/execution.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/expected.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/filesystem.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/flat_map.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/flat_set.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/format.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/forward_list.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/fstream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/functional.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/future.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/generator.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/hazard_pointer.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/initializer_list.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/iomanip.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/ios.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/iosfwd.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/iostream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/istream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/iterator.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/latch.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/limits.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/list.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/locale.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/map.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/mdspan.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/memory.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/memory_resource.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/mutex.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/new.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/numbers.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/numeric.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/optional.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/ostream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/print.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/queue.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/random.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/ranges.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/ratio.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/rcu.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/regex.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/scoped_allocator.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/semaphore.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/set.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/shared_mutex.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/source_location.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/span.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/spanstream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/sstream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/stack.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/stacktrace.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/stdexcept.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/stdfloat.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/stop_token.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/streambuf.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/string.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/string_view.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/strstream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/syncstream.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/system_error.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/text_encoding.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/thread.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/tuple.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/type_traits.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/typeindex.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/typeinfo.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/unordered_map.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/unordered_set.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/utility.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/valarray.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/variant.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/vector.inc +-rw-r--r-- root/root usr/share/libc++/v1/std/version.inc +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/scan-build.1.gz +drwxr-xr-x root/root usr/share/opt-viewer/ +-rwxr-xr-x root/root usr/share/opt-viewer/opt-diff.py +-rwxr-xr-x root/root usr/share/opt-viewer/opt-stats.py +-rwxr-xr-x root/root usr/share/opt-viewer/opt-viewer.py +-rwxr-xr-x root/root usr/share/opt-viewer/optpmap.py +-rwxr-xr-x root/root usr/share/opt-viewer/optrecord.py +-rwxr-xr-x root/root usr/share/opt-viewer/style.css +drwxr-xr-x root/root usr/share/scan-build/ +-rw-r--r-- root/root usr/share/scan-build/scanview.css +-rw-r--r-- root/root usr/share/scan-build/sorttable.js +drwxr-xr-x root/root usr/share/scan-view/ +-rw-r--r-- root/root usr/share/scan-view/Reporter.py +-rw-r--r-- root/root usr/share/scan-view/ScanView.py +-rw-r--r-- root/root usr/share/scan-view/bugcatcher.ico +-rw-r--r-- root/root usr/share/scan-view/startfile.py diff --git a/llvm/0012-libc-libc-abi-libunwind-disable-multiarch-locations.patch b/llvm/0012-libc-libc-abi-libunwind-disable-multiarch-locations.patch new file mode 100644 index 00000000..41037bb2 --- /dev/null +++ b/llvm/0012-libc-libc-abi-libunwind-disable-multiarch-locations.patch @@ -0,0 +1,67 @@ +From 2e1760e66725a8afabf9dd3680312a54403c8e53 Mon Sep 17 00:00:00 2001 +From: q66 +Date: Fri, 29 Nov 2024 19:42:47 +0100 +Subject: [PATCH 12/29] libc++,libc++abi,libunwind: disable multiarch locations + +--- + libcxx/CMakeLists.txt | 2 +- + libcxx/test/benchmarks/CMakeLists.txt | 2 +- + libcxxabi/CMakeLists.txt | 2 +- + libunwind/CMakeLists.txt | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt +index 17cf7c7ed..6eba3b170 100644 +--- a/libcxx/CMakeLists.txt ++++ b/libcxx/CMakeLists.txt +@@ -414,7 +414,7 @@ set(LIBCXX_INSTALL_MODULES_DIR "share/libc++/v1" CACHE STRING + set(LIBCXX_SHARED_OUTPUT_NAME "c++" CACHE STRING "Output name for the shared libc++ runtime library.") + set(LIBCXX_STATIC_OUTPUT_NAME "c++" CACHE STRING "Output name for the static libc++ runtime library.") + +-if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) ++if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "Linux") + set(LIBCXX_TARGET_SUBDIR ${LLVM_DEFAULT_TARGET_TRIPLE}) + if(LIBCXX_LIBDIR_SUBDIR) + string(APPEND LIBCXX_TARGET_SUBDIR /${LIBCXX_LIBDIR_SUBDIR}) +diff --git a/libcxx/test/benchmarks/CMakeLists.txt b/libcxx/test/benchmarks/CMakeLists.txt +index b0fe60062..304d68e10 100644 +--- a/libcxx/test/benchmarks/CMakeLists.txt ++++ b/libcxx/test/benchmarks/CMakeLists.txt +@@ -11,7 +11,7 @@ set(BENCHMARK_COMPILE_FLAGS + -Wl,-rpath,${LIBCXX_LIBRARY_DIR} + ${SANITIZER_FLAGS} + ) +-if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) ++if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "Linux") + list(APPEND BENCHMARK_COMPILE_FLAGS + -isystem "${LIBCXX_GENERATED_INCLUDE_TARGET_DIR}") + endif() +diff --git a/libcxxabi/CMakeLists.txt b/libcxxabi/CMakeLists.txt +index 1d03714f5..d69813bd0 100644 +--- a/libcxxabi/CMakeLists.txt ++++ b/libcxxabi/CMakeLists.txt +@@ -182,7 +182,7 @@ set(CMAKE_MODULE_PATH + set(LIBCXXABI_INSTALL_RUNTIME_DIR "${CMAKE_INSTALL_BINDIR}" CACHE STRING + "Path where built libc++abi runtime libraries should be installed.") + +-if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) ++if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "Linux") + set(LIBCXXABI_TARGET_SUBDIR ${LLVM_DEFAULT_TARGET_TRIPLE}) + if(LIBCXXABI_LIBDIR_SUBDIR) + string(APPEND LIBCXXABI_TARGET_SUBDIR /${LIBCXXABI_LIBDIR_SUBDIR}) +diff --git a/libunwind/CMakeLists.txt b/libunwind/CMakeLists.txt +index 3c8499fd3..93b078659 100644 +--- a/libunwind/CMakeLists.txt ++++ b/libunwind/CMakeLists.txt +@@ -140,7 +140,7 @@ set(LIBUNWIND_INSTALL_RUNTIME_DIR "${CMAKE_INSTALL_BINDIR}" CACHE STRING + set(LIBUNWIND_SHARED_OUTPUT_NAME "unwind" CACHE STRING "Output name for the shared libunwind runtime library.") + set(LIBUNWIND_STATIC_OUTPUT_NAME "unwind" CACHE STRING "Output name for the static libunwind runtime library.") + +-if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) ++if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "Linux") + set(LIBUNWIND_TARGET_SUBDIR ${LLVM_DEFAULT_TARGET_TRIPLE}) + if(LIBUNWIND_LIBDIR_SUBDIR) + string(APPEND LIBUNWIND_TARGET_SUBDIR /${LIBUNWIND_LIBDIR_SUBDIR}) +-- +2.49.0 + diff --git a/llvm/0014-clang-disable-multiarch-layout-on-musl.patch b/llvm/0014-clang-disable-multiarch-layout-on-musl.patch new file mode 100644 index 00000000..99c6d137 --- /dev/null +++ b/llvm/0014-clang-disable-multiarch-layout-on-musl.patch @@ -0,0 +1,28 @@ +From ce590689a8b7cbbe53c8c5b95e136b4776460a1a Mon Sep 17 00:00:00 2001 +From: q66 +Date: Sat, 4 Nov 2023 09:08:54 +0100 +Subject: [PATCH 14/30] clang: disable multiarch layout on musl + +--- + clang/lib/Driver/ToolChains/Linux.cpp | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/clang/lib/Driver/ToolChains/Linux.cpp b/clang/lib/Driver/ToolChains/Linux.cpp +index 35bf39069..0bedc73de 100644 +--- a/clang/lib/Driver/ToolChains/Linux.cpp ++++ b/clang/lib/Driver/ToolChains/Linux.cpp +@@ -47,6 +47,11 @@ std::string Linux::getMultiarchTriple(const Driver &D, + bool IsMipsR6 = TargetTriple.getSubArch() == llvm::Triple::MipsSubArch_r6; + bool IsMipsN32Abi = TargetTriple.getEnvironment() == llvm::Triple::GNUABIN32; + ++ /* we are not multiarch */ ++ if (TargetTriple.isMusl()) { ++ return ""; ++ } ++ + // For most architectures, just use whatever we have rather than trying to be + // clever. + switch (TargetTriple.getArch()) { +-- +2.47.0 + diff --git a/llvm/0017-clang-use-as-needed-by-default.patch b/llvm/0017-clang-use-as-needed-by-default.patch new file mode 100644 index 00000000..baf51e7d --- /dev/null +++ b/llvm/0017-clang-use-as-needed-by-default.patch @@ -0,0 +1,30 @@ +From 28381edd19f49f3bbc9938a714782e0e92691953 Mon Sep 17 00:00:00 2001 +From: q66 +Date: Sun, 14 Apr 2024 14:48:51 +0200 +Subject: [PATCH 17/30] clang: use --as-needed by default + +--- + clang/lib/Driver/ToolChains/Gnu.cpp | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/clang/lib/Driver/ToolChains/Gnu.cpp b/clang/lib/Driver/ToolChains/Gnu.cpp +index 5e9a655ea..263c4632a 100644 +--- a/clang/lib/Driver/ToolChains/Gnu.cpp ++++ b/clang/lib/Driver/ToolChains/Gnu.cpp +@@ -543,6 +543,13 @@ void tools::gnutools::Linker::ConstructJob(Compilation &C, const JobAction &JA, + bool NeedsSanitizerDeps = addSanitizerRuntimes(ToolChain, Args, CmdArgs); + bool NeedsXRayDeps = addXRayRuntime(ToolChain, Args, CmdArgs); + addLinkerCompressDebugSectionsOption(ToolChain, Args, CmdArgs); ++ ++ // Use --as-needed by default for all explicit linker inputs on Linux ++ // We don't reset it afterwards because explicit argument does not ++ // get reset either (and that is permitted, so it should be fine) ++ if (Triple.isOSLinux()) ++ CmdArgs.push_back("--as-needed"); ++ + AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA); + + addHIPRuntimeLibArgs(ToolChain, C, Args, CmdArgs); +-- +2.47.0 + diff --git a/llvm/0024-clang-link-libcxxabi-on-linux-when-using-libc.patch b/llvm/0024-clang-link-libcxxabi-on-linux-when-using-libc.patch new file mode 100644 index 00000000..f306f4f5 --- /dev/null +++ b/llvm/0024-clang-link-libcxxabi-on-linux-when-using-libc.patch @@ -0,0 +1,52 @@ +From adf31476855428b5c23407569b20c297f6d9be18 Mon Sep 17 00:00:00 2001 +From: q66 +Date: Sat, 4 Nov 2023 09:14:35 +0100 +Subject: [PATCH 24/30] clang: link libcxxabi on linux when using libc++ + +--- + clang/lib/Driver/ToolChains/Linux.cpp | 15 +++++++++++++++ + clang/lib/Driver/ToolChains/Linux.h | 2 ++ + 2 files changed, 17 insertions(+) + +diff --git a/clang/lib/Driver/ToolChains/Linux.cpp b/clang/lib/Driver/ToolChains/Linux.cpp +index c006ed105..c97d379c9 100644 +--- a/clang/lib/Driver/ToolChains/Linux.cpp ++++ b/clang/lib/Driver/ToolChains/Linux.cpp +@@ -732,6 +732,21 @@ void Linux::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs, + } + } + ++void Linux::AddCXXStdlibLibArgs(const ArgList &Args, ++ ArgStringList &CmdArgs) const { ++ switch (GetCXXStdlibType(Args)) { ++ case ToolChain::CST_Libcxx: ++ CmdArgs.push_back("-lc++"); ++ if (Args.hasArg(options::OPT_fexperimental_library)) ++ CmdArgs.push_back("-lc++experimental"); ++ CmdArgs.push_back("-lc++abi"); ++ break; ++ case ToolChain::CST_Libstdcxx: ++ CmdArgs.push_back("-lstdc++"); ++ break; ++ } ++} ++ + void Linux::AddCudaIncludeArgs(const ArgList &DriverArgs, + ArgStringList &CC1Args) const { + CudaInstallation->AddCudaIncludeArgs(DriverArgs, CC1Args); +diff --git a/clang/lib/Driver/ToolChains/Linux.h b/clang/lib/Driver/ToolChains/Linux.h +index aa2299c5c..b8cbbedae 100644 +--- a/clang/lib/Driver/ToolChains/Linux.h ++++ b/clang/lib/Driver/ToolChains/Linux.h +@@ -33,6 +33,8 @@ public: + void addLibStdCxxIncludePaths( + const llvm::opt::ArgList &DriverArgs, + llvm::opt::ArgStringList &CC1Args) const override; ++ void AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, ++ llvm::opt::ArgStringList &CmdArgs) const override; + void AddCudaIncludeArgs(const llvm::opt::ArgList &DriverArgs, + llvm::opt::ArgStringList &CC1Args) const override; + void AddHIPIncludeArgs(const llvm::opt::ArgList &DriverArgs, +-- +2.47.0 + diff --git a/llvm/abuild b/llvm/abuild new file mode 100644 index 00000000..9146a9b9 --- /dev/null +++ b/llvm/abuild @@ -0,0 +1,97 @@ +name=llvm +version=20.1.5 +release=1 +source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz + c89 c99 + 0012-libc-libc-abi-libunwind-disable-multiarch-locations.patch + 0014-clang-disable-multiarch-layout-on-musl.patch + 0017-clang-use-as-needed-by-default.patch + 0024-clang-link-libcxxabi-on-linux-when-using-libc.patch + compiler-rt-sanitizer-supported-arch.patch + fix-msan-with-musl.patch + musl-stack-size.patch + musl-targets.patch" +keep_static=1 +no_strip=1 +build_type="cmake_build" +build_dir="llvm-project-${version}.src/llvm" +patch_opt="-Np1 -d .." +export CFLAGS="$CFLAGS -fPIC" +export CXXFLAGS="$CXXFLAGS -fPIC" + +# llvm +build_opt=" + -DLLVM_BUILD_LLVM_DYLIB=ON + -DLLVM_LINK_LLVM_DYLIB=ON + -DLLVM_TARGETS_TO_BUILD='host;AMDGPU' + -DLLVM_HOST_TRIPLE=x86_64-pc-linux-musl + -DLLVM_INCLUDE_BENCHMARKS=OFF + -DLLVM_INCLUDE_EXAMPLES=OFF + -DLLVM_INCLUDE_DOCS=OFF + -DLLVM_INCLUDE_TESTS=OFF + -DLLVM_ENABLE_RUNTIMES='compiler-rt;libunwind;libcxx;libcxxabi' + -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;lld' + -DLLVM_ENABLE_RTTI=ON + -DLLVM_ENABLE_EH=ON + -DLLVM_ENABLE_LIBXML2=OFF + -DLLVM_ENABLE_LIBCXX=ON + -DLLVM_ENABLE_RTTI=ON + -DLLVM_ENABLE_LLD=ON + -DLLVM_INSTALL_BINUTILS_SYMLINKS=ON + -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON" + +# clang +build_opt="$build_opt + -DCLANG_BUILD_EXAMPLES=OFF + -DCLANG_INCLUDE_DOCS=OFF + -DCLANG_INCLUDE_TESTS=OFF + -DLIBCLANG_BUILD_STATIC=ON + -DCLANG_DEFAULT_RTLIB=compiler-rt + -DCLANG_DEFAULT_UNWINDLIB=libunwind + -DCLANG_DEFAULT_CXX_STDLIB=libc++ + -DCLANG_CONFIG_FILE_SYSTEM_DIR=/etc/clang + -DCLANG_LINK_CLANG_DYLIB=Yes" + +# libcxx +build_opt="$build_opt + -DLIBCXX_HAS_MUSL_LIBC=ON + -DLIBCXX_CXX_ABI=libcxxabi + -DLIBCXX_USE_COMPILER_RT=ON + -DLIBCXX_HAS_ATOMIC_LIB=No + -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=OFF" + +# libcxxabi +build_opt="$build_opt + -DLIBCXXABI_USE_LLVM_UNWINDER=ON + -DLIBCXXABI_USE_COMPILER_RT=ON + -DLIBCXXABI_ENABLE_STATIC_UNWINDER=OFF" + +# libunwind +build_opt="$build_opt + -DLIBUNWIND_HAS_NODEFAULTLIBS_FLAG=OFF + -DLIBUNWIND_USE_COMPILER_RT=ON + -DLIBUNWIND_ENABLE_ASSERTIONS=OFF" + +# compiler-rt +build_opt="$build_opt + -DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON + -DCOMPILER_RT_INCLUDE_TESTS=OFF + -DCOMPILER_RT_BUILD_SANITIZERS=ON + -DCOMPILER_RT_BUILD_GWP_ASAN=OFF" + +# etc +build_opt="$build_opt + -DMLIR_INSTALL_AGGREGATE_OBJECTS=OFF + $([ -e /usr/bin/ccache ] && echo '-DLLVM_CCACHE_BUILD=ON') +" + +postbuild() { + ln -s lld $PKG/usr/bin/ld + ln -s clang $PKG/usr/bin/cc + ln -s clang $PKG/usr/bin/gcc + ln -s clang $PKG/usr/bin/cpp + ln -s clang++ $PKG/usr/bin/c++ + ln -s clang++ $PKG/usr/bin/g++ + install -m755 $SRC/c89 $PKG/usr/bin/c89 + install -m755 $SRC/c99 $PKG/usr/bin/c99 +} diff --git a/llvm/c89 b/llvm/c89 new file mode 100644 index 00000000..e1755f5c --- /dev/null +++ b/llvm/c89 @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/clang -ansi "$@" diff --git a/llvm/c99 b/llvm/c99 new file mode 100644 index 00000000..c0e8d13b --- /dev/null +++ b/llvm/c99 @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/clang -std=c99 "$@" diff --git a/llvm/compiler-rt-sanitizer-supported-arch.patch b/llvm/compiler-rt-sanitizer-supported-arch.patch new file mode 100644 index 00000000..c2c8bdc4 --- /dev/null +++ b/llvm/compiler-rt-sanitizer-supported-arch.patch @@ -0,0 +1,16 @@ +Sanitizer code is broken on armhf, armv7, s390x, x86, and probably riscv64, +i.e. enable it only on x86_64, aarch64, and ppc64le. + +--- a/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake ++++ b/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake +@@ -28,9 +28,7 @@ + set(ARM32 ${ARM32} armv7) + endif() + +-set(ALL_SANITIZER_COMMON_SUPPORTED_ARCH ${X86} ${X86_64} ${PPC64} ${RISCV64} +- ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9} +- ${HEXAGON} ${LOONGARCH64}) ++set(ALL_SANITIZER_COMMON_SUPPORTED_ARCH ${X86_64} ${ARM64} ${PPC64} ${RISCV64}) + set(ALL_ASAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${RISCV64} + ${MIPS32} ${MIPS64} ${PPC64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON} + ${LOONGARCH64}) diff --git a/llvm/fix-msan-with-musl.patch b/llvm/fix-msan-with-musl.patch new file mode 100644 index 00000000..0def1610 --- /dev/null +++ b/llvm/fix-msan-with-musl.patch @@ -0,0 +1,37 @@ +From 8904ed80c262e973c0da7758337f586c9854f38a Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?S=C3=B6ren=20Tempel?= +Date: Thu, 15 Jun 2023 09:28:57 +0200 +Subject: [PATCH] msan: fix ifdef guard for getrlimit etc interceptors + +These interceptors need struct_ustat_sz, struct_rlimit64_sz, and +struct_statvfs64_sz which are defined in the following file: + + compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp + +However, these variables are only defined for GLIBC sanitizers. +As such, if we attempt to use MSAN on a Linux system that does not +utilize glibc (e.g. Alpine Linux) then we will get a linker error +complaining about undefined references to __sanitizer::struct_rlimit64_sz +and __sanitizer::struct_rlimit64_sz. + +This patch fixes this by only defining the interceptors that require +these constants if SANITIZER_GLIBC is defined. Thereby aligning the +macro guards of msan_interceptors.cpp with those of +sanitizer_platform_limits_posix.cpp. +--- + compiler-rt/lib/msan/msan_interceptors.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/compiler-rt/lib/msan/msan_interceptors.cpp b/compiler-rt/lib/msan/msan_interceptors.cpp +index 6f57c33ee..349eff549 100644 +--- a/compiler-rt/lib/msan/msan_interceptors.cpp ++++ b/compiler-rt/lib/msan/msan_interceptors.cpp +@@ -908,7 +908,7 @@ INTERCEPTOR(int, getrlimit, int resource, void *rlim) { + INTERCEPTOR_GETRLIMIT_BODY(getrlimit, resource, rlim); + } + +-#if !SANITIZER_FREEBSD && !SANITIZER_NETBSD ++#if SANITIZER_GLIBC + INTERCEPTOR(int, __getrlimit, int resource, void *rlim) { + INTERCEPTOR_GETRLIMIT_BODY(__getrlimit, resource, rlim); + } diff --git a/llvm/musl-stack-size.patch b/llvm/musl-stack-size.patch new file mode 100644 index 00000000..b3f2189d --- /dev/null +++ b/llvm/musl-stack-size.patch @@ -0,0 +1,14 @@ +diff --git a/llvm/lib/Support/Threading.cpp b/llvm/lib/Support/Threading.cpp +index 923935bbc..26594aac8 100644 +--- a/llvm/lib/Support/Threading.cpp ++++ b/llvm/lib/Support/Threading.cpp +@@ -77,7 +77,7 @@ unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { + // keyword. + #include "llvm/Support/thread.h" + +-#if defined(__APPLE__) ++#if 1 + // Darwin's default stack size for threads except the main one is only 512KB, + // which is not enough for some/many normal LLVM compilations. This implements + // the same interface as std::thread but requests the same stack size as the + diff --git a/llvm/musl-targets.patch b/llvm/musl-targets.patch new file mode 100644 index 00000000..d2bbaca4 --- /dev/null +++ b/llvm/musl-targets.patch @@ -0,0 +1,110 @@ +diff --git a/clang/lib/Driver/ToolChains/Gnu.cpp b/clang/lib/Driver/ToolChains/Gnu.cpp +index 543f396..24ee06b 100644 +--- a/clang/lib/Driver/ToolChains/Gnu.cpp ++++ b/clang/lib/Driver/ToolChains/Gnu.cpp +@@ -2545,8 +2545,7 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes( + // 64-bit compiler which defaults to "-m32", hence "powerpc64-suse-linux". + "powerpc64-suse-linux", "powerpc-montavista-linuxspe"}; + static const char *const PPCLELibDirs[] = {"/lib32", "/lib"}; +- static const char *const PPCLETriples[] = {"powerpcle-unknown-linux-gnu", +- "powerpcle-linux-musl"}; ++ static const char *const PPCLETriples[] = {"powerpcle-unknown-linux-gnu"}; + + static const char *const PPC64LibDirs[] = {"/lib64", "/lib"}; + static const char *const PPC64Triples[] = {"powerpc64-unknown-linux-gnu", +@@ -2619,6 +2618,95 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes( + return; + } + ++ if (TargetTriple.isMusl()) { ++ static const char *const AArch64MuslTriples[] = {"aarch64-linux-musl"}; ++ static const char *const ARMHFMuslTriples[] = { ++ "arm-linux-musleabihf", "armv7l-linux-musleabihf" ++ }; ++ static const char *const ARMMuslTriples[] = {"arm-linux-musleabi"}; ++ static const char *const X86_64MuslTriples[] = { ++ "x86_64-linux-musl", ++ "x86_64-pc-linux-musl", "x86_64-unknown-linux-musl" ++ }; ++ static const char *const X86MuslTriples[] = {"i686-linux-musl"}; ++ static const char *const MIPSMuslTriples[] = { ++ "mips-linux-musl", "mipsel-linux-musl", ++ "mipsel-linux-muslhf", "mips-linux-muslhf" ++ }; ++ static const char *const PPCMuslTriples[] = {"powerpc-linux-musl"}; ++ static const char *const PPCLEMuslTriples[] = {"powerpcle-linux-musl"}; ++ static const char *const PPC64MuslTriples[] = {"powerpc64-linux-musl"}; ++ static const char *const PPC64LEMuslTriples[] = {"powerpc64le-linux-musl"}; ++ static const char *const RISCV64MuslTriples[] = {"riscv64-linux-musl"}; ++ ++ switch (TargetTriple.getArch()) { ++ case llvm::Triple::aarch64: ++ LibDirs.append(begin(AArch64LibDirs), end(AArch64LibDirs)); ++ TripleAliases.append(begin(AArch64MuslTriples), end(AArch64MuslTriples)); ++ BiarchLibDirs.append(begin(AArch64LibDirs), end(AArch64LibDirs)); ++ BiarchTripleAliases.append(begin(AArch64MuslTriples), end(AArch64MuslTriples)); ++ break; ++ case llvm::Triple::arm: ++ LibDirs.append(begin(ARMLibDirs), end(ARMLibDirs)); ++ if (TargetTriple.getEnvironment() == llvm::Triple::MuslEABIHF) { ++ TripleAliases.append(begin(ARMHFMuslTriples), end(ARMHFMuslTriples)); ++ } else { ++ TripleAliases.append(begin(ARMMuslTriples), end(ARMMuslTriples)); ++ } ++ break; ++ case llvm::Triple::x86_64: ++ LibDirs.append(begin(X86_64LibDirs), end(X86_64LibDirs)); ++ TripleAliases.append(begin(X86_64MuslTriples), end(X86_64MuslTriples)); ++ BiarchLibDirs.append(begin(X86LibDirs), end(X86LibDirs)); ++ BiarchTripleAliases.append(begin(X86MuslTriples), end(X86MuslTriples)); ++ break; ++ case llvm::Triple::x86: ++ LibDirs.append(begin(X86LibDirs), end(X86LibDirs)); ++ TripleAliases.append(begin(X86MuslTriples), end(X86MuslTriples)); ++ BiarchLibDirs.append(begin(X86_64LibDirs), end(X86_64LibDirs)); ++ BiarchTripleAliases.append(begin(X86_64MuslTriples), end(X86_64MuslTriples)); ++ break; ++ case llvm::Triple::mips: ++ LibDirs.append(begin(MIPSLibDirs), end(MIPSLibDirs)); ++ TripleAliases.append(begin(MIPSMuslTriples), end(MIPSMuslTriples)); ++ break; ++ case llvm::Triple::ppc: ++ LibDirs.append(begin(PPCLibDirs), end(PPCLibDirs)); ++ TripleAliases.append(begin(PPCMuslTriples), end(PPCMuslTriples)); ++ BiarchLibDirs.append(begin(PPC64LibDirs), end(PPC64LibDirs)); ++ BiarchTripleAliases.append(begin(PPC64MuslTriples), end(PPC64MuslTriples)); ++ break; ++ case llvm::Triple::ppcle: ++ LibDirs.append(begin(PPCLELibDirs), end(PPCLELibDirs)); ++ TripleAliases.append(begin(PPCLEMuslTriples), end(PPCLEMuslTriples)); ++ BiarchLibDirs.append(begin(PPC64LELibDirs), end(PPC64LELibDirs)); ++ BiarchTripleAliases.append(begin(PPC64LEMuslTriples), end(PPC64LEMuslTriples)); ++ break; ++ case llvm::Triple::ppc64: ++ LibDirs.append(begin(PPC64LibDirs), end(PPC64LibDirs)); ++ TripleAliases.append(begin(PPC64MuslTriples), end(PPC64MuslTriples)); ++ BiarchLibDirs.append(begin(PPCLibDirs), end(PPCLibDirs)); ++ BiarchTripleAliases.append(begin(PPCMuslTriples), end(PPCMuslTriples)); ++ break; ++ case llvm::Triple::ppc64le: ++ LibDirs.append(begin(PPC64LELibDirs), end(PPC64LELibDirs)); ++ TripleAliases.append(begin(PPC64LEMuslTriples), end(PPC64LEMuslTriples)); ++ BiarchLibDirs.append(begin(PPCLELibDirs), end(PPCLELibDirs)); ++ BiarchTripleAliases.append(begin(PPCLEMuslTriples), end(PPCLEMuslTriples)); ++ break; ++ case llvm::Triple::riscv64: ++ LibDirs.append(begin(RISCV64LibDirs), end(RISCV64LibDirs)); ++ TripleAliases.append(begin(RISCV64MuslTriples), end(RISCV64MuslTriples)); ++ break; ++ default: ++ break; ++ } ++ TripleAliases.push_back(TargetTriple.str()); ++ if (TargetTriple.str() != BiarchTriple.str()) ++ BiarchTripleAliases.push_back(BiarchTriple.str()); ++ return; ++ } ++ + // Android targets should not use GNU/Linux tools or libraries. + if (TargetTriple.isAndroid()) { + static const char *const AArch64AndroidTriples[] = { diff --git a/m4/.checksum b/m4/.checksum new file mode 100644 index 00000000..27e47f8b --- /dev/null +++ b/m4/.checksum @@ -0,0 +1 @@ +4f4b8c7c8e13b6b1cd05c2b97f6275eb445f39d0ef2afc206933b9fc78ad78da m4-1.4.20.tar.xz diff --git a/m4/.files b/m4/.files new file mode 100644 index 00000000..849162f8 --- /dev/null +++ b/m4/.files @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/m4 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/m4.info-1.gz +-rw-r--r-- root/root usr/share/info/m4.info-2.gz +-rw-r--r-- root/root usr/share/info/m4.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/m4.1.gz diff --git a/m4/abuild b/m4/abuild new file mode 100644 index 00000000..7252c4f2 --- /dev/null +++ b/m4/abuild @@ -0,0 +1,4 @@ +name=m4 +version=1.4.20 +release=1 +source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz" diff --git a/make/.checksum b/make/.checksum new file mode 100644 index 00000000..d4f46582 --- /dev/null +++ b/make/.checksum @@ -0,0 +1 @@ +a7d8aee97b7e9a525ef561afa84eea0d929f246e3aafa420231c0602151cf9eb make-4.4.1.tar.gz diff --git a/make/.files b/make/.files new file mode 100644 index 00000000..01deefbf --- /dev/null +++ b/make/.files @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/make +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gnumake.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/make.info-1.gz +-rw-r--r-- root/root usr/share/info/make.info-2.gz +-rw-r--r-- root/root usr/share/info/make.info-3.gz +-rw-r--r-- root/root usr/share/info/make.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/make.1.gz diff --git a/make/abuild b/make/abuild new file mode 100644 index 00000000..6a828a9a --- /dev/null +++ b/make/abuild @@ -0,0 +1,4 @@ +name=make +version=4.4.1 +release=1 +source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz" diff --git a/musl/.checksum b/musl/.checksum new file mode 100644 index 00000000..afbdd254 --- /dev/null +++ b/musl/.checksum @@ -0,0 +1,13 @@ +8471ed3317ec31cd92b0c6055407115bc7377aaad8da552ffbe6655871c9840b 0001-iconv-fix-erroneous-input-validation-in-EUC-KR-decod.patch +18d1d243e0d7a479bc795d8af152d5f43b8f53f09da038d8e46ca2ac9207ecf4 0002-iconv-harden-UTF-8-output-code-path-against-input-de.patch +936eb5830af322af38a1d08d02cc1d31ae95efdbc2e381b0e5fa6e91eebe693e cdefs.h +bfb4a93ede1bacfa7c7c78aaaf80372223effcea7bbc52aeffca655dd0922159 default-locpath.patch +ae7b2598293d87cff4fc4e8bed5faabe486615ad7484a08d6dfea807786af895 elfutils-0.190-relr.patch +676213e6d717200470f5f8b2c30c171e47e20eebfa669891afe43c514e1b72b5 getconf.1 +9949f50c6d3b639a65986fd8a0cd44e9b9ea886ae137ba53e300f20545ee3118 getconf.c +3f72e9edab77c36cf5f4c38f469b11f5186c229b3b9265d7abcdff9c66f3292b getent.1 +3e6180af36c59edb15c254c05ef7dd0a22a4531227e4a30c4f17c0c4b7b0cbac getent.c +6614a2c2ad98779913e56e6afe855ddc82155085cd0c7b50c5f75f36fdd86bd7 iconv.c +63f96e526d3a73fddff8fcb9ee5c1dcbfdac8405db7d7537c3d1c8fffd5e6947 musl-1.2.5.tar.gz +619fd80e4d195caa65ee96b4338a1e68ed16bdc41cbe90ac15730c359bca8209 queue.h +c712195c178941f6c90ab09c99639a06e49c240c932c632189033d961af05279 tree.h diff --git a/musl/.files b/musl/.files new file mode 100644 index 00000000..343c5356 --- /dev/null +++ b/musl/.files @@ -0,0 +1,259 @@ +drwxr-xr-x root/root lib/ +lrwxrwxrwx root/root lib/ld-musl-x86_64.so.1 -> /usr/lib/libc.so +drwxr-xr-x root/root sbin/ +-rwxr-xr-x root/root sbin/ldconfig +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/getconf +-rwxr-xr-x root/root usr/bin/getent +-rwxr-xr-x root/root usr/bin/iconv +lrwxrwxrwx root/root usr/bin/ldd -> ../lib/libc.so +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/aio.h +-rw-r--r-- root/root usr/include/alloca.h +-rw-r--r-- root/root usr/include/ar.h +drwxr-xr-x root/root usr/include/arpa/ +-rw-r--r-- root/root usr/include/arpa/ftp.h +-rw-r--r-- root/root usr/include/arpa/inet.h +-rw-r--r-- root/root usr/include/arpa/nameser.h +-rw-r--r-- root/root usr/include/arpa/nameser_compat.h +-rw-r--r-- root/root usr/include/arpa/telnet.h +-rw-r--r-- root/root usr/include/arpa/tftp.h +-rw-r--r-- root/root usr/include/assert.h +drwxr-xr-x root/root usr/include/bits/ +-rw-r--r-- root/root usr/include/bits/alltypes.h +-rw-r--r-- root/root usr/include/bits/dirent.h +-rw-r--r-- root/root usr/include/bits/errno.h +-rw-r--r-- root/root usr/include/bits/fcntl.h +-rw-r--r-- root/root usr/include/bits/fenv.h +-rw-r--r-- root/root usr/include/bits/float.h +-rw-r--r-- root/root usr/include/bits/hwcap.h +-rw-r--r-- root/root usr/include/bits/io.h +-rw-r--r-- root/root usr/include/bits/ioctl.h +-rw-r--r-- root/root usr/include/bits/ioctl_fix.h +-rw-r--r-- root/root usr/include/bits/ipc.h +-rw-r--r-- root/root usr/include/bits/ipcstat.h +-rw-r--r-- root/root usr/include/bits/kd.h +-rw-r--r-- root/root usr/include/bits/limits.h +-rw-r--r-- root/root usr/include/bits/link.h +-rw-r--r-- root/root usr/include/bits/mman.h +-rw-r--r-- root/root usr/include/bits/msg.h +-rw-r--r-- root/root usr/include/bits/poll.h +-rw-r--r-- root/root usr/include/bits/posix.h +-rw-r--r-- root/root usr/include/bits/ptrace.h +-rw-r--r-- root/root usr/include/bits/reg.h +-rw-r--r-- root/root usr/include/bits/resource.h +-rw-r--r-- root/root usr/include/bits/sem.h +-rw-r--r-- root/root usr/include/bits/setjmp.h +-rw-r--r-- root/root usr/include/bits/shm.h +-rw-r--r-- root/root usr/include/bits/signal.h +-rw-r--r-- root/root usr/include/bits/socket.h +-rw-r--r-- root/root usr/include/bits/soundcard.h +-rw-r--r-- root/root usr/include/bits/stat.h +-rw-r--r-- root/root usr/include/bits/statfs.h +-rw-r--r-- root/root usr/include/bits/stdint.h +-rw-r--r-- root/root usr/include/bits/syscall.h +-rw-r--r-- root/root usr/include/bits/termios.h +-rw-r--r-- root/root usr/include/bits/user.h +-rw-r--r-- root/root usr/include/bits/vt.h +-rw-r--r-- root/root usr/include/byteswap.h +-rw-r--r-- root/root usr/include/complex.h +-rw-r--r-- root/root usr/include/cpio.h +-rw-r--r-- root/root usr/include/crypt.h +-rw-r--r-- root/root usr/include/ctype.h +-rw-r--r-- root/root usr/include/dirent.h +-rw-r--r-- root/root usr/include/dlfcn.h +-rw-r--r-- root/root usr/include/elf.h +-rw-r--r-- root/root usr/include/endian.h +-rw-r--r-- root/root usr/include/err.h +-rw-r--r-- root/root usr/include/errno.h +-rw-r--r-- root/root usr/include/fcntl.h +-rw-r--r-- root/root usr/include/features.h +-rw-r--r-- root/root usr/include/fenv.h +-rw-r--r-- root/root usr/include/float.h +-rw-r--r-- root/root usr/include/fmtmsg.h +-rw-r--r-- root/root usr/include/fnmatch.h +-rw-r--r-- root/root usr/include/ftw.h +-rw-r--r-- root/root usr/include/getopt.h +-rw-r--r-- root/root usr/include/glob.h +-rw-r--r-- root/root usr/include/grp.h +-rw-r--r-- root/root usr/include/iconv.h +-rw-r--r-- root/root usr/include/ifaddrs.h +-rw-r--r-- root/root usr/include/inttypes.h +-rw-r--r-- root/root usr/include/iso646.h +-rw-r--r-- root/root usr/include/langinfo.h +-rw-r--r-- root/root usr/include/lastlog.h +-rw-r--r-- root/root usr/include/libgen.h +-rw-r--r-- root/root usr/include/libintl.h +-rw-r--r-- root/root usr/include/limits.h +-rw-r--r-- root/root usr/include/link.h +-rw-r--r-- root/root usr/include/locale.h +-rw-r--r-- root/root usr/include/malloc.h +-rw-r--r-- root/root usr/include/math.h +-rw-r--r-- root/root usr/include/memory.h +-rw-r--r-- root/root usr/include/mntent.h +-rw-r--r-- root/root usr/include/monetary.h +-rw-r--r-- root/root usr/include/mqueue.h +drwxr-xr-x root/root usr/include/net/ +-rw-r--r-- root/root usr/include/net/ethernet.h +-rw-r--r-- root/root usr/include/net/if.h +-rw-r--r-- root/root usr/include/net/if_arp.h +-rw-r--r-- root/root usr/include/net/route.h +-rw-r--r-- root/root usr/include/netdb.h +drwxr-xr-x root/root usr/include/netinet/ +-rw-r--r-- root/root usr/include/netinet/ether.h +-rw-r--r-- root/root usr/include/netinet/icmp6.h +-rw-r--r-- root/root usr/include/netinet/if_ether.h +-rw-r--r-- root/root usr/include/netinet/igmp.h +-rw-r--r-- root/root usr/include/netinet/in.h +-rw-r--r-- root/root usr/include/netinet/in_systm.h +-rw-r--r-- root/root usr/include/netinet/ip.h +-rw-r--r-- root/root usr/include/netinet/ip6.h +-rw-r--r-- root/root usr/include/netinet/ip_icmp.h +-rw-r--r-- root/root usr/include/netinet/tcp.h +-rw-r--r-- root/root usr/include/netinet/udp.h +drwxr-xr-x root/root usr/include/netpacket/ +-rw-r--r-- root/root usr/include/netpacket/packet.h +-rw-r--r-- root/root usr/include/nl_types.h +-rw-r--r-- root/root usr/include/paths.h +-rw-r--r-- root/root usr/include/poll.h +-rw-r--r-- root/root usr/include/pthread.h +-rw-r--r-- root/root usr/include/pty.h +-rw-r--r-- root/root usr/include/pwd.h +-rw-r--r-- root/root usr/include/regex.h +-rw-r--r-- root/root usr/include/resolv.h +-rw-r--r-- root/root usr/include/sched.h +drwxr-xr-x root/root usr/include/scsi/ +-rw-r--r-- root/root usr/include/scsi/scsi.h +-rw-r--r-- root/root usr/include/scsi/scsi_ioctl.h +-rw-r--r-- root/root usr/include/scsi/sg.h +-rw-r--r-- root/root usr/include/search.h +-rw-r--r-- root/root usr/include/semaphore.h +-rw-r--r-- root/root usr/include/setjmp.h +-rw-r--r-- root/root usr/include/shadow.h +-rw-r--r-- root/root usr/include/signal.h +-rw-r--r-- root/root usr/include/spawn.h +-rw-r--r-- root/root usr/include/stdalign.h +-rw-r--r-- root/root usr/include/stdarg.h +-rw-r--r-- root/root usr/include/stdbool.h +-rw-r--r-- root/root usr/include/stdc-predef.h +-rw-r--r-- root/root usr/include/stddef.h +-rw-r--r-- root/root usr/include/stdint.h +-rw-r--r-- root/root usr/include/stdio.h +-rw-r--r-- root/root usr/include/stdio_ext.h +-rw-r--r-- root/root usr/include/stdlib.h +-rw-r--r-- root/root usr/include/stdnoreturn.h +-rw-r--r-- root/root usr/include/string.h +-rw-r--r-- root/root usr/include/strings.h +-rw-r--r-- root/root usr/include/stropts.h +drwxr-xr-x root/root usr/include/sys/ +-rw-r--r-- root/root usr/include/sys/acct.h +-rw-r--r-- root/root usr/include/sys/auxv.h +-rw-r--r-- root/root usr/include/sys/cachectl.h +-rwxr-xr-x root/root usr/include/sys/cdefs.h +-rw-r--r-- root/root usr/include/sys/dir.h +-rw-r--r-- root/root usr/include/sys/epoll.h +-rw-r--r-- root/root usr/include/sys/errno.h +-rw-r--r-- root/root usr/include/sys/eventfd.h +-rw-r--r-- root/root usr/include/sys/fanotify.h +-rw-r--r-- root/root usr/include/sys/fcntl.h +-rw-r--r-- root/root usr/include/sys/file.h +-rw-r--r-- root/root usr/include/sys/fsuid.h +-rw-r--r-- root/root usr/include/sys/inotify.h +-rw-r--r-- root/root usr/include/sys/io.h +-rw-r--r-- root/root usr/include/sys/ioctl.h +-rw-r--r-- root/root usr/include/sys/ipc.h +-rw-r--r-- root/root usr/include/sys/kd.h +-rw-r--r-- root/root usr/include/sys/klog.h +-rw-r--r-- root/root usr/include/sys/membarrier.h +-rw-r--r-- root/root usr/include/sys/mman.h +-rw-r--r-- root/root usr/include/sys/mount.h +-rw-r--r-- root/root usr/include/sys/msg.h +-rw-r--r-- root/root usr/include/sys/mtio.h +-rw-r--r-- root/root usr/include/sys/param.h +-rw-r--r-- root/root usr/include/sys/personality.h +-rw-r--r-- root/root usr/include/sys/poll.h +-rw-r--r-- root/root usr/include/sys/prctl.h +-rw-r--r-- root/root usr/include/sys/procfs.h +-rw-r--r-- root/root usr/include/sys/ptrace.h +-rwxr-xr-x root/root usr/include/sys/queue.h +-rw-r--r-- root/root usr/include/sys/quota.h +-rw-r--r-- root/root usr/include/sys/random.h +-rw-r--r-- root/root usr/include/sys/reboot.h +-rw-r--r-- root/root usr/include/sys/reg.h +-rw-r--r-- root/root usr/include/sys/resource.h +-rw-r--r-- root/root usr/include/sys/select.h +-rw-r--r-- root/root usr/include/sys/sem.h +-rw-r--r-- root/root usr/include/sys/sendfile.h +-rw-r--r-- root/root usr/include/sys/shm.h +-rw-r--r-- root/root usr/include/sys/signal.h +-rw-r--r-- root/root usr/include/sys/signalfd.h +-rw-r--r-- root/root usr/include/sys/socket.h +-rw-r--r-- root/root usr/include/sys/soundcard.h +-rw-r--r-- root/root usr/include/sys/stat.h +-rw-r--r-- root/root usr/include/sys/statfs.h +-rw-r--r-- root/root usr/include/sys/statvfs.h +-rw-r--r-- root/root usr/include/sys/stropts.h +-rw-r--r-- root/root usr/include/sys/swap.h +-rw-r--r-- root/root usr/include/sys/syscall.h +-rw-r--r-- root/root usr/include/sys/sysinfo.h +-rw-r--r-- root/root usr/include/sys/syslog.h +-rw-r--r-- root/root usr/include/sys/sysmacros.h +-rw-r--r-- root/root usr/include/sys/termios.h +-rw-r--r-- root/root usr/include/sys/time.h +-rw-r--r-- root/root usr/include/sys/timeb.h +-rw-r--r-- root/root usr/include/sys/timerfd.h +-rw-r--r-- root/root usr/include/sys/times.h +-rw-r--r-- root/root usr/include/sys/timex.h +-rwxr-xr-x root/root usr/include/sys/tree.h +-rw-r--r-- root/root usr/include/sys/ttydefaults.h +-rw-r--r-- root/root usr/include/sys/types.h +-rw-r--r-- root/root usr/include/sys/ucontext.h +-rw-r--r-- root/root usr/include/sys/uio.h +-rw-r--r-- root/root usr/include/sys/un.h +-rw-r--r-- root/root usr/include/sys/user.h +-rw-r--r-- root/root usr/include/sys/utsname.h +-rw-r--r-- root/root usr/include/sys/vfs.h +-rw-r--r-- root/root usr/include/sys/vt.h +-rw-r--r-- root/root usr/include/sys/wait.h +-rw-r--r-- root/root usr/include/sys/xattr.h +-rw-r--r-- root/root usr/include/syscall.h +-rw-r--r-- root/root usr/include/sysexits.h +-rw-r--r-- root/root usr/include/syslog.h +-rw-r--r-- root/root usr/include/tar.h +-rw-r--r-- root/root usr/include/termios.h +-rw-r--r-- root/root usr/include/tgmath.h +-rw-r--r-- root/root usr/include/threads.h +-rw-r--r-- root/root usr/include/time.h +-rw-r--r-- root/root usr/include/uchar.h +-rw-r--r-- root/root usr/include/ucontext.h +-rw-r--r-- root/root usr/include/ulimit.h +-rw-r--r-- root/root usr/include/unistd.h +-rw-r--r-- root/root usr/include/utime.h +-rw-r--r-- root/root usr/include/utmp.h +-rw-r--r-- root/root usr/include/utmpx.h +-rw-r--r-- root/root usr/include/values.h +-rw-r--r-- root/root usr/include/wait.h +-rw-r--r-- root/root usr/include/wchar.h +-rw-r--r-- root/root usr/include/wctype.h +-rw-r--r-- root/root usr/include/wordexp.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/Scrt1.o +-rw-r--r-- root/root usr/lib/crt1.o +-rw-r--r-- root/root usr/lib/crti.o +-rw-r--r-- root/root usr/lib/crtn.o +-rw-r--r-- root/root usr/lib/libc.a +-rwxr-xr-x root/root usr/lib/libc.so +-rw-r--r-- root/root usr/lib/libcrypt.a +-rw-r--r-- root/root usr/lib/libdl.a +-rw-r--r-- root/root usr/lib/libm.a +-rw-r--r-- root/root usr/lib/libpthread.a +-rw-r--r-- root/root usr/lib/libresolv.a +-rw-r--r-- root/root usr/lib/librt.a +-rw-r--r-- root/root usr/lib/libutil.a +-rw-r--r-- root/root usr/lib/libxnet.a +-rw-r--r-- root/root usr/lib/rcrt1.o +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/getconf.1.gz diff --git a/musl/0001-iconv-fix-erroneous-input-validation-in-EUC-KR-decod.patch b/musl/0001-iconv-fix-erroneous-input-validation-in-EUC-KR-decod.patch new file mode 100644 index 00000000..27949dc3 --- /dev/null +++ b/musl/0001-iconv-fix-erroneous-input-validation-in-EUC-KR-decod.patch @@ -0,0 +1,39 @@ +>From e5adcd97b5196e29991b524237381a0202a60659 Mon Sep 17 00:00:00 2001 +From: Rich Felker +Date: Sun, 9 Feb 2025 10:07:19 -0500 +Subject: [PATCH] iconv: fix erroneous input validation in EUC-KR decoder + +as a result of incorrect bounds checking on the lead byte being +decoded, certain invalid inputs which should produce an encoding +error, such as "\xc8\x41", instead produced out-of-bounds loads from +the ksc table. + +in a worst case, the loaded value may not be a valid unicode scalar +value, in which case, if the output encoding was UTF-8, wctomb would +return (size_t)-1, causing an overflow in the output pointer and +remaining buffer size which could clobber memory outside of the output +buffer. + +bug report was submitted in private by Nick Wellnhofer on account of +potential security implications. +--- + src/locale/iconv.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/locale/iconv.c b/src/locale/iconv.c +index 9605c8e9..008c93f0 100644 +--- a/src/locale/iconv.c ++++ b/src/locale/iconv.c +@@ -502,7 +502,7 @@ size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restri + if (c >= 93 || d >= 94) { + c += (0xa1-0x81); + d += 0xa1; +- if (c >= 93 || c>=0xc6-0x81 && d>0x52) ++ if (c > 0xc6-0x81 || c==0xc6-0x81 && d>0x52) + goto ilseq; + if (d-'A'<26) d = d-'A'; + else if (d-'a'<26) d = d-'a'+26; +-- +2.21.0 + + diff --git a/musl/0002-iconv-harden-UTF-8-output-code-path-against-input-de.patch b/musl/0002-iconv-harden-UTF-8-output-code-path-against-input-de.patch new file mode 100644 index 00000000..acb8a60a --- /dev/null +++ b/musl/0002-iconv-harden-UTF-8-output-code-path-against-input-de.patch @@ -0,0 +1,39 @@ +>From c47ad25ea3b484e10326f933e927c0bc8cded3da Mon Sep 17 00:00:00 2001 +From: Rich Felker +Date: Wed, 12 Feb 2025 17:06:30 -0500 +Subject: [PATCH] iconv: harden UTF-8 output code path against input decoder + bugs + +the UTF-8 output code was written assuming an invariant that iconv's +decoders only emit valid Unicode Scalar Values which wctomb can encode +successfully, thereby always returning a value between 1 and 4. + +if this invariant is not satisfied, wctomb returns (size_t)-1, and the +subsequent adjustments to the output buffer pointer and remaining +output byte count overflow, moving the output position backwards, +potentially past the beginning of the buffer, without storing any +bytes. +--- + src/locale/iconv.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/src/locale/iconv.c b/src/locale/iconv.c +index 008c93f0..52178950 100644 +--- a/src/locale/iconv.c ++++ b/src/locale/iconv.c +@@ -545,6 +545,10 @@ size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restri + if (*outb < k) goto toobig; + memcpy(*out, tmp, k); + } else k = wctomb_utf8(*out, c); ++ /* This failure condition should be unreachable, but ++ * is included to prevent decoder bugs from translating ++ * into advancement outside the output buffer range. */ ++ if (k>4) goto ilseq; + *out += k; + *outb -= k; + break; +-- +2.21.0 + + + diff --git a/musl/abuild b/musl/abuild new file mode 100644 index 00000000..a85c86b3 --- /dev/null +++ b/musl/abuild @@ -0,0 +1,45 @@ +name=musl +version=1.2.5 +release=3 +source="https://www.musl-libc.org/releases/musl-$version.tar.gz + getconf.c + getconf.1 + getent.c + getent.1 + iconv.c + tree.h + queue.h + cdefs.h + elfutils-0.190-relr.patch + default-locpath.patch + 0001-iconv-fix-erroneous-input-validation-in-EUC-KR-decod.patch + 0002-iconv-harden-UTF-8-output-code-path-against-input-de.patch" +keep_static=1 + +build() { + ./configure \ + --prefix=/usr #\ + #--syslibdir=/usr/lib + make + make DESTDIR=$PKG install + + mkdir -p $PKG/usr/bin + ln -sf ../lib/libc.so $PKG/usr/bin/ldd + mkdir -p $PKG/sbin + echo "#!/bin/sh + /bin/true" > $PKG/sbin/ldconfig + chmod +x $PKG/sbin/ldconfig + + for i in getent getconf iconv; do + ${CC:-gcc} $CFLAGS $LDFLAGS -fpie $SRC/$i.c -o $PKG/usr/bin/$i + done + + mkdir -p $PKG/usr/share/man/man1 + install -m644 $SRC/getconf.1 $PKG/usr/share/man/man1 + #install -m644 $SRC/getent.1 $PKG/usr/share/man/man1 + + # bsdcompat headers + for h in tree.h queue.h cdefs.h; do + install -D $SRC/$h $PKG/usr/include/sys/ + done +} diff --git a/musl/cdefs.h b/musl/cdefs.h new file mode 100644 index 00000000..209a623c --- /dev/null +++ b/musl/cdefs.h @@ -0,0 +1,26 @@ +#warning usage of non-standard #include is deprecated + +#undef __P +#undef __PMT + +#define __P(args) args +#define __PMT(args) args + +#define __CONCAT(x,y) x ## y +#define __STRING(x) #x + +#ifdef __cplusplus +# define __BEGIN_DECLS extern "C" { +# define __END_DECLS } +#else +# define __BEGIN_DECLS +# define __END_DECLS +#endif + +#if defined(__GNUC__) && !defined(__cplusplus) +# define __THROW __attribute__ ((__nothrow__)) +# define __NTH(fct) __attribute__ ((__nothrow__)) fct +#else +# define __THROW +# define __NTH(fct) fct +#endif diff --git a/musl/default-locpath.patch b/musl/default-locpath.patch new file mode 100644 index 00000000..a6080d44 --- /dev/null +++ b/musl/default-locpath.patch @@ -0,0 +1,14 @@ +--- a/src/locale/locale_map.c 2024-05-12 20:33:15.000000000 +0100 ++++ b/src/locale/locale_map.c 2024-05-20 22:53:02.685916344 +0100 +@@ -64,7 +64,10 @@ + if (!strcmp(val, p->name)) return p; + + if (!libc.secure) path = getenv("MUSL_LOCPATH"); +- /* FIXME: add a default path? */ ++ if (!path) { ++ // Provided by musl-locales ++ path = "/usr/share/i18n/locales/musl"; ++ } + + if (path) for (; *path; path=z+!!*z) { + z = __strchrnul(path, ':'); diff --git a/musl/elfutils-0.190-relr.patch b/musl/elfutils-0.190-relr.patch new file mode 100644 index 00000000..e5eaf46f --- /dev/null +++ b/musl/elfutils-0.190-relr.patch @@ -0,0 +1,73 @@ +https://www.openwall.com/lists/musl/2023/11/06/3 +https://inbox.vuxu.org/musl/20231106113336.3664-2-ncopa@alpinelinux.org/T/#u +https://sourceware.org/bugzilla/show_bug.cgi?id=31034 +https://bugs.gentoo.org/916857 + +From mboxrd@z Thu Jan 1 00:00:00 1970 +X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org +X-Spam-Level: +X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, + MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, + RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham + autolearn_force=no version=3.4.4 +Received: (qmail 5179 invoked from network); 6 Nov 2023 11:46:34 -0000 +Received: from second.openwall.net (193.110.157.125) + by inbox.vuxu.org with ESMTPUTF8; 6 Nov 2023 11:46:34 -0000 +Received: (qmail 30570 invoked by uid 550); 6 Nov 2023 11:46:29 -0000 +Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm +Precedence: bulk +List-Post: +List-Help: +List-Unsubscribe: +List-Subscribe: +List-ID: +Reply-To: musl@lists.openwall.com +Received: (qmail 30538 invoked from network); 6 Nov 2023 11:46:29 -0000 +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alpinelinux.org; + s=smtp; t=1699271177; + h=from:from:reply-to:subject:subject:date:date:message-id:message-id: + to:to:cc:cc:mime-version:mime-version: + content-transfer-encoding:content-transfer-encoding; + bh=73HDLjg72r1JGckDGbEyPxYrYL7dC7MB3gMwy/yp7hc=; + b=pSGCs/DrFDbs9eEA89un578pZbyzpmTw81QGH7xK4ZAAkYiXx1ysaXlsllwxGd076F+plw + kE1QbGVndutc+ieeUOiHomF4O8IP4AqO/8xCy52LlYmnhMTcxgoXD/GWHfVcXmIgFb+8Uc + jvgM9nXFOXceFSlHLLOwJBQFE2dyBrU= +From: Natanael Copa +To: musl@lists.openwall.com +Cc: Natanael Copa +Date: Mon, 6 Nov 2023 12:33:37 +0100 +Message-ID: <20231106113336.3664-2-ncopa@alpinelinux.org> +X-Mailer: git-send-email 2.42.1 +MIME-Version: 1.0 +Content-Transfer-Encoding: 8bit +Subject: [musl] [PATCH] elf.h: add typedefs for Elf*_Relr + +Add typedefs for Elf32_Relr and Elf64_Relr as a follow-up to commit +d32dadd60efb (ldso: support DT_RELR relative relocation format) + +--- +This fixes build of iproute2 with elfutils 0.190, which assumes that +Elf*_Relr are typedef'ed when SHT_RELR is defined. + +ref: https://sourceware.org/git/?p=elfutils.git;a=commit;h=39f2c500542f69c2f1a13fd0ae4eaa5778d2ed8d +ref: https://sourceware.org/bugzilla/show_bug.cgi?id=31034 + + include/elf.h | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/include/elf.h b/include/elf.h +index 23f2c4bc..aa186d9d 100644 +--- a/include/elf.h ++++ b/include/elf.h +@@ -32,6 +32,9 @@ typedef uint16_t Elf64_Section; + typedef Elf32_Half Elf32_Versym; + typedef Elf64_Half Elf64_Versym; + ++typedef Elf32_Word Elf32_Relr; ++typedef Elf64_Xword Elf64_Relr; ++ + #define EI_NIDENT (16) + + typedef struct { +-- +2.42.1 diff --git a/musl/getconf.1 b/musl/getconf.1 new file mode 100644 index 00000000..520a688b --- /dev/null +++ b/musl/getconf.1 @@ -0,0 +1,94 @@ +.\" $NetBSD: getconf.1,v 1.13 2014/04/13 01:45:34 snj Exp $ +.\" +.\" Copyright (c) 1996 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by J.T. Conklin. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd August 9, 2011 +.Dt GETCONF 1 +.Os +.Sh NAME +.Nm getconf +.Nd get configuration values +.Sh SYNOPSIS +.Nm +.Ar system_var +.Nm +.Fl a +.Nm +.Ar path_var +.Ar pathname +.Nm +.Fl a +.Ar pathname +.Sh DESCRIPTION +The +.Nm +utility writes the current value of a configurable system limit or +option variable to the standard output. +.Pp +The +.Ar system_var +argument specifies the system variable to be queried. +The names of the system variables are from +.Xr sysconf 3 +with the leading +.Dq Li _SC_ +removed. +.Pp +The +.Ar path_var +argument specifies the pathname variable to be queried for the specified +.Ar pathname +argument. +The names of the pathname variables are from +.Xr pathconf 2 +with the leading +.Dq Li _PC_ +removed. +.Pp +When invoked with the option +.Fl a , +.Nm +writes a list of all applicable variables and their values to the +standard output, in the format +.Do +.Va name += +.Va value +.Dc . +.Sh EXIT STATUS +.Ex -std +.Sh SEE ALSO +.Xr pathconf 2 , +.Xr confstr 3 , +.Xr limits 3 , +.Xr sysconf 3 +.Sh STANDARDS +The +.Nm +utility conforms to +.St -p1003.2-92 . diff --git a/musl/getconf.c b/musl/getconf.c new file mode 100644 index 00000000..c4235242 --- /dev/null +++ b/musl/getconf.c @@ -0,0 +1,338 @@ +/*- + * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by J.T. Conklin. + * + * Mostly rewritten to be used in Alpine Linux (with musl c-library) + * by Timo Teräs. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +struct conf_variable { + const char *name; + enum { SYSCONF, CONFSTR, PATHCONF, CONSTANT, UCONSTANT, NUM_TYPES } type; + long value; +}; + +static const struct conf_variable conf_table[] = { +{ "PATH", CONFSTR, _CS_PATH }, + +/* Utility Limit Minimum Values */ +{ "POSIX2_BC_BASE_MAX", CONSTANT, _POSIX2_BC_BASE_MAX }, +{ "POSIX2_BC_DIM_MAX", CONSTANT, _POSIX2_BC_DIM_MAX }, +{ "POSIX2_BC_SCALE_MAX", CONSTANT, _POSIX2_BC_SCALE_MAX }, +{ "POSIX2_BC_STRING_MAX", CONSTANT, _POSIX2_BC_STRING_MAX }, +{ "POSIX2_COLL_WEIGHTS_MAX", CONSTANT, _POSIX2_COLL_WEIGHTS_MAX }, +{ "POSIX2_EXPR_NEST_MAX", CONSTANT, _POSIX2_EXPR_NEST_MAX }, +{ "POSIX2_LINE_MAX", CONSTANT, _POSIX2_LINE_MAX }, +{ "POSIX2_RE_DUP_MAX", CONSTANT, _POSIX2_RE_DUP_MAX }, +{ "POSIX2_VERSION", CONSTANT, _POSIX2_VERSION }, + +/* POSIX.1 Minimum Values */ +{ "_POSIX_AIO_LISTIO_MAX", CONSTANT, _POSIX_AIO_LISTIO_MAX }, +{ "_POSIX_AIO_MAX", CONSTANT, _POSIX_AIO_MAX }, +{ "_POSIX_ARG_MAX", CONSTANT, _POSIX_ARG_MAX }, +{ "_POSIX_CHILD_MAX", CONSTANT, _POSIX_CHILD_MAX }, +{ "_POSIX_LINK_MAX", CONSTANT, _POSIX_LINK_MAX }, +{ "_POSIX_MAX_CANON", CONSTANT, _POSIX_MAX_CANON }, +{ "_POSIX_MAX_INPUT", CONSTANT, _POSIX_MAX_INPUT }, +{ "_POSIX_MQ_OPEN_MAX", CONSTANT, _POSIX_MQ_OPEN_MAX }, +{ "_POSIX_MQ_PRIO_MAX", CONSTANT, _POSIX_MQ_PRIO_MAX }, +{ "_POSIX_NAME_MAX", CONSTANT, _POSIX_NAME_MAX }, +{ "_POSIX_NGROUPS_MAX", CONSTANT, _POSIX_NGROUPS_MAX }, +{ "_POSIX_OPEN_MAX", CONSTANT, _POSIX_OPEN_MAX }, +{ "_POSIX_PATH_MAX", CONSTANT, _POSIX_PATH_MAX }, +{ "_POSIX_PIPE_BUF", CONSTANT, _POSIX_PIPE_BUF }, +{ "_POSIX_SSIZE_MAX", CONSTANT, _POSIX_SSIZE_MAX }, +{ "_POSIX_STREAM_MAX", CONSTANT, _POSIX_STREAM_MAX }, +{ "_POSIX_TZNAME_MAX", CONSTANT, _POSIX_TZNAME_MAX }, + +/* Symbolic Utility Limits */ +{ "BC_BASE_MAX", SYSCONF, _SC_BC_BASE_MAX }, +{ "BC_DIM_MAX", SYSCONF, _SC_BC_DIM_MAX }, +{ "BC_SCALE_MAX", SYSCONF, _SC_BC_SCALE_MAX }, +{ "BC_STRING_MAX", SYSCONF, _SC_BC_STRING_MAX }, +{ "COLL_WEIGHTS_MAX", SYSCONF, _SC_COLL_WEIGHTS_MAX }, +{ "EXPR_NEST_MAX", SYSCONF, _SC_EXPR_NEST_MAX }, +{ "LINE_MAX", SYSCONF, _SC_LINE_MAX }, +{ "RE_DUP_MAX", SYSCONF, _SC_RE_DUP_MAX }, + +/* Optional Facility Configuration Values */ +{ "_POSIX2_C_BIND", SYSCONF, _SC_2_C_BIND }, +{ "POSIX2_C_DEV", SYSCONF, _SC_2_C_DEV }, +{ "POSIX2_CHAR_TERM", SYSCONF, _SC_2_CHAR_TERM }, +{ "POSIX2_FORT_DEV", SYSCONF, _SC_2_FORT_DEV }, +{ "POSIX2_FORT_RUN", SYSCONF, _SC_2_FORT_RUN }, +{ "POSIX2_LOCALEDEF", SYSCONF, _SC_2_LOCALEDEF }, +{ "POSIX2_SW_DEV", SYSCONF, _SC_2_SW_DEV }, +{ "POSIX2_UPE", SYSCONF, _SC_2_UPE }, + +/* POSIX.1 Configurable System Variables */ +{ "AIO_LISTIO_MAX", SYSCONF, _SC_AIO_LISTIO_MAX }, +{ "AIO_MAX", SYSCONF, _SC_AIO_MAX }, +{ "ARG_MAX", SYSCONF, _SC_ARG_MAX }, +{ "CHILD_MAX", SYSCONF, _SC_CHILD_MAX }, +{ "CLK_TCK", SYSCONF, _SC_CLK_TCK }, +{ "MQ_OPEN_MAX", SYSCONF, _SC_MQ_OPEN_MAX }, +{ "MQ_PRIO_MAX", SYSCONF, _SC_MQ_PRIO_MAX }, +{ "NGROUPS_MAX", SYSCONF, _SC_NGROUPS_MAX }, +{ "OPEN_MAX", SYSCONF, _SC_OPEN_MAX }, +{ "STREAM_MAX", SYSCONF, _SC_STREAM_MAX }, +{ "TZNAME_MAX", SYSCONF, _SC_TZNAME_MAX }, +{ "_POSIX_JOB_CONTROL", SYSCONF, _SC_JOB_CONTROL }, +{ "_POSIX_SAVED_IDS", SYSCONF, _SC_SAVED_IDS }, +{ "_POSIX_VERSION", SYSCONF, _SC_VERSION }, + +{ "LINK_MAX", PATHCONF, _PC_LINK_MAX }, +{ "MAX_CANON", PATHCONF, _PC_MAX_CANON }, +{ "MAX_INPUT", PATHCONF, _PC_MAX_INPUT }, +{ "NAME_MAX", PATHCONF, _PC_NAME_MAX }, +{ "PATH_MAX", PATHCONF, _PC_PATH_MAX }, +{ "PIPE_BUF", PATHCONF, _PC_PIPE_BUF }, +{ "_POSIX_CHOWN_RESTRICTED", PATHCONF, _PC_CHOWN_RESTRICTED }, +{ "_POSIX_NO_TRUNC", PATHCONF, _PC_NO_TRUNC }, +{ "_POSIX_VDISABLE", PATHCONF, _PC_VDISABLE }, + +/* POSIX.1b Configurable System Variables */ +{ "PAGESIZE", SYSCONF, _SC_PAGESIZE }, +{ "_POSIX_ASYNCHRONOUS_IO", SYSCONF, _SC_ASYNCHRONOUS_IO }, +{ "_POSIX_FSYNC", SYSCONF, _SC_FSYNC }, +{ "_POSIX_MAPPED_FILES", SYSCONF, _SC_MAPPED_FILES }, +{ "_POSIX_MEMLOCK", SYSCONF, _SC_MEMLOCK }, +{ "_POSIX_MEMLOCK_RANGE", SYSCONF, _SC_MEMLOCK_RANGE }, +{ "_POSIX_MEMORY_PROTECTION", SYSCONF, _SC_MEMORY_PROTECTION }, +{ "_POSIX_MESSAGE_PASSING", SYSCONF, _SC_MESSAGE_PASSING }, +{ "_POSIX_MONOTONIC_CLOCK", SYSCONF, _SC_MONOTONIC_CLOCK }, +{ "_POSIX_PRIORITY_SCHEDULING", SYSCONF, _SC_PRIORITY_SCHEDULING }, +{ "_POSIX_SEMAPHORES", SYSCONF, _SC_SEMAPHORES }, +{ "_POSIX_SHARED_MEMORY_OBJECTS", SYSCONF, _SC_SHARED_MEMORY_OBJECTS }, +{ "_POSIX_SYNCHRONIZED_IO", SYSCONF, _SC_SYNCHRONIZED_IO }, +{ "_POSIX_TIMERS", SYSCONF, _SC_TIMERS }, + +{ "_POSIX_SYNC_IO", PATHCONF, _PC_SYNC_IO }, + +/* POSIX.1c Configurable System Variables */ +{ "LOGIN_NAME_MAX", SYSCONF, _SC_LOGIN_NAME_MAX }, +{ "_POSIX_THREADS", SYSCONF, _SC_THREADS }, + +/* POSIX.1j Configurable System Variables */ +{ "_POSIX_BARRIERS", SYSCONF, _SC_BARRIERS }, +{ "_POSIX_READER_WRITER_LOCKS", SYSCONF, _SC_READER_WRITER_LOCKS }, +{ "_POSIX_SPIN_LOCKS", SYSCONF, _SC_SPIN_LOCKS }, + +/* XPG4.2 Configurable System Variables */ +{ "IOV_MAX", SYSCONF, _SC_IOV_MAX }, +{ "PAGE_SIZE", SYSCONF, _SC_PAGE_SIZE }, +{ "_XOPEN_SHM", SYSCONF, _SC_XOPEN_SHM }, + +/* X/Open CAE Spec. Issue 5 Version 2 Configurable System Variables */ +{ "FILESIZEBITS", PATHCONF, _PC_FILESIZEBITS }, + +/* POSIX.1-2001 XSI Option Group Configurable System Variables */ +{ "ATEXIT_MAX", SYSCONF, _SC_ATEXIT_MAX }, + +/* POSIX.1-2001 TSF Configurable System Variables */ +{ "GETGR_R_SIZE_MAX", SYSCONF, _SC_GETGR_R_SIZE_MAX }, +{ "GETPW_R_SIZE_MAX", SYSCONF, _SC_GETPW_R_SIZE_MAX }, + +/* Commonly provided extensions */ +{ "_PHYS_PAGES", SYSCONF, _SC_PHYS_PAGES }, +{ "_AVPHYS_PAGES", SYSCONF, _SC_AVPHYS_PAGES }, +{ "_NPROCESSORS_CONF", SYSCONF, _SC_NPROCESSORS_CONF }, +{ "_NPROCESSORS_ONLN", SYSCONF, _SC_NPROCESSORS_ONLN }, + +/* Data type related extensions */ +{ "CHAR_BIT", CONSTANT, CHAR_BIT }, +{ "CHAR_MAX", CONSTANT, CHAR_MAX }, +{ "CHAR_MIN", CONSTANT, CHAR_MIN }, +{ "INT_MAX", CONSTANT, INT_MAX }, +{ "INT_MIN", CONSTANT, INT_MIN }, +{ "LONG_BIT", CONSTANT, LONG_BIT }, +{ "LONG_MAX", CONSTANT, LONG_MAX }, +{ "LONG_MIN", CONSTANT, LONG_MIN }, +{ "SCHAR_MAX", CONSTANT, SCHAR_MAX }, +{ "SCHAR_MIN", CONSTANT, SCHAR_MIN }, +{ "SHRT_MAX", CONSTANT, SHRT_MAX }, +{ "SHRT_MIN", CONSTANT, SHRT_MIN }, +{ "SSIZE_MAX", CONSTANT, SSIZE_MAX }, +{ "UCHAR_MAX", UCONSTANT, (long) UCHAR_MAX }, +{ "UINT_MAX", UCONSTANT, (long) UINT_MAX }, +{ "ULONG_MAX", UCONSTANT, (long) ULONG_MAX }, +{ "USHRT_MAX", UCONSTANT, (long) USHRT_MAX }, +{ "WORD_BIT", CONSTANT, WORD_BIT }, + +{ NULL, CONSTANT, 0L } +}; + +static int all = 0; + +static void usage(const char *p) +{ + (void)fprintf(stderr, "Usage: %s system_var\n\t%s -a\n" + "\t%s path_var pathname\n\t%s -a pathname\n", p, p, p, p); + exit(EXIT_FAILURE); +} + +static void print_long(const char *name, long val) +{ + if (all) printf("%s = %ld\n", name, val); + else printf("%ld\n", val); +} + +static void print_ulong(const char *name, unsigned long val) +{ + if (all) printf("%s = %lu\n", name, val); + else printf("%lu\n", val); +} + +static void print_string(const char *name, const char *val) +{ + if (all) printf("%s = %s\n", name, val); + else printf("%s\n", val); +} + +static int print_constant(const struct conf_variable *cp, const char *pathname) +{ + print_long(cp->name, cp->value); + return 0; +} + +static int print_uconstant(const struct conf_variable *cp, const char *pathname) +{ + print_ulong(cp->name, (unsigned long) cp->value); + return 0; +} + +static int print_sysconf(const struct conf_variable *cp, const char *pathname) +{ + long val; + + errno = 0; + if ((val = sysconf((int)cp->value)) == -1) { + if (errno != 0) err(EXIT_FAILURE, "sysconf(%ld)", cp->value); + return -1; + } + print_long(cp->name, val); + return 0; +} + +static int print_confstr(const struct conf_variable *cp, const char *pathname) +{ + size_t len; + char *val; + + errno = 0; + if ((len = confstr((int)cp->value, NULL, 0)) == 0) goto error; + if ((val = malloc(len)) == NULL) err(EXIT_FAILURE, "Can't allocate %zu bytes", len); + errno = 0; + if (confstr((int)cp->value, val, len) == 0) goto error; + print_string(cp->name, val); + free(val); + return 0; +error: + if (errno != EINVAL) err(EXIT_FAILURE, "confstr(%ld)", cp->value); + return -1; +} + +static int print_pathconf(const struct conf_variable *cp, const char *pathname) +{ + long val; + + errno = 0; + if ((val = pathconf(pathname, (int)cp->value)) == -1) { + if (all && errno == EINVAL) return 0; + if (errno != 0) err(EXIT_FAILURE, "pathconf(%s, %ld)", pathname, cp->value); + return -1; + } + print_long(cp->name, val); + return 0; +} + +typedef int (*handler_t)(const struct conf_variable *cp, const char *pathname); +static const handler_t type_handlers[NUM_TYPES] = { + [SYSCONF] = print_sysconf, + [CONFSTR] = print_confstr, + [PATHCONF] = print_pathconf, + [CONSTANT] = print_constant, + [UCONSTANT] = print_uconstant, +}; + +int main(int argc, char **argv) +{ + const char *progname = argv[0]; + const struct conf_variable *cp; + const char *varname, *pathname; + int ch, found = 0; + + (void)setlocale(LC_ALL, ""); + while ((ch = getopt(argc, argv, "a")) != -1) { + switch (ch) { + case 'a': + all = 1; + break; + case '?': + default: + usage(progname); + } + } + argc -= optind; + argv += optind; + + if (!all) { + if (argc == 0) + usage(progname); + varname = argv[0]; + argc--; + argv++; + } else + varname = NULL; + + if (argc > 1) + usage(progname); + pathname = argv[0]; /* may be NULL */ + + for (cp = conf_table; cp->name != NULL; cp++) { + if (!all && strcmp(varname, cp->name) != 0) continue; + if ((cp->type == PATHCONF) == (pathname != NULL)) { + if (type_handlers[cp->type](cp, pathname) < 0) + print_string(cp->name, "undefined"); + found = 1; + } else if (!all) + errx(EXIT_FAILURE, "%s: invalid variable type", cp->name); + } + if (!all && !found) errx(EXIT_FAILURE, "%s: unknown variable", varname); + (void)fflush(stdout); + return ferror(stdout) ? EXIT_FAILURE : EXIT_SUCCESS; +} diff --git a/musl/getent.1 b/musl/getent.1 new file mode 100644 index 00000000..0e07058e --- /dev/null +++ b/musl/getent.1 @@ -0,0 +1,145 @@ +.\" $NetBSD: getent.1,v 1.23 2011/10/11 20:39:40 wiz Exp $ +.\" +.\" Copyright (c) 2004 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Luke Mewburn. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd October 11, 2011 +.Dt GETENT 1 +.Os +.Sh NAME +.Nm getent +.Nd get entries from administrative databases +.Sh SYNOPSIS +.Nm getent +.Ar database +.Op Ar key ... +.Nm getcap +.Ar database +.Op Ar key ... +.Sh DESCRIPTION +The +.Nm +program retrieves and displays entries from the administrative +database specified by +.Ar database , +using the lookup order specified in +.Xr nsswitch.conf 5 . +The display format for a given +.Ar database +is as per the +.Dq traditional +file format for that database. +.Pp +.Ar database +may be one of: +.Bl -column "protocols" "user:passwd:uid:gid:gecos:home_dir:shell" -offset indent -compact +.It Sy Database Ta Sy Display format +.It disktab Ta entry +.It ethers Ta address name +.It gettytab Ta entry +.It group Ta group:passwd:gid:[member[,member]...] +.It hosts Ta address name [alias ...] +.It netgroup Ta (host,user,domain) [...] +.It networks Ta name network [alias ...] +.It passwd Ta user:passwd:uid:gid:gecos:home_dir:shell +.It printcap Ta entry +.It protocols Ta name protocol [alias ...] +.It rpc Ta name number [alias ...] +.It services Ta name port/protocol [alias ...] +.It shells Ta /path/to/shell +.El +.Pp +If one or more +.Ar key +arguments are provided, they will be looked up in +.Ar database +using the appropriate function. +For example, +.Sy passwd +supports a numeric UID or user name; +.Sy hosts +supports an IPv4 address, IPv6 address, or host name; +and +.Sy services +supports a service name, service name/protocol name, numeric port, or +numeric port/protocol name. +.Pp +If no +.Ar key +is provided and +.Ar database +supports enumeration, all entries for +.Ar database +will be retrieved using the appropriate enumeration function and printed. +.Pp +For +.Xr cgetcap 3 +style databases +.Sy ( disktab , +.Sy printcap ) +specifying a key, lists the entry for that key, and specifying more arguments +after the key are used as fields in that key, and only the values of the keys +are returned. +For boolean keys +.Dv true +is returned if the key is found. +If a key is not found, then +.Dv false +is always +returned. +.Sh DIAGNOSTICS +.Nm +exits 0 on success, +1 if there was an error in the command syntax, +2 if one of the specified key names was not found in +.Ar database , +or 3 if there is no support for enumeration on +.Ar database . +.Sh SEE ALSO +.Xr cgetcap 3 , +.Xr disktab 5 , +.Xr ethers 5 , +.Xr gettytab 5 , +.Xr group 5 , +.Xr hosts 5 , +.Xr networks 5 , +.Xr nsswitch.conf 5 , +.Xr passwd 5 , +.Xr printcap 5 , +.Xr protocols 5 , +.Xr rpc 5 , +.Xr services 5 , +.Xr shells 5 +.Sh HISTORY +A +.Nm +command appeared in +.Nx 3.0 . +It was based on the command of the same name in +.Tn Solaris +and +.Tn Linux . diff --git a/musl/getent.c b/musl/getent.c new file mode 100644 index 00000000..939b46c0 --- /dev/null +++ b/musl/getent.c @@ -0,0 +1,437 @@ +/*- + * Copyright (c) 2004-2006 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Luke Mewburn. + * Timo Teräs cleaned up the code for use in Alpine Linux with musl libc. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +#include +#include +#include +#include + +enum { + RV_OK = 0, + RV_USAGE = 1, + RV_NOTFOUND = 2, + RV_NOENUM = 3 +}; + +static int usage(const char *); + +static int parsenum(const char *word, unsigned long *result) +{ + unsigned long num; + char *ep; + + if (!isdigit((unsigned char)word[0])) + return 0; + errno = 0; + num = strtoul(word, &ep, 10); + if (num == ULONG_MAX && errno == ERANGE) + return 0; + if (*ep != '\0') + return 0; + *result = num; + return 1; +} + +/* + * printfmtstrings -- + * vprintf(format, ...), + * then the aliases (beginning with prefix, separated by sep), + * then a newline + */ +__attribute__ ((format (printf, 4, 5))) +static void printfmtstrings(char *strings[], const char *prefix, const char *sep, + const char *fmt, ...) +{ + va_list ap; + const char *curpref; + size_t i; + + va_start(ap, fmt); + (void)vprintf(fmt, ap); + va_end(ap); + + curpref = prefix; + for (i = 0; strings[i] != NULL; i++) { + (void)printf("%s%s", curpref, strings[i]); + curpref = sep; + } + (void)printf("\n"); +} + +static int ethers(int argc, char *argv[]) +{ + char hostname[MAXHOSTNAMELEN + 1], *hp; + struct ether_addr ea, *eap; + int i, rv; + + if (argc == 2) { + warnx("Enumeration not supported on ethers"); + return RV_NOENUM; + } + + rv = RV_OK; + for (i = 2; i < argc; i++) { + if ((eap = ether_aton(argv[i])) == NULL) { + eap = &ea; + hp = argv[i]; + if (ether_hostton(hp, eap) != 0) { + rv = RV_NOTFOUND; + break; + } + } else { + hp = hostname; + if (ether_ntohost(hp, eap) != 0) { + rv = RV_NOTFOUND; + break; + } + } + (void)printf("%-17s %s\n", ether_ntoa(eap), hp); + } + return rv; +} + +static void groupprint(const struct group *gr) +{ + printfmtstrings(gr->gr_mem, ":", ",", "%s:%s:%u", + gr->gr_name, gr->gr_passwd, gr->gr_gid); +} + +static int group(int argc, char *argv[]) +{ + struct group *gr; + unsigned long id; + int i, rv; + + rv = RV_OK; + if (argc == 2) { + while ((gr = getgrent()) != NULL) + groupprint(gr); + } else { + for (i = 2; i < argc; i++) { + if (parsenum(argv[i], &id)) + gr = getgrgid((gid_t)id); + else + gr = getgrnam(argv[i]); + if (gr == NULL) { + rv = RV_NOTFOUND; + break; + } + groupprint(gr); + } + } + endgrent(); + return rv; +} + +static void hostsprint(const struct hostent *he) +{ + char buf[INET6_ADDRSTRLEN]; + + if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL) + (void)strlcpy(buf, "# unknown", sizeof(buf)); + printfmtstrings(he->h_aliases, " ", " ", "%-16s %s", buf, he->h_name); +} + +static int hosts(int argc, char *argv[]) +{ + struct hostent *he; + char addr[IN6ADDRSZ]; + int i, rv; + + sethostent(1); + rv = RV_OK; + if (argc == 2) { + while ((he = gethostent()) != NULL) + hostsprint(he); + } else { + for (i = 2; i < argc; i++) { + if (inet_pton(AF_INET6, argv[i], (void *)addr) > 0) + he = gethostbyaddr(addr, IN6ADDRSZ, AF_INET6); + else if (inet_pton(AF_INET, argv[i], (void *)addr) > 0) + he = gethostbyaddr(addr, INADDRSZ, AF_INET); + else + he = gethostbyname(argv[i]); + if (he == NULL) { + rv = RV_NOTFOUND; + break; + } + hostsprint(he); + } + } + endhostent(); + return rv; +} + +static void networksprint(const struct netent *ne) +{ + char buf[INET6_ADDRSTRLEN]; + struct in_addr ianet; + + ianet = inet_makeaddr(ne->n_net, 0); + if (inet_ntop(ne->n_addrtype, &ianet, buf, sizeof(buf)) == NULL) + (void)strlcpy(buf, "# unknown", sizeof(buf)); + printfmtstrings(ne->n_aliases, " ", " ", "%-16s %s", ne->n_name, buf); +} + +static int networks(int argc, char *argv[]) +{ + struct netent *ne; + in_addr_t net; + int i, rv; + + setnetent(1); + rv = RV_OK; + if (argc == 2) { + while ((ne = getnetent()) != NULL) + networksprint(ne); + } else { + for (i = 2; i < argc; i++) { + net = inet_network(argv[i]); + if (net != INADDR_NONE) + ne = getnetbyaddr(net, AF_INET); + else + ne = getnetbyname(argv[i]); + if (ne == NULL) { + rv = RV_NOTFOUND; + break; + } + networksprint(ne); + } + } + endnetent(); + return rv; +} + +static void passwdprint(struct passwd *pw) +{ + (void)printf("%s:%s:%u:%u:%s:%s:%s\n", + pw->pw_name, pw->pw_passwd, pw->pw_uid, + pw->pw_gid, pw->pw_gecos, pw->pw_dir, pw->pw_shell); +} + +static int passwd(int argc, char *argv[]) +{ + struct passwd *pw; + unsigned long id; + int i, rv; + + rv = RV_OK; + if (argc == 2) { + while ((pw = getpwent()) != NULL) + passwdprint(pw); + } else { + for (i = 2; i < argc; i++) { + if (parsenum(argv[i], &id)) + pw = getpwuid((uid_t)id); + else + pw = getpwnam(argv[i]); + if (pw == NULL) { + rv = RV_NOTFOUND; + break; + } + passwdprint(pw); + } + } + endpwent(); + return rv; +} + +static void protocolsprint(struct protoent *pe) +{ + printfmtstrings(pe->p_aliases, " ", " ", + "%-16s %5d", pe->p_name, pe->p_proto); +} + +static int protocols(int argc, char *argv[]) +{ + struct protoent *pe; + unsigned long id; + int i, rv; + + setprotoent(1); + rv = RV_OK; + if (argc == 2) { + while ((pe = getprotoent()) != NULL) + protocolsprint(pe); + } else { + for (i = 2; i < argc; i++) { + if (parsenum(argv[i], &id)) + pe = getprotobynumber((int)id); + else + pe = getprotobyname(argv[i]); + if (pe == NULL) { + rv = RV_NOTFOUND; + break; + } + protocolsprint(pe); + } + } + endprotoent(); + return rv; +} + +static void servicesprint(struct servent *se) +{ + printfmtstrings(se->s_aliases, " ", " ", + "%-16s %5d/%s", + se->s_name, ntohs(se->s_port), se->s_proto); + +} + +static int services(int argc, char *argv[]) +{ + struct servent *se; + unsigned long id; + char *proto; + int i, rv; + + setservent(1); + rv = RV_OK; + if (argc == 2) { + while ((se = getservent()) != NULL) + servicesprint(se); + } else { + for (i = 2; i < argc; i++) { + proto = strchr(argv[i], '/'); + if (proto != NULL) + *proto++ = '\0'; + if (parsenum(argv[i], &id)) + se = getservbyport(htons(id), proto); + else + se = getservbyname(argv[i], proto); + if (se == NULL) { + rv = RV_NOTFOUND; + break; + } + servicesprint(se); + } + } + endservent(); + return rv; +} + +static int shells(int argc, char *argv[]) +{ + const char *sh; + int i, rv; + + setusershell(); + rv = RV_OK; + if (argc == 2) { + while ((sh = getusershell()) != NULL) + (void)printf("%s\n", sh); + } else { + for (i = 2; i < argc; i++) { + setusershell(); + while ((sh = getusershell()) != NULL) { + if (strcmp(sh, argv[i]) == 0) { + (void)printf("%s\n", sh); + break; + } + } + if (sh == NULL) { + rv = RV_NOTFOUND; + break; + } + } + } + endusershell(); + return rv; +} + +static struct getentdb { + const char *name; + int (*callback)(int, char *[]); +} databases[] = { + { "ethers", ethers, }, + { "group", group, }, + { "hosts", hosts, }, + { "networks", networks, }, + { "passwd", passwd, }, + { "protocols", protocols, }, + { "services", services, }, + { "shells", shells, }, + + { NULL, NULL, }, +}; + +static int usage(const char *arg0) +{ + struct getentdb *curdb; + size_t i; + + (void)fprintf(stderr, "Usage: %s database [key ...]\n", arg0); + (void)fprintf(stderr, "\tdatabase may be one of:"); + for (i = 0, curdb = databases; curdb->name != NULL; curdb++, i++) { + if (i % 7 == 0) + (void)fputs("\n\t\t", stderr); + (void)fprintf(stderr, "%s%s", i % 7 == 0 ? "" : " ", + curdb->name); + } + (void)fprintf(stderr, "\n"); + exit(RV_USAGE); + /* NOTREACHED */ +} + +int +main(int argc, char *argv[]) +{ + struct getentdb *curdb; + + if (argc < 2) + usage(argv[0]); + for (curdb = databases; curdb->name != NULL; curdb++) + if (strcmp(curdb->name, argv[1]) == 0) + return (*curdb->callback)(argc, argv); + + warn("Unknown database `%s'", argv[1]); + usage(argv[0]); + /* NOTREACHED */ +} diff --git a/musl/iconv.c b/musl/iconv.c new file mode 100644 index 00000000..f5d5ce2a --- /dev/null +++ b/musl/iconv.c @@ -0,0 +1,110 @@ +/* + * iconv.c + * Implementation of SUSv4 XCU iconv utility + * Copyright © 2011 Rich Felker + * Licensed under the terms of the GNU General Public License, v2 or later + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +int main(int argc, char **argv) +{ + const char *from=0, *to=0; + int b; + iconv_t cd; + char buf[BUFSIZ]; + char outbuf[BUFSIZ*4]; + char *in, *out; + size_t inb; + size_t l; + size_t unitsize=0; + int err=0; + FILE *f; + + while ((b = getopt(argc, argv, "f:t:csl")) != EOF) switch(b) { + case 'l': + puts("UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF32-LE, UCS-2BE, UCS-2LE, WCHAR_T,\n" + "US_ASCII, ISO8859-1, ISO8859-2, ISO8859-3, ISO8859-4, ISO8859-5,\n" + "ISO8859-6, ISO8859-7, ..."); + exit(0); + case 'c': case 's': break; + case 'f': from=optarg; break; + case 't': to=optarg; break; + default: exit(1); + } + + if (!from || !to) { + setlocale(LC_CTYPE, ""); + if (!to) to = nl_langinfo(CODESET); + if (!from) from = nl_langinfo(CODESET); + } + cd = iconv_open(to, from); + if (cd == (iconv_t)-1) { + if (iconv_open(to, "WCHAR_T") == (iconv_t)-1) + fprintf(stderr, "iconv: destination charset %s: ", to); + else + fprintf(stderr, "iconv: source charset %s: ", from); + perror(""); + exit(1); + } + if (optind == argc) argv[argc++] = "-"; + + for (; optind < argc; optind++) { + if (argv[optind][0]=='-' && !argv[optind][1]) { + f = stdin; + argv[optind] = "(stdin)"; + } else if (!(f = fopen(argv[optind], "rb"))) { + fprintf(stderr, "iconv: %s: ", argv[optind]); + perror(""); + err = 1; + continue; + } + inb = 0; + for (;;) { + in = buf; + out = outbuf; + l = fread(buf+inb, 1, sizeof(buf)-inb, f); + inb += l; + if (!inb) break; + if (iconv(cd, &in, &inb, &out, (size_t [1]){sizeof outbuf})==-1 + && errno == EILSEQ) { + if (!unitsize) { + wchar_t wc='0'; + char dummy[4], *dummyp=dummy; + iconv_t cd2 = iconv_open(from, "WCHAR_T"); + if (cd == (iconv_t)-1) { + unitsize = 1; + } else { + iconv(cd2, + (char *[1]){(char *)&wc}, + (size_t[1]){1}, + &dummyp, (size_t[1]){4}); + unitsize = dummyp-dummy; + if (!unitsize) unitsize=1; + } + } + inb-=unitsize; + in+=unitsize; + } + if (inb && !l && errno==EINVAL) break; + if (out>outbuf && !fwrite(outbuf, out-outbuf, 1, stdout)) { + perror("iconv: write error"); + exit(1); + } + if (inb) memmove(buf, in, inb); + } + if (ferror(f)) { + fprintf(stderr, "iconv: %s: ", argv[optind]); + perror(""); + err = 1; + } + } + return err; +} diff --git a/musl/patch b/musl/patch new file mode 100644 index 00000000..e69de29b diff --git a/musl/queue.h b/musl/queue.h new file mode 100644 index 00000000..a38499a2 --- /dev/null +++ b/musl/queue.h @@ -0,0 +1,846 @@ +/* $NetBSD: queue.h,v 1.70 2015/11/02 15:21:23 christos Exp $ */ + +/* + * Copyright (c) 1991, 1993 + * The Regents of the University of California. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * @(#)queue.h 8.5 (Berkeley) 8/20/94 + */ + +#ifndef _SYS_QUEUE_H_ +#define _SYS_QUEUE_H_ + +/* + * This file defines five types of data structures: singly-linked lists, + * lists, simple queues, tail queues, and circular queues. + * + * A singly-linked list is headed by a single forward pointer. The + * elements are singly linked for minimum space and pointer manipulation + * overhead at the expense of O(n) removal for arbitrary elements. New + * elements can be added to the list after an existing element or at the + * head of the list. Elements being removed from the head of the list + * should use the explicit macro for this purpose for optimum + * efficiency. A singly-linked list may only be traversed in the forward + * direction. Singly-linked lists are ideal for applications with large + * datasets and few or no removals or for implementing a LIFO queue. + * + * A list is headed by a single forward pointer (or an array of forward + * pointers for a hash table header). The elements are doubly linked + * so that an arbitrary element can be removed without a need to + * traverse the list. New elements can be added to the list before + * or after an existing element or at the head of the list. A list + * may only be traversed in the forward direction. + * + * A simple queue is headed by a pair of pointers, one the head of the + * list and the other to the tail of the list. The elements are singly + * linked to save space, so elements can only be removed from the + * head of the list. New elements can be added to the list after + * an existing element, at the head of the list, or at the end of the + * list. A simple queue may only be traversed in the forward direction. + * + * A tail queue is headed by a pair of pointers, one to the head of the + * list and the other to the tail of the list. The elements are doubly + * linked so that an arbitrary element can be removed without a need to + * traverse the list. New elements can be added to the list before or + * after an existing element, at the head of the list, or at the end of + * the list. A tail queue may be traversed in either direction. + * + * A circle queue is headed by a pair of pointers, one to the head of the + * list and the other to the tail of the list. The elements are doubly + * linked so that an arbitrary element can be removed without a need to + * traverse the list. New elements can be added to the list before or after + * an existing element, at the head of the list, or at the end of the list. + * A circle queue may be traversed in either direction, but has a more + * complex end of list detection. + * + * For details on the use of these macros, see the queue(3) manual page. + */ + +/* + * Include the definition of NULL only on NetBSD because sys/null.h + * is not available elsewhere. This conditional makes the header + * portable and it can simply be dropped verbatim into any system. + * The caveat is that on other systems some other header + * must provide NULL before the macros can be used. + */ +#ifdef __NetBSD__ +#include +#endif + +#if defined(QUEUEDEBUG) +# if defined(_KERNEL) +# define QUEUEDEBUG_ABORT(...) panic(__VA_ARGS__) +# else +# include +# define QUEUEDEBUG_ABORT(...) err(1, __VA_ARGS__) +# endif +#endif + +/* + * Singly-linked List definitions. + */ +#define SLIST_HEAD(name, type) \ +struct name { \ + struct type *slh_first; /* first element */ \ +} + +#define SLIST_HEAD_INITIALIZER(head) \ + { NULL } + +#define SLIST_ENTRY(type) \ +struct { \ + struct type *sle_next; /* next element */ \ +} + +/* + * Singly-linked List access methods. + */ +#define SLIST_FIRST(head) ((head)->slh_first) +#define SLIST_END(head) NULL +#define SLIST_EMPTY(head) ((head)->slh_first == NULL) +#define SLIST_NEXT(elm, field) ((elm)->field.sle_next) + +#define SLIST_FOREACH(var, head, field) \ + for((var) = (head)->slh_first; \ + (var) != SLIST_END(head); \ + (var) = (var)->field.sle_next) + +#define SLIST_FOREACH_SAFE(var, head, field, tvar) \ + for ((var) = SLIST_FIRST((head)); \ + (var) != SLIST_END(head) && \ + ((tvar) = SLIST_NEXT((var), field), 1); \ + (var) = (tvar)) + +/* + * Singly-linked List functions. + */ +#define SLIST_INIT(head) do { \ + (head)->slh_first = SLIST_END(head); \ +} while (/*CONSTCOND*/0) + +#define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ + (elm)->field.sle_next = (slistelm)->field.sle_next; \ + (slistelm)->field.sle_next = (elm); \ +} while (/*CONSTCOND*/0) + +#define SLIST_INSERT_HEAD(head, elm, field) do { \ + (elm)->field.sle_next = (head)->slh_first; \ + (head)->slh_first = (elm); \ +} while (/*CONSTCOND*/0) + +#define SLIST_REMOVE_AFTER(slistelm, field) do { \ + (slistelm)->field.sle_next = \ + SLIST_NEXT(SLIST_NEXT((slistelm), field), field); \ +} while (/*CONSTCOND*/0) + +#define SLIST_REMOVE_HEAD(head, field) do { \ + (head)->slh_first = (head)->slh_first->field.sle_next; \ +} while (/*CONSTCOND*/0) + +#define SLIST_REMOVE(head, elm, type, field) do { \ + if ((head)->slh_first == (elm)) { \ + SLIST_REMOVE_HEAD((head), field); \ + } \ + else { \ + struct type *curelm = (head)->slh_first; \ + while(curelm->field.sle_next != (elm)) \ + curelm = curelm->field.sle_next; \ + curelm->field.sle_next = \ + curelm->field.sle_next->field.sle_next; \ + } \ +} while (/*CONSTCOND*/0) + + +/* + * List definitions. + */ +#define LIST_HEAD(name, type) \ +struct name { \ + struct type *lh_first; /* first element */ \ +} + +#define LIST_HEAD_INITIALIZER(head) \ + { NULL } + +#define LIST_ENTRY(type) \ +struct { \ + struct type *le_next; /* next element */ \ + struct type **le_prev; /* address of previous next element */ \ +} + +/* + * List access methods. + */ +#define LIST_FIRST(head) ((head)->lh_first) +#define LIST_END(head) NULL +#define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) +#define LIST_NEXT(elm, field) ((elm)->field.le_next) + +#define LIST_FOREACH(var, head, field) \ + for ((var) = ((head)->lh_first); \ + (var) != LIST_END(head); \ + (var) = ((var)->field.le_next)) + +#define LIST_FOREACH_SAFE(var, head, field, tvar) \ + for ((var) = LIST_FIRST((head)); \ + (var) != LIST_END(head) && \ + ((tvar) = LIST_NEXT((var), field), 1); \ + (var) = (tvar)) + +#define LIST_MOVE(head1, head2) do { \ + LIST_INIT((head2)); \ + if (!LIST_EMPTY((head1))) { \ + (head2)->lh_first = (head1)->lh_first; \ + LIST_INIT((head1)); \ + } \ +} while (/*CONSTCOND*/0) + +/* + * List functions. + */ +#if defined(QUEUEDEBUG) +#define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ + if ((head)->lh_first && \ + (head)->lh_first->field.le_prev != &(head)->lh_first) \ + QUEUEDEBUG_ABORT("LIST_INSERT_HEAD %p %s:%d", (head), \ + __FILE__, __LINE__); +#define QUEUEDEBUG_LIST_OP(elm, field) \ + if ((elm)->field.le_next && \ + (elm)->field.le_next->field.le_prev != \ + &(elm)->field.le_next) \ + QUEUEDEBUG_ABORT("LIST_* forw %p %s:%d", (elm), \ + __FILE__, __LINE__); \ + if (*(elm)->field.le_prev != (elm)) \ + QUEUEDEBUG_ABORT("LIST_* back %p %s:%d", (elm), \ + __FILE__, __LINE__); +#define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) \ + (elm)->field.le_next = (void *)1L; \ + (elm)->field.le_prev = (void *)1L; +#else +#define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) +#define QUEUEDEBUG_LIST_OP(elm, field) +#define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) +#endif + +#define LIST_INIT(head) do { \ + (head)->lh_first = LIST_END(head); \ +} while (/*CONSTCOND*/0) + +#define LIST_INSERT_AFTER(listelm, elm, field) do { \ + QUEUEDEBUG_LIST_OP((listelm), field) \ + if (((elm)->field.le_next = (listelm)->field.le_next) != \ + LIST_END(head)) \ + (listelm)->field.le_next->field.le_prev = \ + &(elm)->field.le_next; \ + (listelm)->field.le_next = (elm); \ + (elm)->field.le_prev = &(listelm)->field.le_next; \ +} while (/*CONSTCOND*/0) + +#define LIST_INSERT_BEFORE(listelm, elm, field) do { \ + QUEUEDEBUG_LIST_OP((listelm), field) \ + (elm)->field.le_prev = (listelm)->field.le_prev; \ + (elm)->field.le_next = (listelm); \ + *(listelm)->field.le_prev = (elm); \ + (listelm)->field.le_prev = &(elm)->field.le_next; \ +} while (/*CONSTCOND*/0) + +#define LIST_INSERT_HEAD(head, elm, field) do { \ + QUEUEDEBUG_LIST_INSERT_HEAD((head), (elm), field) \ + if (((elm)->field.le_next = (head)->lh_first) != LIST_END(head))\ + (head)->lh_first->field.le_prev = &(elm)->field.le_next;\ + (head)->lh_first = (elm); \ + (elm)->field.le_prev = &(head)->lh_first; \ +} while (/*CONSTCOND*/0) + +#define LIST_REMOVE(elm, field) do { \ + QUEUEDEBUG_LIST_OP((elm), field) \ + if ((elm)->field.le_next != NULL) \ + (elm)->field.le_next->field.le_prev = \ + (elm)->field.le_prev; \ + *(elm)->field.le_prev = (elm)->field.le_next; \ + QUEUEDEBUG_LIST_POSTREMOVE((elm), field) \ +} while (/*CONSTCOND*/0) + +#define LIST_REPLACE(elm, elm2, field) do { \ + if (((elm2)->field.le_next = (elm)->field.le_next) != NULL) \ + (elm2)->field.le_next->field.le_prev = \ + &(elm2)->field.le_next; \ + (elm2)->field.le_prev = (elm)->field.le_prev; \ + *(elm2)->field.le_prev = (elm2); \ + QUEUEDEBUG_LIST_POSTREMOVE((elm), field) \ +} while (/*CONSTCOND*/0) + +/* + * Simple queue definitions. + */ +#define SIMPLEQ_HEAD(name, type) \ +struct name { \ + struct type *sqh_first; /* first element */ \ + struct type **sqh_last; /* addr of last next element */ \ +} + +#define SIMPLEQ_HEAD_INITIALIZER(head) \ + { NULL, &(head).sqh_first } + +#define SIMPLEQ_ENTRY(type) \ +struct { \ + struct type *sqe_next; /* next element */ \ +} + +/* + * Simple queue access methods. + */ +#define SIMPLEQ_FIRST(head) ((head)->sqh_first) +#define SIMPLEQ_END(head) NULL +#define SIMPLEQ_EMPTY(head) ((head)->sqh_first == SIMPLEQ_END(head)) +#define SIMPLEQ_NEXT(elm, field) ((elm)->field.sqe_next) + +#define SIMPLEQ_FOREACH(var, head, field) \ + for ((var) = ((head)->sqh_first); \ + (var) != SIMPLEQ_END(head); \ + (var) = ((var)->field.sqe_next)) + +#define SIMPLEQ_FOREACH_SAFE(var, head, field, next) \ + for ((var) = ((head)->sqh_first); \ + (var) != SIMPLEQ_END(head) && \ + ((next = ((var)->field.sqe_next)), 1); \ + (var) = (next)) + +/* + * Simple queue functions. + */ +#define SIMPLEQ_INIT(head) do { \ + (head)->sqh_first = NULL; \ + (head)->sqh_last = &(head)->sqh_first; \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \ + if (((elm)->field.sqe_next = (head)->sqh_first) == NULL) \ + (head)->sqh_last = &(elm)->field.sqe_next; \ + (head)->sqh_first = (elm); \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_INSERT_TAIL(head, elm, field) do { \ + (elm)->field.sqe_next = NULL; \ + *(head)->sqh_last = (elm); \ + (head)->sqh_last = &(elm)->field.sqe_next; \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_INSERT_AFTER(head, listelm, elm, field) do { \ + if (((elm)->field.sqe_next = (listelm)->field.sqe_next) == NULL)\ + (head)->sqh_last = &(elm)->field.sqe_next; \ + (listelm)->field.sqe_next = (elm); \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_REMOVE_HEAD(head, field) do { \ + if (((head)->sqh_first = (head)->sqh_first->field.sqe_next) == NULL) \ + (head)->sqh_last = &(head)->sqh_first; \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_REMOVE_AFTER(head, elm, field) do { \ + if (((elm)->field.sqe_next = (elm)->field.sqe_next->field.sqe_next) \ + == NULL) \ + (head)->sqh_last = &(elm)->field.sqe_next; \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_REMOVE(head, elm, type, field) do { \ + if ((head)->sqh_first == (elm)) { \ + SIMPLEQ_REMOVE_HEAD((head), field); \ + } else { \ + struct type *curelm = (head)->sqh_first; \ + while (curelm->field.sqe_next != (elm)) \ + curelm = curelm->field.sqe_next; \ + if ((curelm->field.sqe_next = \ + curelm->field.sqe_next->field.sqe_next) == NULL) \ + (head)->sqh_last = &(curelm)->field.sqe_next; \ + } \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_CONCAT(head1, head2) do { \ + if (!SIMPLEQ_EMPTY((head2))) { \ + *(head1)->sqh_last = (head2)->sqh_first; \ + (head1)->sqh_last = (head2)->sqh_last; \ + SIMPLEQ_INIT((head2)); \ + } \ +} while (/*CONSTCOND*/0) + +#define SIMPLEQ_LAST(head, type, field) \ + (SIMPLEQ_EMPTY((head)) ? \ + NULL : \ + ((struct type *)(void *) \ + ((char *)((head)->sqh_last) - offsetof(struct type, field)))) + +/* + * Tail queue definitions. + */ +#define _TAILQ_HEAD(name, type, qual) \ +struct name { \ + qual type *tqh_first; /* first element */ \ + qual type *qual *tqh_last; /* addr of last next element */ \ +} +#define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) + +#define TAILQ_HEAD_INITIALIZER(head) \ + { TAILQ_END(head), &(head).tqh_first } + +#define _TAILQ_ENTRY(type, qual) \ +struct { \ + qual type *tqe_next; /* next element */ \ + qual type *qual *tqe_prev; /* address of previous next element */\ +} +#define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,) + +/* + * Tail queue access methods. + */ +#define TAILQ_FIRST(head) ((head)->tqh_first) +#define TAILQ_END(head) (NULL) +#define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next) +#define TAILQ_LAST(head, headname) \ + (*(((struct headname *)(void *)((head)->tqh_last))->tqh_last)) +#define TAILQ_PREV(elm, headname, field) \ + (*(((struct headname *)(void *)((elm)->field.tqe_prev))->tqh_last)) +#define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) + + +#define TAILQ_FOREACH(var, head, field) \ + for ((var) = ((head)->tqh_first); \ + (var) != TAILQ_END(head); \ + (var) = ((var)->field.tqe_next)) + +#define TAILQ_FOREACH_SAFE(var, head, field, next) \ + for ((var) = ((head)->tqh_first); \ + (var) != TAILQ_END(head) && \ + ((next) = TAILQ_NEXT(var, field), 1); (var) = (next)) + +#define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ + for ((var) = TAILQ_LAST((head), headname); \ + (var) != TAILQ_END(head); \ + (var) = TAILQ_PREV((var), headname, field)) + +#define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ + for ((var) = TAILQ_LAST((head), headname); \ + (var) != TAILQ_END(head) && \ + ((prev) = TAILQ_PREV((var), headname, field), 1); (var) = (prev)) + +/* + * Tail queue functions. + */ +#if defined(QUEUEDEBUG) +#define QUEUEDEBUG_TAILQ_INSERT_HEAD(head, elm, field) \ + if ((head)->tqh_first && \ + (head)->tqh_first->field.tqe_prev != &(head)->tqh_first) \ + QUEUEDEBUG_ABORT("TAILQ_INSERT_HEAD %p %s:%d", (head), \ + __FILE__, __LINE__); +#define QUEUEDEBUG_TAILQ_INSERT_TAIL(head, elm, field) \ + if (*(head)->tqh_last != NULL) \ + QUEUEDEBUG_ABORT("TAILQ_INSERT_TAIL %p %s:%d", (head), \ + __FILE__, __LINE__); +#define QUEUEDEBUG_TAILQ_OP(elm, field) \ + if ((elm)->field.tqe_next && \ + (elm)->field.tqe_next->field.tqe_prev != \ + &(elm)->field.tqe_next) \ + QUEUEDEBUG_ABORT("TAILQ_* forw %p %s:%d", (elm), \ + __FILE__, __LINE__); \ + if (*(elm)->field.tqe_prev != (elm)) \ + QUEUEDEBUG_ABORT("TAILQ_* back %p %s:%d", (elm), \ + __FILE__, __LINE__); +#define QUEUEDEBUG_TAILQ_PREREMOVE(head, elm, field) \ + if ((elm)->field.tqe_next == NULL && \ + (head)->tqh_last != &(elm)->field.tqe_next) \ + QUEUEDEBUG_ABORT("TAILQ_PREREMOVE head %p elm %p %s:%d",\ + (head), (elm), __FILE__, __LINE__); +#define QUEUEDEBUG_TAILQ_POSTREMOVE(elm, field) \ + (elm)->field.tqe_next = (void *)1L; \ + (elm)->field.tqe_prev = (void *)1L; +#else +#define QUEUEDEBUG_TAILQ_INSERT_HEAD(head, elm, field) +#define QUEUEDEBUG_TAILQ_INSERT_TAIL(head, elm, field) +#define QUEUEDEBUG_TAILQ_OP(elm, field) +#define QUEUEDEBUG_TAILQ_PREREMOVE(head, elm, field) +#define QUEUEDEBUG_TAILQ_POSTREMOVE(elm, field) +#endif + +#define TAILQ_INIT(head) do { \ + (head)->tqh_first = TAILQ_END(head); \ + (head)->tqh_last = &(head)->tqh_first; \ +} while (/*CONSTCOND*/0) + +#define TAILQ_INSERT_HEAD(head, elm, field) do { \ + QUEUEDEBUG_TAILQ_INSERT_HEAD((head), (elm), field) \ + if (((elm)->field.tqe_next = (head)->tqh_first) != TAILQ_END(head))\ + (head)->tqh_first->field.tqe_prev = \ + &(elm)->field.tqe_next; \ + else \ + (head)->tqh_last = &(elm)->field.tqe_next; \ + (head)->tqh_first = (elm); \ + (elm)->field.tqe_prev = &(head)->tqh_first; \ +} while (/*CONSTCOND*/0) + +#define TAILQ_INSERT_TAIL(head, elm, field) do { \ + QUEUEDEBUG_TAILQ_INSERT_TAIL((head), (elm), field) \ + (elm)->field.tqe_next = TAILQ_END(head); \ + (elm)->field.tqe_prev = (head)->tqh_last; \ + *(head)->tqh_last = (elm); \ + (head)->tqh_last = &(elm)->field.tqe_next; \ +} while (/*CONSTCOND*/0) + +#define TAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ + QUEUEDEBUG_TAILQ_OP((listelm), field) \ + if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != \ + TAILQ_END(head)) \ + (elm)->field.tqe_next->field.tqe_prev = \ + &(elm)->field.tqe_next; \ + else \ + (head)->tqh_last = &(elm)->field.tqe_next; \ + (listelm)->field.tqe_next = (elm); \ + (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \ +} while (/*CONSTCOND*/0) + +#define TAILQ_INSERT_BEFORE(listelm, elm, field) do { \ + QUEUEDEBUG_TAILQ_OP((listelm), field) \ + (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \ + (elm)->field.tqe_next = (listelm); \ + *(listelm)->field.tqe_prev = (elm); \ + (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \ +} while (/*CONSTCOND*/0) + +#define TAILQ_REMOVE(head, elm, field) do { \ + QUEUEDEBUG_TAILQ_PREREMOVE((head), (elm), field) \ + QUEUEDEBUG_TAILQ_OP((elm), field) \ + if (((elm)->field.tqe_next) != TAILQ_END(head)) \ + (elm)->field.tqe_next->field.tqe_prev = \ + (elm)->field.tqe_prev; \ + else \ + (head)->tqh_last = (elm)->field.tqe_prev; \ + *(elm)->field.tqe_prev = (elm)->field.tqe_next; \ + QUEUEDEBUG_TAILQ_POSTREMOVE((elm), field); \ +} while (/*CONSTCOND*/0) + +#define TAILQ_REPLACE(head, elm, elm2, field) do { \ + if (((elm2)->field.tqe_next = (elm)->field.tqe_next) != \ + TAILQ_END(head)) \ + (elm2)->field.tqe_next->field.tqe_prev = \ + &(elm2)->field.tqe_next; \ + else \ + (head)->tqh_last = &(elm2)->field.tqe_next; \ + (elm2)->field.tqe_prev = (elm)->field.tqe_prev; \ + *(elm2)->field.tqe_prev = (elm2); \ + QUEUEDEBUG_TAILQ_POSTREMOVE((elm), field); \ +} while (/*CONSTCOND*/0) + +#define TAILQ_CONCAT(head1, head2, field) do { \ + if (!TAILQ_EMPTY(head2)) { \ + *(head1)->tqh_last = (head2)->tqh_first; \ + (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \ + (head1)->tqh_last = (head2)->tqh_last; \ + TAILQ_INIT((head2)); \ + } \ +} while (/*CONSTCOND*/0) + +/* + * Singly-linked Tail queue declarations. + */ +#define STAILQ_HEAD(name, type) \ +struct name { \ + struct type *stqh_first; /* first element */ \ + struct type **stqh_last; /* addr of last next element */ \ +} + +#define STAILQ_HEAD_INITIALIZER(head) \ + { NULL, &(head).stqh_first } + +#define STAILQ_ENTRY(type) \ +struct { \ + struct type *stqe_next; /* next element */ \ +} + +/* + * Singly-linked Tail queue access methods. + */ +#define STAILQ_FIRST(head) ((head)->stqh_first) +#define STAILQ_END(head) NULL +#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) +#define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) + +/* + * Singly-linked Tail queue functions. + */ +#define STAILQ_INIT(head) do { \ + (head)->stqh_first = NULL; \ + (head)->stqh_last = &(head)->stqh_first; \ +} while (/*CONSTCOND*/0) + +#define STAILQ_INSERT_HEAD(head, elm, field) do { \ + if (((elm)->field.stqe_next = (head)->stqh_first) == NULL) \ + (head)->stqh_last = &(elm)->field.stqe_next; \ + (head)->stqh_first = (elm); \ +} while (/*CONSTCOND*/0) + +#define STAILQ_INSERT_TAIL(head, elm, field) do { \ + (elm)->field.stqe_next = NULL; \ + *(head)->stqh_last = (elm); \ + (head)->stqh_last = &(elm)->field.stqe_next; \ +} while (/*CONSTCOND*/0) + +#define STAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ + if (((elm)->field.stqe_next = (listelm)->field.stqe_next) == NULL)\ + (head)->stqh_last = &(elm)->field.stqe_next; \ + (listelm)->field.stqe_next = (elm); \ +} while (/*CONSTCOND*/0) + +#define STAILQ_REMOVE_HEAD(head, field) do { \ + if (((head)->stqh_first = (head)->stqh_first->field.stqe_next) == NULL) \ + (head)->stqh_last = &(head)->stqh_first; \ +} while (/*CONSTCOND*/0) + +#define STAILQ_REMOVE(head, elm, type, field) do { \ + if ((head)->stqh_first == (elm)) { \ + STAILQ_REMOVE_HEAD((head), field); \ + } else { \ + struct type *curelm = (head)->stqh_first; \ + while (curelm->field.stqe_next != (elm)) \ + curelm = curelm->field.stqe_next; \ + if ((curelm->field.stqe_next = \ + curelm->field.stqe_next->field.stqe_next) == NULL) \ + (head)->stqh_last = &(curelm)->field.stqe_next; \ + } \ +} while (/*CONSTCOND*/0) + +#define STAILQ_FOREACH(var, head, field) \ + for ((var) = ((head)->stqh_first); \ + (var); \ + (var) = ((var)->field.stqe_next)) + +#define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ + for ((var) = STAILQ_FIRST((head)); \ + (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \ + (var) = (tvar)) + +#define STAILQ_CONCAT(head1, head2) do { \ + if (!STAILQ_EMPTY((head2))) { \ + *(head1)->stqh_last = (head2)->stqh_first; \ + (head1)->stqh_last = (head2)->stqh_last; \ + STAILQ_INIT((head2)); \ + } \ +} while (/*CONSTCOND*/0) + +#define STAILQ_LAST(head, type, field) \ + (STAILQ_EMPTY((head)) ? \ + NULL : \ + ((struct type *)(void *) \ + ((char *)((head)->stqh_last) - offsetof(struct type, field)))) + + +#ifndef _KERNEL +/* + * Circular queue definitions. Do not use. We still keep the macros + * for compatibility but because of pointer aliasing issues their use + * is discouraged! + */ + +/* + * __launder_type(): We use this ugly hack to work around the the compiler + * noticing that two types may not alias each other and elide tests in code. + * We hit this in the CIRCLEQ macros when comparing 'struct name *' and + * 'struct type *' (see CIRCLEQ_HEAD()). Modern compilers (such as GCC + * 4.8) declare these comparisons as always false, causing the code to + * not run as designed. + * + * This hack is only to be used for comparisons and thus can be fully const. + * Do not use for assignment. + * + * If we ever choose to change the ABI of the CIRCLEQ macros, we could fix + * this by changing the head/tail sentinal values, but see the note above + * this one. + */ +static __inline const void * __launder_type(const void *); +static __inline const void * +__launder_type(const void *__x) +{ + __asm __volatile("" : "+r" (__x)); + return __x; +} + +#if defined(QUEUEDEBUG) +#define QUEUEDEBUG_CIRCLEQ_HEAD(head, field) \ + if ((head)->cqh_first != CIRCLEQ_ENDC(head) && \ + (head)->cqh_first->field.cqe_prev != CIRCLEQ_ENDC(head)) \ + QUEUEDEBUG_ABORT("CIRCLEQ head forw %p %s:%d", (head), \ + __FILE__, __LINE__); \ + if ((head)->cqh_last != CIRCLEQ_ENDC(head) && \ + (head)->cqh_last->field.cqe_next != CIRCLEQ_ENDC(head)) \ + QUEUEDEBUG_ABORT("CIRCLEQ head back %p %s:%d", (head), \ + __FILE__, __LINE__); +#define QUEUEDEBUG_CIRCLEQ_ELM(head, elm, field) \ + if ((elm)->field.cqe_next == CIRCLEQ_ENDC(head)) { \ + if ((head)->cqh_last != (elm)) \ + QUEUEDEBUG_ABORT("CIRCLEQ elm last %p %s:%d", \ + (elm), __FILE__, __LINE__); \ + } else { \ + if ((elm)->field.cqe_next->field.cqe_prev != (elm)) \ + QUEUEDEBUG_ABORT("CIRCLEQ elm forw %p %s:%d", \ + (elm), __FILE__, __LINE__); \ + } \ + if ((elm)->field.cqe_prev == CIRCLEQ_ENDC(head)) { \ + if ((head)->cqh_first != (elm)) \ + QUEUEDEBUG_ABORT("CIRCLEQ elm first %p %s:%d", \ + (elm), __FILE__, __LINE__); \ + } else { \ + if ((elm)->field.cqe_prev->field.cqe_next != (elm)) \ + QUEUEDEBUG_ABORT("CIRCLEQ elm prev %p %s:%d", \ + (elm), __FILE__, __LINE__); \ + } +#define QUEUEDEBUG_CIRCLEQ_POSTREMOVE(elm, field) \ + (elm)->field.cqe_next = (void *)1L; \ + (elm)->field.cqe_prev = (void *)1L; +#else +#define QUEUEDEBUG_CIRCLEQ_HEAD(head, field) +#define QUEUEDEBUG_CIRCLEQ_ELM(head, elm, field) +#define QUEUEDEBUG_CIRCLEQ_POSTREMOVE(elm, field) +#endif + +#define CIRCLEQ_HEAD(name, type) \ +struct name { \ + struct type *cqh_first; /* first element */ \ + struct type *cqh_last; /* last element */ \ +} + +#define CIRCLEQ_HEAD_INITIALIZER(head) \ + { CIRCLEQ_END(&head), CIRCLEQ_END(&head) } + +#define CIRCLEQ_ENTRY(type) \ +struct { \ + struct type *cqe_next; /* next element */ \ + struct type *cqe_prev; /* previous element */ \ +} + +/* + * Circular queue functions. + */ +#define CIRCLEQ_INIT(head) do { \ + (head)->cqh_first = CIRCLEQ_END(head); \ + (head)->cqh_last = CIRCLEQ_END(head); \ +} while (/*CONSTCOND*/0) + +#define CIRCLEQ_INSERT_AFTER(head, listelm, elm, field) do { \ + QUEUEDEBUG_CIRCLEQ_HEAD((head), field) \ + QUEUEDEBUG_CIRCLEQ_ELM((head), (listelm), field) \ + (elm)->field.cqe_next = (listelm)->field.cqe_next; \ + (elm)->field.cqe_prev = (listelm); \ + if ((listelm)->field.cqe_next == CIRCLEQ_ENDC(head)) \ + (head)->cqh_last = (elm); \ + else \ + (listelm)->field.cqe_next->field.cqe_prev = (elm); \ + (listelm)->field.cqe_next = (elm); \ +} while (/*CONSTCOND*/0) + +#define CIRCLEQ_INSERT_BEFORE(head, listelm, elm, field) do { \ + QUEUEDEBUG_CIRCLEQ_HEAD((head), field) \ + QUEUEDEBUG_CIRCLEQ_ELM((head), (listelm), field) \ + (elm)->field.cqe_next = (listelm); \ + (elm)->field.cqe_prev = (listelm)->field.cqe_prev; \ + if ((listelm)->field.cqe_prev == CIRCLEQ_ENDC(head)) \ + (head)->cqh_first = (elm); \ + else \ + (listelm)->field.cqe_prev->field.cqe_next = (elm); \ + (listelm)->field.cqe_prev = (elm); \ +} while (/*CONSTCOND*/0) + +#define CIRCLEQ_INSERT_HEAD(head, elm, field) do { \ + QUEUEDEBUG_CIRCLEQ_HEAD((head), field) \ + (elm)->field.cqe_next = (head)->cqh_first; \ + (elm)->field.cqe_prev = CIRCLEQ_END(head); \ + if ((head)->cqh_last == CIRCLEQ_ENDC(head)) \ + (head)->cqh_last = (elm); \ + else \ + (head)->cqh_first->field.cqe_prev = (elm); \ + (head)->cqh_first = (elm); \ +} while (/*CONSTCOND*/0) + +#define CIRCLEQ_INSERT_TAIL(head, elm, field) do { \ + QUEUEDEBUG_CIRCLEQ_HEAD((head), field) \ + (elm)->field.cqe_next = CIRCLEQ_END(head); \ + (elm)->field.cqe_prev = (head)->cqh_last; \ + if ((head)->cqh_first == CIRCLEQ_ENDC(head)) \ + (head)->cqh_first = (elm); \ + else \ + (head)->cqh_last->field.cqe_next = (elm); \ + (head)->cqh_last = (elm); \ +} while (/*CONSTCOND*/0) + +#define CIRCLEQ_REMOVE(head, elm, field) do { \ + QUEUEDEBUG_CIRCLEQ_HEAD((head), field) \ + QUEUEDEBUG_CIRCLEQ_ELM((head), (elm), field) \ + if ((elm)->field.cqe_next == CIRCLEQ_ENDC(head)) \ + (head)->cqh_last = (elm)->field.cqe_prev; \ + else \ + (elm)->field.cqe_next->field.cqe_prev = \ + (elm)->field.cqe_prev; \ + if ((elm)->field.cqe_prev == CIRCLEQ_ENDC(head)) \ + (head)->cqh_first = (elm)->field.cqe_next; \ + else \ + (elm)->field.cqe_prev->field.cqe_next = \ + (elm)->field.cqe_next; \ + QUEUEDEBUG_CIRCLEQ_POSTREMOVE((elm), field) \ +} while (/*CONSTCOND*/0) + +#define CIRCLEQ_FOREACH(var, head, field) \ + for ((var) = ((head)->cqh_first); \ + (var) != CIRCLEQ_ENDC(head); \ + (var) = ((var)->field.cqe_next)) + +#define CIRCLEQ_FOREACH_REVERSE(var, head, field) \ + for ((var) = ((head)->cqh_last); \ + (var) != CIRCLEQ_ENDC(head); \ + (var) = ((var)->field.cqe_prev)) + +/* + * Circular queue access methods. + */ +#define CIRCLEQ_FIRST(head) ((head)->cqh_first) +#define CIRCLEQ_LAST(head) ((head)->cqh_last) +/* For comparisons */ +#define CIRCLEQ_ENDC(head) (__launder_type(head)) +/* For assignments */ +#define CIRCLEQ_END(head) ((void *)(head)) +#define CIRCLEQ_NEXT(elm, field) ((elm)->field.cqe_next) +#define CIRCLEQ_PREV(elm, field) ((elm)->field.cqe_prev) +#define CIRCLEQ_EMPTY(head) \ + (CIRCLEQ_FIRST(head) == CIRCLEQ_ENDC(head)) + +#define CIRCLEQ_LOOP_NEXT(head, elm, field) \ + (((elm)->field.cqe_next == CIRCLEQ_ENDC(head)) \ + ? ((head)->cqh_first) \ + : (elm->field.cqe_next)) +#define CIRCLEQ_LOOP_PREV(head, elm, field) \ + (((elm)->field.cqe_prev == CIRCLEQ_ENDC(head)) \ + ? ((head)->cqh_last) \ + : (elm->field.cqe_prev)) +#endif /* !_KERNEL */ + +#endif /* !_SYS_QUEUE_H_ */ diff --git a/musl/tree.h b/musl/tree.h new file mode 100644 index 00000000..eaea56aa --- /dev/null +++ b/musl/tree.h @@ -0,0 +1,761 @@ +/* $NetBSD: tree.h,v 1.20 2013/09/14 13:20:45 joerg Exp $ */ +/* $OpenBSD: tree.h,v 1.13 2011/07/09 00:19:45 pirofti Exp $ */ +/* + * Copyright 2002 Niels Provos + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +#ifndef _SYS_TREE_H_ +#define _SYS_TREE_H_ + +/* + * This file defines data structures for different types of trees: + * splay trees and red-black trees. + * + * A splay tree is a self-organizing data structure. Every operation + * on the tree causes a splay to happen. The splay moves the requested + * node to the root of the tree and partly rebalances it. + * + * This has the benefit that request locality causes faster lookups as + * the requested nodes move to the top of the tree. On the other hand, + * every lookup causes memory writes. + * + * The Balance Theorem bounds the total access time for m operations + * and n inserts on an initially empty tree as O((m + n)lg n). The + * amortized cost for a sequence of m accesses to a splay tree is O(lg n); + * + * A red-black tree is a binary search tree with the node color as an + * extra attribute. It fulfills a set of conditions: + * - every search path from the root to a leaf consists of the + * same number of black nodes, + * - each red node (except for the root) has a black parent, + * - each leaf node is black. + * + * Every operation on a red-black tree is bounded as O(lg n). + * The maximum height of a red-black tree is 2lg (n+1). + */ + +#define SPLAY_HEAD(name, type) \ +struct name { \ + struct type *sph_root; /* root of the tree */ \ +} + +#define SPLAY_INITIALIZER(root) \ + { NULL } + +#define SPLAY_INIT(root) do { \ + (root)->sph_root = NULL; \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_ENTRY(type) \ +struct { \ + struct type *spe_left; /* left element */ \ + struct type *spe_right; /* right element */ \ +} + +#define SPLAY_LEFT(elm, field) (elm)->field.spe_left +#define SPLAY_RIGHT(elm, field) (elm)->field.spe_right +#define SPLAY_ROOT(head) (head)->sph_root +#define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) + +/* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */ +#define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ + SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ + SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ + (head)->sph_root = tmp; \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ + SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ + SPLAY_LEFT(tmp, field) = (head)->sph_root; \ + (head)->sph_root = tmp; \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_LINKLEFT(head, tmp, field) do { \ + SPLAY_LEFT(tmp, field) = (head)->sph_root; \ + tmp = (head)->sph_root; \ + (head)->sph_root = SPLAY_LEFT((head)->sph_root, field); \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_LINKRIGHT(head, tmp, field) do { \ + SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ + tmp = (head)->sph_root; \ + (head)->sph_root = SPLAY_RIGHT((head)->sph_root, field); \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ + SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \ + SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field);\ + SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(node, field); \ + SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(node, field); \ +} while (/*CONSTCOND*/ 0) + +/* Generates prototypes and inline functions */ + +#define SPLAY_PROTOTYPE(name, type, field, cmp) \ +void name##_SPLAY(struct name *, struct type *); \ +void name##_SPLAY_MINMAX(struct name *, int); \ +struct type *name##_SPLAY_INSERT(struct name *, struct type *); \ +struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \ + \ +/* Finds the node with the same key as elm */ \ +static __inline struct type * \ +name##_SPLAY_FIND(struct name *head, struct type *elm) \ +{ \ + if (SPLAY_EMPTY(head)) \ + return(NULL); \ + name##_SPLAY(head, elm); \ + if ((cmp)(elm, (head)->sph_root) == 0) \ + return (head->sph_root); \ + return (NULL); \ +} \ + \ +static __inline __unused struct type * \ +name##_SPLAY_NEXT(struct name *head, struct type *elm) \ +{ \ + name##_SPLAY(head, elm); \ + if (SPLAY_RIGHT(elm, field) != NULL) { \ + elm = SPLAY_RIGHT(elm, field); \ + while (SPLAY_LEFT(elm, field) != NULL) { \ + elm = SPLAY_LEFT(elm, field); \ + } \ + } else \ + elm = NULL; \ + return (elm); \ +} \ + \ +static __unused __inline struct type * \ +name##_SPLAY_MIN_MAX(struct name *head, int val) \ +{ \ + name##_SPLAY_MINMAX(head, val); \ + return (SPLAY_ROOT(head)); \ +} + +/* Main splay operation. + * Moves node close to the key of elm to top + */ +#define SPLAY_GENERATE(name, type, field, cmp) \ +struct type * \ +name##_SPLAY_INSERT(struct name *head, struct type *elm) \ +{ \ + if (SPLAY_EMPTY(head)) { \ + SPLAY_LEFT(elm, field) = SPLAY_RIGHT(elm, field) = NULL; \ + } else { \ + int __comp; \ + name##_SPLAY(head, elm); \ + __comp = (cmp)(elm, (head)->sph_root); \ + if(__comp < 0) { \ + SPLAY_LEFT(elm, field) = SPLAY_LEFT((head)->sph_root, field);\ + SPLAY_RIGHT(elm, field) = (head)->sph_root; \ + SPLAY_LEFT((head)->sph_root, field) = NULL; \ + } else if (__comp > 0) { \ + SPLAY_RIGHT(elm, field) = SPLAY_RIGHT((head)->sph_root, field);\ + SPLAY_LEFT(elm, field) = (head)->sph_root; \ + SPLAY_RIGHT((head)->sph_root, field) = NULL; \ + } else \ + return ((head)->sph_root); \ + } \ + (head)->sph_root = (elm); \ + return (NULL); \ +} \ + \ +struct type * \ +name##_SPLAY_REMOVE(struct name *head, struct type *elm) \ +{ \ + struct type *__tmp; \ + if (SPLAY_EMPTY(head)) \ + return (NULL); \ + name##_SPLAY(head, elm); \ + if ((cmp)(elm, (head)->sph_root) == 0) { \ + if (SPLAY_LEFT((head)->sph_root, field) == NULL) { \ + (head)->sph_root = SPLAY_RIGHT((head)->sph_root, field);\ + } else { \ + __tmp = SPLAY_RIGHT((head)->sph_root, field); \ + (head)->sph_root = SPLAY_LEFT((head)->sph_root, field);\ + name##_SPLAY(head, elm); \ + SPLAY_RIGHT((head)->sph_root, field) = __tmp; \ + } \ + return (elm); \ + } \ + return (NULL); \ +} \ + \ +void \ +name##_SPLAY(struct name *head, struct type *elm) \ +{ \ + struct type __node, *__left, *__right, *__tmp; \ + int __comp; \ +\ + SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\ + __left = __right = &__node; \ +\ + while ((__comp = (cmp)(elm, (head)->sph_root)) != 0) { \ + if (__comp < 0) { \ + __tmp = SPLAY_LEFT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if ((cmp)(elm, __tmp) < 0){ \ + SPLAY_ROTATE_RIGHT(head, __tmp, field); \ + if (SPLAY_LEFT((head)->sph_root, field) == NULL)\ + break; \ + } \ + SPLAY_LINKLEFT(head, __right, field); \ + } else if (__comp > 0) { \ + __tmp = SPLAY_RIGHT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if ((cmp)(elm, __tmp) > 0){ \ + SPLAY_ROTATE_LEFT(head, __tmp, field); \ + if (SPLAY_RIGHT((head)->sph_root, field) == NULL)\ + break; \ + } \ + SPLAY_LINKRIGHT(head, __left, field); \ + } \ + } \ + SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ +} \ + \ +/* Splay with either the minimum or the maximum element \ + * Used to find minimum or maximum element in tree. \ + */ \ +void name##_SPLAY_MINMAX(struct name *head, int __comp) \ +{ \ + struct type __node, *__left, *__right, *__tmp; \ +\ + SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\ + __left = __right = &__node; \ +\ + while (1) { \ + if (__comp < 0) { \ + __tmp = SPLAY_LEFT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if (__comp < 0){ \ + SPLAY_ROTATE_RIGHT(head, __tmp, field); \ + if (SPLAY_LEFT((head)->sph_root, field) == NULL)\ + break; \ + } \ + SPLAY_LINKLEFT(head, __right, field); \ + } else if (__comp > 0) { \ + __tmp = SPLAY_RIGHT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if (__comp > 0) { \ + SPLAY_ROTATE_LEFT(head, __tmp, field); \ + if (SPLAY_RIGHT((head)->sph_root, field) == NULL)\ + break; \ + } \ + SPLAY_LINKRIGHT(head, __left, field); \ + } \ + } \ + SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ +} + +#define SPLAY_NEGINF -1 +#define SPLAY_INF 1 + +#define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) +#define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) +#define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) +#define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) +#define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ + : name##_SPLAY_MIN_MAX(x, SPLAY_NEGINF)) +#define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ + : name##_SPLAY_MIN_MAX(x, SPLAY_INF)) + +#define SPLAY_FOREACH(x, name, head) \ + for ((x) = SPLAY_MIN(name, head); \ + (x) != NULL; \ + (x) = SPLAY_NEXT(name, head, x)) + +/* Macros that define a red-black tree */ +#define RB_HEAD(name, type) \ +struct name { \ + struct type *rbh_root; /* root of the tree */ \ +} + +#define RB_INITIALIZER(root) \ + { NULL } + +#define RB_INIT(root) do { \ + (root)->rbh_root = NULL; \ +} while (/*CONSTCOND*/ 0) + +#define RB_BLACK 0 +#define RB_RED 1 +#define RB_ENTRY(type) \ +struct { \ + struct type *rbe_left; /* left element */ \ + struct type *rbe_right; /* right element */ \ + struct type *rbe_parent; /* parent element */ \ + int rbe_color; /* node color */ \ +} + +#define RB_LEFT(elm, field) (elm)->field.rbe_left +#define RB_RIGHT(elm, field) (elm)->field.rbe_right +#define RB_PARENT(elm, field) (elm)->field.rbe_parent +#define RB_COLOR(elm, field) (elm)->field.rbe_color +#define RB_ROOT(head) (head)->rbh_root +#define RB_EMPTY(head) (RB_ROOT(head) == NULL) + +#define RB_SET(elm, parent, field) do { \ + RB_PARENT(elm, field) = parent; \ + RB_LEFT(elm, field) = RB_RIGHT(elm, field) = NULL; \ + RB_COLOR(elm, field) = RB_RED; \ +} while (/*CONSTCOND*/ 0) + +#define RB_SET_BLACKRED(black, red, field) do { \ + RB_COLOR(black, field) = RB_BLACK; \ + RB_COLOR(red, field) = RB_RED; \ +} while (/*CONSTCOND*/ 0) + +#ifndef RB_AUGMENT +#define RB_AUGMENT(x) do {} while (/*CONSTCOND*/ 0) +#endif + +#define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ + (tmp) = RB_RIGHT(elm, field); \ + if ((RB_RIGHT(elm, field) = RB_LEFT(tmp, field)) != NULL) { \ + RB_PARENT(RB_LEFT(tmp, field), field) = (elm); \ + } \ + RB_AUGMENT(elm); \ + if ((RB_PARENT(tmp, field) = RB_PARENT(elm, field)) != NULL) { \ + if ((elm) == RB_LEFT(RB_PARENT(elm, field), field)) \ + RB_LEFT(RB_PARENT(elm, field), field) = (tmp); \ + else \ + RB_RIGHT(RB_PARENT(elm, field), field) = (tmp); \ + } else \ + (head)->rbh_root = (tmp); \ + RB_LEFT(tmp, field) = (elm); \ + RB_PARENT(elm, field) = (tmp); \ + RB_AUGMENT(tmp); \ + if ((RB_PARENT(tmp, field))) \ + RB_AUGMENT(RB_PARENT(tmp, field)); \ +} while (/*CONSTCOND*/ 0) + +#define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ + (tmp) = RB_LEFT(elm, field); \ + if ((RB_LEFT(elm, field) = RB_RIGHT(tmp, field)) != NULL) { \ + RB_PARENT(RB_RIGHT(tmp, field), field) = (elm); \ + } \ + RB_AUGMENT(elm); \ + if ((RB_PARENT(tmp, field) = RB_PARENT(elm, field)) != NULL) { \ + if ((elm) == RB_LEFT(RB_PARENT(elm, field), field)) \ + RB_LEFT(RB_PARENT(elm, field), field) = (tmp); \ + else \ + RB_RIGHT(RB_PARENT(elm, field), field) = (tmp); \ + } else \ + (head)->rbh_root = (tmp); \ + RB_RIGHT(tmp, field) = (elm); \ + RB_PARENT(elm, field) = (tmp); \ + RB_AUGMENT(tmp); \ + if ((RB_PARENT(tmp, field))) \ + RB_AUGMENT(RB_PARENT(tmp, field)); \ +} while (/*CONSTCOND*/ 0) + +/* Generates prototypes and inline functions */ +#define RB_PROTOTYPE(name, type, field, cmp) \ + RB_PROTOTYPE_INTERNAL(name, type, field, cmp,) +#define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ + RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __unused static) +#define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ +attr void name##_RB_INSERT_COLOR(struct name *, struct type *); \ +attr void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *);\ +attr struct type *name##_RB_REMOVE(struct name *, struct type *); \ +attr struct type *name##_RB_INSERT(struct name *, struct type *); \ +attr struct type *name##_RB_FIND(struct name *, struct type *); \ +attr struct type *name##_RB_NFIND(struct name *, struct type *); \ +attr struct type *name##_RB_NEXT(struct type *); \ +attr struct type *name##_RB_PREV(struct type *); \ +attr struct type *name##_RB_MINMAX(struct name *, int); \ + \ + +/* Main rb operation. + * Moves node close to the key of elm to top + */ +#define RB_GENERATE(name, type, field, cmp) \ + RB_GENERATE_INTERNAL(name, type, field, cmp,) +#define RB_GENERATE_STATIC(name, type, field, cmp) \ + RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) +#define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ +attr void \ +name##_RB_INSERT_COLOR(struct name *head, struct type *elm) \ +{ \ + struct type *parent, *gparent, *tmp; \ + while ((parent = RB_PARENT(elm, field)) != NULL && \ + RB_COLOR(parent, field) == RB_RED) { \ + gparent = RB_PARENT(parent, field); \ + if (parent == RB_LEFT(gparent, field)) { \ + tmp = RB_RIGHT(gparent, field); \ + if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ + RB_COLOR(tmp, field) = RB_BLACK; \ + RB_SET_BLACKRED(parent, gparent, field);\ + elm = gparent; \ + continue; \ + } \ + if (RB_RIGHT(parent, field) == elm) { \ + RB_ROTATE_LEFT(head, parent, tmp, field);\ + tmp = parent; \ + parent = elm; \ + elm = tmp; \ + } \ + RB_SET_BLACKRED(parent, gparent, field); \ + RB_ROTATE_RIGHT(head, gparent, tmp, field); \ + } else { \ + tmp = RB_LEFT(gparent, field); \ + if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ + RB_COLOR(tmp, field) = RB_BLACK; \ + RB_SET_BLACKRED(parent, gparent, field);\ + elm = gparent; \ + continue; \ + } \ + if (RB_LEFT(parent, field) == elm) { \ + RB_ROTATE_RIGHT(head, parent, tmp, field);\ + tmp = parent; \ + parent = elm; \ + elm = tmp; \ + } \ + RB_SET_BLACKRED(parent, gparent, field); \ + RB_ROTATE_LEFT(head, gparent, tmp, field); \ + } \ + } \ + RB_COLOR(head->rbh_root, field) = RB_BLACK; \ +} \ + \ +attr void \ +name##_RB_REMOVE_COLOR(struct name *head, struct type *parent, struct type *elm) \ +{ \ + struct type *tmp; \ + while ((elm == NULL || RB_COLOR(elm, field) == RB_BLACK) && \ + elm != RB_ROOT(head)) { \ + if (RB_LEFT(parent, field) == elm) { \ + tmp = RB_RIGHT(parent, field); \ + if (RB_COLOR(tmp, field) == RB_RED) { \ + RB_SET_BLACKRED(tmp, parent, field); \ + RB_ROTATE_LEFT(head, parent, tmp, field);\ + tmp = RB_RIGHT(parent, field); \ + } \ + if ((RB_LEFT(tmp, field) == NULL || \ + RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\ + (RB_RIGHT(tmp, field) == NULL || \ + RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\ + RB_COLOR(tmp, field) = RB_RED; \ + elm = parent; \ + parent = RB_PARENT(elm, field); \ + } else { \ + if (RB_RIGHT(tmp, field) == NULL || \ + RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK) {\ + struct type *oleft; \ + if ((oleft = RB_LEFT(tmp, field)) \ + != NULL) \ + RB_COLOR(oleft, field) = RB_BLACK;\ + RB_COLOR(tmp, field) = RB_RED; \ + RB_ROTATE_RIGHT(head, tmp, oleft, field);\ + tmp = RB_RIGHT(parent, field); \ + } \ + RB_COLOR(tmp, field) = RB_COLOR(parent, field);\ + RB_COLOR(parent, field) = RB_BLACK; \ + if (RB_RIGHT(tmp, field)) \ + RB_COLOR(RB_RIGHT(tmp, field), field) = RB_BLACK;\ + RB_ROTATE_LEFT(head, parent, tmp, field);\ + elm = RB_ROOT(head); \ + break; \ + } \ + } else { \ + tmp = RB_LEFT(parent, field); \ + if (RB_COLOR(tmp, field) == RB_RED) { \ + RB_SET_BLACKRED(tmp, parent, field); \ + RB_ROTATE_RIGHT(head, parent, tmp, field);\ + tmp = RB_LEFT(parent, field); \ + } \ + if ((RB_LEFT(tmp, field) == NULL || \ + RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\ + (RB_RIGHT(tmp, field) == NULL || \ + RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\ + RB_COLOR(tmp, field) = RB_RED; \ + elm = parent; \ + parent = RB_PARENT(elm, field); \ + } else { \ + if (RB_LEFT(tmp, field) == NULL || \ + RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) {\ + struct type *oright; \ + if ((oright = RB_RIGHT(tmp, field)) \ + != NULL) \ + RB_COLOR(oright, field) = RB_BLACK;\ + RB_COLOR(tmp, field) = RB_RED; \ + RB_ROTATE_LEFT(head, tmp, oright, field);\ + tmp = RB_LEFT(parent, field); \ + } \ + RB_COLOR(tmp, field) = RB_COLOR(parent, field);\ + RB_COLOR(parent, field) = RB_BLACK; \ + if (RB_LEFT(tmp, field)) \ + RB_COLOR(RB_LEFT(tmp, field), field) = RB_BLACK;\ + RB_ROTATE_RIGHT(head, parent, tmp, field);\ + elm = RB_ROOT(head); \ + break; \ + } \ + } \ + } \ + if (elm) \ + RB_COLOR(elm, field) = RB_BLACK; \ +} \ + \ +attr struct type * \ +name##_RB_REMOVE(struct name *head, struct type *elm) \ +{ \ + struct type *child, *parent, *old = elm; \ + int color; \ + if (RB_LEFT(elm, field) == NULL) \ + child = RB_RIGHT(elm, field); \ + else if (RB_RIGHT(elm, field) == NULL) \ + child = RB_LEFT(elm, field); \ + else { \ + struct type *left; \ + elm = RB_RIGHT(elm, field); \ + while ((left = RB_LEFT(elm, field)) != NULL) \ + elm = left; \ + child = RB_RIGHT(elm, field); \ + parent = RB_PARENT(elm, field); \ + color = RB_COLOR(elm, field); \ + if (child) \ + RB_PARENT(child, field) = parent; \ + if (parent) { \ + if (RB_LEFT(parent, field) == elm) \ + RB_LEFT(parent, field) = child; \ + else \ + RB_RIGHT(parent, field) = child; \ + RB_AUGMENT(parent); \ + } else \ + RB_ROOT(head) = child; \ + if (RB_PARENT(elm, field) == old) \ + parent = elm; \ + (elm)->field = (old)->field; \ + if (RB_PARENT(old, field)) { \ + if (RB_LEFT(RB_PARENT(old, field), field) == old)\ + RB_LEFT(RB_PARENT(old, field), field) = elm;\ + else \ + RB_RIGHT(RB_PARENT(old, field), field) = elm;\ + RB_AUGMENT(RB_PARENT(old, field)); \ + } else \ + RB_ROOT(head) = elm; \ + RB_PARENT(RB_LEFT(old, field), field) = elm; \ + if (RB_RIGHT(old, field)) \ + RB_PARENT(RB_RIGHT(old, field), field) = elm; \ + if (parent) { \ + left = parent; \ + do { \ + RB_AUGMENT(left); \ + } while ((left = RB_PARENT(left, field)) != NULL); \ + } \ + goto color; \ + } \ + parent = RB_PARENT(elm, field); \ + color = RB_COLOR(elm, field); \ + if (child) \ + RB_PARENT(child, field) = parent; \ + if (parent) { \ + if (RB_LEFT(parent, field) == elm) \ + RB_LEFT(parent, field) = child; \ + else \ + RB_RIGHT(parent, field) = child; \ + RB_AUGMENT(parent); \ + } else \ + RB_ROOT(head) = child; \ +color: \ + if (color == RB_BLACK) \ + name##_RB_REMOVE_COLOR(head, parent, child); \ + return (old); \ +} \ + \ +/* Inserts a node into the RB tree */ \ +attr struct type * \ +name##_RB_INSERT(struct name *head, struct type *elm) \ +{ \ + struct type *tmp; \ + struct type *parent = NULL; \ + int comp = 0; \ + tmp = RB_ROOT(head); \ + while (tmp) { \ + parent = tmp; \ + comp = (cmp)(elm, parent); \ + if (comp < 0) \ + tmp = RB_LEFT(tmp, field); \ + else if (comp > 0) \ + tmp = RB_RIGHT(tmp, field); \ + else \ + return (tmp); \ + } \ + RB_SET(elm, parent, field); \ + if (parent != NULL) { \ + if (comp < 0) \ + RB_LEFT(parent, field) = elm; \ + else \ + RB_RIGHT(parent, field) = elm; \ + RB_AUGMENT(parent); \ + } else \ + RB_ROOT(head) = elm; \ + name##_RB_INSERT_COLOR(head, elm); \ + return (NULL); \ +} \ + \ +/* Finds the node with the same key as elm */ \ +attr struct type * \ +name##_RB_FIND(struct name *head, struct type *elm) \ +{ \ + struct type *tmp = RB_ROOT(head); \ + int comp; \ + while (tmp) { \ + comp = cmp(elm, tmp); \ + if (comp < 0) \ + tmp = RB_LEFT(tmp, field); \ + else if (comp > 0) \ + tmp = RB_RIGHT(tmp, field); \ + else \ + return (tmp); \ + } \ + return (NULL); \ +} \ + \ +/* Finds the first node greater than or equal to the search key */ \ +attr struct type * \ +name##_RB_NFIND(struct name *head, struct type *elm) \ +{ \ + struct type *tmp = RB_ROOT(head); \ + struct type *res = NULL; \ + int comp; \ + while (tmp) { \ + comp = cmp(elm, tmp); \ + if (comp < 0) { \ + res = tmp; \ + tmp = RB_LEFT(tmp, field); \ + } \ + else if (comp > 0) \ + tmp = RB_RIGHT(tmp, field); \ + else \ + return (tmp); \ + } \ + return (res); \ +} \ + \ +/* ARGSUSED */ \ +attr struct type * \ +name##_RB_NEXT(struct type *elm) \ +{ \ + if (RB_RIGHT(elm, field)) { \ + elm = RB_RIGHT(elm, field); \ + while (RB_LEFT(elm, field)) \ + elm = RB_LEFT(elm, field); \ + } else { \ + if (RB_PARENT(elm, field) && \ + (elm == RB_LEFT(RB_PARENT(elm, field), field))) \ + elm = RB_PARENT(elm, field); \ + else { \ + while (RB_PARENT(elm, field) && \ + (elm == RB_RIGHT(RB_PARENT(elm, field), field)))\ + elm = RB_PARENT(elm, field); \ + elm = RB_PARENT(elm, field); \ + } \ + } \ + return (elm); \ +} \ + \ +/* ARGSUSED */ \ +attr struct type * \ +name##_RB_PREV(struct type *elm) \ +{ \ + if (RB_LEFT(elm, field)) { \ + elm = RB_LEFT(elm, field); \ + while (RB_RIGHT(elm, field)) \ + elm = RB_RIGHT(elm, field); \ + } else { \ + if (RB_PARENT(elm, field) && \ + (elm == RB_RIGHT(RB_PARENT(elm, field), field))) \ + elm = RB_PARENT(elm, field); \ + else { \ + while (RB_PARENT(elm, field) && \ + (elm == RB_LEFT(RB_PARENT(elm, field), field)))\ + elm = RB_PARENT(elm, field); \ + elm = RB_PARENT(elm, field); \ + } \ + } \ + return (elm); \ +} \ + \ +attr struct type * \ +name##_RB_MINMAX(struct name *head, int val) \ +{ \ + struct type *tmp = RB_ROOT(head); \ + struct type *parent = NULL; \ + while (tmp) { \ + parent = tmp; \ + if (val < 0) \ + tmp = RB_LEFT(tmp, field); \ + else \ + tmp = RB_RIGHT(tmp, field); \ + } \ + return (parent); \ +} + +#define RB_NEGINF -1 +#define RB_INF 1 + +#define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) +#define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) +#define RB_FIND(name, x, y) name##_RB_FIND(x, y) +#define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) +#define RB_NEXT(name, x, y) name##_RB_NEXT(y) +#define RB_PREV(name, x, y) name##_RB_PREV(y) +#define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) +#define RB_MAX(name, x) name##_RB_MINMAX(x, RB_INF) + +#define RB_FOREACH(x, name, head) \ + for ((x) = RB_MIN(name, head); \ + (x) != NULL; \ + (x) = name##_RB_NEXT(x)) + +#define RB_FOREACH_FROM(x, name, y) \ + for ((x) = (y); \ + ((x) != NULL) && ((y) = name##_RB_NEXT(x), (x) != NULL); \ + (x) = (y)) + +#define RB_FOREACH_SAFE(x, name, head, y) \ + for ((x) = RB_MIN(name, head); \ + ((x) != NULL) && ((y) = name##_RB_NEXT(x), (x) != NULL); \ + (x) = (y)) + +#define RB_FOREACH_REVERSE(x, name, head) \ + for ((x) = RB_MAX(name, head); \ + (x) != NULL; \ + (x) = name##_RB_PREV(x)) + +#define RB_FOREACH_REVERSE_FROM(x, name, y) \ + for ((x) = (y); \ + ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \ + (x) = (y)) + +#define RB_FOREACH_REVERSE_SAFE(x, name, head, y) \ + for ((x) = RB_MAX(name, head); \ + ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \ + (x) = (y)) + +#endif /* _SYS_TREE_H_ */ diff --git a/patch/.checksum b/patch/.checksum new file mode 100644 index 00000000..80f2143e --- /dev/null +++ b/patch/.checksum @@ -0,0 +1 @@ +d7dadf0ac720de7560f140a9021928bc0f8089182121c0e65c8bec115cf31124 patch-2.8.tar.xz diff --git a/patch/.files b/patch/.files new file mode 100644 index 00000000..9f8a0e5d --- /dev/null +++ b/patch/.files @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/patch +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/patch.1.gz diff --git a/patch/abuild b/patch/abuild new file mode 100644 index 00000000..68d4190b --- /dev/null +++ b/patch/abuild @@ -0,0 +1,4 @@ +name=patch +version=2.8 +release=1 +source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz" diff --git a/spm/.checksum b/spm/.checksum new file mode 100644 index 00000000..bd973abb --- /dev/null +++ b/spm/.checksum @@ -0,0 +1 @@ +02e290a7997c0540727545638c57eee9cb72b840c080b7eca2e0b202273e0b1c spm-2826ed41fcb5a127d2dd6028c4566e5a2220cb4a.tar.xz diff --git a/spm/.files b/spm/.files new file mode 100644 index 00000000..fd7aca0c --- /dev/null +++ b/spm/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/spm diff --git a/spm/abuild b/spm/abuild new file mode 100644 index 00000000..b0dd508f --- /dev/null +++ b/spm/abuild @@ -0,0 +1,10 @@ +name=spm +version=20250304 +_commit=2826ed41fcb5a127d2dd6028c4566e5a2220cb4a +release=1 +source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz" + +build() { + install -d $PKG/usr/bin + cp spm $PKG/usr/bin +} diff --git a/xz/.checksum b/xz/.checksum new file mode 100644 index 00000000..5ce7ac8b --- /dev/null +++ b/xz/.checksum @@ -0,0 +1 @@ +92e6a92e4a30fc59852bc3340e3c2aee792cd2d5fc63a8103c17f82770685e67 xz-5.8.1.tar.gz diff --git a/xz/.files b/xz/.files new file mode 100644 index 00000000..62f8a0d7 --- /dev/null +++ b/xz/.files @@ -0,0 +1,74 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/lzcat -> xz +lrwxrwxrwx root/root usr/bin/lzcmp -> xzdiff +lrwxrwxrwx root/root usr/bin/lzdiff -> xzdiff +lrwxrwxrwx root/root usr/bin/lzegrep -> xzgrep +lrwxrwxrwx root/root usr/bin/lzfgrep -> xzgrep +lrwxrwxrwx root/root usr/bin/lzgrep -> xzgrep +lrwxrwxrwx root/root usr/bin/lzless -> xzless +lrwxrwxrwx root/root usr/bin/lzma -> xz +-rwxr-xr-x root/root usr/bin/lzmadec +-rwxr-xr-x root/root usr/bin/lzmainfo +lrwxrwxrwx root/root usr/bin/lzmore -> xzmore +lrwxrwxrwx root/root usr/bin/unlzma -> xz +lrwxrwxrwx root/root usr/bin/unxz -> xz +-rwxr-xr-x root/root usr/bin/xz +lrwxrwxrwx root/root usr/bin/xzcat -> xz +lrwxrwxrwx root/root usr/bin/xzcmp -> xzdiff +-rwxr-xr-x root/root usr/bin/xzdec +-rwxr-xr-x root/root usr/bin/xzdiff +lrwxrwxrwx root/root usr/bin/xzegrep -> xzgrep +lrwxrwxrwx root/root usr/bin/xzfgrep -> xzgrep +-rwxr-xr-x root/root usr/bin/xzgrep +-rwxr-xr-x root/root usr/bin/xzless +-rwxr-xr-x root/root usr/bin/xzmore +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/lzma.h +drwxr-xr-x root/root usr/include/lzma/ +-rw-r--r-- root/root usr/include/lzma/base.h +-rw-r--r-- root/root usr/include/lzma/bcj.h +-rw-r--r-- root/root usr/include/lzma/block.h +-rw-r--r-- root/root usr/include/lzma/check.h +-rw-r--r-- root/root usr/include/lzma/container.h +-rw-r--r-- root/root usr/include/lzma/delta.h +-rw-r--r-- root/root usr/include/lzma/filter.h +-rw-r--r-- root/root usr/include/lzma/hardware.h +-rw-r--r-- root/root usr/include/lzma/index.h +-rw-r--r-- root/root usr/include/lzma/index_hash.h +-rw-r--r-- root/root usr/include/lzma/lzma12.h +-rw-r--r-- root/root usr/include/lzma/stream_flags.h +-rw-r--r-- root/root usr/include/lzma/version.h +-rw-r--r-- root/root usr/include/lzma/vli.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/liblzma.so -> liblzma.so.5.8.1 +lrwxrwxrwx root/root usr/lib/liblzma.so.5 -> liblzma.so.5.8.1 +-rwxr-xr-x root/root usr/lib/liblzma.so.5.8.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/liblzma.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +lrwxrwxrwx root/root usr/share/man/man1/lzcat.1.gz -> xz.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzcmp.1.gz -> xzdiff.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzdiff.1.gz -> xzdiff.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzegrep.1.gz -> xzgrep.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzfgrep.1.gz -> xzgrep.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzgrep.1.gz -> xzgrep.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzless.1.gz -> xzless.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzma.1.gz -> xz.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzmadec.1.gz -> xzdec.1.gz +-rw-r--r-- root/root usr/share/man/man1/lzmainfo.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzmore.1.gz -> xzmore.1.gz +lrwxrwxrwx root/root usr/share/man/man1/unlzma.1.gz -> xz.1.gz +lrwxrwxrwx root/root usr/share/man/man1/unxz.1.gz -> xz.1.gz +-rw-r--r-- root/root usr/share/man/man1/xz.1.gz +lrwxrwxrwx root/root usr/share/man/man1/xzcat.1.gz -> xz.1.gz +lrwxrwxrwx root/root usr/share/man/man1/xzcmp.1.gz -> xzdiff.1.gz +-rw-r--r-- root/root usr/share/man/man1/xzdec.1.gz +-rw-r--r-- root/root usr/share/man/man1/xzdiff.1.gz +lrwxrwxrwx root/root usr/share/man/man1/xzegrep.1.gz -> xzgrep.1.gz +lrwxrwxrwx root/root usr/share/man/man1/xzfgrep.1.gz -> xzgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/xzgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/xzless.1.gz +-rw-r--r-- root/root usr/share/man/man1/xzmore.1.gz diff --git a/xz/abuild b/xz/abuild new file mode 100644 index 00000000..001e4946 --- /dev/null +++ b/xz/abuild @@ -0,0 +1,4 @@ +name=xz +version=5.8.1 +release=1 +source="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz" diff --git a/zlib-ng/.checksum b/zlib-ng/.checksum new file mode 100755 index 00000000..cf21b2e8 --- /dev/null +++ b/zlib-ng/.checksum @@ -0,0 +1,2 @@ +1fe12957fb17c50e8cac81629761225f515ba53fbd5067ccc21b49b8935b4ff2 no-weird-ver.patch +cdd0d17c4392838c4b0ae766b062fffbd2db8fa1b2e8054452f196cb731e17de zlib-ng-2.2.4.tar.gz diff --git a/zlib-ng/.files b/zlib-ng/.files new file mode 100755 index 00000000..535ae559 --- /dev/null +++ b/zlib-ng/.files @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/zconf.h +-rw-r--r-- root/root usr/include/zlib.h +-rw-r--r-- root/root usr/include/zlib_name_mangling.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libz.so -> libz.so.1.3.1 +lrwxrwxrwx root/root usr/lib/libz.so.1 -> libz.so.1.3.1 +-rwxr-xr-x root/root usr/lib/libz.so.1.3.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/zlib.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ diff --git a/zlib-ng/abuild b/zlib-ng/abuild new file mode 100755 index 00000000..13ffb4a2 --- /dev/null +++ b/zlib-ng/abuild @@ -0,0 +1,12 @@ +name=zlib-ng +version=2.2.4 +release=1 +source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz + no-weird-ver.patch" + +build() { + ./configure --prefix=/usr --shared --zlib-compat + make + make DESTDIR=$PKG install +} + diff --git a/zlib-ng/no-weird-ver.patch b/zlib-ng/no-weird-ver.patch new file mode 100755 index 00000000..a7a89019 --- /dev/null +++ b/zlib-ng/no-weird-ver.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -290,7 +290,7 @@ if test $compat -eq 0; then + VER2=$(sed -n -e '/ZLIBNG_VERSION "/s/.*"\([0-9]*\.[0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib-ng.h.in) + VER1=$(sed -n -e '/ZLIBNG_VERSION "/s/.*"\([0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib-ng.h.in) + else +- VER=$(sed -n -e '/ZLIB_VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}/zlib.h.in) ++ VER=$(sed -n -e '/ZLIB_VERSION "/s/.*"\(.*\).zlib-ng".*/\1/p' < ${SRCDIR}/zlib.h.in) + VER3=$(sed -n -e '/ZLIB_VERSION "/s/.*"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/p' < ${SRCDIR}/zlib.h.in) + VER2=$(sed -n -e '/ZLIB_VERSION "/s/.*"\([0-9]*\.[0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib.h.in) + VER1=$(sed -n -e '/ZLIB_VERSION "/s/.*"\([0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib.h.in) diff --git a/zstd/.checksum b/zstd/.checksum new file mode 100644 index 00000000..8b05fd43 --- /dev/null +++ b/zstd/.checksum @@ -0,0 +1 @@ +730dca31244abd219e995f03a55d95b2cfb4b3e16cda055a79fa6f30a4f0e1db zstd-1.5.7.tar.gz diff --git a/zstd/.files b/zstd/.files new file mode 100644 index 00000000..31dbd293 --- /dev/null +++ b/zstd/.files @@ -0,0 +1,27 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/unzstd -> zstd +-rwxr-xr-x root/root usr/bin/zstd +lrwxrwxrwx root/root usr/bin/zstdcat -> zstd +-rwxr-xr-x root/root usr/bin/zstdgrep +-rwxr-xr-x root/root usr/bin/zstdless +lrwxrwxrwx root/root usr/bin/zstdmt -> zstd +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/zdict.h +-rw-r--r-- root/root usr/include/zstd.h +-rw-r--r-- root/root usr/include/zstd_errors.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libzstd.a +lrwxrwxrwx root/root usr/lib/libzstd.so -> libzstd.so.1.5.7 +lrwxrwxrwx root/root usr/lib/libzstd.so.1 -> libzstd.so.1.5.7 +-rwxr-xr-x root/root usr/lib/libzstd.so.1.5.7 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libzstd.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +lrwxrwxrwx root/root usr/share/man/man1/unzstd.1.gz -> zstd.1.gz +-rw-r--r-- root/root usr/share/man/man1/zstd.1.gz +lrwxrwxrwx root/root usr/share/man/man1/zstdcat.1.gz -> zstd.1.gz +-rw-r--r-- root/root usr/share/man/man1/zstdgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/zstdless.1.gz diff --git a/zstd/abuild b/zstd/abuild new file mode 100644 index 00000000..9c815e1c --- /dev/null +++ b/zstd/abuild @@ -0,0 +1,5 @@ +name=zstd +version=1.5.7 +release=1 +source="https://github.com/facebook/$name/releases/download/v$version/$name-$version.tar.gz" +keep_static=1 -- cgit v1.2.3